
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
MAIN STYLE CSS
/////////////////////////////
1. fonts
2. body
3. navbar
4. intro
5. about
6. counter facts
7. portfolio
8. process
9. social links
10. testimonials
11. map
12. contact
13. footer
14. intro loader

15. yellow: #FEC900
*/
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
1. fonts
/////////////////////////////
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'jaapokki';
    src: url('../fonts/jaapokkienchance-regular-webfont.eot');
    src: url('../fonts/jaapokkienchance-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/jaapokkienchance-regular-webfont.woff2') format('woff2'), url('../fonts/jaapokkienchance-regular-webfont.woff') format('woff'), url('../fonts/jaapokkienchance-regular-webfont.ttf') format('truetype'), url('../fonts/jaapokkienchance-regular-webfont.svg#jaapokki_enchanceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
2. body
/////////////////////////////
*/

body {
    background: #fff;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
3. navbar
/////////////////////////////
*/

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar {
    background: none;
    border-bottom: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar ul li a {
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.navbar ul li a:hover {
    color: #5BC7f6 !important;
}

.navbar-fixed-top .active a {
    background: #5BC7f6 !important;
    color: #0f0f0f !important;
}

.navbar-fixed-top .active a:hover {
    color: #0f0f0f !important;
}

.navbar-brand img {
    position: relative;
    top: -20px;
    z-index: 2;
    max-width: 156px;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #0f0f0f;
    border-color: #080808;
}

.navbar.navbar-fixed-top.fixed-theme a {
    color: #fff !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.navbar.navbar-fixed-top.fixed-theme a:hover {
    color: #5BC7f6 !important;
}

.navbar.navbar-fixed-top.fixed-theme .active a {
    color: #0f0f0f !important;
}

.navbar.navbar-fixed-top.fixed-theme .active a:hover {
    color: #0f0f0f !important;
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 4px;
    background: #fff;
    height: 2px;
    width: 40px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 8px;
    background: #fff;
    height: 2px;
    width: 40px;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
    background: #fff;
    height: 2px;
    width: 40px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.navbar-toggle {
    border: none !important;
}

.navbar-toggle.active {
    background: none !important;
}

.navbar-toggle:focus {
    background: none !important;
}

.navbar-toggle:hover {
    background: none !important;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
4. intro
/////////////////////////////
*/

#intro {
    background: url(../images/backgrounds/bg-2.png);
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}

.intro-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(15, 15, 15, 0.6);
}

#intro .title-intro {
    font-size: 100px;
    font-weight: 700;
    text-align: left;
    font-family: 'jaapokki', sans-serif;
}

#intro .title-intro::after {
    content: '';
    width: 300px;
    display: block;
    background: #fff;
    height: 12px;
    margin: 30px 0px 30px 0px;
    line-height: 1.1;
}

#intro .title-intro-2 {
    font-size: 30px;
}

#intro p {
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.simple-line {
    height: 200px;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 10%;
    margin-left: 20px;
}

.simple-line-2 {
    height: 200px;
    width: 3px;
    background: #5BC7f6;
    position: absolute;
    bottom: 10%;
    right: 0;
    margin-right: 20px;
}

.simple-line i {
    margin-left: 20px;
    top: 15% !important;
    position: absolute;
}

.simple-line-2 i {
    color: #fff;
    position: absolute;
    bottom: 15% !important;
    right: 0;
    margin-right: 20px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
5. about
/////////////////////////////
*/

#about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#about {
    background: url(../images/backgrounds/bg-1.png);
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    width: 100%;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}

#about .about-wrapper {
    box-sizing: border-box;
    max-width: 100%;
}

@-moz-document url-prefix() {
    #about .about-wrapper {
        padding-top: 65px !important;
        padding-bottom: 80px !important;
    }
}

.about-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(15, 15, 15, 0.7);
}

#about .title {
    font-size: 70px;
    font-family: 'jaapokki', sans-serif;
}

#about .title::after {
    content: '';
    width: 300px;
    display: block;
    background: #fff;
    height: 6px;
    margin: 30px 0px 0px 0px;
    line-height: 1.1;
}

#about p {
    letter-spacing: 0.5px;
}

#about span {
    letter-spacing: 0.5px;
}

#about img {
    width: 40%;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
6. counter facts
/////////////////////////////
*/

#counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#counter-facts {
    width: 100%;
    min-height: 250px;
    background: #5BC7f6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}

#counter-facts .counter-wrapper {
    box-sizing: border-box;
    max-width: 100%;
}

#counter-facts .counter-item .number {
    font-size: 40px;
    font-family: 'jaapokki', sans-serif;
}

#counter-facts .counter-item .item {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

#counter-facts .fa {
    font-size: 30px;
    margin-right: 10px;
}

#counter-facts .counter-item::after {
    content: '';
    width: 100px;
    display: block;
    background: #fff;
    height: 3px;
    line-height: 1.1;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
7. portfolio
/////////////////////////////
*/

section#portfolio {
    background: #fff;
    min-height: 900px;
    padding-bottom: 100px;
    position: relative;
    z-index: 11 !important;
}

#portfolio .title {
    font-size: 70px;
    font-family: 'jaapokki', sans-serif;
}

#portfolio .title::after {
    content: '';
    width: 300px;
    display: block;
    background: #0f0f0f;
    height: 6px;
    margin: 30px 0px 0px 0px;
    line-height: 1.1;
}

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 20px;
    margin: auto;
    width: 50%;
}

.size-headline {
    font-size: 2.5em;
    font-family: sans-serif;
}

.center {
    text-align: center  
}


/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
8. leistungen
/////////////////////////////
*/

section#leistungen {
    background: #fff;
    min-height: 500px;
    padding-bottom: 100px;
    position: relative;
    z-index: 11 !important;
}

#leistungen .title {
    font-size: 70px;
    font-family: 'jaapokki', sans-serif;
}

#leistungen .title::after {
    content: '';
    width: 300px;
    display: block;
    background: #0f0f0f;
    height: 6px;
    margin: 30px 0px 0px 0px;
    line-height: 1.1;
}

.gallery {
    width: 100%;
    height: auto;
}

.gallery li {
    width: 33.3%;
    position: relative;
    float: left;
    overflow: hidden;
}

.transform {
    -webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    transition: all .25s cubic-bezier(.2, .31, .36, 1);
}

.gallery a {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery img {
    position: relative;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery .info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #0f0f0f;
    border: 35px solid #5BC7f6;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery .item-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 35%;
}

.gallery .item-title:after {
    content: '';
    width: 50px;
    display: block;
    background: #fff;
    height: 3px;
    margin: 10px auto;
    line-height: 1.1;
}

.gallery .item-title:before {
    content: '';
    width: 100px;
    display: block;
    background: #fff;
    height: 3px;
    margin: 10px auto;
    line-height: 1.1;
}

.portfolio-filter button.btn {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0.5px;
    padding: 10px 30px 10px 30px;
    height: auto;
    border: 3px solid #0f0f0f;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    font-weight: 700;
}

.portfolio-filter button.btn:focus {
    box-shadow: none;
    outline: none !important;
}

.portfolio-filter button.selected {
    box-shadow: none;
    outline: none !important;
    background: #0f0f0f;
    color: #5BC7f6;
}

.portfolio-filter button.btn:hover {
    box-shadow: none;
    outline: none !important;
    background: #0f0f0f;
    color: #5BC7f6;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
8. process
/////////////////////////////
*/

#process-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.process {
    overflow: hidden;
    position: relative;
    min-height: 800px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.process-wrapper {
    box-sizing: border-box;
    /* 1 */
    
    max-width: 100%;
    /* 1 */
}

#process .title {
    font-size: 70px;
    font-family: 'jaapokki', sans-serif;
}

#process .title::after {
    content: '';
    width: 300px;
    display: block;
    background: #fff;
    height: 6px;
    margin: 30px 0px 0px 0px;
    line-height: 1.1;
}

.process .container {
    z-index: 32;
    position: relative;
}

.process .fullscreen-video {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.process video {
    min-width: 100% !important;
    height: auto;
    min-height: 100%;
}

.process .video-overlay {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
}

.process .numbers {
    font-size: 40px;
    float: left;
    font-family: "jaapokki", sans-serif;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #636363;
}

.process .steps {
    margin: 0;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.process p {
    letter-spacing: 0.5px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
9. social links
/////////////////////////////
*/

#social-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#social-links {
    width: 100%;
    min-height: 250px;
    background: #5BC7f6;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}

#social-links-wrapper .social-links-wrapper {
    box-sizing: border-box;
    /* 1 */
    
    max-width: 100%;
    /* 1 */
}

#social-links h4 {
    letter-spacing: 0.5px;
}

#social-links p {
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: #636363;
}

#social-links a {
    font-size: 22px;
    padding-left: 10px;
    color: #fff;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    border: 5px solid rgba(255, 255, 255, 1);
    padding: 10px 45px 10px 45px;
    border-radius: 50px;
}

#social-links a:hover {
    color: #fff;
    background: #fff;
    border: 5px solid #fff;
}

#social-links .arrow-social {
    margin-right: 10px;
    margin-left: 5px;
    color: #0f0f0f;
}

#social-links i {
    color: #0f0f0f;
}


img.img-circle {
    margin-top: 2.5px;
}

i.quote-icon {
    display: block;
    text-align: center;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
11 map
/////////////////////////////
*/

#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #e7eaf0;
    z-index: 11;
}

#cd-google-map {
    position: relative;
}

#cd-google-map .address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 25px;
    background-color: #5BC7f6;
    font-size: 13px;
    z-index: 11;
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #5BC7f6;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
12 contact
/////////////////////////////
*/

@-moz-document url-prefix() {
    #contact-section textarea {
        height: 195px !important;
    }
}

@supports (-ms-accelerator: true) {
    #contact-section textarea {
        height: 195px !important;
    }
}

#contact-section {
    background: #fff;
    min-height: 300px;
    z-index: 11 !important;
    position: relative;
    padding-bottom: 100px;
}

#contact-section input.custom-input {
    padding: 15px;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#contact-section input.custom-input:focus {
    border: 1px solid #0f0f0f;
    color: #0f0f0f;
}

#contact-section textarea {
    padding: 7px;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100%;
    resize: none;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#contact-section textarea:focus {
    border: 1px solid #0f0f0f;
    color: #0f0f0f;
}

.btn-contact {
    background: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    float: right;
    color: #0f0f0f;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 50px;
    border: 3px solid #0f0f0f;
    font-weight: 700;
}

.btn-contact:hover {
    color: #fff !important;
    background: #0f0f0f;
}

#contact-section .title-section {
    font-size: 70px;
    font-family: 'jaapokki', sans-serif;
}

#contact-section .title-section::after {
    content: '';
    width: 300px;
    display: block;
    background: #0f0f0f;
    height: 6px;
    margin: 30px 0px 0px 0px;
    line-height: 1.1;
}

#contact-form .messages .alert {
    font-size: 20px !important;
    background: none !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
    color: #0f0f0f;
    font-weight: 700 !important;
    text-transform: uppercase !important; 
}

#contact-form .messages button {
    color: red !important;
    font-size: 16px !important;
    opacity: 1 !important;
    margin-top: 8px !important;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
13 footer
/////////////////////////////
*/

footer {
    position: fixed;
    background: #fff;
    min-height: 100px;
    position: relative;
    z-index: 10 !important;
}

footer .simple-hr {
    height: 1px;
    background: #d6d6d6;
    width: 100%;
}

footer .footer-content a {
    text-decoration: none;
    color: #0f0f0f;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

footer .footer-content a:hover {
    color: #5BC7f6;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
14 intro loader
/////////////////////////////
*/

#intro-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0f0f0f;
    z-index: 999999;
}

#intro-loader.dark {
    background-color: #0f0f0f;
}

#intro-loader.dark .spinner > div {
    background-color: #fff;
}

#intro-loader .loader-container {
    position: relative;
    margin: 0 auto !important;
    float: none;
    top: 25%;
    margin-left: -35px;
    margin-top: -87px;
    text-align: center;
}

#intro-loader .loader-text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 10px;
}

#intro-loader .spinner {
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
}

#intro-loader .spinner > div {
    background-color: #333;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

#intro-loader .spinner .shape2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

#intro-loader .spinner .shape3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#intro-loader .spinner .shape4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

#intro-loader .spinner .shape5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }
    20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); }
}

h3, h4 {

font-family: "Oswald", sans-serif;
font-weight: bold;
margin: 0 0 1em;
text-transform: uppercase;

}