
@import url(//fonts.googleapis.com/earlyaccess/nats.css);
html{
	scroll-behavior: smooth;
}
body{
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size:100% 900px;
}
@media only screen and (max-width: 620px) {
	body{
		background-image: url(../images/bg2.jpg);
		background-repeat: no-repeat;
        background-size:100% 100vh;
	  }
	  

}
.hero{
    margin-top:8%;
   
}
.section{
    margin-top:28%;
   
}

.header{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12vw;
	text-align:center;
	letter-spacing: 0.2em;
	
	color: #222222;

}
.tagline{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 1.5vw;
    text-align:left;
    letter-spacing: 0.15em;
    
    color: #363636;
}
.head{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 4vw;
	text-align:left;
	letter-spacing: 0.3em;
	
	color: #222222;

}
.tagleft{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 3vw;
    text-align:left;
    letter-spacing: 0.1em;
    
    color: #7a7a7a;
}
.tagright{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 3vw;
    text-align:right;
    letter-spacing: 0.1em;
    
    color: #7a7a7a;
}
.tag{
    font-family:'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 1.8vw;
    text-align:left;
    letter-spacing: 0.1em;
    align-items: center;
    color: #7a7a7a;
   
}


@media only screen and (max-width: 620px) {
	.hero{
		margin-top:30%;
	   
	}
	.section{
		margin-top:75%;
	   
	}
	.tagline{
		
		font-size: 7.5vw;
		text-align:center;
		letter-spacing: 0.2em;
		color: #222222;
		padding-left:4px;
		padding-right:4px;
		
		
	}
	.tagleft{
		
		font-size:5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tagright{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tag{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.05em;
		
	}
	.header{
		border-bottom: 0px solid #767676cb;
		
	
	}
	.head{
		font-size: 9vw;
	}
	  

}



.scroll{
	left: 50%;
	transform: translateY(0%) rotate(45deg);
	
				  opacity: 0;
  }
  @keyframes scrolldown {
			  0%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
			  50%{
				  transform: translateY(0%) rotate(45deg);
				  opacity: 0.5;
			  }
			  100%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
		  }
.dropdown {
	position: relative;
	display: block;
	background:radial-gradient(66.86% 77.15% at 48.32% 56.46%, #FFFFFF 0%, #aea554 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    height:180px;
	 width: 100%;
	border-radius: 0px 0px 60px 60px;
	top:0;
	left:0;
	
  }

  .menu_btn{
	border: 0px;
	
  }
  .menu_btn:hover{
	border: 0px 0px 3px 0px #222222; 
	letter-spacing:4px;
	color:#222222;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
  }


  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	width: 0%;
	height:100vh;
	-webkit-box-shadow: -50px 26px 300px 74px rgba(71, 71, 71, 0.765);
-moz-box-shadow: -50px 26px 300px 74px rgba(71,71,71, 0.765);
box-shadow: -50px 26px 300px 74px rgba(71,71,71,0.765);
	z-index: 1;
	border-radius: 20px 0px 0px 20px;
	top:0;
	right:0;
	animation: SlideIn 0.2s ease-in forwards;
	
	
}
@keyframes SlideIn {
	to{
		width: 75%;
	}
}

  
  .dropdown-content a {
	color:#855329;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	letter-spacing: 4px;
	
  }
  
  .dropdown-content a:hover {background-color: white;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: grey;}

.logo{
	float:left;
	text-align: left;
	font-family:  Roboto;
	letter-spacing: 2px;
	color: #853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}
.menu{
	float:right;
	text-align: right;
	font-family:  Roboto;
	letter-spacing: 2px;
	color:#853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}

