* {
	padding: 0;
	margin: 0;
 }


@font-face {
    font-family: Amaranth;
    src: url(amaranth-regular.ttf);
    font-family: Montserrat;
    src: url(montserrat-regular.ttf);
}

body {
	margin:0;
	font-family: "Baskerville";
}
#maindiv {
	width:100%;
	height:770px;
	background-image: url(../img/background.jpg);
	background-size: cover;
	padding: 30px 0px 0px 0px;
}

#navdiv ul {
	width:100%;
	height:80px;
	line-height:80 px;
	color:white;
	margin-right: 20px;
}

#navdiv ul a {
	text-decoration: none;
	color: white;
	padding: 25px;
}

#navdiv ul li{
	list-style-type: none;
	display: inline-block;
	float: right;
	font-size:21px;
	margin-right:35px;
}


#navdiv ul li:hover{
	background-color: hotpink;
	transition: all 0.40;

}

#navdiv h1 {
	width: 300px;
	float: left;
	cursor: pointer;
	margin-left: 42px;
}

.inner {
	position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
	max-width : 500px;
	margin: 0 auto;
	text-align: center;
}

.title1 {
	color: #F9F3F4;
	font-size: 60px;
}

#title2 {
	color: #F9F3F4;
	text-shadow: 0px 0px 300px #111;
	font-size: 30px;
}

.btn {
	color: white;
	position:relative;
	top: 180px;
	border: 9px;
	font-family: Oswald , sans-serif;
	font-size: 60%;
	padding: 8px 15px;
	border: solid #fff 3px;
	text-decoration: none;
	-webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

.btn:hover {
	color: #4CAF50;
	border: solid #fff 3px;
}

.next {
	border-radius: 9px;
	position:relative;
	top: 235px;
	text-align:center;
	color:white;
}
#h2 {
	position:relative;
	padding-top: 14vh;
	padding-right: 20vh;
	padding-left: 20vh;
	padding-bottom: 14vh;
	background-color: #fff;
	justify-content:center;
	text-align:center;
	font-family: "Baskerville";
	font-size:2.9vh;
	text-transform: lowercase;
}

#h2 p {
	position:relative;
	line-height:6.5vh;
	color:black;
	text-shadow: 0.5px 0.px green;
}

.row {
	position:relative;
	background-color:#fff;
	width:100%;
	height:400px;
	text-align:center;
}

.column {
    float: left;
    width: 33.33%;
    padding-top: 90px;
    font-size:2.5vh;

}

@media only screen and (max-width:480px){
	.row {
		position:relative;
		height:900px;
	}

	.column {
		position:relative;
		float:none;
		width:100%;
		padding:0 0 0 0;
		height:300px;
	}
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
#h3 p{
	position:relative;
	background-position:center;
	justify-content:center;
	align-items:center;
	padding:50px;
	padding-right:100px;
	padding-left:100px;
	background:#f4f4f4;
	text-align:center;
	line-height:1.9;
	font-family:baskerville;
	font-size:18px;
}


h4 {
	padding:30px;
	line-height:25px;
	font-family: Montserrat;
	font-size:2.6vh;
}
#pich3 {
	position:relative;
	background-color:white;
	text-align:center;

}

#h4 {
	position:relative;
	display:flex;
	height:40vh;
	font-family:baskerville;
	text-align:center;
	justify-content:center;
	background-color:white;
}

.menu {
	text-align:center;
}

.box {
	display: inline-block;
	float: right;
	font-size:15px;
	padding-top:120px;
	margin:25px;
	font-size:20px;
	color:black;
}
.box:hover {

			transform: scale(0.92);
				-ms-transform: scale(0.92);
				-webkit-transform: scale(0.92);

}

}
#h4 div {
	padding:50px;
	font-size:20px;
}


#h5 {
	position:relative;
	height:25vh;
	background:white;
}

.col {
	width:33.333%;
	height:500px;
	float:left;
	text-align:center;
}
@media only screen and (max-width:768px) {

	.col1, .col2{
		width:50%;
	}

	.col3 {
		width:100%;
		background-color:white;
	}
}


input {
		display: block;
		margin: auto;
		padding: 0.5vh;
		color: black;
		font-weight: bold;
		border: 3px solid black;
		background-color: white;
		text-align:center;
	}

		input:hover {
			color: gray;
			border: 3px solid gray;
			background-color: black;
		}

		input:focus { 
	    	background-color: yellow;
		}

#h7 {
	background-color:white;
 	padding-top:480px;
}

.css-carousal {
	overflow:hidden;
}

.css-carousal .css-img{
	width:100%;
	height:600px;
	position:absolute;
	opacity:0;
	-webkit-animation-name: css-animation-fade;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
}

.css-carousal .css-img:nth-child(2) {
	-webkit-animation-delay: 5s;
}

.css-carousal .css-img:nth-child(3) {
	-webkit-animation-delay: 10s;
}

.css-carousal .css-img:nth-child(4) {
	-webkit-animation-delay: 15s;
}

.css-carousal .css-img:nth-child(5) {
	-webkit-animation-delay: 20s;
}

.css-carousal .css-img:nth-child(6) {
	-webkit-animation-delay: 25s;
}
@-webkit-keyframes css-animation-fade {
	from { opacity:0; }
	5% { opacity: 1; }
	15% { opacity: 1; }
	20% { opacity: 0; }
	to { opacity: 0; }
}
@keyframes slider {

0% {
	left:0;
}

20% {
	left:0;
}


25% {
	left:0;
}

45% {
	left:-100%;
}

50% {
	left:-200%;
}

70% {
	left:-200%;
}

75% {
	left:-300%;
}

95% {
	:left-300%;
}

100% {
	left:-400%;
}


}

.slider {
	overflow:hidden;
	height:80vh;
}

.slider figure div {
	width:20%;
	float:left;
}

.slider figure img{
	width:100%;
	float:left;
}

.slider figure {
	position:relative;
	width:500%;
	margin:0;
	left:0;
	animation: 20s slider infinite;
}













