@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Antonio', sans-serif;
}


body{
	background: url("../home_photo.png") ;
	background-size: cover;
}

.home{
	margin-top: 50%;
	text-align: center;
}
.title{
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Antonio;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 2%;
}

ul {    
			display: inline-block;
			font-family: Antonio;
			font-size: 18px;
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center;
			margin-bottom: 20%;
		}

			ul li {
				display: block;
				position: relative;
				float: left;
				text-align: center;
			}

		li ul {
			display: none;
		}

		ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			border-top: 3px solid #ffffff;
			padding: 5px 15px 5px 15px;
			margin-left: 1px;
		}

			ul li a:hover {
				background: #ffffff;
				color:#000000;
			}

		li:hover ul {
			display: block;
			position: absolute;
		}

		li:hover li {
			float: none;
			font-size: 12px;
		}

		li:hover a {
			background: #3b3b3b;
		}

		li:hover li a:hover {
			background: #ffffff;
			color:#000000;
		}

		.sub {
			width: auto;
		}

			.sub li {
				width: 100%;
				text-align: left;
			}


.contact_grid{
	width: 110px;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
}
.foot{

	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Antonio;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}


@media only screen and (min-width: 1023px) {
	.Mtitle{
		font-size: 96px;
		margin-bottom: 2%;

	
	}
	.home{
		margin-top: 20%;
		text-align: center;
	}
	
	ul {    
			display: inline-block;
			font-family: Antonio;
			font-size: 25px;
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center;
			margin-bottom: 20%;
			
		}

		ul li {
			display: block;
			position: relative;
			float: left;
			text-align: center;
		}

		li ul {
			display: none;
		}

		ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			border-top: 3px solid #ffffff;
			padding: 5px 15px 5px 15px;
			margin-left: 1px;
			font-style: normal;
			font-weight: 300;
			line-height: normal;
			transition: 0.6s ease;
		}

		ul li a:hover {
			background: #ffffff;
			color:#000000;
		}

		li:hover ul {
			display: block;
			position: absolute;
		}

		li:hover li {
			float: none;
			font-size: 18px;
		}

		li:hover a {
			background: #3b3b3b;
		}

		li:hover li a:hover {
			background: #ffffff;
			color:#000000;
		}

		.sub {
			width: auto;
		}

			.sub li {
				width: 100%;
				text-align: left;
			}


}

@media only screen and (max-width: 431px) {
	.Mtitle{
		font-size: 60px;
		margin-bottom: 2%;

	
	}
	.home{
		margin-top: 80%;
		text-align: center;
	}
	
	ul {    
			display: inline-block;
			font-family: Antonio;
			font-size: 16px;
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center;
			margin-bottom: 55%;
			margin-left: 7%;
			
		}

		ul li {
			display: block;
			position: relative;
			float: left;
			text-align: center;
		}

		li ul {
			display: none;
		}

		ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			border-top: 3px solid #ffffff;
			padding: 5px 15px 5px 15px;
			margin-left: 1px;
			font-style: normal;
			font-weight: 300;
			line-height: normal;
			transition: 0.6s ease;
			width: 120px;
		}

		ul li a:hover {
			background: #ffffff;
			color:#000000;
		}

		li:hover ul {
			display: block;
			position: absolute;
		}

		li:hover li {
			float: none;
			font-size: 14px;
		}

		li:hover a {
			background: #3b3b3b;
		}

		li:hover li a:hover {
			background: #ffffff;
			color:#000000;
		}

		.sub {
			width: auto;
		}

			.sub li {
				width: 100%;
				text-align: left;
			}


}