@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Six+Caps");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat';
}

body .blue {
  color: #6fc8ef;
}

body .black {
  color: #121212;
}

body h2 {
  font-family: 'Six Caps';
  font-size: 2.5em;
  font-style: normal;
}

@media (min-width: 510px) {
  body h2 {
    font-size: 4em;
  }
}

body h1 {
  font-family: 'Six Caps';
  font-size: 4em;
  font-style: normal;
}

@media (min-width: 510px) {
  body h1 {
    font-size: 6em;
  }
}

body p {
  font-size: 1.2em;
}

@media (min-width: 510px) {
  body p {
    font-size: 2em;
  }
}

body a {
  text-decoration: none;
  font-size: 1.2em;
}

@media (min-width: 510px) {
  body a {
    font-size: 2em;
  }
}

body address {
  font-style: normal;
  font-size: 1.2em;
}

@media (min-width: 510px) {
  body address {
    font-size: 2em;
  }
}

body nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1000px) {
  body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body .left {
  display: none;
}

@media (min-width: 1000px) {
  body .left {
    display: unset;
    padding-right: 5vw;
  }
}

@media (min-width: 1350px) {
  body .left {
    display: unset;
    padding-right: 10vw;
  }
}

body .right {
  display: none;
}

@media (min-width: 1000px) {
  body .right {
    display: unset;
    padding-left: 5vw;
  }
}

@media (min-width: 1350px) {
  body .right {
    display: unset;
    padding-left: 10vw;
  }
}

@media (min-width: 1000px) {
  body .mobile-projects,
  body .mobile-about {
    display: none;
  }
}

@media (min-width: 1000px) {
  body .mobile-button {
    display: none;
  }
}

body .mobileLinks {
  display: none;
  text-align: right;
}

body .mobileLinks .mobileLink {
  display: block;
  font-family: 'Six Caps';
  text-decoration: none;
  font-size: 2em;
  color: #6fc8ef;
}

body .centre {
  text-align: center;
  padding-bottom: 5vh;
}

@media (min-width: 510px) {
  body .centre {
    padding-bottom: 10vh;
  }
}

body .logo {
  font-family: serif;
  padding: .1em;
  font-size: 4em;
  border: 3px solid #bec2cb;
  text-align: center;
  color: #bec2cb;
  font-weight: bold;
}

@media (min-width: 510px) {
  body .logo {
    font-size: 6em;
  }
}

body .navigation-links {
  display: none;
}

@media (min-width: 1000px) {
  body .navigation-links {
    display: unset;
  }
}

body .links a {
  font-family: 'Six Caps';
  text-decoration: none;
  font-size: 2em;
  color: #6fc8ef;
  padding-left: 1em;
}

@media (min-width: 510px) {
  body .links a {
    font-size: 4em;
  }
}

body .button-holder {
  padding-left: 9vw;
  padding-bottom: 3em;
  padding-top: 1em;
  text-align: center;
}

body .button {
  text-decoration: none;
  border: 3px solid #121212;
  font-size: 1.2em;
  padding: .2em .7em;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 510px) {
  body .button {
    font-size: 2em;
  }
}

body .button:hover {
  background-color: #6fc8ef;
  color: #e3e3e3;
}

body .padded {
  padding: 5vh 5vw;
}

@media (min-width: 1350px) {
  body .padded {
    padding: 5vh 10vw;
  }
}

body .about,
body .projects,
body .contact {
  padding: 5vh 5vw;
}

@media (min-width: 1350px) {
  body .about,
  body .projects,
  body .contact {
    padding: 15vh 10vw;
  }
}

body .hero {
  background: transparent;
  min-height: 100vh;
}

@media (max-width: 500px) {
  body .hero {
    background: url(../images/hero_image.png) no-repeat center center fixed;
    background-size: cover;
    background-attachment: scroll;
  }
}

body .hero .button-holder {
  margin-bottom: 4vh;
}

@media (min-width: 500px) {
  body .hero .button-holder {
    text-align: left;
  }
}

body .hero .button {
  border: 3px solid #6fc8ef;
  display: block;
  margin-bottom: 10px;
  max-width: 55%;
}

@media (min-width: 450px) {
  body .hero .button {
    display: unset;
    margin-right: 25px;
  }
}

body .hero .button:hover {
  background-color: #6fc8ef;
  border: 3px solid #6fc8ef;
  color: #121212;
}

body .hero h1 {
  padding-top: 5vh;
}

body .hero p {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

body .about {
  background-color: #6fc9ef7e;
}

@media (max-width: 500px) {
  body .about {
    background-color: #6fc8ef;
  }
}

body .projects {
  background-color: #12121241;
}

@media (max-width: 500px) {
  body .projects {
    background-color: #121212;
  }
}

body .projects .title {
  color: #c0c0c0;
  font-weight: bold;
  font-size: 1.5em
}

body .projects .desc {
  color: #6fc8ef;
  font-size: 1.2em
}

body .projects .date {
  color: #e3e3e3;
}

body .contact {
  background-color: #e3e3e37e;
}

@media (max-width: 500px) {
  body .contact {
    background-color: #e3e3e3;
  }
}

body .contact .invalidInput {
  border: 5px solid maroon;
  -webkit-transition: 1s;
  transition: 1s;
}

body .contact label {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}

@media (min-width: 510px) {
  body .contact label {
    font-size: 2em;
  }
}

body .contact input,
body .contact textarea {
  border: 3px solid #121212;
  background-color: #e3e3e37e;
  border-radius: 25px;
  font-family: 'montserrat';
  color: #121212;
  font-size: 1.2em;
  padding: .5em .5em;
  margin-top: .5em;
  margin-bottom: 1.6em;
}

@media (max-width: 500px) {
  body .contact input,
  body .contact textarea {
    background-color: #e3e3e3;
  }
}

@media (min-width: 510px) {
  body .contact input,
  body .contact textarea {
    font-size: 2em;
  }
}

body .contact input[type="text"],
body .contact textarea {
  width: 90%;
}

@media (min-width: 1000px) {
  body .contact input[type="text"],
  body .contact textarea {
    width: 700px;
  }
}

@media (max-width: 999px) and (min-width: 750px) {
  body .contact input[type="text"],
  body .contact textarea {
    width: 70%;
  }
}

body .contact input[type="submit"] {
  padding: .5em 2.5em;
  font-size: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .contact input[type="submit"]:hover {
  cursor: pointer;
  background-color: #121212;
  color: #e3e3e3;
}

body .contact textarea {
  resize: vertical;
}

body .success,
body .error {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #121212;
  font-family: 'montserrat';
  font-size: 1.2em;
  padding: 1em;
  width: auto;
  text-align: center;
  border-radius: 25px;
  border: 3px solid #121212;
}

@media (min-width: 510px) {
  body .success,
  body .error {
    font-size: 2em;
  }
}

body .error {
  background-color: maroon;
  color: #e3e3e3;
  display: none;
}

body .success {
  display: none;
}

body .invalid {
  color: maroon;
}

body footer {
  background-color: #6fc8ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .logo {
  border: 3px solid #121212;
  color: #121212;
  margin-right: .5em;
}

body footer .copyright {
  font-size: 1.2em;
}
/*# sourceMappingURL=style.css.map */