﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;500&display=swap');
body {
    font-family: 'Barlow', sans-serif;
    color: #343333;
}

.dheader {
    height: 120px;
    background-color: #F5F1F8;
    background-image: url("img/hlo1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
}
.dheaderlow {
    height: 20px;

    background-color: #4A2449;
    color:#ffffff; 
    box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.75);
}

.dheaderlowx {
    height: 30px;
    font-size:small;
    background-color: #4A2449;
    color: #ffffff;
   text-align:center;
}




.dhcard {
    height: 600px;
   /* background-image: url("img/hc1.jpg");*/
    /* Full height */
    padding-top: 20px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: animateSectionBackground infinite 70s;
}




@keyframes animateSectionBackground {
    00%, 16% {
        background-image: url("img/hc.jpg");
    }

    17%, 32% {
        background-image: url("img/hc2.jpg");
    }

    33%, 48% {
        background-image: url("img/hc3.jpg");
    }

    49%, 63% {
        background-image: url("img/hc4.jpg");
    }

    64%, 82% {
        background-image: url("img/hc5.jpg");
    }

    83%, 100% {
        background-image: url("img/hc1.jpg");
    }


}




.droatater{
    height:300px;
    
}

.weathercontainer {
    height: 190px;
    width: 240px;
    margin: 20px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(181, 225, 237, 0.3);
    background-color: rgba(181, 225, 237, 0.3);
    border-radius: 5px;
    box-shadow: 0px 10px 4px -2px rgba(85,85,85,0.75);
    -webkit-box-shadow: 0px 10px 4px -2px rgba(85,85,85,0.75);
    -moz-box-shadow: 0px 10px 4px -2px rgba(85,85,85,0.75);
}
.dictrictnameh {
    width: 230px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #697D8A;
    color: #ffffff;
    border-radius: 3px;
}
.tempdx {
    width: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: rgba(234, 244, 255, 0.5);
    border-radius: 3px;
    background-image: url("img/hot.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 9px;
}
.tempdn {
    width: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: rgba(234, 244, 255, 0.5);
    border-radius: 3px;
    background-image: url("img/cool.png");
    background-position:top left;
    background-repeat: no-repeat;
    padding-top:9px;
   
}
.rfdiv {
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: rgba(234, 244, 255, 0.5);
    border-radius: 3px;
    background-image: url("img/rf.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom:5px;
}
.scrolldiv {
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 3px;
}
.rowimd {
    height: 80px;
    background-color: rgba(234, 244, 255, 0.1);
    border-radius: 3px;
    margin-top: 25px;
    padding: 5px;
}