@charset "utf-8";
/* ===========================
	FONT STYLES
	========================== */
body {
	font-family: Verdana, Arial, sans-serif;	font-size:17px;	background-image: url("../images/water-background.jpg");	background-repeat: no-repeat;	background-size:cover;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: 700;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* ======================
	GENERAL STYLES
	===================== */main div.inner {	margin: 80px 0;}#contactUs .inner {	margin: 20px 0;}/* ======================	Navigation STYLES - Responsive Menu Module	===================== */
.responsiveMenuTheme1d.isDesktop a:hover, .responsiveMenuTheme1d.isDesktop li.active > a, .responsiveMenuTheme1d.isDesktop li > span.separator:hover {    color: #007ae2;    background-color: #ffffff;}.responsiveMenuTheme1d.isDesktop {    background: #ffffff;}.responsiveMenuTheme1d.isDesktop a {    color: #007ae2;}.responsiveMenuTheme1d.isDesktop li a, .responsiveMenuTheme1d.isDesktop li span.separator, .responsiveMenuTheme1d.isDesktop li span.navHeader {    border-left: none;}


/* ======================
	Home Page STYLES
	===================== */
body > div.container {	border: 4px solid #ffffff;    border-radius: 5px;    margin-top: 10px;	margin-bottom: 10px;}header {
	background-color: #007ae2;	padding: 20px;
}nav div.inner {	padding:0 20px;	background-color: #ffffff;}#mainInfo {	background-color: #7ae200;	padding: 20px;}main img {    border-radius: 5px;    box-shadow: 1px 1px 11px 0px black;}main .sectionText {    background-color: #ffffff;    padding: 20px;    border-radius: 5px;	box-shadow: 1px 1px 11px 0px black;}section h1 {	color:#ffffff;	text-align:center;}#advantages {	background-color: #ffffff;	padding: 20px;}#advantages h1, #contactUs h1 {	color:#007ae2;}#storage {	background-color: #007ae2;	padding: 20px;}#reserveSpace {	background-color: #7ae200;	padding: 20px;}#contactUs {	background-color: #ffffff;	padding: 20px;}footer {	background-color:#ffffff;	padding: 0 20px;	text-align:right;}

#reserveSpace > div > div > div:nth-child(2) > div.sectionText {
    margin-top: 40px;
}

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== 
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
@media (max-width: 979px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
*/