@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;400;600;900&display=swapp");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;700&family=Roboto+Slab:wght@200;400;600;900&display=swap");

body,
html {
    width: 100%;
    height: 100%;
    color: #1d1d1f;
    background-color: #f5f5f7;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

nav .dropdown-item{
    display: block;
    padding: 5px;
}

a {
    color: #ff6900;
    font-weight: 400;
}

.center {
    text-align: center;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    padding: 1%;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    flex-grow: 1;
} 

/* Intro */
.intro-header {
    padding-top: 50px; 
    padding-bottom: 50px;
    color: #f8f8f8;
    background-image: url('../images/stock-image0.jpg');
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.intro-message {
    float: left;
    max-width: 50%;
    text-align: left;
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 5em;
    font-weight: 400;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    font-weight: 500;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

/* mission statement */
.mission-header {
    padding: 50px 0;
}

.mission-message{
    position: relative;
    max-width: 100%;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #f1773eb9;
}

.mission-message > h1{
    margin: 0;
    font-size: 5em;
    font-weight: 400;
}

.mission-message > h3 {
    font-size: 2em;
    font-weight: 500;
}

/* Chabs */
.chabs-char{
    font-size: 8em;
    font-weight: 900;
    margin: 0px;

    text-align: center;
    color: #0b265c;
}

.chabs-message{
    font-size: 18px;
    font-weight: 400;
    padding-top:1.5%;
}

/* Products */
.content-section-a {
    padding: 50px 0;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.section-img-container {
    padding-top: 10%;
}

.table > tbody > tr > td{
    color:black;
    font-size: 14px;
    font-weight: 500;
}

footer {
    padding: 50px 0;
    text-align: center;
}

p.copyright {
    margin: 15px 0 0;
}

.navbar-default {
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(20px);
    border-color: transparent;
    color: #f5f5f7;
    font-weight: 600 !important;
}

.navbar-header > a,
#bs-example-navbar-collapse-1 > ul > li > a {
    color: white !important;
    opacity: 1;
}

.navbar-header > a:hover,
#bs-example-navbar-collapse-1 > ul > li > a:hover {
    opacity: 0.8;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}


 
 .half {
   float: left;
   width: 48%;
   margin-bottom: 1em;
 }
 
 .right { 
     width: 50%; 
}
 
 .left {
      margin-right: 2%;
 }
 
 
 @media (max-width: 480px) {
   .half {
      width: 100%;
      float: none;
      margin-bottom: 0;
   }
 }
 
/* Clearfix */
.cf {
    text-align: center;
   }
.cf:before,
.cf:after {
    content: " "; 
    display: table; 
} 
.cf:after {
    clear: both;
}
   