@charset "UTF-8";
/* CSS Document */
.bodymain{
	font-family:latoregular;
	font-size:14pt;
	line-height:20pt;
	text-align:left;
    margin-top:3rem;
	position:relative;
}
div {
	margin-top:1.5em;
}
.bodytext{
    white-space:normal;
    position:relative;
    width:70vw;
    
}
#carousel_holder{
	
	position:relative;
	
	width:95vw;
	white-space:nowrap;
	overflow:hidden;
}
.carousel_pic{
	position:relative;
    display:inline-block;
    margin-left:1vw;
    margin-top:4vh;

	height: 90vh;
}
.scrollinsts{
    font-size:12pt;
    margin-top:1.5em;
    text-align:center;
}
/* *************************************** min-width 800 ****************/
@media screen and (min-width: 800px) {
.bodytext{
	margin-left:15vw;
	font-size:1.3vw;
	line-height:2vw;
	}
}

.carousel_pic{
    margin-top:6vh;
    
	height:40vh;
}




/* ************************************* portrait orientation ********* */
@media screen and (orientation: portrait){
	#carousel_holder{
		min-height:52vh;
	}
    .carousel_pic{
        margin-top:1vh;
      
	    height:50vh;
    }



	
}