@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
h1{
  font-family: 'Rubik Mono One', sans-serif;
      font-size: 75px;
      color: 	white;
      display:inline-block;   
      animation: example 2s ease-in-out infinite;
      padding-left: 50px;
      margin-top: -2000px;
}
@keyframes example {
  from{color:white}
  to {color: black}
}


.logo{   
   margin-left: -150px;
  margin-top: 40px;
  width: 220px;
}
#header{
  height: 30vh;
  background-image: url(images/img.jpeg);
  max-height: 30vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background-color: #12172b;
    background-position: center;
    background-size: cover;
    z-index: 2;
    transition: .5s;
}
nav ul li{
    list-style: none;
    margin: 90px 20px;
}
a{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    color:white;
    font-size: 27px;
    
}
li :hover{
    background-color: black ;
    transition-duration: 0.7s;
}

#menuBtn{
    margin-top: 20px;
    width: 95px;
    position: fixed;
    right: 30px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
}

.footer {
    padding: -20px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to left ,black,dimgray );
  }  

  .footer a {
    float: left;
    padding-top: 5px;
  
}
  
  .footer a:hover {
    background-color: #ddd;
    color: black;
  }
  #logo-footer{
      padding-left: 55px;
    width: 60px;
    height: 45px;
    float: right;
  }
#copy-right{
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    color: white;
}
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #12172b; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #12172b; 
  }
  * {
    padding: 0;
    margin: 0;
  }
  body{;
    text-align:center;
    align:center; 
  }
  
.container {
  margin-top: -15px;
    width: 99vw;
    height: 100vh;
    background-image: url(images/contact-us2.jpg);
    background-position: auto;
    background-size: cover;
  }

input[type=text] , textarea ,input[type=tel] ,input[type=email]{
  border: 1px solid #ccc;
  margin-top: 6px;
  border-radius: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  max-width: 50%;
  background-color: transparent;
  width: 50%;
}

input[type=submit] {
  background-color: #12172b;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  width: 50%;
}
label{
  color: white;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}
input[type=submit]:hover {
  background-color:  gray;
}
.form-back{
  padding-top: 44px;
  background-color: rgba(0,0,0, .8);
  color: #fff;
  margin-bottom: 15px;
  border: none;
  max-width: 50%;
  margin: 15px auto;
  max-height: 100%;
}
input[type=tel] {
  margin-right: 3%;
  color: #fff;

}
input[type=email]{
margin-right: -13%;
color: #fff;

}
textarea{
  margin-right: -4%;
  color: #fff;
}
h2{
  margin-top: -27px;
}
input[type=text]{
  color: #fff;

}