.home-container {
  height: 100vh;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-footer {
  color: #ffffff;
  padding: 20px 0px;
}

.page-footer a {
  color: #ffffff;
}

.page-footer .blutui-link {
  height: 20px;
}

@media (max-width: 992px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .text-right {
    text-align: center !important;
  }
}

.page-container {
  padding: 0 35px !important;
}

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

.container.med {
  max-width: 1000px;
}

.container.sml {
  max-width: 750px;
}

.gradient {
  background-image: url(../uploads/gradient.png);
  height: 120px;
  background-attachment: scroll;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 120px;
}

.white {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.pearson {
  background-image: url(../uploads/Home.jpg);
}

.kauri-tree {
  background-image: url(../uploads/kauri.jpg);
}

.pencarrow {
  background-image: url(../uploads/knewstubb.jpg);
}

.waikato {
  background-image: url(../uploads/waikato.jpg);
}

.gascoigne {
  background-image: url(../uploads//gascoigne.jpg);
}

.turq-hover {
  background-color: rgba(19, 152, 144, 0.7);
}

.green-hover {
  background-color: rgba(150, 196, 128, 0.7);
}

.orange-hover {
  background-color: rgba(232, 133, 30, 0.7);
}

.orange {
  color: #e8851e;
}

.name {
  position: relative;
  top: -222px;
  text-align: center;
  padding: 0px 35px;
  margin-bottom: -40px;
}

.name h1 {
  text-shadow: 3px 2px 10px #656565;
  font-size: 45px;
  color: #ffffff !important;
}

.middle-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#projects {
  padding: 65px 0px;
}

.project-block {
  position: relative;
  margin-bottom: 34px;
}

.project-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  color: #ffffff;
  padding: 35px;
  opacity: 0;
}

.project-hover:hover {
  opacity: 1;
}

.read-more {
  position: absolute;
  bottom: 5px;
}

.project-page .row {
  padding-top: 25px;
  padding-bottom: 25px;
}

#profile img {
  padding: 20px 10px 30px;
}

#contact {
  margin: 0px 0px 65px !important;
}

#contact h1 {
  margin: 65px 0 40px 0 !important;
}

.social img {
  width: 27px;
  margin: 5px 10px 35px 0px;
  height: auto;
  display: inline-block;
}

.social img:hover {
  opacity: 0.75;
}

input.form-control,
textarea {
  border-color: #c5c4c4 !important;
  border-style: solid !important;
  border-width: 1.2px !important;
  width: 100%;
  padding: 10px !important;
  border-radius: 0 !important;
  line-height: 1.5 !important;
}

textarea {
  height: 200px;
}

input:focus, textarea:focus {
  outline-width: 3px;
}

.form-row {
  display: block;
  width: 100%;
  margin: 5px 0px 30px;
}

.form-row label {
  display: block;
}

.form-half:nth-child(even) {
  margin-left: 1%;
}

.form-half {
  vertical-align: top;
  width: 49%;
  display: inline-block;
}

.submit {
  width: auto;
  padding: 7px 25px;
  background-color: #e8851e;
  color: #ffffff;
}

@media (max-width: 992px) {
  .form-half {
    width: 100%;
    margin-bottom: 35px;
  }
  .form-half:nth-child(even) {
    margin-left: 0px;
  }
  .project-page .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .project-page .row img {
    padding: 15px 0px;
  }
  .middle-text {
    margin-top: 13%;
  }
  .wvec {
    top: -265px;
  }
  .project-hover {
    opacity: 1;
  }
}

@media (hover: none) and (max-width: 1400px) {
  .project-hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .project-block {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-container {
    padding: 0px;
    height: 94vh;
    margin-bottom: 64px;
  }
  [id="profile"] {
    margin-top: 55px;
  }
  .middle-text {
    margin-top: 0px;
  }
  .wvec {
    position: absolute;
    top: 54%;
  }
}

.headerimg, .fullwidth {
  height: 93vh;
  background-attachment: scroll;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header {
  position: absolute;
  top: 35px;
  right: 0px;
  padding: 0px 15px;
  width: 52%;
}

.page-header .menu-block {
  position: relative;
  padding: 20px;
}

.page-header .logo {
  width: 200px;
  display: inline-block;
  margin-left: 22px;
}

.page-header .menu {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 38%;
}

.page-header .menu a {
  color: #ffffff;
}

.page-header .menu li.bt-menu__item.nav-item {
  display: inline-block;
}

.page-header .menu ul.bt-menu__nav {
  padding: 0;
}

.arrow {
  position: relative;
  top: -90px;
  text-align: center;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-name: arrowMove;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */

/* Standard syntax */
@keyframes arrowMove {
  0% {
    top: -90px;
  }
  100% {
    top: -110px;
  }
}

@media (max-width: 1280px) {
  .page-header {
    width: 800px;
  }
}

@media (max-width: 992px) {
  .page-header {
    width: 100%;
    text-align: center;
  }
  .page-header .logo {
    margin-right: 22px;
  }
  .page-header .menu {
    position: inherit;
    margin-left: 11%;
  }
}

@media (max-width: 767px) {
  .headerimg {
    height: 100vh;
  }
  .page-header {
    padding: 0px;
    top: 0px;
  }
  .page-header .menu-block {
    padding: 20px 0px;
  }
  /* Standard syntax */
  @keyframes arrowMove {
    0% {
      top: -50px;
    }
    100% {
      top: -70px;
    }
  }
}

@media (max-width: 322px) {
  .nav-link {
    font-size: 11pt !important;
  }
}

@media (max-width: 992px) {
  .fullwidth {
    height: 75%;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0px !important;
  }
  .container-fluid .row {
    margin: 0px !important;
  }
  .container-fluid .row .col-md-12, .container-fluid .row .col-md-3, .container-fluid .row .col-md-4, .container-fluid .row .col-md-6, .container-fluid .row .col-md-8 {
    padding: 0px !important;
  }
  .fullwidth {
    height: 33%;
  }
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 0.3px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  margin-bottom: 1em;
}

/*# sourceMappingURL=master2.css.map */
