@font-face {
    font-family: 'KlinicSlabMedium';
    font-weight: normal;
    font-style: italic;
    src: url('../font/KlinicSlab-MediumItalic.eot');
    src: url('../font/KlinicSlab-MediumItalic.eot') format('embedded-opentype'), url('../font/KlinicSlab-MediumItalic.woff') format('woff'), url('../font/KlinicSlab-MediumItalic.ttf') format('truetype'), url('../font/KlinicSlab-MediumItalic.svg#KlinicSlab-MediumItalic') format('svg');
}

@font-face {
    font-family: 'KlinicSlab';
    font-weight: normal;
    src: url('../font/KlinicSlab-Book.eot');
    src: url('../font/KlinicSlab-Book.eot') format('embedded-opentype'), url('../font/KlinicSlab-Book.woff') format('woff'), url('../font/KlinicSlab-Book.ttf') format('truetype'), url('../font/KlinicSlab-Book.svg#KlinicSlab-Book') format('svg');
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: bold;
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    font-weight: normal;
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot') format('embedded-opentype'), url('../font/ProximaNova-Light.woff') format('woff'), url('../font/ProximaNova-Light.ttf') format('truetype'), url('../font/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'ProximaNovaLight';
        font-weight: normal;
        src: url('../font/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    }
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    font-weight: bold;
    src: url('../font/ProximaNova-Semibold.eot');
    src: url('../font/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../font/ProximaNova-Semibold.woff') format('woff'), url('../font/ProximaNova-Semibold.ttf') format('truetype'), url('../font/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.hashtag {
    color: #32dbce;
}

.noscroll {
    overflow: hidden;
}

body {
    position: relative;
    overflow: hidden;
    background-color: #32dbce;
}

.skrollr body {

}

#skrollr-body {
    position: relative;
    width: 100%;
    height: auto;
}

.skrollr #skrollr-body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    font-family: 'ProximaNovaLight';
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: repeat;

}

section .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.skrollr section {
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
}

section h2 {
    font-family: 'ProximaNovaLight';
    font-size: 50px;
}

section h2 strong {
    font-family: 'ProximaNovaSemibold';

}

.skrollr .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.zoom {
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; /* Standard Property */

    -ms-transform: scale(1.5); /* IE 9 */
    -moz-transform: scale(1.5); /* Firefox */
    -o-transform: scale(1.5); /* Opera */
    -webkit-transform: scale(1.5); /* Safari And Chrome */
    transform: scale(1.5); /* Standard Property */

}

div.errorpage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/error404.jpg);
    background-size: cover;
}

div.errorpage .content {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    background-color: rgba(240, 241, 241, 0.59);
    color: #212121;
    overflow: auto;
}

.alert-warning {
    position: fixed;
    top: 15px;
    right: 15px;
    left: 15px;
    padding: 15px;
    z-index: 999999;
    background-color: #3eddd8;
    color: white;
    font-size: 17px;
    text-align: center;

}

.alert-warning a {
    color: #000000;
}