body {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	letter-spacing: 0.2px;
    background-color: #2a2a2a;
    color:white;
    animation: blinker 0.05s linear infinite;
}
img {
    width: 100%;
    max-width: 400px;
    height: auto;  
}
h1, h2, h3, h4, h5, h6 {
    
	font-weight: 800;
    margin-top:5px;
    margin-bottom:10px;
    letter-spacing: 5px;
    font-family: 'Brush Script MT', cursive;
    text-transform: capitalize;
    opacity:0.7;
    transform: scale(1, 1.5);
    
}

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
hr {
  height: 0;
  border:2px solid #404142;
  opacity: 0.1;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

/* Button for title text */
.btn {
    font-weight: 600;
}
.btn-lg {
	padding: 5px 10px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}

.btn-yellow {
	background-color: #fcd93b;
	color: #2a2a2a;
	opacity: 0.8;
    
}

.btn-red {
	background-color: rgb(251,155,79);
	color: #fff;
	opacity: 0.8;
    
}

b {
    color: white;
}
/* div class */
.about {
	padding: 20px;
	margin-top: 20px;
}
.about span {
	font-size: 2em;
}
            .about p{
                opacity:0.6;
            }
             .about p span{
                color:#016cc7;
                 font-size:1em;
                 opacity: 1.0;
                 font-weight: bolder;
            }
       .about p span:hover{
               letter-spacing: 0.1px;
           cursor: pointer;
            }
            .about a{
                text-decoration:none;
                font-weight:bold;
                color:#2a2a2a;
            }
            .about a:hover{
                color:#016cc7;
            }

            ul.social {
                word-break: break-all;
            }
/* Social Media icons */
ul.social li {
	list-style: none;
	margin: 10px 5px;
}
ul.social li a {
	
	padding: 0 10px;
}

