html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Header */

.heading {
  text-align: center;
  background-color: rgb(105,156,181);
  color: white;
  font-family: "open sans", sans-serif;
}

.heading h1 {
  font-size: 2.2rem;
  font-weight: 800;
}

.heading h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;

}

.heading h2 a {
  color: white !important;
}

.heading h2 a:hover {
  color: rgb(226,232,133) !important;
}

#google {
  text-decoration: none;
  color: rgb(155,24,53) !important;
}

#google a {
  color: rgb(155,24,53) !important;
  font-weight: bold; 
}

#google a:hover {
  color: rgb(226,232,133) !important;
}

.social {
  margin-bottom: 0.75rem;
}

.fa-linkedin-square {
  color: white;
}

.fa-linkedin-square:hover {
  color: rgb(226,232,133) !important;
}

.heading p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.heading p a {
  color: white;
}

.heading p a:hover {
  color: rgb(226,232,133) !important;
}

@media only screen and (max-width: 768px) {
  .heading h2 {
    font-size: 1.5rem;
  }

}

/* Jumbotron */

.jumbotron {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 30rem;
  color: black;
  border: none;
  font-family: "open sans";
  background-color: rgb(105,156,181);
}

.jumbotron p {
  font-size: 2rem;
  max-width: 100%;
}

.jumbotron h1 {
  margin-top: 15rem;
}

.jump {
  background-image: url("../images/jumpstart.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.colmar {
  background-image: url("../images/colmar.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.foto {
  background-image: url("../images/fotomatic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.optics {
  background-image: url("../images/tortoise.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.secret {
  background-image: url("../images/secret.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tea {
  background-image: url("../images/tea.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .jumbotron {
  height: 28rem;
  }
}

@media only screen and (max-width: 450px) {
  .jumbotron {
  height: 25rem;
  }
}

#buffer {
  height: 1.5rem;
  background-color: rgb(105,156,181);
}

/* Website Projects */

#projects {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
}

#projects h2 {
  color: rgb(155,24,53);
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.webpage p {
  margin-bottom: 2.5rem;
}

.image-container {
  overflow: hidden;
  max-width: 100%;
  height: 10rem;
  text-align: center;
}

.image-container img {
  max-width: 100%;
}

.webpage h3 {
  color: rgb(155,24,53);
  font-weight: 700;
}

.webpage a:hover {
  color: rgb(155,24,53);
}

.webpage p {
  font-style: italic;
}

.image-container:hover {
  border: 3px solid rgb(155,24,53);
}

/* Footer */

.footer {
  text-align: center;
  background-color: rgb(105,156,181);
  color: white;
  font-family: "open sans", sans-serif;
}

.footer p a {
  color: white;
}

.footer p a:hover {
  color: rgb(226,232,133) !important;
}
