body{
    margin: 0;
    padding: 0;
    background-color: black;
}
.logo{
  float: left;
  margin-left: 50px;
  margin-top: -10px;
}
.menu{
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
     background-color: rgba(0, 0, 0, 0.651);
     height: 100px;
     padding-top: 50px;
    
}
.links{ 
    
    
    text-decoration: none;
    color: white;
    
    font-size: 24px;
    margin-right: 3%;
    color: #fff;
 
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.links:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .links:hover:after { 
    width: 100%; 
    left: 0; 
  }
  .far, .fas{
    margin-right: 10px;
}
.contact{
    width: 65%;
    margin: 50px auto;
    height: 499px;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 15px;
    font-size: 24px;
    text-align: center;
    margin-top: 200px;
}
input[type=text]{
    width: 37.5%;
    margin-left: 10px;
}
#fname,#lname{
    height: 25px;
}
#email{
    width: 91.5%;
    height: 25px;
}
textarea{
    width: 99%;
    height: 100px;
}
.msg1{
    margin: -15px 0px -35px 0px;
    text-align: center;
    font-size: 24px;
}
input[type="submit"]{
    text-align: center;
    padding: 5px;
    border: white 2px solid;
    background-color: black;
    color: white;
    border-radius: 5px;
    font-size: 16px;
}
input[type="submit"]:hover{
    color: black;
    transition: 0.5s;
    background-color: white;
}
.footer{
    background-color: white;
    text-align: center;
    height: 100px;
    padding-top:50px ;
}
.fa-instagram{
    font-size: 40px;
    margin: 0px 10px;
    color: black;
}
.fa-snapchat-ghost{
    font-size: 40px;
    margin: 0px 10px;
    color: black;
}
.fa-phone-alt{
    font-size: 40px;
    margin: 0px 10px;
    color: black;
}
.fa-instagram:hover{
    transition: 0.5s;
    color: rgb(184, 0, 70);
    
}
.fa-snapchat-ghost:hover{
    transition: 0.5s;
    color: rgb(230, 207, 0);
}
.fa-phone-alt:hover{
    transition: 0.5s;
    color: rgb(7, 199, 0);
}