<style>
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}

body {
  font-family: "Gotham-Book", Arial, Helvetica, "san serif";
  padding: 0;
  margin: 0;
  color: white;
  font-size: 16px;
  overflow-x: hidden;
}

h2 {
  font-weight: normal;
  color: rgb(252, 208, 60);
  font-size: 2.75rem;
}

header {
  width: 100%;
  position: fixed;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-blend-mode: screen;
  background-color: #fff;
  height: 125px;
  z-index: 1;
  border-bottom: 3px solid rgb(12, 64, 108);
}

nav ul {

  list-style: none;
  position: absolute;
  right: 15px;
  top: 15px
}

nav ul li {
  display: inline-block;
  margin-right: 20px;

}

nav ul li button {
  background: none;
  border: none;
  color: rgb(252, 208, 60);
  font-size: 1rem;
}

nav ul li.active {
  border-bottom: 1px solid rgb(252, 208, 60);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.logo {
  width: 200px;
  height: 100px;
  background-image: url('../images/logos/BCBLogo_md.png');
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 15px;
  position: absolute;
  left: 0
}

.splash {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
  background-position: center top;
  background-blend-mode: screen;
  background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');
  background-color: rgba(22, 21, 27, .9);

}

.motto {
  position: absolute;
  top: 80%;
  left: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
  width: 45%;
  text-align: center;
  padding: 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background: rgba(30, 30, 30, .3);
}

.motto h2 {
  margin: 0;
}

.motto p {
  font-size: 1.0rem;
  text-align: left;
}

.splash footer {
  position: absolute;
  bottom: 0px;
  font-size: .6rem;
  background: none;
  padding: 0;
}

.project {
  width: 65%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 3px solid rgb(12, 64, 108);
  margin-bottom: 15px padding-bottom: 15px;
}

.project:last-child {
  border: none;
}

.project div {
  display: table;
}

.project h3 {
  font-size: 2rem;
  font-family: 'Marcellus SC', serif;
  margin-bottom: 15px;
  margin-left: 15px;
  color: rgb(12, 64, 108);
}

.project p {
  padding-left: 30px;
  color: #858585;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px
}

.project img {
  display: table-cell;
  padding: 7px;
  vertical-align: top;
}

.project div {
  width: 100%;
  height: 25vh;
  padding: 30px;
}

.project a {
  padding: 7px;
  color: rgb(12, 64, 108);
  border: 2px solid rgb(12, 64, 108);
  text-decoration: none;
  border-radius: 6px;
}

.project a:hover {
  text-decoration: underline;
  color: rgb(252, 208, 60);
  border-color: rgb(252, 208, 60);
}


footer {
  background-color: rgb(12, 64, 108);
  color: white;
  font-size: 1em;
  padding: 15px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

footer ul {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
}

footer ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
}

footer ul li:first-child {
  padding-left: 0;
}

footer ul li:last-child {
  padding-right: 0;
}

footer ul li a {
  text-decoration: none;
  color: white;
}

footer ul li a:hover {
  font-size: 2.15rem;
  color: rgb(252, 208, 60);
}


.tag {
  border-radius: 5px;
  background-color: rgb(12, 64, 108);
  color: white;
  font-size: .85em;
  padding: 4px;
  margin: 4px;
  display: inline-block;
}

.emphasis {
  color: white;
  font-weight: 300;
}


@media screen and (min-width:1601px) {}

@media screen and (max-width: 1600px) and (min-width:1281px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg')

  }

  .motto {
    top: 80%;
  }

  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1280px) and (min-width:1025px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');

  }

  .motto {
    top: 30%;
  }

  h2 {
    font-size: 2.15rem;
  }
}

@media screen and (max-width: 1024px) and (min-width:768px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');
    background-attachment: scroll;
  }

  .motto {
    top: 31%;
  }

  h2 {
    font-size: 1.%rem;
  }

  .project {
    width: 85%;
  }

  .project div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) and (min-width:640px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');
    background-position: 0;
    background-attachment: scroll;
  }

  .motto {
    top: 30%;
    left: 70%;
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .motto p {
    font-size: .8rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .project {
    width: 85%;
  }

  .project div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .project img {
    display: block;
    margin: auto;
  }

  .project p {
    display: block;
  }

}

@media screen and (max-width: 639px) and (min-width: 480px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');
    background-position: 0 -60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .motto {
    top: 77.5%;
    left: 50%;
    width: 85%;
    padding: 10px;
  }

  .motto p {
    font-size: .71rem;
    margin-top: 5px;
  }

  h2 {
    font-size: 1.1rem;
  }

  .splash footer {
    font-size: .5rem;
  }

  .project {
    width: 85%;
  }

  .project div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .project img {
    display: block;
    margin: auto;
  }

  .project p {
    display: block;
  }

}

@media screen and (max-width: 479px) {
  .splash {
    background-image: url('../images/background/jesse-collins-CKD2uFQOPWc-unsplash_md.jpg');
    background-position: right 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .motto {
    top: 83%;
    left: 50%;
    width: 85%;
    padding: 10px;
    border: none;
  }

  .motto p {
    font-size: .75rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  .splash footer {
    font-size: .5rem;
  }

  .project {
    width: 85%;
  }

  .project div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .project img {
    display: block;
    margin: auto;
  }

  .project p {
    display: block;
  }
}

</style>