*{
	box-sizing: border-box;
}


html, body {
	margin: 0px;
	padding: 0px; 
	font-family: 'Open Sans', sans-serif;
}

html {
	background-image: url("../img/FlareSystems_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
}




h1, h2, p {
	font-weight: 100;
	margin: 0;
	padding: 0; 
    -webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}



h1, h2 {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.5px;
}



.text_content a {
	text-decoration: none;
	color: #CABDB0;
	/*border-bottom: 1px solid;*/
	padding-bottom: 3px;
	margin-bottom: 40px;
	display: inline-block;
}

/* Crundi_ Logo Styles and placement
-------------------------------------------------------------*/

.head_logo_wrapper {
	display: block;
	float: right;
	width: 27%;
	height: auto;
	padding: 22px 40px 0px 44px;
	text-align: right;
	margin-top: 4%;
	margin-right: 70px;
	clear: both;
	background-color: rgba(0,0,0,0.40);
	border-radius: 8px;
}


.head_logo_wrapper img{
	width: 100%;
}

.logo  {
	margin: 3%;
	/*background-color: red;*/
}

/* ----------------------------------------------------------*/








/* Crundi_ TEXT CONTENT
-------------------------------------------------------------*/

.text_content {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 10px 0;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}



/* ----------------------------------------------------------*/







/* Crundi_ Footer Social media styles 
-------------------------------------------------------------*/

.footer_container {
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.footer_social {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	/*background-color: red;*/
}

.footer_social a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer_social a:hover {
	opacity: 0.5;
}

.footer_social a:last-child {
	background-image: url("../img/instagram_logo.svg");
	background-size: 25px;

}

.footer_social a:first-child {
	background-image: url("../img/twitter_logo.svg");
	background-size: 25px;
}

/* ----------------------------------------------------------*/







/* Crundi_ ALL MOBILE CONTENT IN HERE
-------------------------------------------------------------*/

@media only screen and (max-width: 780px) { 
	.head_logo_wrapper {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	margin-top: 10%;
	margin-right: 0px;
	clear: both;
}

h1, h2 {
	line-height: 36px;
}

.head_logo_wrapper p {
	font-size: 14px;
}


html {
	background-image: url("../img/FlareSystems_background-mobile.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}



}

/*-------------------------------------------------------------*/






