/* CSS Document */

body, html {
	min-width:100vw;
	min-height:100vh;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#background {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-99;
	overflow:hidden;
	min-width:100vw;
	min-height:100vh;
	max-width:100vw;
	max-height:100vh;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/backgrounds/whitesandybeach.jpg) no-repeat center center fixed; 	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

h1, h2 {
    display: inline;
}

.dmxSlidingPanelsPage {
	background-color:transparent;
	overflow: hidden;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

input[type=image], input[type=image]:focus, input[type=image]:hover {
	border:none;
}

input, input:focus, input:hover, input:active {
	border:none;
}

#container{
	position:absolute;
	left:50%;
	-ms-transform:translateX(-50%); /* IE 9 */
	-webkit-transform:translateX(-50%); /* Chrome, Safari, Opera */			
	transform:translateX(-50%);
	top:10vh;
	width:90vw;
	max-width:1280px;
	height:auto;
	overflow-y:visible;
}

#accordion .content-container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	-webkit-justify-content: space-around;
	align-items:center;
}

.box {
	margin-bottom:2vh;
}

.animation_image {background: #F9FFFF;border: 1px solid #E1FFFF;padding: 10px;width: 500px;margin-right: auto;margin-left: auto;}

#rtnhome {
	cursor:pointer;
}

logo {
	cursor:pointer;
}

.nocontent:hover {
	background:rgba(225,0,3,0.80);
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
}
