@charset "utf-8";
/* CSS Document */

body {
  background-image: linear-gradient( black, black, black, white);
  background-repeat: no-repeat;
  background-color: black;
  color: rgb(18, 198, 223);
  font-family: Arial;
  font-size: 1.4rem;
}

a {
  font-size: 1.0rem;
}
a:link {
  color: darkgray;
  text-decoration: none;
}

a:visited{
  color: grey;
  text-decoration: none;
}

a:hover {
  color: lightgray;
  text-decoration: none;
}
a:active{
  color: darkgray;
  text-decoration: none;
}

h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 1.0rem;
}

h2 {
  font-size: 0.8rem;
}
main p {
  text-align: left;
}

#logo {
  max-height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  }

#logodiv{
  height: 150px;
}

footer p {
  flex: 7;
  text-align: center;
}

footer {
  position: relative;
  bottom: 20px;
  display: flex;
  width: 95%;
  padding: 30px;
}

/* The animation code */
@keyframes orbit {
  from {right: 1200px; top: 300px;}
  to {right:0; top: 0;}
}


#logo img {
  z-index: 10;
}

nav {
  padding: 0 5%;
  margin:0;
  z-index: 40;
  background-color: transparent;
}

button {
  padding: 2px;
  font-size: 0.9rem;
  border-bottom: 2px slategray solid;
  border-top: 2px white solid;
  border-left: 2px white solid;
  border-right: 2px grey solid;
  color: black;
  background-color: rgb(0, 200, 200);
  min-width: 5rem;
}

button:focus {
  color: darkgrey;
}

button:hover {
  color:grey;
  
}

main {
  min-height: 650px;
   z-index: 30;
  margin: 0;
  padding: 0;
  background-color: transparent;
}


header {
  background-color: black;
  display: flex;
  justify-content: space-between;
}

header div{
  flex: 7;
}

hr {
  color: rgb(0, 200, 200);
}

header p{
  font-family: "Arial Black", sans-serif;
  color: white;
  font-size: large;
  flex: 7;
}

#hbu{
  float: right;
  border-top: 2px white solid;
  border-left: 2px white solid;
  border-bottom: 2px grey solid;
  border-right: 2px grey solid;
}

#pagetitle {
}

#pagetitle > section {
  flex: 7;
  text-align: center;
}

.flexcontainer {
  display: flex;
  width: 100%;
}

.flexcontainer > section{
  flex: 7;
  text-align: center;
}

form {
  text-align: center;
  border: thin solid gray;
  padding: 0 30px 20px;
  box-shadow: lightgray 5px 5px 15px 5px;
}

form img:hover{
  height: 100px;
  width: 325px;
  transition: width 2s,  height 2s;
}
#failed{
  color: black;
  text-align: center;
}

#menu {
  text-align: left;
}

#headerDivLeft{
  padding: 20px;
}

#lighthouseImage {
  left: -600px;
  position: relative;
  transition: left 10s;
  transition-timing-function: ease; "
}

#aboutText{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 1.0rem;
  z-index: 10;
  color: black;
  margin: 5%;
  background-color: aliceblue;
  padding: 25px;
}

#john{
  display: block;
  margin: 50px;
  box-shadow: 5px 5px 5px white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #logodiv{
    height: 280px;
  }

  .empty{
    display: none;
  }

  .flexcontainer {
    display: block;
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #logodiv{
    height: 250px;
  }

  .empty{
    display: none;
  }
  .flexcontainer {
    display: block;
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #logodiv{
    height: 220px;
  }
  .empty{
    display: none;
  }
  .flexcontainer {
    display: flex;
    width: 100%;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #logodiv{
    height: 180px;
  }

  .empty{
    display: flex;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #logodiv{
    height: 150px;
  }

}

#map{
  text-align: left;
  padding: 25px;
}

#form{
  background-color:rgb(200, 140, 40);.
  color: black;
}