/*  ============== 
	Alan Colquhoun
	A0390667
	============== */
/*  01 - Global >> */
@font-face {
  font-family: "Rouge Script";
  src: url(../fonts/RougeScript-Regular.ttf);
}

html, body {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #35405f;
  color: #fff;
}

*, *:active, *:focus, *:hover {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

body {
  font: 15px/23px Verdana, Arial, Helvetica, sans-serif;
  background-color: #e0f7f6;
}

img {
  width: 100%;
  height: auto;
}

.btn {
  -webkit-transition: 0.4s background linear;
  transition: 0.4s background linear;
}

.btn:focus {
  color: #fff;
}

.block-heading {
  margin-bottom: 60px;
}

.block-heading p {
  font-size: 18px;
}

/*  01 - Header >> */
#header {
  background: url(../img/header-bg.jpg) no-repeat center top fixed;
  background-size: cover;
  height: 99vh;
}

#site-header {
  position: fixed;
  width: 100%;
  background-color: rgba(144, 146, 153, 0.94);
  z-index: 100;
}

#strtrk {
  margin-top: 12px;
  margin-left: 25px;
}

#intro {
  font-weight: bold;
  margin: 0 100px;
}

#pitems {
  margin-left: 50px;
}

/*  03 - Navigation >> */
.navbar {
  border-radius: 0;
  margin: 0;
  border: none;
}

.navbar-toggle {
  padding: 0;
  border: 0;
  color: #fff;
  margin-top: 13px;
  margin-right: 25px;
}

.site-nav ul li a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.5s background linear;
  transition: 0.5s background linear;
}

.site-nav ul li a:hover, .site-nav ul li a:focus {
  background-color: rgba(0, 255, 255, 0.58);
}

/*  04 - Overlays >> */
#overlay-1 {
  position: relative;
  background-color: rgba(33, 32, 42, 0.44);
}

.overlay-2 {
  padding: 60px 0;
  background-color: rgba(50, 81, 121, 0.6);
}

.overlay-3 {
  padding: 60px 0;
  background-color: rgba(33, 103, 88, 0.7);
}

.overlay {
  width: 100%;
  height: 100%;
  background: none repeat scroll 0 0 rgba(115, 224, 179, 0.72);
}

/*  05 - home >> */
.middle {
  padding-top: 200px;
}

.startrek {
  font-size: 100px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Rouge Script", cursive;
  line-height: 90px;
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 6px;
  text-shadow: -2px -2px #000;
}

.tagline {
  font-size: 27px;
  margin-bottom: 60px;
  color: #fff;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 56px;
  word-spacing: 2px;
  text-shadow: 2px 2px #1C2725;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.bottom {
  position: absolute;
  width: 100%;
  bottom: 4%;
}

.bottom a {
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0px;
}

.btn-more {
  text-transform: uppercase;
  color: #111;
  border: 1px solid #888a91;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  word-spacing: 5px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 3px 1px 0 rgba(20, 20, 26, 0.55);
  box-shadow: 0 3px 1px 0 rgba(20, 20, 26, 0.55);
  border-radius: 0;
  font-size: 18px;
  background-color: #f7fff8;
  padding: 16px 48px;
}

.btn-more:hover {
  color: #fff;
  border: 1px solid #878A91;
  background-color: rgba(32, 36, 47, 0.94);
}

/*  06 - Episodes >> */
#episodes {
  padding: 60px 0;
}

#episdoes .block-heading h1 {
  color: #008181;
  font-weight: 400;
  font-size: 55px;
  font-family: 'Milonga', cursive;
}

.episode-items {
  margin-bottom: 60px;
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 22%;
  color: #262524;
  margin-left: 20px;
  margin-bottom: 20px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.effect-zoe:hover figcaption,
.effect-zoe:hover h2,
.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect-zoe h2 {
  display: inline-block;
}

.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: rgba(0, 0, 0, 0.75);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.grid figcaption, .grid figcaption > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grid figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid .effect-zoe {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.effect-zoe p.icon-links a i {
  display: inline-block;
  padding: 30px 10px;
  color: cyan;
  font-size: 22px;
}

#pgdef {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 150px 50px 150px;
}

#instr {
  font-size: 18px;
  margin-bottom: 35px;
}

/*  07 - About >> */
#about .block-heading h1 {
  color: #fff;
  font-family: 'Milonga', cursive;
  font-weight: 400;
  font-size: 55px;
  word-spacing: 5px;
}

.about-def {
  width: 100%;
  color: #fff;
  text-align: center;
}

#bckgrnd {
  background: url(../img/about-bg.jpg) repeat center center fixed;
}

/*  08 - Contact >> */
#contact {
  background-size: cover;
  color: #fff;
}

#contact .block-heading h1 {
  color: #fff;
  font-family: 'Milonga', cursive;
  font-weight: 400;
  font-size: 55px;
}

#email2 a {
  color: lightgray;
  text-decoration: underline;
}

#email2 a:hover {
  color: #fff;
}

.square-nebir {
  height: 45px;
  width: 45px;
  border: 3px double #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.rotated-icon {
  position: relative;
  display: block;
  float: left;
  width: 50px;
}

.contact-info {
  padding: 16px 62px;
  text-align: left;
  font-size: 18px;
  line-height: 36px;
  margin-top: 25px;
}

.contact-info i {
  width: 40px;
  height: 40px;
  color: #fff;
  padding-top: 7px;
  font-size: 25px;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-info p {
  padding: 27px 10px;
  margin-left: 70px;
}

.contact-info span {
  padding-left: 20px;
}

input[type="text"], input[type="email"], textarea {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 15px;
  margin-bottom: 30px;
}

input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.5s background linear;
  transition: 0.5s background linear;
  font-weight: bold;
}

input[type="submit"]:hover {
  background: #fff;
  border-color: #fff;
  -webkit-transition: 0.5s background linear;
  transition: 0.5s background linear;
  color: #333;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/*  09 - Footer >> */
#site-footer {
  background-color: rgba(32, 178, 170, 0.86);
  color: #fff;
  padding: 14px;
  font-size: 14px;
}

.copyright {
  text-align: left;
}

.navigate {
  text-align: right;
}

.navigate a {
  color: #fff;
}

/*  10 - Responsive Design >> */
@media (max-width: 950px) {
  figcaption h2 {
    margin-top: 15px;
  }
  .element-item {
    width: 43.25%;
    margin-left: 25px;
  }
}

@media (max-width: 850px) {
  input[type="text"], input[type="email"], textarea {
    width: 85.5vw;
  }
  input[type="submit"] {
    width: 85.5vw;
  }
  .btn-more {
    font-size: 15px;
    padding: 13px 38px;
  }
  .contact-info {
    padding: 30px 10px;
    margin-bottom: -50px;
  }
  .element-item {
    width: 44.5vw;
  }
  .rotated-icon {
    margin-left: 10px;
  }
  .startrek {
    font-size: 80px;
  }
  .tagline {
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 48px;
  }
  #instr {
    margin-left: 30px;
    margin-right: 30px;
  }
  #intro {
    margin: 0 30px;
  }
  #pitems {
    margin-left: 0;
  }
  #pgdef {
    margin: 0 35px 50px 35px;
  }
  #site-header .pull-right {
    float: right !important;
  }
  #wnmhgb {
    margin-top: -27px;
  }
}

@media (max-width: 800px) {
  input[type="text"], input[type="email"], textarea {
    width: 90.5vw;
  }
  input[type="submit"] {
    width: 90.5vw;
  }
}

@media (max-width: 784px) {
  .copyright {
    margin-left: 10px;
  }
  .navigate {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .copyright, .navigate {
    text-align: center;
  }
}

@media (max-width: 750px) {
  input[type="text"], input[type="email"], textarea {
    width: 90vw;
  }
  input[type="submit"] {
    width: 90vw;
  }
  .element-item {
    width: 86vw;
  }
}

@media (max-width: 700px) {
  .element-item {
    width: 43.5vw;
    margin-left: 25px;
  }
  .copyright, .navigate {
    text-align: center;
  }
}

@media (max-width: 650px) {
  input[type="text"], input[type="email"], textarea {
    width: 89vw;
  }
  input[type="submit"] {
    width: 89vw;
  }
  .element-item {
    width: 86vw;
  }
}

@media (max-width: 600px) {
  .element-item {
    width: 86vw;
  }
}

@media (max-width: 550px) {
  input[type="text"], input[type="email"], textarea {
    width: 88vw;
  }
  input[type="submit"] {
    width: 88vw;
  }
  .element-item {
    width: 86vw;
  }
}

@media (max-width: 500px) {
  .tagline {
    margin-left: 32px;
    margin-right: 32px;
  }
  input[type="text"], input[type="email"], textarea {
    width: 87vw;
  }
  input[type="submit"] {
    width: 87vw;
  }
  .element-item {
    width: 86vw;
  }
}

@media (max-width: 450px) {
  .tagline {
    margin-left: 7px;
    margin-right: 7px;
  }
  figcaption h2 {
    margin-top: 20px;
  }
  input[type="text"], input[type="email"], textarea {
    width: 86vw;
  }
  input[type="submit"] {
    width: 86vw;
  }
  .element-item {
    width: 86vw;
  }
}

/* Anchor Adjustments */
.anchor1 {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

.anchor2 {
  display: block;
  margin-top: -42px;
  padding-top: 42px;
}
