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

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background:#EEEEEE;
	background-image:url(images/bg_diagnal.png);
}

h1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 40px;
	margin: 0px auto;	
}

#homeh1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	width: 85%;
	text-align: center;
	font-size: 50px;
	margin: 0px auto;	
}

h2 {
	color: goldenrod;
}

a {
	text-decoration: none;
}

/*----header----*/

hr {
	display: block;
	margin: 30px 0px 20px 0px;
	color: goldenrod;
	background-color: goldenrod;
	height: 1px;
	border: none;
}

header {
	height: 70px;
	width: 100%;
	padding: 0px;
	position: fixed;
	z-index: 1;
	background-color: white;
}

#logo {
	height: 15px;
	background-color: transparent;
}

#logo img {
	padding-top: 25px;
	margin-left: 11%;
	height: 20px;
}

#mobile-logo {
	display: none;
}

/*----nav----*/

nav {
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}

nav a{
	text-decoration: none;
	color: black;
	margin: 0px;
}

nav a:hover {
	color: darkgoldenrod;
	transition: 0.2s ease;
}

nav div {
	text-decoration: none;
	margin: 0px;	
	list-style: none;
	display: inline;
	padding: 0px 30px;
}



/*---dropdown---*/

.dropbtn {
	color: white;
	padding: 0px;
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
	transition: 0.6s ease;
}

.drodown-content:hover {
	color: blue;
}



.dropdown-content {
	display: none;
	position: absolute;
	background-color: goldenrod;
	min-width: 200px;
	z-index: 1;
	padding: 10px 0px 0px 0px;
}

.dropdown-content a {
	color: black;
	background: goldenrod;
	text-align: left;
	margin-left: 0px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: darkgoldenrod;
	transition: 0.6s ease;

}

.dropdown:hover .dropdown-content {
	background: transparent;
	display:block;
}




/*---social----*/

.social-icon {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

/*----banner----*/


#banner {
	background: url(images/banner1.jpg);
	min-height: 500px;
	width: 100%;
	
}

#banner h1 {
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	color: darkgoldenrod;
	text-align: center;
	margin: 0px auto;
	margin-top: 50px;
	letter-spacing: 25px;
}

#banner p {
	font-size: 25px;
	width: 75%;
	color: antiquewhite;
	text-align: center;
	margin: 0px auto;
	line-height: 40px;
}

#banner hr {
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#banner a {
	color: black;
	}

/*----main----*/

main {
	min-height: 400px;
	width: 75%;
	margin: 0px auto;
	padding-top: 160px;
	padding-bottom: 40px;
}


#mainhome {
	min-height: 400px;
	width: 95%;
	margin: 0px auto;
	padding-top: 70px;
	padding-bottom: 40px;
}

#mainhome p {
	font-size: 18px;
	line-height: 26px;
	width: 75%;
	margin: 0px auto;
	text-align: center;
	

}

main p {
	font-size: 14px;
	line-height: 22px;
	width: 80%;
}


main hr {
	width: 80%;
}

main div img {
	width: 100%;
}

/*----footer----*/

footer {
	background-color: #2a3d5f;
	color: white;
	min-height: 250px;
	margin: 0px;
	line-height: 30px;
	padding: 30px 5%;
}

#copyright {
	font-size: 10px;
}

#friends {
	font-family: 'Mr Dafoe', cursive;
	color: #d7c607;
	font-size: 25px;
	margin-right: 30px;
	float: left;
}


/*-----category----*/

.category-container {
	width: 85%;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px auto;
	margin-top: 75px;
}

.category {
	padding: 0px;
	margin: 0px;
	width: 50%;
	text-decoration: none;	
	text-align: center;
	border: white solid inset;
	background-size: cover;
	background-position: center;
	background-repeat: none;
}

.category:after {
	content: "";
	display: block;
}

.category-overlay {
	background-color: rgba(0, 0, 0, .6);
	z-index: 3;
	width: 100%;
	margin: 0%;
	padding-top: 35%;
	padding-bottom: 40%;
	transition: 0.6s ease;
}

.category p {
	font-size: 20px;
	letter-spacing: 10px;
	font-weight: bold;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 0%;
	background-image: linear-gradient(to bottom right, darkgoldenrod, goldenrod, palegoldenrod);
	color:#293D5F ;
	line-height: 65px;
	text-transform: uppercase;
	opacity: 0.8;
	border: white solid 1px;
}

.category-overlay:hover {
	background: transparent;
}


/*-----buttons----*/


#button {
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
	color: saddlebrown;
	font-size: 20px;
	width: 300px;
	text-align: center;	
	padding: 15px 35px 15px 35px;
	margin: 0px auto;
	margin-top: 50px;
}

#button:hover {
	background-image: linear-gradient(to bottom right, palegoldenrod, darkgoldenrod);
	-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;
	transition: 0.6s ease;	
}

#submit-button {
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
	color: saddlebrown;
	font-size: 20px;
	text-align: center;	
	padding: 15px 55px 15px 55px;
	margin: 0px auto;
	margin-top: 15px;
	border-radius: 5px;
}

#submit-button:hover {
	-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;
	transition: 0.2s ease;
}



/*----postits----*/

#postit {
	display: inline-block;
	background:#EEEEEE;
	margin-top: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postit {
	width: 5%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#postit-portrait {
	width: 400px;
	float: right;
	margin: 30px 0px 30px 30px;
}

/*-----form------*/

form {
	width:100%;
}

label {
	font-size: 20px;
	padding-bottom: 10px;
}

#fname {
	width: 267px;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;
}


#lname {
	width: 267px;
	height: 40px;
	margin-left: 14px;
	padding-left: 20px;
	font-size: 20px;
	border: white 1px;
}


#email {
	width: 575px;
	height: 40px;
	margin-right: 0px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;

}


#pnumber {
	width: 575px;
	height: 40px;
	padding-left: 15px;
	margin-right: 0px;
	font-size: 20px;
	border: white 1px;

}


#message {
	width: 575px;
	height: 100px;
	padding-top: 15;
	margin-right: 0px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;
}

/*---gallery---*/


/*--color overlay--*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  transition: 0.6s ease;	
}

/* The Modal (slideshow) */


.gallery {
	display: inline-block;
	margin-top: 40px;
}

.item {
	float: left;
	width: 45%;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: 0 0;
	background: white;
}

.item img {
	object-fit: cover;
	object-position: 0 0;
	height: 225px;
}


.item:hover {
	-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;
	transition: 0.5s ease;
}



/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 25px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .75);
	

}

/* Modal Content */
.modal-content {

	position: relative;
	background-color: white;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 50px;
	width: 75%;
	padding: 10px;
}


/* The Close Button */
.close {
  color: white;
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 0px;
  color: gray;
  font-weight: bold; 
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	background: white;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}




/* small */
@media (min-width: 321px) and (max-width: 728px) {

h1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 40px;
	text-align: center;
	margin: 0px auto;	
}

#homeh1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	width: 95%;
	font-size: 40px;
	text-align: center;
	margin: 0px auto;	
}	
	
/*----header----*/

hr {
	display: block;
	margin: 30px 0px 20px 0px;
	color: goldenrod;
	background-color: goldenrod;
	height: 1px;
	border: none;
}

header {
	height: 40px;
	width: 100%;
	padding: 0px;
	position: fixed;
	z-index: 1;
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
    bottom:0;
}

#logo {
	height: 15px;
	margin: 0px auto;
	background-color: transparent;
	display: none;
}

	
#mobile-logo {
	padding-top: 12px;
	background: white;
	width: 100%;
	height: 30px;
	display: block;
	position: fixed;
	z-index: 1;
}
	
#mobile-logo img {
	height: 15px;
	padding: 0px;
	display: block;
	margin: 0px auto;
}

/*----banner----*/

#banner {
	background-image: url(images/banner1.jpg) cover;
	min-height: 220px;
	width: 100%;
	padding-top: 100px;

}

#banner h1 {
	font-size: 30px;
	color: darkgoldenrod;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	letter-spacing: 20px;
}

#banner p {
	font-size: 16px;
	width: 90%;
	color: antiquewhite;
	text-align: center;
	margin: 0px auto;
	line-height: 30px;
}

#banner hr {
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
}	

#banner a {
	color: black;
	}
	

/*-----buttons----*/


#button {
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
	color: saddlebrown;
	font-size: 20px;
	width: 75%;
	text-align: center;	
	padding: 15px 10px 15px 10px;
	margin: 0px auto;
	margin-top: 50px;
}

#submit-button {
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
	color: saddlebrown;
	font-size: 20px;
	text-align: center;	
	padding: 15px 55px 15px 55px;
	margin: 0px auto;
	margin-left: 2.5%;
	display: inline-block;
	border-radius: 5px;
}	

/*----main----*/

main {
	min-height: 200px;
	width: 90%;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 40px;
}
	
main h2 {
	text-align: center;
	width: 100%;
		
}

#mainhome {
	min-height: 200px;
	width: 95%;
	margin: 0px auto;
	padding-top: 70px;
	padding-bottom: 40px;
}

main p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

main strong {
	text-align: center;
	background-color: darkgray;
	margin-top: 40px;
	width: 100%
		
	}	
	
main hr {
	width: 75%;
}


/*----postits----*/

#postit {
	display: inline-block;
	background:#EEEEEE;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postit {
	width: 10%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}
	
#postit-portrait {
	width: 90%;
	float: none;
	padding-top: 15px;
	margin: 0px auto;
	display: block;
}	

	
/*-----category----*/

.category-container {
	width: 100%;
	display:inline-block;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 10px;
}

.category {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: none;	
	text-align: center;
	border: white solid inset;
	background-size: cover;
	background-position: center;
	background-repeat: none;
	float: left;
}

.category:after {
	content: "";
	display: block;
	height: 100%;
}

.category-overlay {
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
	width: 100%;
	margin: 0%;
	padding-top: 35%;
	padding-bottom: 40%;
	transition: 0.6s ease;

}

.category p {
	font-size: 16px;
	letter-spacing: 8px;
	font-weight: bold;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 0%;
	background-image: linear-gradient(to bottom right, darkgoldenrod, goldenrod, palegoldenrod);
	color:#293D5F ;
	line-height: 65px;
	text-transform: uppercase;
	opacity: 0.8;
	border: white solid 1px;
}

.category-overlay:hover {
	background: transparent;
	transition: 0.6s ease;

}

/*----footer----*/

#copyright {
	font-size: 9px;
}	
	
/*---gallery---*/

.gallery {
	display: inline-block;
	margin-top: 40px;
}

.item {
	float: left;
	width: 100%;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: 0 0;	
}	
	

/*-----form------*/

#fname {
	width: 90%;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px auto;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 0px;
}

#lname {
	width: 90%;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px auto;
	margin-top: 5px;
	border: 0px;
	
}

#email {
	width: 90%;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px auto;
	margin-top: 5px;
	border: 0px;
	
}

#pnumber {
	width: 90%;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px auto;
	margin-top: 5px;
	border: 0px;
	
}

#message {
	width: 90%;
	height: 100px;
	padding-top: 15;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px auto;
	margin-top: 5px;	
	border: 0px;
}

label {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 95%;
	margin-top: 10px;
	
	}	


/*---dropdown---*/

.dropbtn {
	color: white;
	padding: 0px;
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	position: absolute;
	min-width: 200px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 340px;
	bottom: 0px;
	left: 0px;
	display: none;
}

.dropdown-content a {
	color: black;
	text-align: left;
	margin-left: 0px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: darkgoldenrod;
	display: none;
}

.dropdown:hover .dropdown-content {
	background: transparent;
	display:none;
}


/*----nav----*/

nav {
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	height: 40px;
}

nav a{
	text-decoration: none;
	color: black;
	height: 40px;
	margin: 0px;
}

nav a:hover {
	color: darkgoldenrod;
	transition: 0.2s ease;
}

nav div {
	text-decoration: none;
	margin: 0px;	
	list-style: none;
	display: inline;
	padding: 0px 30px;
}	
	
/*-- Modal --*/
	
	
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 2px;
  margin-top: 0px;
  color: gray;
  font-weight: bold; 
  font-size: 15px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	background: white;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* The Close Button */
.close {
  color: white;
  position: fixed;
  top: 5px;
  right: 10px;
  font-size: 25px;
  font-weight: bold;
}

	
	
}

/* medium */
@media (min-width: 729px) and (max-width: 960px) {


h1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 40px;
	text-align: left;
	margin: 0px auto;

}

#homeh1 {
	color: #2a3d5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	width: 95%;
	font-size: 40px;
	text-align: center;
	margin: 0px auto;	
}	
	
/*----header----*/

hr {
	display: block;
	margin: 30px 0px 20px 0px;
	color: goldenrod;
	background-color: goldenrod;
	height: 1px;
	border: none;
}

header {
	height: 70px;
	width: 100%;
	padding: 0px;
	position: fixed;
	z-index: 1;
	background-color: white;
}

#logo {
	height: 15px;
	background-color: transparent;
}

#logo img {
	padding-top: 25px;
	margin-left: 4%;
	height: 20px;
}

#mobile-logo {
	display: none;
}

/*----banner----*/

#banner {
	background: url(images/banner1.jpg);
	min-height: 350px;
	width: 100%;
	padding-top: 150px;
}

#banner h1 {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color: darkgoldenrod;
	width: 95%;
	text-align: center;
	margin: 0px auto;
	letter-spacing: 15px;
}

#banner p {
	font-size: 16px;
	width: 65%;
	color: antiquewhite;
	text-align: center;
	margin: 0px auto;
	line-height: 30px;
}

#banner hr {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*----main----*/

main {
	min-height: 400px;
	width: 85%;
	margin: 0px auto;
	padding-top: 110px;
	padding-bottom: 40px;
}


#mainhome {
	min-height: 400px;
	width: 95%;
	margin: 0px auto;
	padding-top: 70px;
	padding-bottom: 40px;
}

main p {
	font-size: 12px;
	line-height: 20px;
	width: 80%;
}


main hr {
	width: 80%;
}

main div img {
	width: 100%;
}

/*-----category----*/

.category-container {
	width: 100%;
	display: inline-block;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px auto;
	margin-top: 75px;
}

.category {
	padding: 0px;
	margin: 0px;
	width: 33%;
	text-decoration: none;	
	text-align: center;
	border: white solid inset;
	background-size: cover;
	background-position: center;
	background-repeat: none;
	float: left;
}

.category:after {
	content: "";
	display: block;
	height: 100%;
}

.category-overlay {
	background-color: rgba(0, 0, 0, .6);
	z-index: 3;
	width: 100%;
	margin: 0%;
	padding-top: 35%;
	padding-bottom: 40%;
	transition: 0.6s ease;
}

.category p {
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 0%;
	background-image: linear-gradient(to bottom right, darkgoldenrod, goldenrod, palegoldenrod);
	color:#293D5F ;
	line-height: 65px;
	text-transform: uppercase;
	opacity: 0.8;
	border: white solid 1px;
}

.category-overlay:hover {
	background: transparent;
	transition: 0.6s ease;
}


/*-----buttons----*/


#button {
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
	color: saddlebrown;
	font-size: 20px;
	width: 300px;
	text-align: center;	
	padding: 15px 35px 15px 35px;
	margin: 0px auto;
	margin-top: 40px;
}

/*---postit---*/

#postit-portrait {
	width: 300px;
	float: right;
	margin: 50px 0px 30px 30px;
}	
	

/*-----form------*/

form {
	width:100%;
	padding: 0px;
	margin: 0px;
}

label {
	font-size: 20px;
	padding-bottom: 10px;
}

#fname {
	width: 210px;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;
}


#lname {
	width: 210px;
	height: 40px;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;
}


#email {
	width: 450px;
	height: 40px;
	margin: 0px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;

}


#pnumber {
	width: 450px;
	height: 40px;
	padding-left: 15px;
	margin: 0px;
	font-size: 20px;
	border: white 1px;

}


#message {
	width: 450px;
	height: 150px;
	margin: 0px;
	padding-left: 15px;
	font-size: 20px;
	border: white 1px;
}	
	
	
}


/* large */
@media (min-width: 961px) {

}