*{
  box-sizing: all;
}

body{
  margin: 0px;
  padding: 0px;
  background-color: #EE5622;
  background-repeat: no-repeat;
}


#main{
  width: 100%;
  height: 20vh;
  position: relative;
}


.scroll{

  color:black;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 50px;
  
}

.nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: static;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #94A89A ;
  box-shadow: 5px 10px 30px rgba(0,0,0,0.2);
  z-index: 1;
  margin-right: 60%;
}

.menu{
  list-style: none;
  display: contents;
  margin-left: 60%;
  color: aqua;
}

.menu li a{
  height: 40px;
  line-height: 45px;
  margin: 3px;
  padding: 0px 22px;
  display: flex;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color:black;
  font-size: 25px;

}

a{
  text-decoration: none;
}

.social{
  list-style: none;
  display: flex;
  margin-left: 100%;
  font-weight: bold;
}

.bottom{
  list-style: none;
  display: flex;
  height: 40px;
  margin-top: 5%;
  margin-bottom: 1rem;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}

.contact{
  text-align: center!important;
}


.one{
  display: flex;
  justify-content: space-around;
}


.heading{
  text-align: center;
  color:#31263E ;
  font-family: sans-serif;
  font-style: italic;
  margin-left: 0%;
  font-size: 50px;
}

.line{
  color:black;
  font-family: 'Calibary,Arial, Helvetica';
  font-size: 40px;
  margin-left: 0%;
}


.line1{
  color:#242124;
  display: flex;
  font-family: 'Calibary,Arial, Helvetica',serif;
  font-size: 35px;
}


.start{
  font-family: 'Reggae One';
  background-color:cornflowerblue;
  color: rgb(14, 13, 13);
  padding: 15px 15px;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 20px;
  border: 2px solid rgb(16, 15, 17);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(212, 191, 191, 0.2);
  margin-left: 35%;
  text-align: center;
}

.start:hover{
  
  background-color: #A44A3F;
  color: white;
  border: 2.5px solid black;
  cursor:pointer;

}

.menu li a:hover{
  background-color: rgb(2, 2, 2);
  color:  #9CB380;
  font-weight: bolder;
  cursor: pointer;
}