:root {
    --cr-blue: #009fe3;
    --cr-red: #e30613;
    --cr-dark: #040404;
}

body {
    color: var(--cr-dark);
}


nav {
    padding: 5px;
}

.nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-link:hover {
    transition: 0.5s;
    color: var(--cr-blue) !important;
}

.hover-blue:hover {
    transition: 0.5s;
    background-color: var(--cr-blue) !important;
    color: white;
}

.hover-red:hover {
    transition: 0.5s;
    background-color: var(--cr-red) !important;
    color: white;
}

h1 {
    color: #010101;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px 0 85px;
    margin: 25px 0 15px 0;
    background-image: url("../img/polygon-blue-bold.svg");
    background-size: 75px 75px;
    background-repeat: no-repeat;
    min-height: 75px;
    width: auto !important;
}

section {
    height: 100vh;
}

#cr-logo{
    width:25%;
}
#cover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    background-color: #ffffff;
    border-bottom: 1px solid var(--cr-blue);
    height: 90vh !important;
}

#uses-of-cr, #contact, #further-info {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column !important;
    width: 100%;
    padding-top: 2%;
    border-bottom: 1px solid var(--cr-red);
    justify-content: center;
}

#further-info {
    border-bottom-color: var(--cr-blue) !important;
}

#further-info > h1 {
    background-image: url("../img/polygon-red-bold.svg");
}

.uses-of-cr-box {
    width: 45%;
    text-align: left;
    background-color: #f4f4f4;
    padding: 2%;
    position: relative;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
}

#contact {
    border-bottom: none;
    width: 100%;
    height: 50vh !important;
    margin-top:2%;
    margin-bottom:3%;
}

#contact-box,#sitemap-box {
    width: 80%;
    color: black;
    background: #f4f4f4;
    padding: 5%;

}

#legal-disclaimer,#sitemap {
    display:flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}


.breadcrumb {
    padding:1%;
}
footer{
    margin-top:2%;
}

@media only screen and (max-width: 1200px) {

    h1 {
        font-size:1.5em !important;
    }

    #cr-logo{
       width:40% !important;
   }
    .lead{
        font-size:1em;
    }
    .uses-of-cr-box {
        width: 70%;
        padding:5%;
        margin-bottom:3%;
    }

    section {
        height: auto;
        padding-top:2%;
        padding-bottom:5%;
    }

}
@media only screen and (max-width: 600px) {
    #cr-logo{
        width:70% !important;
    }
    .uses-of-cr-box {
        width: 95%;
        padding:8%;
        margin-bottom:3%;
    }
    #legal-disclaimer-box{
        width:90% !important;
    }
}
