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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*CSS RESET ENDS HERE*/


body {
	max-width: 960px;
	margin: auto;
	/*height: auto;*/
	background-color: #8FFBFF;
}

#page{
	max-width: 960px;
	/*height: auto;*/
}

#nav {
	background-color: #28EEB4;
	max-width: 960px;
	height:150px;
	padding: 1px;
}

#navtext {
	font-family: 'Nova Flat', cursive;
	font-size: 30px;
	color: darkblue;
	/*margin-left: 80px;*/
	margin-top: 0px;
	padding-right: 30px;
	text-align: center;
	max-width: 960px;
	
}

#textbox {
	width: 915px;
	height: 700px;
	background-color: #C4FBFF;
	padding: 15px;
	border: 10px;
	border-color: aliceblue;
	border-style: solid;
	border-radius: 10px;
	/*margin-left: 20px;*/
	margin-top: 50px;
	z-index: 100;
	position: absolute;
}

#contacttextbox {
	width: 390px;
	height: 200px;
	background-color: #C4FBFF;
	padding: 15px;
	border: 10px;
	border-color: aliceblue;
	border-style: solid;
	border-radius: 10px;
	/*margin-left: 20px;*/
	margin-top: 50px;
	z-index: 100;
	position: absolute;
}

#gallerybox {
	max-width: 900px;
	height: auto;
	background-color: #C4FBFF;
	padding: 15px;
	border: 10px;
	border-color: aliceblue;
	border-style: solid;
	border-radius: 10px;
	margin-top: 50px;
	margin-left: 5px;
	z-index: 100;
	position: absolute;
}

#text {
	width: 400px;
	z-index: 1000;
	position: absolute;
}


#gallerytext {
	width: 700px;
	z-index: 1000;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	position: absolute;
}

#gallerytitle {
	margin-top: 15px;
	width: 960px;
	z-index: 1000;
	text-align: center;
	position: absolute;
}



#pic {
	margin-left: 445px;
	margin-top: 80px;
	z-index: 10000;
	position: absolute;
}

#mainpic {
	
	margin-top: 90px;
	margin-left: 100px;
}

#pic1 {
	margin-left: 100px;
}


h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 70px;
	line-height: 20px;
    margin-top: 20px;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 20px;
	line-height: 20px;
	 margin-top: 15px;
}

h4 {
	font-family: 'Nova Flat', cursive;
	font-size: 25px;
	color: darkblue;
	/*margin-left: 80px;*/
	margin-top: 5px;
	/*padding-right: 30px;*/
	text-align: center;
	max-width: 960px;
}

p {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	line-height: 20px;
	 margin-top: 15px;
}

li {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	line-height: 20px;
	 margin-top: 15px;
}

#nav a {
	margin-left: 30px;
}
	
a:link {
	color: #007FFF;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #575757;
	text-decoration: none;
}


/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}
 /*MAIN GALLERY*/

.row {
    margin: 8px -16px;
}


/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    /*background-color: white;*/
    padding: 20px;
	z-index: 100000;
	
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}


/*SUB GALLERIES*/

.row2 {
	margin-top: 20px;
    margin-left: 100px;
	margin-right: auto;
}


/* Add padding BETWEEN each column (if you want) */
.row2,
.row2 > .column2 {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column2 {
    float: left;
    width: 25%;
}

/* Clear floats after rows */ 
.row2:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content2 {
    /*background-color: white;*/
    padding: 10px;
	z-index: 100000;
	
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column2 {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column2 {
        width: 100%;
    }
}

