**{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body{
  font-family: montserrat;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(bg.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    
}
nav{
  background: solid transparent;
  height: 90px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 45px;
  line-height: 40px;
  padding: 5px;
  margin-top: 30px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 0px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #F3380F;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}


   .row
   {
    max-width: 1200px;
    margin: auto;
   }


   .hero
   {
    position: absolute;
    width: 1200px;
    margin-left: 0;
    margin-top: 0;
   
   }
  
   .hero img
   {
    position:center;
    width: 300px;
    height: 300px;
    margin-top: 0px;
    margin-left: 800px;
    margin-right: px;
   }
   h1
   {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
    margin-top: 0px;
    font-family: Cooper black;
    text-shadow: white;
    margin-left: 750px;

   }

 p
 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    text-align: left;
    margin-top: 15px;
    font-family: "Calibri light";
    text-shadow: black;
    margin-left: 180px;
    text-decoration: none;
    }

   .button
   {
    margin-top: 20px;
    margin-left: 100px;
   }

  .btn
  {
    border: 0.5px solid white;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 11px;
    text-transform: uppercase; 
    border-radius: 15px;
   
  }

.btn-one
{
  font-family: "Roboto", "sans-serif";


}
.btn-one:hover
{
  background-color: darkblue;
}

.btn-two
{
  font-family: "Roboto", "sans-serif";

}

.btn-two:hover
{
  background-color: darkblue;
  
  
}

.socmed-icon img
{
  width: 35px;
  height: auto;
  margin-top: 500px;
  margin-left: 100px;
  border-radius: 20px;
}