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

/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */

/* Header Icons */

/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
#logo{
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 3vw;
	width: 3vw;
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */


/* ===================================================================================================================== */
/* Social Icons */
/* ===================================================================================================================== */
.socialmedia{
	width: auto;
	height: auto;
	
}

.headsizer{
	clear: both;
	display: none;
	height: 0vh;
	max-width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	left: 30px;
	bottom: 20px;
	opacity: 0;
	
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.socialmedia ul{
	max-width: 100%;
	
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.socialmedia ul li{
	
	display: inline-flex;
	text-align:left;
	overflow: hidden;
	height: auto;
	padding-left: 10px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.socialmedia ul li:first-child{
	padding-left: 0px;
}

#face{
	background-image: url("../icons/facebook_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#insta{
	background-image: url("../icons/instagram_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#twitter{
	background-image: url("../icons/twitter_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.iconsizer{
	width: 1.5vw;
	height: 1.5vw;
	opacity: 1;
}

.iconsizer:hover{
	opacity: 0.3;
	
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 1140px) {
	
#logo{
	height: 5vw;
	width: 5vw;
}
/* ===================================================================================================================== */
/* Social Icons */
/* ===================================================================================================================== */	
.iconsizer{
	width: 2.5vw;
	height: 2.5vw;
}

.headsizer{
	display: block;
	opacity: 0;
	height: 0vh;
	
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.headsizer.active{
	height: 10vh;
	opacity: 1;
	bottom: 80px;
	
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */	
}

@media screen and (max-width: 568px) {
	
/* ===================================================================================================================== */
/* Social Icons */
/* ===================================================================================================================== */	

.iconsizer{
	width: 5vw;
	height: 5vw;
}	

/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */	
	
}