#charaset "utf-8";

/*
	
	Lonesome Pine School and Heritage Center
    Author: Danielle LamB
    Date:   August 13, 2019

    Filename: styles.css
*/

#charaset "utf-8";
{}

/*       STRUCTURAL        */

html {
	/*background-color: rgba(117, 206, 228, 30%);*/
	background-color: #ffffff; /*feffeb yellow*/
	overflow-x: hidden;
}

body {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	min-width: 640px;
	font-family: Grunge, ‘Times New Roman’, Times, serif;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container {
	background-color: #ffffff; /*feffeb yellow*/
	margin-left: -420px;
	margin-right: -420px;
	/*opacity: 0.9;*/
}

.blankspace {
	margin-bottom: 600px;
}

/*****************************/

/*       NAVIGATION        */

.nav {
  overflow: hidden;
  background-color: black;
  margin-left: -500px;
  margin-right: -500px;
}

.nav a {
  float: left;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin-left: 250px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 25px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding-left: 155px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav a:hover, .dropdown:hover .dropbtn {
  color: darkgrey;
  transition: 0.5s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 143px;
}

.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 20px;
  
}

.dropdown-content a:hover { 
  transition: 0.5s;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
}

.horizontal {
		display: none;
	}
	
/*****************************/

/*       HOME        */

div#pic1 {
	margin-left: -520px;
	margin-right: -220px;
	background-color: black;
}

div#pic1 img {
	z-index: -1;
	position: fixed;
	opacity: 0.8;
	margin-left: 110px;
	margin-top: -35px;
}

.home, .location {
/*	opacity: 0.9;*/
}

#logo {
	margin-top: 35px;
}

/* TITLE */
.home h1, #location h1 {
	text-align: center;
	font-size: 45px;
}

.home h2 {
	padding: 10px;
}

.home p {
		text-indent: 3.5em;
		font-size: 25px;
		text-align: justify;
		text-justify: inter-word;
		padding-top: 50px;
		padding-bottom: 25px;
		margin-left: 440px;
		margin-right: 440px;
}

.home p::first-letter {
	font-size: 50px;
}

#colorstrip {
    width: 100%; 
	height: 0.2px;
    border-style: ridge;
    border-color: white;
    background-color: black;
}

#school img {
	margin-left: 450px;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

#school img:hover {
	transition: 0.9s;
		opacity: 1.0;
}

.home iframe {
	margin-left: 700px;
}

/*****************************/

/*       MISSION        */
	
.mission h1 {
	text-align: center;
	font-size: 45px;
}

.mission ul {
	font-size: 20px;
	text-align: left;
	padding-left: 590px;
	margin-left: 400px;
	margin-right: 300px;
	text-align: justify;
	text-justify: inter-word;
}

#schoolfront img {
	margin-top: -570px;
	margin-left: 300px;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

#schoolfront img:hover {
	transition: 0.9s;
	opacity: 1.0;
}

/*****************************/

/*       STORY        */
	
.story h1 {
	text-align: center;
	font-size: 45px;
}

.story p {
	text-indent: 3.5em;
	font-size: 21px;
	text-align: justify;
	text-justify: inter-word;
	padding-left: 565px;
	margin-right: 550px;
}

.story p::first-letter {
	font-size: 50px;
}

.story ul {
	font-size: 20px;
	text-align: left;
	padding-left: 590px;
	margin-right: 550px;
}

#storypics img {
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

#storypics img:hover {
	transition: 0.9s;
	opacity: 1.0;
}

/*****************************/

/*       TOURS        */

.tours h1 {
	text-align: center;
	font-size: 45px;
}

.tours h2 {
	font-size: 35px;
}

.tours h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: -30px;
}

.tours p {
	font-size: 25px;
	margin-left: 270px;
	margin-right: 270px;
	text-align: justify;
	text-justify: inter-word;
}

.tours div#tourpics {
	margin-top: 70px;
}

.tours div#tourpics img { 
	margin-bottom: 70px;
	padding-left: -900px;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

.tours div#tourpics img:hover {
	transition: 0.9s;
	opacity: 1.0;
}

/*****************************/

/*       TOURS        */

.resources h1 {
	text-align: center;
	font-size: 45px;
}

.resources  h2 {
	font-size: 35px;
}

.resources  h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: -30px;
}

.resources h4 {
	font-size: 20px;
}

.resources  p {
	font-size: 25px;
	margin-left: 270px;
	margin-right: 270px;
	text-align: justify;
	text-justify: inter-word;
}

.resources div.column img { 
	padding-left: -900px;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

.resources div.column img:hover {
	transition: 0.9s;
	opacity: 1.0;
}

.column {
  float: left;
  padding: 33px;
  margin-left: 20px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/*****************************/

/*       COLLECTIONS        */

.collections h1 {
	text-align: center;
	font-size: 45px;
}

.collections  h2 {
	font-size: 35px;
}

.collections  h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: -30px;
}

.collections h4 {
	font-size: 20px;
}

.collections  p {
	font-size: 25px;
	margin-left: 270px;
	margin-right: 270px;
	text-align: justify;
	text-justify: inter-word;
}

.collections div.column img { 
	padding-left: -900px;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.8;
}

.collections div.column img:hover {
	transition: 0.9s;
	opacity: 1.0;
}

.column {
  float: left;
  padding: 33px;
  margin-left: 20px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*****************************/

/*       RESOURCE SITES        */

.resourcesites h1 {
	text-align: center;
	font-size: 45px;
}

.resourcesites h2 {
	font-size: 35px;
}

.resourcesites h3 {
	font-size: 25px;
	font-weight: bold;
	margin-top: -30px;
	text-align: center;
}

.resourcesites p {
	font-size: 25px;
}

.resourcesites ul {
	font-size: 25px;
	margin-left: 310px;
}

.resourcesites a {
	color: black;
}

.resourcesites a:hover {
	color: darkblue;
}

/*****************************/

/*       DONATIONS        */

.donations {
	opacity: 0.9;
}

.donations h1 {
	text-align: center;
	font-size: 45px;
}

.donations h2 {
	font-size: 35px;
}

.donations p {
	font-size: 25px;
	margin-left: 250px;
	margin-top: 50px;
	margin-right: 250px;
	text-align: justify;
	text-justify: inter-word;
}
	
.donations iframe {
	/*margin-top: -100px;
	margin-left: -1200px;*/
}

/*****************************/

/*       MEMBERSHIP        */

.membership {
	opacity: 0.9;
}

.membership h1 {
	text-align: center;
	font-size: 45px;
}

.membership h2 {
	font-size: 30px;
}

.membership p {
	font-size: 25px;
	margin-left: 150px;
	margin-top: 50px;
	margin-right: 150px;
	text-align: justify;
	text-justify: inter-word;
}

/*****************************/

/*       VOLUNTEERS        */

.volunteers {
	opacity: 0.9;
}

.volunteers h1 {
	text-align: center;
	font-size: 45px;
}

.volunteers h2 {
	font-size: 30px;
}

.volunteers p {
	font-size: 25px;
	margin-left: 150px;
	margin-top: 50px;
	margin-right: 150px;
	text-align: justify;
	text-justify: inter-word;
}

.volunteers div#form {
	padding-left: 150px;
	font-size: 30px;
	font-weight: bold;
}

/*****************************/

/*       INFORMATION        */

.information {
	opacity: 0.9;
}

.information h1 {
	text-align: center;
	font-size: 45px;
}

.information h2 {
	font-size: 35px;
}

.information p {
	font-size: 25px;
	margin-left: 290px;
	margin-top: 50px;
	margin-right: 250px;
	text-align: justify;
	text-justify: inter-word;
}
	
.information iframe {
	/*margin-top: -100px;
	margin-left: -1200px;*/
}

/*****************************/

/*       QUESTIONS        */

.questions {
	opacity: 0.9;
}

.questions h1 {
	text-align: center;
	font-size: 45px;
}

.questions h2 {
	font-size: 30px;
}

.questions p {
	font-size: 25px;
	margin-left: 150px;
	margin-top: 50px;
	margin-right: 150px;
	text-align: justify;
	text-justify: inter-word;
}

.questions div#form {
	padding-left: 350px;
	font-size: 30px;
	font-weight: bold;
}

/*****************************/

/*       FEEDBACK        */

.feedback {
	opacity: 0.9;
}

.feedback h1 {
	text-align: center;
	font-size: 45px;
}

.feedback h2 {
	font-size: 30px;
}

.feedback p {
	font-size: 25px;
	margin-left: 150px;
	margin-top: 50px;
	margin-right: 150px;
	text-align: justify;
	text-justify: inter-word;
}

.feedback div#form {
	padding-left: 350px;
	font-size: 30px;
	font-weight: bold;
}

/*****************************/

/*       FOOTER        */

footer {
  margin-left: -220px;
  margin-right: -220px;
  background-image: linear-gradient(#000000, #000000);
}

address { 
	font-style: normal;
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	color: #ffffff;
}


/*****************************/

/*       FORM STYLES      */

input[type=text], select, textarea {
	margin-right: 50%;
    width: 49%; 
    padding: 20px;
    border: 1px dashed #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px;
    margin-bottom: 16px; 
    resize: vertical;
}

input[type=submit] {
    background-color: rgb(0, 0, 77);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-right: 90%;
}

input[type=submit]:hover {
    background-color: rgb(51, 153, 255);
	transition: 0.8s ease;
}

input[type=reset] {
    background-color: rgb(0, 0, 77);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-top: 1%;
	margin-right: 90%;
}

input[type=reset]:hover {
    background-color: rgb(51, 153, 255);
	transition: 0.8s ease;
}

textarea[placeholder="Write something.."],
input[placeholder="Your phone number.."],
input[placeholder="Your e-mail.."],
input[placeholder="Your full name.."],
option[value="Option 1"],
option[value="Option 2"],
option[value="Option 3"],
option[value="Other"],
select[id="option"]      {
	font-size: 20px;
}
