html, body {
    font-family: 'Roboto', sans-serif;
    background-color: #b9a47e;
 
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: 2px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
    color: #f08582;
}

h5 {
    font-size: 1.5rem;
}

h55 {
    font-size: 1.2rem;
}

h56 {
    font-size: 1.2rem;
    color: black;
}

h7 {
    font-size: 2;
    text-align: center;
    max-width: 20px;
    color:rgb(0, 0, 0)
}

.viztext {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: black;

}

.btn-primary {
    background-color: #f08582;
    border-color: #f08582;
    padding: 5px 30px;
}

.btn-primary:hover,
.btn-primary:active, 
.btn-primary:focus {
    background-color: #f39d9b !important;
    border-color: #f39d9b !important;
}

.title-underline{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, rgb(0, 0, 0), #f39d9b, rgb(0, 0, 0));
    max-width: 350px;
    margin-bottom: 25px;
}

.fragment {
    padding: 100px 0;
}

.fragment2 {
    padding: 20px 0;
    text-align: center;
}

.fragment3 {
    text-align: center;
}

.fragment-one {
    background-image: url("../images/la_bg2.jpg"); 
    background-color: #fae4c9;
    color: #3595cc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 250px 0;
}

.fragment-onetwo {
    background-image: url("../images/nothing"); 
    background-color: #3b2e1d;
    color: #f08582;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 250px 0;
}

.fragment-onethree {
    background-image: url("../images/nothing"); 
    background-color: #3b2e1d;
    color: #f08582;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: medium;
    padding: 300px 0;
}

.fragment-onefour {
    background-image: url("../images/prairie.jpg"); 
    background-color: #fae4c9;
    color: #353535;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;

}

.fragment-one h1 {
    margin: 50px 0;
}

.fragment-one h3 {
    margin: 50px 0;
}

.fragment-one p, .fragment-two p {
    margin-bottom: 0;
}

.fragment-one i {
    margin-bottom:30px;
}

.fragment-two {
    background-color: #fff9f1;
    color: #f84a12;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.fragment-two h5 {
    margin: 50px 0;
    font-weight: 300;
    line-height: 1.3;
}

.fragment-two p, .fragment-two i {
    color: #f08582;
}

.fragment-three {
    background-color: #b9a47e;
    color: #f08582;
    text-align: center;
}

.fragment-three .carousel {
    max-width: 800px;
}

.fragment-three .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.viztext-color {
    color: rgb(0, 0, 0)
}

.fragment-three .custom-indicator {
    background-color: #f84a12 !important;
}

.fragment-four {
    background-color: #fae8e3;
    color: #0e5eab;
}

.fragment-four i {
    color: #f84a12;
}

.fragment-four .labels {
    color: #657b83;
    margin: 10px;
    text-align: center;
    min-width: 70%;
    background: rgba(255,255,255,0.7)
}

.fragment-four .tech {
    padding: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    margin: 0;
}
.fragment-four .tech:hover {
    transition-duration: 0.3s;
    background: rgba(255,255,255,1)
}


.fragment-five {
    background-image: url("../images/prairie.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3b2e1d;
    padding: 100px;
    color: #f08582;
    text-align: center; 
}


.fragment-five h5 {
    font-weight: 300;
    line-height: 1.3;
}

.fragment-five .credential {
    color: #999;
    margin-bottom: 5px;
    font-weight: 300;
}

.fragment-six {
    padding: 20px;
    background-color:#3b2e1d;
}

.fragment-six h6 {
    color: #f08582;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    background-color:#3b2e1d;
    /* letter-spacing: 2px; */
}
.fragment-six .social-icon {
    color: #0e5eab;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-bottom: 20px;
}

.fragment-six .copyright {
    margin: 10px 0;
    font-size: 0.8rem;
}

.fragment-seven {
    color: blanchedalmond;
    margin: auto;
    justify-content: center;
    padding: 10px;
    text-align: center;
    background-color:#3b2e1d;
}

.fragment-viz {
    background-color: #ffffff;
    margin: auto;
    width: 82%;
    border: 3px solid rgb(0, 0, 0);
    padding: 10px;
    margin-bottom: 50px;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    transition: all ease .65s;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.95)!important;
}




