@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: rgba(49,44,44,1.00);
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img {
	max-width: 100%;
}
.wrapper {
	width: 960px;
	margin: auto;
}
#header {
	background: #FFFFFF;
}
#header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo {
	transition: 1s all ease;
}
#logo img {
	height: 60px;
	padding: 15px 0 15px 0;
}
#logo a {
	padding: 0;
}
#logo:hover {
	transform: scale(1.2);
}
#nav ul {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
#nav ul li a {
	display: block;
	height: 40px;
	transition: 1s all ease;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #070707;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #B89999;
}
#nav ul li a:active {
	color: #1EAEA5;
}
#nav ul li p {
	padding: 10px;
	font-size: 15px;
}
#hero {
	background-image: url(mainphotooradeaike.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #FFF;
	height: 700px;
	margin: 0 0 10px 0;
}
#hero h1 {
	font-size: 30px;
	text-align: center;
	padding: 300px;
	margin: 0;
	font-weight: 300;
}
#main .wrapper {
	display: flex;
	justify-content: space-between;
}
#aboutus {
	flex-basis: 400px;
}
#aboutus p {
	text-align: justify;
}
figure {
	margin-right: 0;
}
#contact {
	text-align: center;
}
#copyright {
	text-align: center;
	border-top-style: groove;
}
#copyright p {
	padding: 1px;
	font-size: 9px;
}
#copyright a {
	text-decoration: none;
	color: black;
}

@media screen and (min-width:1024px) and (max-width:1280px) {
.wrapper {
	width: 960px;
}
}

@media screen and (min-width:768px) and (max-width:1023px) {
.wrapper {
	width: 700px;
}
#header .wrapper {
	flex-direction: column;
	text-align: center;
	align-items: center;
}
#hero > img {
	max-width: 100%;
}
#hero h1 {
	padding: 200px 30px 30px 30px;
}
#main .wrapper {
	flex-direction: column;
	text-align: center;
}
#aboutus {
	flex-basis: 250px;
}
}

@media screen and (max-width:767px) {
.wrapper {
	width: 80%;
}
#header .wrapper {
	flex-direction: column;
	text-align: center;
}
#main .wrapper {
	flex-direction: column;
	text-align: center;
}
#hero h1 {
	padding: 50px 0 0 0;
}
#aboutus {
	flex-basis: 170px;
}
#mainimg {
	margin: 15px;
}
	#hero {

	background-size: contain;
	
	margin-top: 10px;
	height: 200px;
	background-attachment: inherit;
	

	
	
}

	
}

@media screen and (max-width:400px) {
#hero {

	background-size: contain;
	
	margin-top: 10px;
	height: 200px;
	background-attachment: inherit;
	

	
	
}
#hero h1 {
	padding: 50px 0 0 0;
}
}
