@charset "UTF-8";

/* HOLDING PAGE STYLE SHEET */

body, html, #container {
	height: 100%;
	text-transform:uppercase;
	font-size:100%;
	font-weight: bold;
}
body{
	background:url(../images/background-maintenance.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
a, a:hover{
	color:#ffffff ;
}

#container-content {	
	margin-right: 50px;
	margin-bottom:100px;
	margin-top:100px;
}
#container-footer {
	position: absolute;
	background:rgba(0,0,0,0.8) ;
	color: #ffffff ;
	width: 100%;
	bottom: 0;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container-header {
	position: absolute;
	background:rgba(0,0,0,.8) ;
	color: #ffffff ;
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	font-size:140%;
}
#logo {
	width:100%;
}
#container-social {
	height: 30px;
	overflow: hidden;
}

#container-content {
	position: fixed;
	width: 150px;
	right:0px;
	bottom:0;
	margin-right: 25px;
	margin-bottom:105px;
	margin-top:105px;
}

/* Small devices (landscape phones, 34em and up)*/
@media (min-width: 34em) {
	
	#container-content {
		width: 250px;
		margin-right: 50px;
		margin-bottom:100px;
		margin-top:100px;
	}

}

/* Medium devices (tablets, 48em and up)*/
@media (min-width: 48em) { 

}

/* Large devices (desktops, 62em and up)*/
@media (min-width: 62em) {

}

/* Extra large devices (large desktops, 75em and up)*/
@media (min-width: 75em) {

}