/* GENERAL */
body {
  font-family: 'Nunito', 'Kosugi Maru', sans-serif;
  background: #e8e2db;
}

.display-1 {
  font-weight: 900;
  padding: 30px 0;
}

.display-3 {
  font-weight: 400;
  font-size: 3rem;
  padding: 20px 0 10px;
}

.display-4 {
  font-weight: 700;
  padding: 20px 0 20px;
}

a:link {
  text-decoration: none;
}

.narrow {
  width: 90%;
  margin: 0 auto;
}

.jumbotron {
  padding: 60px 3%;
  margin-bottom: 0;
  border-radius: 0;
}

.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.lead {
  margin: 30px auto 50px;
  line-height: 2.2rem;
}

.base-color {
  background-color: #e8e2db;
}

.accent-color {
  background-color: #fab95b;
}

.third-color {
  background-color: #f5564e;
}

.third-color-text {
  color: #f5564e;
}

.third-color-text:hover {
  color: #f0766e;
}

.hide {
  display: none;
}

.show {
  display: inherit;
}

.english-arrow {
  padding-top: 6px;
  margin-right: 5px;
}

.ghost {
  opacity: 0.2;
}

.no-indent {
  list-style: none;
  padding-left: 0;
}

/* NAV */
nav {
  background-color: #1a3263;
}

.navbar {
  transition: background-color .5s ease 0s;
}

.transparent {
  background-color: #1a3263;
  background-color: rgba(26, 50, 99, 0.1);
  transition: background-color 1s ease 0s;
}

.navbar-brand {
  color: white;
  font-size: 2rem;
}

.nav-link {
  color: white;
  font-size: 1.2rem;
  margin: 5px 10px 0 0;
}

.nav-item {
  text-align: right;
}

.active,
.navbar-nav .nav-link:hover,
.navbar-brand:hover {
  color: #f5564e;
}

.fa-bars {
  color: white;
}

/* TOP Container*/
.caption {
  padding-top: 100px;
}

@media only screen and (max-width: 600px) {
  .caption {
    padding-top: 150px;
  }
}

.lead span {
  color: #f5564e;
}

/* Greeting */
.greeting .lead {
  margin-top: 20px;
  margin-left: 60px;
}

@media only screen and (max-width: 992px) {
  .greeting .lead {
    margin-top: 10px;
    margin-left: auto;
  }
}


.coding-img {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .coding-img {
    padding-right: 13px;
  }
}


/* Skill set */
h2 {
  margin: 20px;
}

.blender-img {
  height: 200px;
  padding-top: 50px;
  margin-left: 10px;
}

.seo-img {
  height: 180px;
  margin-top: 20px;
  margin-left: 20px;
}

li {
  margin-bottom: 10px;
}

ul {
  margin-bottom: 40px;
}

/* Contact */
.contact {
  background: none;
}

.color-inherit {
  color: inherit;
}

.contact .lead {
  font-size: 1.4rem;
}

.contact button {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
}

.contact button:hover {
  background-color: #f0766e;
}

.fixed-background {
  color: #FFFFFF;
  text-shadow: 10px 10px 100px #000000;
  background-attachment: fixed;
  background-image: url('img/team.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .fixed-background {
    background-attachment: scroll;
    background-size: cover;
    position: static;
  }
}

.contact a:link {
  color: #FFFFFF;
}

.email-link {
  transition: transform .3s ease;
}

.email-link:hover {
  transform: scale(1.2);
}

/* Footer */
.footer {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.icon {
  color: #000000;
  margin-top: 30px;
}

.icon:hover {
  color: #333333;
}

.copywrite {
  margin-top: 50px;
}
