﻿body {
    background-color: #06063f;
    color: #ffffff;
    margin-top: 10px;
    font-family: "CFASTY" !important;
}

.color-fade {
    color: #ffffff;
}

.current-weather div.col #CityDropDown {
    background-color: #06063f;
    color: #ffffff;
    border-bottom-color: #ffffff;
}

footer .attribution a {
    color: #ffffff;
}

footer .scroll-buttons .arrow {
    color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
}

#forecast .forecast-day:nth-child(2n) {
    color: #1a2b4c;
}


    #forecast .forecast-day:nth-child(2n) .color-fade {
        color: #1a2b4c;
    }

#hellenic-seaways {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

    #hellenic-seaways > a {
        display: block;
        background-image: url(../assets/hellenic-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
    }

    #hellenic-seaways > div.generic-label {
        text-align: center;
    }


        #hellenic-seaways > div.generic-label > div {
            color: #ed1c24;
            font-weight: bold;
        }

    #hellenic-seaways .destination-label {
        text-align: center;
        display: none;
    }

    #hellenic-seaways .destination-label-title {
        font-weight: bold;
    }


.container-fluid.current-weather {
    margin-top: 0px !important;
}
