@charset "UTF-8";

*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

header {
	position:fixed;
	left:0px;
	top:0px;
	padding-bottom: 10px;
	height:60px;
	width:100%;
	background-color:#2F2F2F;
	font-size: 12px;
	align-content: space-between;
	display: block;
}

.MainTitle {
	height: 60px;
	width: 50%;
	background-color: #2F2F2F;
	text-align: justify;
}

.logo {
	margin-left: 10px;
	margin-right: -5px;
	margin-bottom: -10px;
	width: 60px;
	height: 60px;
}

.container {
    align-self: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #1A7A9A;*/
    background: radial-gradient(circle at 50% 20%, #547581 0%, #3D555E 25%, #373D3F 75%);
    float: left;	/*background-image: url("../img/Auriol_Motion_Urban_1.jpg");*/
    height: 100%;
    clear: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#SecondTitle{
	color: #DEDEDE;
	/*background-color: #1A7A9A;*/
	opacity: 1.0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body {

}

#MainBody {
    color: #777777;
    background-color: #FEFEFE;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    float: left;
    width: 100%;
}



.section{
    text-align: center;
    width: 100%;
}

.lower_section{
    text-align: left;
    width: 100%;
    font-size: small;
    height: 100%;
    float: left;
    clear: left;
    display: block;
    bottom: 0px;
    vertical-align: bottom;
    top: 100%;
}

.subsection {
    color: darkgray;
	/*background-color: #2F2F2F;*/
    background-size: contain;
    background-repeat: no-repeat;
	text-align: center;
}

.icons {
    width: 48px;
    height: 30px;
    margin-top: 2px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    display: list-item;
}





footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    padding-top: 5px;
    background-color: #2F2F2F;
    font-size: 10px;
    max-height: 30px;
    float: left;
    display: block;
}
