#flDebugToolbarHandle{
    display: none !important;
}

#flDebugToolbar{
    display: none !important;
}

.debug{
    display: none !important;
}

#debug-toggle{
    display: none !important ;
}


.follow_button{
    display: none;
}

.home-container{
    width: 100%;
    height:100%;
    overflow-x: hidden;
}

.hero{
    background-image: none;
    background-color: white;
}

.head-background{
    width: 100vw;
    height:100vh;
    background-color: black;
    background-image: url("http://localhost/background.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: inset 25px 75px 260px #000
}

.website-home-intro-text{
    width:500px;
    height: 150px;
    background-image: url("http://localhost/site_title_transparent.png");
    position: absolute;
    left:20px;
    top:20px;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 2px 2px 10px #000;
    background-color: rgba(0px, 0px, 0px, .7);
}

.wro-nav-container{
    width:500px;
    height: 150px;
    position: absolute;
    right:20px;
    top:20px;
    display: flex;
    flex-direction: row-reverse;
    padding-right:40px;
}

.contact-icon{
    margin-left:25px; 
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    /* border: 5px dashed #1F9CD8; */
    border-radius: 50%;
}

.navigation_anchor{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.navigation_anchor:hover, .navigation_anchor:active, .navigation_anchor:focus{
    text-decoration: none;
    color: inherit;
}

.icon-text{
    color:white;
    margin-top: 6px;
    margin-right:24px
}

.search-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-action{
    width: 70%;
    position: absolute;
    bottom:20px;
    padding:15px;
    border-top: 2px solid #1F9CD8;
    border-bottom: 2px solid #1F9CD8;
    color:white;
    background-color: rgba(0, 0, 0, 0.0);
    /* box-shadow: inset 2px 2px 10px #000; */
    border-left: none;
    border-right:none;
    font-family: FontAwesome;
}

::placeholder{
    color:white;
    z-index:2;   
}


.about_and_latest_states_container{
    width:100vw;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:50px; 
    padding-bottom:100px; 
}

.about_wro{
    width:70%;
    color:white; 
}

.about_page_home_anchor_tag{
    margin-top:20px; 
}

.about_page_home_anchor_tag >a{
    color:#0099ff;
}

.wro_stats{
    width:50%;
    display: flex;
    margin-top:80px; 
}

.icon-stack{
    flex-basis:33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-stats-container{
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 15px;
}

.icon-stats-container >p {
    color:white;
    font-family: Helvetica,Arial,sans-serif;
    font-size:66px; 

}

.icon-stats-container >i {
    font-size:82px;
    color:white;
    padding-left: 10px; 
}

.datasets-text{
    color:white;
    font-family: Helvetica,Arial,sans-serif;
    font-size:20px;  
    align-self: flex-start;
}

.orgs-text{
    color:white;
    font-family: Helvetica,Arial,sans-serif;
    font-size:20px;  
    align-self: flex-start;
}
.categories-text{
    color:#0598fa;
    font-family: Helvetica,Arial,sans-serif;
    font-size:20px;  
    align-self: flex-start;
}

.use-cases-container{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("http://localhost/use_cases.png");
    padding-bottom:100px;

}

.use-cases-grid-container{
    width:80%;
    /* height:80%; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.uses-cases-section-title{
    display: flex;
    flex-basis: 10px;
    margin-bottom: 50px;
}

.uses-cases-section-title-text{
    font-family: Shadows Into Light;
    font-size: 40px;
    color:white;
}

.uses-cases-section-title-text::after{
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: white;
    margin-top: 8px;
}


.use-case{
    display: grid;
    grid-template-rows: 2fr 1fr;
}

.use-case-header{
    background-image: url("http://localhost/wro_background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.use-case-title{
    color:white;
}

.use-case-description{
    color:#fff;
}

.use-case-read-more-anchor{
    font-size: 12px;
    color:#0598fa;
}

.outstanding-cases-section{
    width: 100vw;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.first-outstanding-case{
    width:100%;
    height: 500px;
    position: relative;
    background-image: url("http://localhost/map_idea.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-outstanding-case-container{
    position: absolute;
    top:0px; left: 0px; bottom: 0px; right:0px;
    background-color:rgba(0, 0, 0, 0.8); 
    padding-left:30px;
    padding-right: 30px;
}


.first-outstanding-case-title{
    width:350px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 40px;
    color: white; 

}

.first-outstanding-case-paragraph{
    width:500px; 
    font-size: 24px;
    color: white; 
}

.outstanding-sections-separator{
    width:100%;
    height:100px; 
    background-color:#0598fa;
}

.second-outstanding-case{
    width:100%;
    height: 500px;
    position: relative;
    background-image: url("http://localhost/case_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second-outstanding-case-container{
    position: absolute;
    top:0px; left: 0px; bottom: 0px; right:0px;
    background-color:rgba(0, 0, 0, 0.8); 
    padding-left:30px;
    padding-right: 30px;
}


.second-outstanding-case-title{
    width:350px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 40px;
    color: white; 

}

.second-outstanding-case-paragraph{
    width:500px; 
    font-size: 24px;
    color: white; 
}

