

.navbar-brand {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: white;
}

.navbar-brand:hover {
    color: white; 
}

.nav-link {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: white;
}

.nav-link:hover {
    color: black;
}

.navbar-toggler {
  border-color: #e24747;
}





/* -------- H1 -------- */
h1 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120pt;
    color: black;
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 110px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 953px) {
  h1 {
    font-size: 90px;
  }
}

@media screen and (max-width: 916px) {
  h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 747px) {
  h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 679px) {
  h1 {
    font-size: 50px;
  }
}


@media screen and (max-width: 545px) {
  h1 {
    font-size: 43px;
  }
}




/* -------- H2 -------- */
h2 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40pt;
    padding-bottom: 10px;
}

@media screen and (max-width: 679px) {
  h2 {
    font-size: 35px;
    line-height: 33px;
  }
}

h3 {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40pt;
    color: black;
}

@media screen and (max-width: 953px) {
  h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 747px) {
  h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 679px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

@media screen and (max-width: 679px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30pt;
    padding-top: 10px;
}

@media screen and (max-width: 679px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 15pt;
}

@media screen and (max-width: 679px) {
  h6 {
    font-size: 16px;
  }
}

h7 {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

h8 {
    color: white;
    background-color: black;
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20pt;
}

h9 {
    color: white;
    background-color: black;
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: pt;
}

hr {
  height:7px;
  margin-inline-start:0;
  width:50px;
  border-width:0;
  background-color:#e24747;
  opacity: 1;
}

@media screen and (max-width: 545px) {
  hr {
    height: 5px;
    width: 40px;
    
  }
}

p {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

@media screen and (max-width: 679px) {
  p {
    font-size: 15px;
  }
}

li {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

@media screen and (max-width: 679px) {
  li {
    font-size: 15px;
  }
}

#headshot {
    max-width: 20%;
    border-style: solid;
    border-width: 8px;
    border-radius: 50%;
    border-color: black;
}

@media screen and (max-width: 1030px) {
  #headshot {
    max-width: 25%;
  }
}

@media screen and (max-width: 800px) {
  #headshot {
    max-width: 40%;
  }
}

@media screen and (max-width: 600px) {
  #headshot {
    max-width: 50%;
  }
}

#first-section {
    background-color: gray;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 180px;
    padding-bottom: 100px;
    background-image: url('images/drawings/header-section-background-2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 545px) {
  #first-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 160px;
    padding-bottom: 50px;
  }
}


#featured-project {
    background-image: url('images/image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#featured-project-body {
    padding-top: 10px;
}

/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#video-padding {
    padding-bottom: 20px;
}



/* This padding needs a media query */
.body-sections {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 250px;
    padding-right: 250px;
}

@media screen and (max-width: 1200px) {
  .body-sections {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 600px) {
  .body-sections {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 380px) {
  .body-sections {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.background {
    background-color: bisque;
}

#blank-end-section {
    padding: 100px;
    background-image: url('images/image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-text {
    background-color: black;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
  .footer-text {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
}

@media screen and (max-width: 900px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  #copyright {
    padding-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  #email {
    padding-bottom: 20px;
  }
}

/*

    */