@charset "utf-8";

/* Main Structure */
* {
    box-sizing: border-box;
}
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #666;
}
p {
	margin: 10px 0px 0px 0px;
	
}
img {
	padding: 10px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
h1 {
	margin: auto;
	text-align: center;
	padding: 10px;
}
h2 {
	margin: auto;
	text-align: center;
	padding: 10px;
}
h3 {
	
}
h4 {
	
}
#pagecontainer {
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: left;
	color: #000;
	background-color: #FFF;
}
#navigation {
	
}

.clear {
	clear: both;
}

 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #FF0;
	color: black;
}

/* Add an active class to highlight the current page */
.active {
	background-color: #F60;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}



@media screen and (min-width: 711px) {
	.dropnav-content {
		display: none;
		position: absolute;
		background-color: #333;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
		z-index: 10;
		top: 48px;
	}
	
	.dropnav {
		float: left;
		background-color: #333;
		position: relative;
	}
	
	.dropnav:hover .dropnav-content {
		display: block;
	}
	
	.dropnav-content a {
		text-align: left;
		width: 100%;
	}
}



 /* When the screen is less than 700 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 710px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropnav {display: none}
  .dropnav-content {display: none}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 710px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .dropnav.responsive {
    float: none;
    display: block;
    text-align: left;
	z-index: inherit;
  }
  .dropnav-content.responsive {
    float: none;
    display: block;
    text-align: left;
  }
  .dropnav-content a {  
	padding: 14px 16px 14px 30px;
  }
}

#title {
	background-color: #000;
	color: #F00;
	text-align: center;
	height: 100%;
}
#title img { padding: 0px; }

#logo {
    float: left;
    padding: 10px;
    width: 35%;
}
#headers {
    float: left;
    width: 65%;
}
#headers h1 {
    font-size: 20px;
}
#headers h2 {
    font-size: 16px;
}
#contact {
    clear: both;
    width: 100%;
    padding: 0px 0px 10px 0px;
}
#title #contact img { width: 20px; padding: 0px; }

@media only screen and (min-width: 550px) {	
    #headers h1 {
        font-size: 26px;
    }
    #headers h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 650px) {
    #logo {
        float: left;
        width: 20%;
        padding: 10px;
    }
    #headers {
        float: left;
        width: 60%;
    }	
    #headers h1 {
        font-size: 32px;
    }
    #headers h2 {
        font-size: 26px;
    }
    #contact {
        float: left;
        width: 20%;
        clear: none;
        padding: 10px;
        text-align: right;
    }
    #title #contact img { padding: 5px; width: 60px; }
}

#footer {
	background-color: #000;
	color: #F00;
}
#footer a { color: #F00; text-decoration: none; }
.clear {
	clear: both;
}
.rightjust {
	text-align: right;
}
.leftjust {
	text-align: left;
}
.centerjust {
	text-align: center;
}
.googlemap { position: relative; width: 100%; min-height: 600px; height: 100%; }


/* Device Support */
[class*="col-"] {
    float: left;
    padding: 0px 10px;
	box-sizing: border-box;
    width: 100%;

}
@media only screen and (min-width: 600px) {
	[class*="col-"] {
    padding: 10px;

}
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
	[class*="col-"] {
    padding: 10px;

}
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

/* Responsive Grid */
.row::after {
    content: "";
    clear: left;
    display: table;
}	


/* Navigation */


/* Page */
.formfield {
	color: #F00;
	background-color: #000;
	font-weight: bold;
}

/* Gallery Page */
#galleryview {
	position: absolute;
	width: 100%;
	background-color: #666;
	background-image: url(../images/structure/shadow.png);
	background-repeat: repeat;
	z-index: 10;
	text-align: center;
	left: 0px;
	top: 0px;
}
#gallerypos {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.gallerythumb {
	padding: 5px;
	float: left;
	/*height: 130px;*/
	width: 100px;
	overflow: hidden;
}
.gallerynav {
	padding: 5px 10px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	float: left;
}
@media only screen and (min-width: 600px) {
	.gallerynav {
	width: 100%;
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	float: left;
}
}