body, html {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: relative;
}

#selectedGalleryImage, #selectedGalleryImage {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
}

.blackout {
  width: 200px;
  margin: 10% auto;
}

.blackout>div {
  width: 200px;
  float: left;
  padding: 20px;
  margin: 0 auto;
}

.b-btn {
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.b-btn:hover {
  opacity: 1;
}

.logobanner {
  width: 100%;
  padding: 20px;
}

.logobanner a {
  text-align: center;
}

.blackout h4 {
  text-align: center;
  font-size: 30px;
}

img {
  width: 100%;
}

#form-wrap a {
  text-align: center;
}

#logox img {
  max-width: 200px;
}

#form-wrap {
  width: 250px;
  margin: 10% auto;
  padding: 20px;
  background-color: #e3e3e3;
}

.PAD {
  padding: 40px;
}

form {
  font-size: 10px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 300px;
  margin: 0 auto;
}

input {
  width: 100%;
}

input, textarea, select, input[type='file'] {
  -webkit-appearance: none;
  border: none !important;
  border-radius: 2px !important;
  padding: 20px;
}

.btn {
  width: 100%;
  height: 40px;
  border: none !important;
  border-radius: 2px !important;
  background: #60BFE2 !important;
  color: #333 !important;
}

.gal_img {
  width: calc(100vw / 5);
  /* height: 90px; */
  float: left;
  max-height: 200px;
  overflow: hidden;
  float: left; //border-radius: 92px;
}

#gallery_page img {}

#selectedBackground {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.95;
  position: fixed;
  top: 0px;
  left: 0px;
}

#selectedGalleryImage {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.img_wrap {
  max-width: 800px;
  padding: 20px;
  margin: 20% auto;
}

#selectedGalleryImage img {
  width: 100%;
}

#close {
  color: red;
  background-color: white;
  padding: 20px;
  width: 200px;
  height: 20px;
}

/*
h1 {
  font-size: 200%;
  color: #e4e4e4;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}




#form-wrap {}

p {
  font-size: 18px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777;
}

.callout {
  color: #60BFE2;
  font-size: 20px;
  text-transform: uppercase;
}

.wrap {
  min-height: 90%;
}

.fullwidth {
  width: 100%;
}

a {
  color: #60BFE2 !important;
  font-weight: bold;
}

.blue-bg {
  background-color: #60BFE2;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}

button, input, select, textarea {
  font-size: 16px !important;
}

#wrap {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  height: 100%;
}

#header {
  padding: 40px;
  background-color: #222;
  width: 100%;
  box-sizing: border-box;
}

#header img {
  //width:100%;
}

#header #logo, #header #logo img {
  width: 200px;
}

#nav_links {
  position: absolute;
  right: 10px;
  top: 19px;
  background: #e3e3e3;
  padding: 20px;
  border-radius: 5px;
}

#nav_links a:hover {
  //border-bottom: solid 2px #61C2E4;
}

#nav_links img {
  height: 28px;
  width: 42px;
}


#footer {
  position: static;
  bottom: 0px;
  padding: 40px;
  background-color: #222;
  color: #e3e3e3;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
}

.CLEAR {
  height: 10px;
  clear: both;
}

*/