/* 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;
}

/* end the reset */


/* default/mobile styles */

body {
	padding: 1%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

#wrapper {
	margin: auto;
}


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

 #nav{
    text-align: center;
    padding: 1%;
}

#nav li {
    list-style:none;
    margin: auto;
    display:block;
    padding: .5%;
}


a:link {
	padding:3%;
	color:#FF9833;
	text-decoration:none;
}

a:visited {
	color:#FF9833;
	text-decoration:none;
}

a:hover {
	color:#FFCD9D;
	
}


#about {
	text-align:center;
}

#about img {
	width:100%;
	}

#gallery {
	padding: 1%;
	text-align:center;
	margin: auto;
	width:90%;
}

#gallery img {
	width:100%;
}


#about2 {
	text-align:center;
}

#about2 img {
	width:100%;
	}

#gallery video {
	width:100%;
}



/* default/mobile styles */


/* start of query for tablets */
@media only screen and (min-width:500px) and (max-width: 700px) {

body {
	padding: 1%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

#wrapper {
	margin: auto;
}


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

 #nav{
    text-align: center;
}


#nav li {
    list-style:none;
    margin: auto;
    display:inline;
}


a:link {
	padding:3%;
	color:#FF9833;
	text-decoration:none;
}

a:visited {
	color:#FF9833;
	text-decoration:none;
}

a:hover {
	color:#FFCD9D;
	
}


#about {
	padding: 1%;
	text-align:center;
	margin: 3% auto;
}

#about img {
	height: 50%;
	margin:3% auto;
	}

#about2 {
	padding: 1%;
	text-align:center;
	margin: 3% auto;
}

#about2 img {
	height: 50%;
	margin:3% auto;
	}


#gallery {
	padding: 1%;
	text-align:center;
	margin: auto;
	width:90%;
}

#gallery img {
	width:30%;
}

}

/* start of query for desktop */
@media only screen and (min-width: 701px) {

body {
	padding: 1%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

#wrapper {
	margin: auto;
}


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

 #nav{
    text-align: center;
    width:100%;
}

#nav li {
    list-style:none;
    margin: auto;
    display:inline;
}


a:link {
	padding:3%;
	color:#FF9833;
	text-decoration:none;
}

a:visited {
	color:#FF9833;
	text-decoration:none;
}

a:hover {
	color:#FFCD9D;
	
}


#about {
	text-align:center;
	margin: auto;
	width:100%;
	
}

#about img {
	margin:0 auto;
	width:60%;
	}

#about2 {
	text-align:center;
	margin: auto;
	width:100%;
	
}

#about2 img {
	margin:0 auto;
	width:60%;
	}

#gallery {
	padding: 1%;
	text-align:center;
	margin: auto;
	width:90%;
}

#gallery img {
	width:40%;
}



}