@charset "UTF-8";
/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

/* STRUCTURE */
body{
background-image:url(img/v-2.png);
background-repeat:repeat-x;
}

#container-box {
	border-top: solid 1px #639;
}

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;

	
}

#turt-splash {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    display: block;
}

#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 300px;
	padding: 12% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 600px;
	padding: 3% 25% 3% 15%;
	
}

#eml-box {
	float: right;
	padding-right: 8%;
	width: 130px;
	height: auto;
}

#contact-txt {
	float: right;
	padding-right: 0%;
	letter-spacing: 2px;
	color: #3FF;
	text-shadow: .5px 1px #000;
	margin-bottom: 0%;
    
}

#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #C30;
}

.bolder {
    color: #9128ce;
    font-weight; 700;
   
}

.email-blue {
	width: 70px;
	height: auto;
	float: right;
	padding: 0% 10% 5% 0;
}

.color-txt {
	color: #336;
}

.box6 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    float: none;
    max-width: 650px;
}

#show {
	background-image:url(img/Z-art-3-960-b.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
	width: 100%;
	max-width: 960px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

header h1{
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvertica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #336;
		text-shadow: 1px 2px #fff;
		margin-bottom: 0%;
}


#frost {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

header {
	clear: both;
	
	width: auto;
	height: 100px;
	padding: 0 15px;
	
	background-size: 100%;
	background-repeat: no-repeat;
	
}
#content {
	width: 290px;
	float: left;
	padding: 5px 15px;

}

#middle {
	width: 294px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 270px;
	padding: 5px 15px;
	float: left;
}

.btn {

	width: 60px;
	height: auto;
	margin: 0 auto;	
	padding: 3%;
}

#plate {
	
	margin: 0 auto;	
	width: 100%;
	height: auto;

	clear: both;
	float: none;
	display: block;
	max-width: 150px;
	padding: 2%;

	
}

.business h3{
	text-align: center;
	color: #C30;
	clear: both;
	width: 100%;
	margin-bottom: 0;
}





.two {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 200px;
    padding: 10px;
    display: block;
    
}

.six {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 10px;
    display: block;
    
}


.column-btns {
    float: left;
    width: 33.3%;
    padding: 10px;
    height: 100%;
    
    max-width: 170px;
    
    
}
/* Clear Float after*/
.row:after {
    content: "";
    display: table;
    clear: both;
    max-width: 600px;
}


.tbl-width{
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: solid 2px #639;
    max-width:600px;
}

.tbl-rw {
        margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0px;
    border: solid 1px #F0C;   
max-width:600px;
}


/*----------------------------------------------- */

.box-trio {
        display: flex;
        
    gap: 1em;
    padding: .75em;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}

/*-------------------------------------------- */






footer h4{
	padding: 3px;
	
}

footer p{
	line-height: 1px;
        font-weight: 400;
	
}
footer {
	font-family:"Century Gothic", "Arial Narrow", Arial, Helvertica, sans-serif;
	font-weight:lighter;
	font-size: 11px;
        font-weight: 400;
	letter-spacing: .35px;
	text-align: center;
	color: #333;
border-bottom: solid 1px #933;
	height: 44px;
	background-color: #CCC;
	clear: both;
	padding: 10px 0 15px 0px;
	
	line-height: 1px;
}


#fadeshow3b{
	margin: 0 auto;
	display: block;
}
#fadeshow3b img{

	width: 100%;
	height: auto;
	max-width: 450px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	
#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 230px;
	padding: 12% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 450px;
	padding: 3% 25% 5% 15%;
	
}

	
	
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
	footer h4{
	padding-top: 0px;
	line-height: 2px;
	
}

	header, footer {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 670px) {
	
		
	
#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 190px;
	padding: 12% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 250px;
	padding: 1% 25% 15% 15%;
	
}
	
	
	

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}
	
}


/* for 600px or less */
@media screen and (max-width: 600px) {

/*
.flex-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
*/
   .column-btns {
    margin: 0 auto;
    float: none;
    width: 37.3%;
    padding: 10px;
    height: 100%;
 
    
    min-width: 185px;
}

    .tbl-width{
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: solid 2px #639;
    clear: both;
    background-image: url(travel-designs/bkSliv-gld-gry-1.svg);
    background-size: 100%;
    background-repeat: repeat-y;
}

.tbl-rw {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 5px;
    border: solid 1px #F0C;
    max-width: 85%;
    background-image: url(travel-designs/bkSliv-gld-gry-3.svg);
    background-size: 100%;
    background-repeat: repeat-y;
}

}


/* for 580px or less */
@media screen and (max-width: 580px) {
	
	#show{
		width: 100%;
	}

	header {
		height: auto;
		
	}
	
	h1 {
		font-size: 1.5em;
	}

	
	
	
	
	
	
	footer{
		padding-top: 5px;
		line-height: 0px;
		padding-bottom: 25px;
	}


footer h4{
		margin-top: 10px;
		padding-bottom: 2px;
		line-height: 14px;
		

}



header h1{
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvertica, sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #336;
		text-shadow: 1px 1px #fff;
		margin-top: -10px;
	
}


header {
	clear: both;
	
	width: auto;
	height: 100px;
	padding: 0 15px;
	
	background-size: 100%;
	background-repeat: no-repeat;
		margin-top: -5px;
		margin-bottom: -5px;
	
}



#content {
	background: #f8f8f8;
}
#sidebar {
	background: #f0efef;
}
header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

#pagewrap,  #content, #middle, #sidebar, footer {
	border: solid 1px #ccc;
}


/* for 480px or less */
@media screen and (max-width: 500px) {
	
	
#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 170px;
	padding: 12% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 210px;
	padding: 1% 25% 15% 15%;
	
}

   .column-btns {
    margin: 0 auto;
    clear: both;
    float: none;
    width: 69.3%;
    padding: 5px;
    height: 100%;
    display: block;
   
    
    min-width: 185px;
}

    .tbl-width{
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: solid 2px #639;
    max-width:87%;
}


.tbl-rw {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px;
    border: solid 1px #F0C;
    max-width:85%;
    background-image: url(travel-designs/bkSliv-gld-gry-3.svg);
    background-size: 100%;
    background-repeat: repeat-y;
}


}



/* for 430px or less */
@media screen and (max-width: 430px) {
	
	
#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 160px;
	padding: 10% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 180px;
	padding: 1% 25% 15% 15%;
	
}
	
	
}

/* for 380px or less */
@media screen and (max-width: 380px) {
	
header h1{
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvertica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #336;
		text-shadow: 1px 1px #fff;
		margin-top: -10px;
		margin-bottom: 0px;
	
}


header {
	clear: both;
	
	width: auto;
	height: 100px;
	padding: 0 15px;
	
	background-size: 100%;
	background-repeat: no-repeat;
		margin-top: -5px;
		margin-bottom: -20px;
		border: none;
		
	
}
	
#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 150px;
	padding: 10% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 170px;
	padding: 0% 25% 15% 15%;
	
}
	
	
	
	
}

/* for 320px or less */
@media screen and (max-width: 320px) {
	
	#expl-aqgr {
	width: 100%;
	height: auto;
	max-width: 140px;
	padding: 10% 25% 0% 18%;
}


#aq-wht {
	width: 100%;
	height: auto;
	max-width: 160px;
	padding: 0% 25% 15% 15%;
	
}
	
}