
/*
Color Scheme;
#32502E
#406343
#ECE7B4
#F3EFCC
*/

.title-padding {
    padding: 7% 15% 18% 15%;
}
.padding {
    padding: 5% 15% 5% 15%;
}

.home-section {
    background-image: url("../images/colorado-g16c13be2e_1920.jpg");
    background-color: #406343;
    background-position: center;
    background-size: cover;
    color: #F3EFCC;
    text-align: center;
    font-family: 'Merriweather Sans', serif;
}

.home-section h1 {
    font-size: 5.8vmax;
    font-weight: 800;
    line-height: 1.5;
    text-shadow: 2px 2px #2c2c2c;
    font-family: 'Noto Serif Display', serif;
}

.home-container {
    padding: 5%, 0, 10%, 0;
}

.title-hr {
    border: 0;
    margin-top: -1%;
    height: 0.15vw;
    background-color: #406343;
    opacity: 0.7;
    width: 100%;
}

.title-img {
    border: 4px solid #32502E;
    box-shadow: 1px 1px #000000;
}


.nav-text {
    color: #32502E !important;
    font-size: 1.3rem;
    font-weight: 700; 
    border-color: #406343;
    text-shadow: 1px 1px #5c5c5c;
}
.custom-toggler .navbar-toggler {
    border-color: lightgreen;
}
.custom-toggler .navbar-toggler-icon {
   font-size: 1.2vmax;
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");  
}
.nav-text:hover {
    color: #413e29 !important;
}

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

/*
---------------------------------------------------------------
*/

.main-color {
    background-color: #ECE7B4;
}
.alt-color {
    background-color: #F3EFCC;
}

.sub-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
}

#about p {
    font-family: 'Noto Serif Display', serif;
    font-weight: 200;
    line-height: 1.5;
}
#team p {
    font-family: 'Noto Serif Display', serif;
    font-weight: 200;
    line-height: 1.5;
    padding-bottom: 3%;
}
#service p {
    font-family: 'Noto Serif Display', serif;
    font-weight: 200;
    line-height: 1.5;
}
#contact p {
    font-family: 'Noto Serif Display', serif;
    line-height: 1.5;
}
.about-text {
    font-size: 1.2rem !important;
}
.team-img {
    margin: 5px;
    width: 6rem;
    height: auto;
    border-radius: 5%;
    box-shadow: 2px 2px #787878;
}

.d-btn {
    background-color: #406343;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
}
.d-btn:hover {
    background-color: #32502E;
    color: #2c2c2c;
}

footer{
    padding-top: 2%;
    padding-bottom: 1%;
    font-size: 0.7rem;
}

@media only screen and (min-width: 992px) {
    .dual-split {
        padding-left: 15%;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap');