@font-face {
    font-family: 'Tw Cen MT';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Tw Cen MT.woff') format('woff');
}

@font-face {
    font-family: 'Orkney';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/orkney-regular.otf') format('opentype');
}



@font-face{
    font-family: "Ailerons";
    font-style:normal;
    font-weight: normal;
    src: url('../fonts/Ailerons-Typeface.otf') format('opentype');
}

body{
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Orkney', sans-serif !important;
}

#title-wrapper{
    margin-top:40px;
}

#title-wrapper>h1{
    font-size:50px !important;
}

.title>h1{
    font-family:"Ailerons" !important;
    font-size:53px;
}



.text{
    font-family: 'Orkney' !important;
}

.store-icon>img{
    height:46.5px;
}

.appstore>img{
    margin-left:3px;
    margin-right: 3px;
}

.playstore>img{
    margin-left:3px;
    margin-right:3px;
}



.location{
    margin-bottom:35px;
    font-size:23px;
    font-family: 'Ailerons' !important;
}

.text{
    margin-bottom:60px;
}

.text>div{
    max-width: 430px;
    margin: auto;
}

.icons{
    margin-bottom:60px;
}

.text-main{
    font-size:20px;
}

.store-icon{
}   



.endorsement{
    font-size:11px;
    margin-bottom:20px;
}

@media(max-width:479px){
    .location{
        margin-bottom:20px;
    }
    .text{
        margin-bottom:40px;
    }
    .icons{
        margin-bottom:40px;
    }
    #title-wrapper{
        margin-top:10px;
    }
    .text-main{
        font-size:17px;
    }
}


#content{
    color: white !important;
    position: absolute;
    top: 0;
    z-index: 10000;
    left: 0;
    background: linear-gradient(30deg, rgba(121, 0, 0, 0.60), rgba(140, 150, 255, 0.50));
    width:100%;
    height: 100vh;
}

#action-wrapper{
    position: fixed;
    bottom: -70px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#action-button-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    z-index: 20000;
}

#action-button-wrapper:hover{
    cursor:pointer;
}

#action-button{
    font-family: "Orkney";
    color: white;
    font-weight: bold;
    background: transparent;
    border:0;
}


#fiddleHook{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
}
#fiddleHook>div{
    width:100% !important;
    height: 100vh !important;
}


#content {
  
    transition: 2s filter linear; 

}

.modal{
    z-index:30000;
    background-color: #ffffff40;
}

.unblurred{
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transition: 1.7s filter linear; 
}

.fast-unblurred{
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transition: 1s filter linear !important;
}

.blurred-slow{

    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    transition: 1s filter linear;
}

.image-flipped{
    transition: 0.5s transform linear;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg); 
    -o-transform:rotate(180deg);
    transform:rotate(180deg);

}

.chevron{
    transition: 0.5s transform linear;
    width:40px;
}

.move-to-bottom{
    transform:translateY(-80px) !important;
    transition: 0.5s transform linear;
}

.blurred{

    -webkit-filter: blur(80px);
    -ms-filter: blur(80px);
    -o-filter: blur(80px);
    filter: blur(80px);
}

.modal-content{
    background-color: white;
}

.modal-body{
    padding-left:23px;
    padding-right:23px;
}

.modal-header{
    padding-top:23px;
    font-weight: bold;
}

.modal-footer{
    padding-left:23px;
    padding-right:23px;
    padding-bottom:23px;
}

.no-border{
    border: 0 !important;
}


#chart-value{
    position: absolute;
    top:40%;
    left:50%;
    font-weight: bold;
    transform:translate(-50%);
    font-size: 20px;
    color:#4CD964;
}

#chart-container{
    transform: rotate(180deg);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1) rotate(180deg);
    filter: FlipH;
}

.section-container{
    margin-bottom:15px ;
    font-weight: bold;
}

#color-point, #pollutant{
    width: 10px;
    margin-top: 6px;
    height: 10px;
    margin-right: 15px;
}

#data-date{
    margin-bottom:58px;
}

.chart-wrapper{
    margin-bottom:58px;
}

#prediction{
    margin-bottom:10px;
}

#data-pollutants{
    margin-bottom:10px;
}

#data-rating{
    margin-bottom: 10px;
}