html { 
  background: url(img/home/BG_CITY.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-size: 16px;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: white;
}
.mycontainer{
	max-width: 1280px;
}
.nav {
    margin-right: 10px;
}
.headerSocial{
	text-align: center;
}
.socialBlock{
	display: inline-block;
	margin-top: 10px;
	    width: 50px;
}
.sidr-class-navDelim{
	display: none !important;
}
.sidr-class-active{
	text-decoration: underline !important;
}
.s1{
	background: url(img/home/poster-print.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headerSocial img{
	width: 42px;
}
.headerNavLinks{
	text-align: right;
}
.logoSection{
	text-align: center;
	padding: 20px 0;
}
.myLogo{
	margin: auto;
}
#mobile-header {
    display: none;
    padding-top: 20px
}
#mobile-header a{
	border: 2px white solid;
	padding: 5px 10px;
	border-radius: 5px;
	color: white;
}
@media only screen and (max-width: 767px){
    #mobile-header {
        display: block;
    }
}

#navigation{
	margin-top: 20px;
}
#navigation .nav li{
	display: inline;
}
#navigation .nav li a:link{
	color:white;
}
#navigation .nav li a:visited{
	color:white;
}
.nav li a.active{
	text-decoration: underline;
}
.videoBox{
	max-width: 548px;
	margin: auto;
}

.s2{
	background: url(img/home/bg5.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.s2 .riotCol{
	position: relative;
}
.s2 .riotCol img{
	position: absolute;
}
.s2 .homeAbout {
	padding: 40px 10px;
	background-color: rgba(0,0,0, .60);
}
.s2 .homeAbout h1{
	letter-spacing: 5px;
}


.s3{
	background: url(img/home/bg3.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.s3 .homeWelcome {
	padding: 40px 10px;
}

.s4{
	background: url(img/home/bg4.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      margin-top: 160px;
}
.s4 .homeStory {
	padding: 40px 10px;
}
.s4 .homeStory h1{
	letter-spacing: 5px;
}
.collageContainer{
	background: url(img/home/collage2.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 358px;
  margin-bottom: 40px;
}

footer{
	text-align: center;
    padding: 40px 10px;
}

.mediaVideoIntro{
	text-align: center;
}
.mediaVideoIntro h1{
	margin-top: 0;
}
.mediaVideoIntro p{
	font-size: 1.5em;
}
.videoBoxSpacer{
	margin-top: 40px;
}

.m1{
		background: url(img/home/bg5.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 10px;
}

.m2{
		background: url(img/home/bg4.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 10px;
}

.m3{
	background: url(img/media/bg2.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 10px;
}

.wallpaperLinkBox{
	margin-bottom: 25px;
}
.wallpaperLinkBox a:link{
	color: white;
    font-size: 2em;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.headerSocial{
		text-align: left;
	}
	.headerSocial img{
		width: 62px;
	}
	.s2 .homeAbout {
		padding: 40px 10px;
		background-color: initial;
	}

	.logoSection {
	    padding: 40px 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

