
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 of reset css*/

	body {
		margin: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 1.7;
		color: #0F456D;
	
	}


	h2 {
	/*margin: 5%;*/
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #0F456D;
	}

	.slideshow {

	width: 100%;
	height: 50%;
	background-color: #D0DD28;
	}	

	.glyphicon-chevron-left {
		position: absolute;
		top: 50%;
	}

	.glyphicon-chevron-right {
		position: absolute;
		top: 50%;
		right: 5%;
	}

	

	form {
		margin-top: 10px;
	}

	.input {
		width: 60%;
	}



	.lost_gallery {

	display: none;

	}

	header {
		width: 100%;
		
	}

	.logo {
		display: none;
	}

	.search {

	
	margin: 0.75%;
	border: 1px solid #D0DD28;
	height: 1%;
	color: #D0DD28;
	padding-left: 5%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75rem;
	text-align: center;
}

.post {
	margin-top: 0%;
	color: #0F456D;
	text-align: center;
	letter-spacing: .6px;
	font-size: 0.75rem;
	font-weight: 700;
	font-size: 16px;
	width: 100%;	
	
}

.button_container {
	display: inline;
}

	.button_post {
		
	    height: 40px;
	    box-sizing: border-box;
	    margin-top: 105px;
	    margin-left: 10px;
	    padding: 5px 20px 5px 20px;
	    background-color: #0F456D;
	    color: #fff;
	    font-size: 14px;
	    font-weight: bold;
	    text-decoration: none;
	    text-transform: uppercase;
		-webkit-transition-duration: 0.4s; 
	    transition-duration: 0.5s;

	}





.button_post:hover {
    background-color: #D0DD28;
}

.back_home {
	float: left;
}

#hamburger {

	float: right;
	margin-right: 5%;

}

nav {
	display: block;
	min-width: 100%;
	text-decoration: none;
	padding-top: 7%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;


}

.menu a {
	text-decoration: none;
	
}
.menu a {
	color: #0F456D;
}

.menu a:visited {
	color: #0F456D;
}

.menu a:hover {
	color: #D0DD28;
}

.menu li {
	background-color: #D0DD28;
	border: 0.25px solid white;
	padding: 3px;

}

.menu {
	display: none;
}

.active.menu {
	display: block;

}

.about p {
	margin: 10%;
	padding-top: 35px;

}

.lost_input {
	text-align: center;
	min-height: 5%;
}

form {
	text-align: center;	

}

.submit {
	margin-top: 1%;
	text-align: center;
	padding: 10px;
}

h1 {
	font-size: 25px;
}

#upload{
    display:none;
    
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.upload1 {
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

/*SLIDESHOW*/

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

html, body { background: white url("http://codepen.io/images/classy_fabric.png"); }

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	/*background: rgba(0, 0, 0, 0.8);*/
}

/*END OF SLIDESHOW*/

/*Desktop Responsive*/

@media (min-width: 981px) and (max-width: 3000px) {	

	.slideshow {
	display: none;
}

	.lost_gallery {
		display: none;
	
	}

	.gallery_entry {
		display: none;
	/*width: 200px;
	height: 200px;
	display: inline-block;
	margin: 1%;
	background-color: #D0DD28;*/
}

	.gallery_detail {
	width: 500px;
	height: 500px;
	display: inline-block;
	margin: 1%;
	background-color: #D0DD28;
}

	h2 {
	font-size: 25px;	
	}

	
}











