@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&display=swap');

body {
    background-color: #ecebee;
    font-family: 'Alegreya Sans SC', sans-serif;
}

html {
    overflow-x: hidden
}

#home {
    background-color: #c45627;
}

.page-annual-report-fy20 h1 {
    font-size: 120px;
    font-weight: 100;
    line-height: 100px;
    margin-bottom: 32px;
}


.page-annual-report-fy20 h2 {
    font-size: 70px;
    font-weight: 100;

}

.page-annual-report-fy20 h3 {
    font-size: 32px;
}

.page-annual-report-fy20 p {
    font-size: 26px;
}

@media only screen and (max-width: 850px) {
    .page-annual-report-fy20 h1 {
        font-size: 88px;
        line-height: 70px;
        margin-bottom: 24px;
    }

    .page-annual-report-fy20 h2 {
        font-size: 52px;
    }
}


#donors ul {
    list-style: none;
    color: #367689;
}



.page-annual-report-fy20 li {
    font-size: 22px;
    margin-bottom: 1%;
    color: #367689;
}

.page-annual-report-fy20 a:hover {
    color: #98cdcd;
}

#donors li {
    font-size: 18px;
    margin-bottom: 1%;
}

.navbar .fa-stack .fa-circle {
    color: #c45627;
}

.fa-download,
.fa-envelope-o {
    color: #ffffff;
}

.navbar-toggler.toggler-example {
    cursor: pointer;
    border: 0px;
}

.bg-cstone-blue {
    background-color: #367689;
}


.nav-item {
    text-align: right;

}

.page-footer {
    height: 25%;
    background-color: #367689;
}

.link-main-site {
    color: #ffffff;
    text-decoration: underline;
    font-size: 150%;

}


.container-blue {
    /*    padding-top: 3%;
    padding-bottom: 3%;*/
    background-color: #98cdcd;
    /*    min-height: 1000px;*/
}

.container-gray {
    /*    padding-top: 3%;
    padding-bottom: 3%;*/
    background-color: #ecebee;
    /*    min-height: 1000px;*/
}

.container-red {
    /*    padding-top: 3%;
    padding-bottom: 6%;*/
    background-color: #c45627;
    color: #ffffff;
    /*    min-height: 800px;*/
}


.jumbotron {
    background-image: url('./img/flowers_background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    /*    min-height: 1000px;*/
}

.container-page {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 9%;
    padding-right: 9%;
    text-align: left;

}


.btn-cstone-blue {

    color: #ffffff;
    background-color: #367689;
}

.btn-cstone-blue:hover {
    color: #ffffff;
    background-color: #2b5e6e;
}

.containerCEO {
    background-color: rgba(236, 235, 238, 0.8);
    border: solid 5px #ecebee;
    padding: 4%;
    width: 80%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.containerSuccess {
    background-color: rgba(236, 235, 238, 0.8);
    border: solid 5px #ecebee;
    padding: 3%;
    width: 80%;
    margin-top: 3%;
    margin-bottom: 3%;
}


.circle {
    width: 100%;
    border-radius: 50%;
}

.boardImg {
    width: 50%;
    padding-bottom: 20px;
}

.impactIcon {
    width: 80%;
    margin-bottom: 10px;
}

.impactIcon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 850px) {
    .impactIcon {
        width: 50%;
    }

    .circle {
        width: 50%;
    }

    .containerCEO {
        text-align: center;
    }
}


#threeCranes {
    height: 100%;
}

hr {
    background-color: #ffffff;
    width: 50%;
    height: 3px;
    margin-top: 3%;
    margin-bottom: 3%;
}

.blueLine {
    background-color: #367689;
    height: 1px;
    margin-top: 2%;
    margin-bottom: 3%;
    width: 100%;
}

/*#redCircle {
    z-index: 1;
    position: absolute;
}*/

/*#redCircle {
    width: 75%;
}

#craneMain {
    width: 75%;
}*/

/*#craneMain {
    z-index: 2;
    position: absolute;
}*/

.top-border {
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 2%;
    padding-top: 2%;
}

.border img {
    transition: .5s ease;
}

.border img:hover {
    box-shadow: 0 0 0 8px #c45627;
    padding: 6%;
    transition: .5s ease;
}

.rotate img {
    transition: 1s ease;
}

.rotate img:hover {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
}

#success,
#introduction {
    background-image: url('./img/crane_wallpaper.svg');
    background-repeat: no-repeat;
    background-size: cover;

}

table {
    border: solid 0.5px #414142;
    margin-top: 20px;
    margin-bottom: 40px;
}

th {
    color: #ffffff;
    background: #367689;
    padding: 10px;
}

td {
    border: solid 0.5px #414142;
    padding: 5px;
}

#numbers {
    background: #c45627;
}

.flip-circle {
    background-color: #367689;
}

.flip-circle-inner {
    position: relative;
    ;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


.flip-circle:hover .flip-circle-inner {
    transform: rotateY(180deg);
}


.flip-circle-front,
.flip-circle-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.flip-circle-front {
    background-color: #bbb;
    color: black;
    border-radius: 50%;
}

.flip-circle-back {
    color: #367689;
    transform: rotateY(180deg);
    border-radius: 50%;
    padding: 150px;
    text-align: center;

}



/*========================*/
/*========================*/
/*========================*/
.hidden-hostname {
    display: none;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1;
}

.navbar .navbar-brand img,
footer img.footer-logo {
    max-height: 75px;
}

.page-annual-report-fy20 h1,
.page-annual-report-fy20 h2,
.page-annual-report-fy20 h3,
.page-annual-report-fy20 h4,
.page-annual-report-fy20 h5,
.page-annual-report-fy20 h6,
.page-annual-report-fy20 a,
.page-annual-report-fy20 h1 a,
.page-annual-report-fy20 h2 a,
.page-annual-report-fy20 h3 a,
.page-annual-report-fy20 h4 a,
.page-annual-report-fy20 h5 a,
.page-annual-report-fy20 h6 a {
    font-family: 'Alegreya Sans SC', sans-serif;
}

.page-annual-report-fy20 p,
.page-annual-report-fy20 li {
    font-family: 'Alegreya Sans', sans-serif;
}

.container-blue:first {
    height: calc(100vh - 101px);
}

#craneMain {
    position: absolute;
    top: 0;
    left: 0;
}


.page-annual-report-fy20 .navbar-nav .nav-item a {
    color: rgb(255, 255, 255, 0.5) !important;
}

.annual-report-content {
    margin-top: 101px;
}

a.back-to-centerstone {
    color: #FFF;
    font-size: 1.5em;
    text-decoration: underline;
}

a.back-to-centerstone:hover {
    color: #98cdcd;
}

.footer-logo {
    min-height: 110px;
}

.page-annual-report-fy20 h1,
.page-annual-report-fy20 h2,
.page-annual-report-fy20 h3,
.page-annual-report-fy20 p {
    color: #367689;
    font-weight: 500;
}

.page-annual-report-fy20 h1.internalh1 {

    font-size: 120px;
    font-weight: 500;
    color: #367689;

}

.page-annual-report-fy20 h2.internalh2 {

    font-size: 40px;
    color: #c45627;

}

.page-annual-report-fy20 h3.internalh3 {
    font-size: 26px;
    color: #c45627;
}

nav.navbar.fixed-top {
    max-height:95vh;
    overflow-y:auto;
}

.navbar-nav .nav-item a {
    text-decoration: none;
}

.page-annual-report-fy20 .navbar-nav .nav-item a:hover,
.page-annual-report-fy20 .navbar-nav .nav-item a:active {
    color: #fff !important;
}

.page-annual-report-fy20 a.menu_item.active {
    color: #fff !important;
}

.grow,
.grow-less {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.3);
}

.grow-less:hover {
    transform: scale(1.05);
}



/*Circle Flip*/

.circle-container {
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
    margin: 0 auto;
}

.circle-container:hover .circle {
    -webkit-transform: rotate3d(45, 45, 0, 180deg);
    transform: rotate3d(45, 45, 0, 180deg);
}

.circle-container:hover .outer-ring {
    -webkit-transform: rotate3d(45, 0, 0, 180deg);
    transform: rotate3d(45, 0, 0, 180deg);
}

.circle-container:hover .outer-outer-ring {
    -webkit-transform: rotate3d(0, 45, 0, 180deg);
    transform: rotate3d(0, 45, 0, 180deg);
}

.circle-container,
.front,
.back {
    width: 315px;
    height: 315px;
    background-color: rgba(0, 0, 0, 0);
}

.circle,
.outer-ring,
.outer-outer-ring {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.circle {
    position: relative;
    width: 315px;
    height: 315px;
}

.front,
.back {
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    background-color: #fff;
    z-index: 2;
}

.back {
    -webkit-transform: rotate3d(45, 45, 0, 180deg);
    transform: rotate3d(45, 45, 0, 180deg);
    background-color: #fff;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/*AOS*/
[data-aos="slide-right"] {
    visibility: hidden;
}

[data-aos="slide-right"].aos-animate {
    visibility: visible;
}

.containerSuccess {
    visibility: hidden;
}

.containerSuccess.aos-animate {
    visibility: visible;
}

/*Footer*/

.back-to-centerstone {
    text-align: right;
}

/*MQs*/

@media only screen and (max-width: 960px) {

    .containerCEO,
    .containerSuccess {
        width: 100%;
        visibility: visible;
    }

    #national-impact img {
        width: 65%;
    }

    .back-to-centerstone {
        text-align: center;
    }

    .page-annual-report-fy20 h1.internalh1 {
        font-size: 88px;
        line-height: 70px;
        margin-bottom: 24px;

    }
}

@media only screen and (max-width: 576px) {
    #redCircle {
        transform: scale(1.4);
    }

    .page-annual-report-fy20 h1 {
        font-size: 2rem;
    }

    .page-annual-report-fy20 h1.internalh1 {
        font-size: 3rem;
    }

    .page-annual-report-fy20 h2.internalh2 {
        font-size: 2rem;
    }

    .page-annual-report-fy20 h3.internalh3 {
        font-size: 1.5rem;
    }

    .circle-container,
    .front,
    .back {
        width: 100%;
    }

    .circle {
        width: 100%;
    }

}

/*=====================================
==== IE specific ======================
=====================================*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .site {
        display: block;
    }
}