@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:200|400|600');

body {
    transition-property: all;
    transition-delay: 0.4s;
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

#fullpage {
    position: relative;
}
.header {
    position: relative;
    padding: 14vh 0;
    background: url(assets/img/header2.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 30%;
}
.header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #33bb00;
    opacity: 0.9;
}
.logo {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
}



h1 {
    text-align: center;
    font-weight: 200;
    margin: 0; padding: 36pt 8vw;
    font-size: 27pt;
    color: #fb0;
    background: #222123;
}
h1 a {
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 0;
    transition: 0.2s all;
}
h1 a:hover {
    color: #fb0;
}
h1 a:after {
    transition: 0.2s all;
    content:"";
    position: absolute;
    bottom: 0.1em;
    border-bottom: 0.07em solid white;
    left: 0; right: 0;
}
h1 a:hover:after {
    content:"";
    position: absolute;
    bottom: -0.1em;
    border-bottom: 0 solid rgba(180,0,0,1);
    left: 0; right: 0;
}
h2 {
    text-align: center;
    font-weight: 200;
    margin: 0; padding: 0;
    font-size: 22px;
}

.feature {
    box-sizing: border-box;
    padding: 54pt 18vw;
    margin: 0 0;
    display: block;
    position: relative;
}
.feature p {
    margin: 2vh 0 2vh 35%;
    font-size: 18pt;
    line-height: 1.5;
}
.feature:nth-child(even) p {
    text-align: left;
}
.feature:nth-child(odd) p {
    
}
.feature::after {
    content: "";
    position: absolute;
    top: 48pt;
    right: 62vw;
    margin-top: 0; 
    width: 64pt;
    height: 64pt;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}
.feature:nth-child(even)::after {
}
.feature:nth-child(odd)::after {
}

.feature:nth-child(odd) {
    
}
.feature:nth-child(odd) p {
    
}
.feature * {
    position: relative;
    z-index: 2;
}
.feature h2 {
    font-weight: 600;
    font-size: 27pt;
}

.feature:nth-child(even) h2 {
    margin-left: 35%;
    text-align: left;
}
.feature:nth-child(odd) h2 {
    margin-left: 35%;
    text-align: left;
}

#custom {
    
}
#custom::after {
    background-image: url(assets/img/plan.svg);
}
#cms {
    background: #002288;
    color: white;
}
#cms::after {
    background-image: url(assets/img/construction.svg);
}
#frontend {
    color: #fb0;
    background: #222123;
}
#frontend::after {
    background-image: url(assets/img/frontend.svg);
}
#support {
    background-color: #fff;
//    background-image: radial-gradient( ellipse at 50% 0%, #fff, #bbb)
}
#support::after {
    background-image: url(assets/img/knight.svg);
}



.footer {
    position: relative;
    text-align: center;
    padding: 36pt 0 72pt 0;
    font-size: 18pt;
}
.footer a.mail {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 18pt 72pt;
    font-size: 27pt; line-height: 1;
    color: white;
    background: #00bb00;
    position: relative;
}
.footer a.mail::before {
    content: "";
    display:inline-block; 18pt; width: 36pt; height: 36pt;
    background: url(assets/img/mail.svg);
    background-size: contain;
    vertical-align: middle;
    margin: -4pt 10pt 0 0;
}
.footer::before {
    content: "";
    position: absolute;
    top: -1.27vw;
    left: 0; right: 0;
    background: url(assets/img/scissors.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.5vw;
}
.cutline {
    width: 100%;
    margin: -20px 0;
}