* {
    margin: 0;
    padding: 0;
}

#portfolio{
    scroll-margin-top: 80px;
}
#about{
    scroll-margin-top: 80px;
}
#contact{
    scroll-margin-top: 80px;
}
/*Fonts*/

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /*background: url(../images/background.webp) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    min-height: 75rem;
    padding-top: 4.5rem;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/background.webp);
  z-index: -1;
}

.card-body1 {
    background-color: #8dbb40;
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    justify-content: center;
}

.card-body p {
    margin-bottom: 0;
}

.card-text-light {
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
}

.spacer {
    height: 30px;
}

.footer-container {
    background-color: #efefef;
}

.navbar-collapse {
    flex-grow: 0;
}

.feature-title {
    color: #333;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.feature-subtitle {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.section_head {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    padding: 5% 10px 5% 10px;
}
/*About Page*/
.about_head {
    margin-top: 50px;
    font-size: 2em;
    font-weight: 600;
}
.about_subhead {
    font-size: 2em;
    font-weight: 450;
    padding-bottom: 10px;
}

.about_txt {
    /*margin-top: 50px;*/
    padding: 10px;
    background-color: #ffffff;
    border: solid 10px #6cbecb;
    border-radius: 5px;
}
.about_side{
    align-content: center;
    margin-top: 2rem;
}
.portrait img{
    border: solid 15px #ffffff;
    border-radius: 5px;
    width: 100%;
}

.tagline_l1{
    color: #000000;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    /*
    min-width: fit-content;
    white-space: nowrap;
    */
}

.tagline_l2{
    color: #6cbecb;
    font-size: 89px;
    font-weight: 800;
    line-height: 1;
}

.tagline_l3{
    color: #8dbb40;
    font-size: 89px;
    font-weight: 800;
    line-height: 1;
}
.featured{
    height: 250px;
    width:100%;
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}

.featured_img{
    object-fit: cover;
    object-position: top;
    height: 100%;
    width:100%;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.featured_img{
    object-fit: cover;
    object-position: top;
    height: 100%;
    width:100%;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

/*xxs breakpoint*/


/*xs breakpoint*/
@media (max-width: 575px) {
    .tagline_l1 {
        font-size: 11vw;
    }
    .tagline_l2 {
        font-size: 19vw;
    }
    .tagline_l3 {
        font-size: 19vw;
    }
    .hero_logo{
    width: 80vw;
}
}

/*sm breakpoint*/
@media (min-width: 576px) {
    .tagline_l1 {
        font-size: 59px;
    }
    .tagline_l2 {
        font-size: 100px;
    }
    .tagline_l3 {
        font-size: 100px;
    }
        .hero_logo{
                width: 500px;
}
}
/*md breakpoint*/
@media (min-width: 768px) {
    .portfolio_head {
        padding: 2% 0 2% 0;
    }
    .tagline_l1 {
        font-size: 48px;
    }
    .tagline_l2 {
        font-size: 80px;
    }
    .tagline_l3 {
        font-size: 80px;
    }
        .hero_logo{
            justify-content: center;
    height: 210px;
    width: auto;
}
    .featured{
    height: 150px;
}


}

/*lg breakpoint*/
@media (min-width: 992px) {
    .tagline_l1 {
        font-size: 60px;
    }
    .tagline_l2 {
        font-size: 100px;
    }
    .tagline_l3 {
        font-size: 100px;
    }
    .hero_logo{
    height: 260px;
}
    .featured{
    height: 225px;
}


}
/*xl breakpoint*/
@media (min-width: 1200px) {
    .tagline_l1 {
        font-size: 70px;
    }
    .tagline_l2 {
        font-size: 120px;
    }
    .tagline_l3 {
        font-size: 120px;
    }
        .hero_logo{
    height: 310px;
}
}
/*xxl breakpoint*/
@media (min-width: 1400px) {
    .tagline_l1 {
        font-size: 86px;
    }
    .tagline_l2 {
        font-size: 150px;
    }
    .tagline_l3 {
        font-size: 150px;
    }
    .hero_logo{
    height: 386px;
}
}
.contact {
    margin-top: 50px;
    margin-bottom: 50px;
}
