/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/
.activities{
float:left;
width:32.33%;
margin-left:1%;
}

body {
  background: url("/~campblue/images/default/campblue-background-bottom.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}
.mod-plain {
	padding: 0px 0px;
}
.social-icons {
	display: inline-block;
	width: 185px;
	margin-right: 10px;
}
.social-icon {
	display: inline-block;
	width: 32px;
	margin: -15px -4px 0 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 0px 0 !important;
}
p, hr, dl, blockquote, pre, fieldset, figure {
	margin: 5px 0 !important ;
}

.homepage #block-main {
  background: none !important;
}

.campblue-logo > img {
    position: relative;
    z-index: 999;
}

.homepage section {
  padding: 0 !important;
}

#menu {
  position: relative;
    z-index: 9999;
}

.grid-container {
    clear: both;
}

.grid2 {
    float: left;
    width: 50%;
}


@media only screen and (max-width:959px )  {

.bottom-buttons, .social-icons, .countdown-counter {
	display: none !important;
}

#footer .module {
    text-align: center;
}

}

@media only screen and (max-width:875px )  {

#footer .module {
	text-align: center;
}

.copyright {
    margin: 4px 0 0 !important;
}

}

@media only screen and (max-width:768px )  {

.grid2 {
	float: none;
	width: 100%;
}

}


body {
    background-position: center center !important;
    background-size: cover;
}

#page #block-main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}


body.homepage {
    background-size: auto;
    background-position: 0 0 !important;
}
