@import url(demo.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/* #########################
######### GENERAL #########
###########################*/

* {
    Box-sizing: border-box;
}

html {
    height: 100%
}

body {
    margin:0;
    background: #4c4f52;
    text-align: center;
    margin: auto;
    padding: 0px;
    color: #333333;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    font-family: 'PT Sans', Arial, Helvetica;
}

section.first {
    background-color: #ededed;
}

img {
    max-width: 100%;
}

#sources {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 40px 10px 10px 10px;
    background-color: white;
}


/* TITLES */

h1,
h2,
h3 {
    color:white;
    padding: 0px;
}

h1,
h2 {
    margin: 0px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 22px;
}

h3 {
    padding: 0px;
    margin: 10px 0 0 0;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#map {
    background-color: #4C4F52
}
#sources {
    z-index: 2;
    background-color: white;
    position: relative;
}
#sources a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: grey;
}

.none {
    display: inline-block !important;
    font-size: inherit !important;
}

.logo {
    height: 40px
}
.hide {
    display: none
}

/* GRID */

.separator {
    height: 14px;
    max-width: 100%;
    background: url('../img/separator.png') center;
    background color: #00a4ff;
}
text {
    margin-left: 5px
}
a:hover {
    cursor: pointer;
}
a text:hover {
    cursor: pointer;
}
/* GRID */

#align_bot {
    vertical-align: bottom !important;
}

.centered {
    margin: auto;
    display: inherit !important;
}

.grid_3,
.grid_4 .grid_7,
.grid_8,
.grid_10,
.grid_12,
.grid_20,
.grid_21 {
    display: inline-block;
    vertical-align: top;
    padding: 1.6%
}

.container_24 {
    width: 100%;
    padding: 50px 100px;
    margin: auto;
}

.grid_3 {
    width: 12.5%;
}

.grid_4 {
    width: 16.666667%
}

.grid_7 {
    width: 29.16666666%
}

.grid_8 {
    width: 33.3333333%
}

.grid_10 {
    width: 41.66666667%
}

.grid_12 {
    width: 50%
}

.grid_21 {
    width: 87.5%
}

.grid_20 {
    width: 83.33333%
}

.nospace {
    padding: 0px
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}

.key {
    padding-bottom: 40px;
}

.continent:hover {
    opacity: 1;
}

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

    .grid_3 {
        width: 30%;
        letter-spacing: -2px;
    }
    .grid_4 {
        width: 16.666667%
    }
    .grid_7 {
        width: 29.16666666%
    }
    .grid_8 {
        width: 100%;
        padding-left: 20px
    }
    .grid_10 {
        width: 100%;
    }
    .grid_12 {
        width: 100%;
    }
    .grid_21 {
        width: 70%;
    }
    .grid_20 {
        width: 83.33333%
    }
    .nospace {
        padding: 0px
    }
    #align_bot {
        width: 70% !important;
        text-align: center;
        margin: auto;
        display: inherit;
    }
    .center {
        top: inherit;
        padding-top: 15px;
        transform: inherit;
        position: inherit;
    }
}
@media screen (min-width: 800px) and (max-width: 1200px) {  
    .grid_3 {
        width: 25%
    }
    
    .grid_4 {
        width: 16.666667%
    }
    
    .grid_7 {
        width: 29.16666666%
    }
    
    .grid_8 {
        width: 100%;
    }
    
    .grid_10 {
        width: 41.66666667%
    }
    
    .grid_12 {
        width: 50%
    }
    
    .grid_12 {
        width: 100%;
    }
    
    .grid_21 {
        width: 75%;
        padding-left: 20px
    }
    
    .grid_20 {
        width: 83.33333%
    }
    
    .nospace {
        padding: 0px
    }
}

.cd-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    visibility: hidden;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}
