body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 20px;
}

.navbar {
    border-bottom-width: 1px;
    border-bottom-color: white;
    border-style: solid;
    background-color: rgba(0, 42, 64, 0.8);
    padding-left: 0;
}

.navbar .navbar-brand {
    color: white;
}

.landing-bottom-section {
    width: 100%;
    color: rgb(219, 96, 21);
}

.landing-bottom-section .colored-bg {
    background-color: rgba(0, 42, 64, 0.8);
    justify-content: flex-end;
}

.landing-bottom-section .light-a-candle-title {
    width: 380px;
    padding-left: 70px
}

.landing-bottom-section .candles-rack-img {
    width: 400px;
    bottom: -4px;
    position: relative;
}

.landing-bottom-section .continue-button {
    padding: 25px;
    font-size: 25px;
}

.continue-button-text {
    cursor: pointer;
    color: rgb(219, 96, 21);
    font-size: 1.2rem;
}

.landing-bottom-section .continue-button .continue-button-text {
    float: right;
}

.landing-bottom-section .single-candle-img {
    padding-bottom: 20px;
}

.welcome-content .title {
    color: rgb(219, 96, 21);
    font-size: 3rem;
}

.welcome-content p {
    color: white;
    font-size: 1.2rem;
}

.welcome-content .father-img {
    width: 75px;
}

.welcome-content .candle-burning-img {
    width: 100px;
}

.light-a-candle .candle-burning-img {
    width: 150px;
}

.search-textbox {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(219, 96, 21);
    width: 80px;
    text-align: center;
}

.search-icon {
    width: 30px;
    cursor: pointer;
}

.search-bar {
    /*position: relative;*/
    top: -47px;
    left: -30px;
}

.candles-page {
    color: white;
}

.candles-page .continue-button-text {
}

.candles-page .new-candle {
    cursor: pointer;
}

.my-candle .single-candle-img {
    width: 200px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-bar {
    height: 10px;
    background-color: rgb(219, 96, 21);
}

.footer-green-bar {
    height: 50px;
    background-color: green;
    background-color: rgba(0, 42, 64, 0.8);
}

.mobile-only {
    display: none;
}

.tablet-only {
    display: none !important;
}

.nav-link:hover {
    color: rgb(219, 96, 21) !important;
    transition: all 0.3s ease-out;
}

.continue-button-wrapper {
    border: 3px solid rgb(218, 96, 36);
    padding: 5px 13px;
    border-radius: 20px;
    transition: all 0.3s ease;
    min-width: 100px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
    font-weight: bold;
}

.continue-button-wrapper:hover {
    background-color: rgba(219, 96, 21, 0.5);
    color: white;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
    .landing-bottom-section {
        position: inherit;
    }

    .nav-link {
        color: black !important;
    }

    .navbar {
        border-bottom-width: 0 !important;
    }

    .nav-item {
        border-top: 1px solid black;
        padding-left: 20px;
        padding: 10px;
    }

    nav {
        padding: 0 !important;
        border: 0;
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-toggler {
        margin: 11px;
    }

    .navbar-brand {
        font-size: 14px;
        padding-left: 10px !important;
    }

    .footer {
        position: inherit;
    }
}

@media screen and (max-width: 768px) {
    .landing-bottom-section .single-candle-img {
        width: 185px;
    }

    .mobile-bg {
        background-image: url(../img/sunset_adj.jpg) !important;
        background-color: transparent !important;
        background-position: center;
    }

    .welcome-content .father-img {
        bottom: -34px;
    }
}

@media screen and (max-width: 576px) {
    .desktop-to-tablet-only {
        display: none !important;
    }

    .tablet-only {
        display: inherit !important;
    }

    .welcome-content .single-candle {
        display: none;
    }

    .landing-bottom-section .candles-rack-img {
        padding-left: 0 !important;
        margin-bottom: 20px;
        width: 90%;
    }

    .landing-bottom-section .single-candle-img {
        float: none !important;
        padding-right: 0 !important;
    }

    .landing-bottom-section .candle-title-rack-row {
        text-align: center;
    }

    .landing-bottom-section .light-a-candle-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
        .welcome-content p {
        font-size: 0.875rem;
    }
    
    .landing-bottom-section .continue-button {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .landing-bottom-section {
        margin-top: 20px;
    }

    .search-bar {
        position: absolute;
        top: 135px;
        left: 20px;
    }

    .welcome-content-container {
        padding-top: 10px !important;
    }


    .landing-bottom-section .continue-button .continue-button-text {
        text-align: center;
        float: none !important;
        margin: auto;
    }

    .landing-bottom-section {
        position: inherit;
    }

    .landing-bottom-section .light-a-candle-title {
        padding-left: 20px !important;
    }

    .landing-bottom-section .single-candle-img {
        width: 190px;
    }

    .mobile-only {
        display: inherit;
    }

    .desktop-only {
        display: none !important;
    }

    .welcome-content .candle-burning-img {
        display: none;
    }
}


@media screen and (max-width: 375px) {
    .search-bar {
        top: 100px;
        left: 20px;
    }
}