

html, body {
	margin:0; 
	padding:0; 
	background-position: right;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	/*overflow: hidden;*/
}

.visible{
	display: block;
}

.invisible{
	display: none;
}

.pointer{
	cursor: pointer;
}

.fancybox-inner {
	overflow: hidden !important;
}

#mainContent{
    position: relative;
    max-width: 865px;
    width: 100%;
    height: 100%;
    float: right;
    margin: 0 auto;
}

#landingPrompt{
	font-family: CronosProLt;
    font-size: 50px;
    user-select: none;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 532px;
    margin-top: 45px;
}

#landingButton{
	font-family: HelveticaNeueCondensedBold;
	user-select: none;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 12px;
    color: #fff;
    font-size: 40px;
    max-width: 455px;
    background: #a93a8b;
    padding: 30px 0px 30px 0px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 60px;
}

#landingButton:hover{
	background: #102c54;
}

#carousel {
    margin-left: 10px;
    /*margin-top: 15px;*/
    position:relative;
}
#carouselTitle {
    text-align: center;
    padding: 9px;
}
#carouselArea {
    width:98%;
    position:relative;
    margin-top:26px;
}
.carouselPhoto {height:87px; width:87px;}
.carouselItem {height:87px; width:87px;}
#carouselLeft, #carouselRight {width:6%;}
#carouselBlock {height:87px;}
#carouselMiddle {width:500px;}
#carouselBlock {
    height: 90px;
}
#carousel {
    width: 570px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
}
#carouselContent{
    margin-top: -3px;
}
#leftArrow{
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #0000 url(../images/leftArrow.png) no-repeat;
    height: 33px;
    width: 17px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
}
#rightArrow{
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #0000 url(../images/rightArrow.png) no-repeat;
    height: 33px;
    width: 17px;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 2;
}
#carouselLanding{
    position: absolute;
    width: 620px;
    margin-left: -615px;
    margin-top: 189px;
    height:125px;
    border:5px solid rgba(255, 255, 255, 0.55);
    background-color:rgba(255, 255, 255, 0.55);
    background-clip: padding-box;
}

ul {
    margin:0;
}

@media(max-width: 1485px){
    #carouselLanding {
        position: relative;
        margin:0 auto;
    }   
}

@media(max-width: 1100px){
	html, body {
		background-position: 84% center;
	}	
}

@media(max-width: 767px){

	#mainContent{
		max-width: 100%;
	}

	#headerLogo{
		margin-top: 15%;
	}
    #leftArrow, #rightArrow{
        top:25px;
    }
}


@media(max-width: 645px){
    #carouselLanding {
        width:95%;
    }   
    #carouselMiddle {
        width:100%;
    }
}

@media(max-width: 550px){

	#headerLogo{
		margin-top: 6%;
		width:90%;
	}
	#landingPrompt{
		font-size: 9vw;
		margin-top: 7vw;
	}

	#landingButton{
		font-size: 7.2vw;
    	max-width: 83vw;
	}
	#cameraIcon{
		width: 10vw;
		height: 8vw;
	}
}

