html, body {
    height:100%;
}

body {
    margin:0;
    padding:0;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1, h2 { font-size: 24px; font-weight: 500; }

.editContent p{
    font-family:Roboto, Arial;
    font-weight:300;
    line-height:1.6;
    font-size: 16px;
    color:#4d4d4d;
    text-align: center;
} 

.editContent h1{
    color:#4d4d4d;
    font-family:"Museo Slab";
    font-size:24px;
    font-weight:500;
    text-align: center;
    text-transform:uppercase;
} 

.editContent h2 {
    font-family:"Museo Slab";
    font-size:20px;
    text-align:center;
    font-weight:500;
    text-transform:uppercase;
}



.btn {
    color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-family: "Museo Slab",sans-serif !important;
    font-weight:500 !important;
    font-size:14px;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn.btn-primary {
    background: #23a091;
    box-shadow: 0 2px #1e8271;
}

.btn.btn-primary:hover {
    background:#1e8271;
    box-shadow:#23a091;
}

section{
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
}

section.about .aboutSVG,
section.work .workSVG,
section.contact .contactSVG,
section.mask-categories .maskSVG,
section.dino-elements .typeSVG,
section.dino-process .assetSVG {
    text-align:center;
    position:relative;
}
section text{
    font-family:'airship';
    font-size:44px;
}
section svg{
    height:60px;
}

footer {
    background: #333333;
    color: #fff;
    padding: 20px 30px 30px !important;
}
footer .legal {
    font-size: 13px;
    margin-top: 30px;
    float: left;
    margin-right: 40px;
}
footer .col-sm-6,footer .col-sm-12 {margin: 30px 0;}
footer a, footer a:hover { color: #fff; text-decoration: underline; }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    section.about .aboutSVG,
    section.work .workSVG,
    section.contact .contactSVG,
    section.mask-categories  .maskSVG,
    section.dino-elements .typeSVG,
    section.dino-process .assetSVG {
        padding-top:30px;
        text-align:left;
        margin-left:30px;
    }

    section text{
        font-size:48px;
    }
}




