*{
  font-family: 'Architects Daughter', cursive;
  text-decoration:none;
  color:#000000;
}

.fa-youtube{
  color:red;
}

.fa-twitter{
  color:dodgerblue;

}
#navbar{
  width:100%;
  text-align:center;
  font-size:5em;
  border-top:1px solid black;
  margin-top: 0.5em;
  padding-top: 0.3em;
}

#navbar i{
  width:1.4em;
  height:1.2em;
  text-align:center;
}

#navbar a{
/*   border:1px solid white;*/
   border-radius:4px;

}


#navbar a:hover {

  border-radius:4px;
  color:black;
}

#main_logo{

  width:100%;
  height:auto;
  text-align:center;

}

#main_logo img{
  width:60%;
  height:auto;
}
