@charset "utf-8";
/* CSS Document */

.mm-logo{
	width:200px; padding:1em; background-color:rgba(255, 255, 255, 0.64); position:absolute; right:0; top:0;
}

.mm-container{
	width:100%; height:100vh; display:flex; flex-direction:row; background:url(../images/index-summer.jpg); background-size:cover;
}

.mm-btn-container{
	width:100%; height:100%; background-color:rgba(10, 10, 10, 0.6); display:flex; justify-content:center; align-items:center;
}

.mm-btns{
	width:200px; text-align:center; padding:1em; border:1px solid #FFFFFF; color:#FFFFFF; font-weight:bold;text-decoration:none;
	
}

.mm-btns:hover{
	background-color:#FFFFFF;
	color:#2F3E4E;
	cursor:pointer;
	text-decoration:none;
}