@charset "UTF-8";
body {
	background-color: #f8f4e3;
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: "archivo";
    src: url("../images/archivo-variablefont_wdthwght-webfont.woff2") format("woff2"),
         url("../images/archivo-variablefont_wdthwght-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}
	
.topnav {
	margin: 0 auto;
}

nav{
	height: 85px;
	font-family: "archivo", "sans-serif";
	font-weight: bold;
	background-color: #255957;
}

.hamburger{
	padding: 15px 0 0 55px;
	height: auto;
	width: 65px;
}
nav ul{
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 55px;
}

nav ul li{
	background-color: #255957;
	position: relative;
	list-style: none;
	display: inline-block;
	
}

nav ul li a{
	display: block;
	padding: 0 25px;
	color: #f8f4e3;
	text-decoration: none;
	font-size: 3rem;
	line-height: 80px;
}

nav ul li a:hover{
	background-color:#3F9794;
	display: block
	
}

nav ul ul{
	position: relative;
	display: none;	
}

nav ul li:hover >ul{ 
	position: absolute;
	display: block;
}

nav ul ul li a{
	position: relative;
	display: block;
	width: 240px;
	
}

.container{
	display: flex;
	position: relative;
	text-align: justify;
	font-family: "archivo", "sans-serif";
	font-weight:normal;
	max-height: 100vh;
}

p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 195px 80px 0px 30px;
	color: #4B4555;
}


.title{
	padding: 65px 0px 0px 20px;
	height: 480px;
	width: auto;
	
}

.star{
	padding: 5px 0 0 1175px;
}

img{
	height: 150px;
	width: auto;
}

main{
	width: 45vw;
	height: 75vh;
}

.tmcc{
	padding: 2px 0px 10px 0px; 
	height: 25px;
	weight: auto;
	
}

footer{
	font-size: 2rem;
	font-family: "archivo", "sans-serif";
	text-align: center;
	font-weight: bold;
}
