* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #353535;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
}

#wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.contactForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 25px 0;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
  padding: 5px;
  font-family: "Times New Roman", times, serif;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 0 10px 0;
}

.contactForm input[type="submit"] {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #000;
  justify-self: flex-end;
  width: 80px;
  margin: 0 0 0 auto;
  padding: 5px;
  font-family: "Times New Roman", times, serif;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.contactForm input[type="submit"]:hover {
  opacity: 0.5;
}

/* HEADER */

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 10;
}

#header ul {
  list-style-type: none;
  width: 100%;
  height: 40px;
  text-align: center;
}

#header ul li {
  float: left;
  width: 33.33%;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
}

#header ul li span {
  position: relative;
  top: 15%;
}

/*
		#header ul li:hover {
            color: #fff;
            background-color: #222;
        }
		*/

#header ul li.subLink {
  float: left;
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding-top: 5px;
  font-style: italic;
  color: #ccc;
}

.current {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.current img {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}

#header ul li:hover .current {
  display: block;
}

#dropdown {
  clear: both;
  position: absolute;
  left: 25%;
  top: 40px;
  width: 25%;
  padding: 7px 0px;
  background-color: #222;
  color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 2px 7px 0px #222;
  -moz-box-shadow: 0px 2px 7px 0px #222;
  -webkit-box-shadow: 0px 2px 7px 0px #222;
  display: none;
}

#dropdown ul {
  list-style-type: none;
  height: auto;
}

#dropdown ul li {
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
}

#dropdown ul li:hover {
  background-color: #414141;
}

/* SPLASH PAGE */

#splash {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

#logoHolder {
  height: 15%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 42%;
}

#logoHolder img {
  position: absolute;
  /*height: 74%;*/
  width: 90%;
  top: 25%;
}

/* PORTFOLIO */

#content {
  height: 100%;
  width: 92%;
  margin: 0px auto;
  position: relative;
  top: 30px;
}

#content .photo,
#content iframe {
  display: block;
  width: 100%;
  margin-top: 40px;
}

#content .caption {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.textintro {
  position: relative;
  margin: 36px auto -20px 0px;
  width: 98%;
  width: 80%;
}

/* ABOUT */

#content p {
  font-size: 12px;
  padding-bottom: 15px;
  line-height: 20px;
}

#content p:last-child {
  padding-bottom: 0px;
}

#content ul {
  list-style-type: none;
}

#video {
  width: 100%;
  height: auto;
}

#video iframe,
.video iframe {
  width: 100%;
  margin-bottom: 3px;
}

.video p {
  display: none;
}

/* CONTACT */

#contact {
  width: 70%;
  text-align: center;
  margin: 0px auto;
}

#contact h1 {
  font-size: 14px;
  padding-bottom: 5px;
}

#contact a {
  display: block;
  font-size: 12px;
  margin-bottom: 25px;
}

#contact span {
  display: block;
  margin-bottom: 15px;
}

/* FOOTER */

#footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 20px;
  background-color: #fff;
  font-size: 7px;
  margin-top: 40px;
}

#footer #copyright {
  width: 92%;
  margin: 0px auto;
  padding-top: 5px;
}
