body {
    /* font-family: 'Quicksand', sans-serif !important; */
    font-family: 'Montserrat', sans-serif;
    /* background-image: url("./bush.png"); */
    position: relative;
}

.list-group-item.active {
    background-color: #024E7D!important;
    border-color: #024E7D!important;
    /* background-color: transparent!important;
    border-color: transparent!important;
    color: black; */
}

/* a img { 
    display: none;
} */

/* a:hover img {
    display: block;
    width: 100%;
} */

h1,
footer,
.navbar {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
}

h4 {
    margin-bottom: 20px;
}

label {
    margin-bottom: 0rem;
}

ul {
    margin-bottom: 0rem;
}

li {
    /* text-align: center!important; */
}

.no-shadows {
    box-shadow: none!important;
}

.card {
    /* width: 450px; */
}

.navbar {
    /* color: black!important; */
    /* background-color: #1469a2; */
}

.jumbotron {
    /* background-image: url("./flower.jpg"); */
    background-image: linear-gradient(#024E7D, #615994, #EB7E7B);
    /* background-color: coral; */
    background-size: cover;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-position-y: center;
    position: absolute;
    top:0;
    z-index: -100;
}

.bd-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    /* order: 2; */
    /* padding-top: 1.5rem; */
    padding-bottom: 1.5rem;
    font-size: .875rem;
}

/* .bd-toc img {
    margin: auto;    
    display: block;
} */

.display-4 {
    padding-top: 30px;
    color:white;
    /* text-shadow: 2px 2px 5px rgb(85, 85, 85); */
    font-size: 100px;
    text-align: center;
    /* font-family: 'Fredericka the Great', cursive; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Red Hat Display', sans-serif; */
    /* font-family: 'Rock Salt', cursive; */
    /* font-family: 'Sacramento', cursive; */
    font-family: 'Satisfy', cursive;
    /* font-family: 'Syncopate', sans-serif; */
}

.lead {
    text-align: center;
    color: white;
    /* text-shadow: 2px 2px 5px rgb(85, 85, 85); */
    opacity: 75%;
    /* font-style: italic; */
}

.gradient-h1 {
    font-size: 100px;
    font-family: 'Satisfy', cursive;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(#024E7D, #615994, #EB7E7B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row-hero {
    /* margin-bottom: 20px; */
}

.row-style {
    margin-top: 20px;
    padding: 5px;
}

.about-me-header{
    font-size: 20px;
}

.btn {
    background-color: #024E7D!important;
    border-color: #024E7D!important;
    color: white!important;
}

.fa-icons {
    color: #024E7D;!important;
}

.fa-map-marker:hover,
.fa-phone:hover,
.fa-envelope:hover {
    color: black;
}

.copyright {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fa-linkedin,
.fa-github,
.fa-facebook,
.fa-instagram,
.fa-youtube {

    padding: 10px;
    width: 41.5px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    /* background: -webkit-linear-gradient(#024E7D, #615994, #EB7E7B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #024E7D;
    border-radius: 50%;
    background-color: white;
}

.fa-linkedin:hover,
.fa-github:hover,
.fa-facebook:hover,
.fa-instagram:hover,
.fa-youtube:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
}

/* .fa-linkedin {
    background-color:#0e76a8;
}

.fa-github {
    background-color:#F1502F;
}

.fa-facebook {
    background-color: #3b5998;
}

.fa-instagram {
    background-color: #fc77ae;
}

.fa-youtube {
    background-color: red;
} */

.menu li {
    display: inline;
}

.row-bottom {
    padding-bottom: 125px;
}

/* .about-text {
    margin-top: 75px;
} */

#header {
    padding-top: 25px;
}


#footer {
    color: black!important;
    background-color: white;
    font-size: 14px;
}

.under-hero {
    margin-top: 350px;
}

#otherH1 {
    padding-top: 50px;
}


.my-col {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .display-4 {
        padding-top: 75px;
        font-size: 80px;
    }
    .lead {
        font-size: 18px;
    }
    .jumbotron {
        height: 300px;
    }

    /* .fa-linkedin,
    .fa-github,
    .fa-facebook,
    .fa-instagram,
    .fa-youtube {
        font-size: 10px;
        padding: 5px;
        width: 20px;
    } */

}

@media only screen and (max-width: 575px) {
    .jumbotron {
        height: 275px;
    }
    .under-hero {
        margin-top: 250px;
    }

    .display-4 {
        padding-top: 50px;
        font-size: 80px;
    }

    #otherH1 {
        padding-top: 64px;
    }
}

@media only screen and (max-width: 498px) {
    .lead {
        font-size: 16px;
    }
}

@media only screen and (max-width: 475px) {
    .display-4 {
        padding-top: 50px;
        font-size: 60px;
    }
    .lead {
        font-size: 12px;
    }
    a.btn,
    p,
    li,
    label {
        font-size: 12px;
    }
    p img {
        height: 45px;
    }
    .jumbotron {
        height: 250px;
    }

    .under-hero {
        margin-top: 225px;
    }

}
