body, html{
    height: 100%;
}
body{
    margin: 0;
}
.height-100{
    height: 100%;
}
section{
    padding-top: 85px;
    padding-bottom: 85px;
}
section.main{
    padding-bottom: 3%;
}
section.about{
    background-color: #ffffff;
}

section.about .col-md-2{
    font-size: 22px;
}

section.services{
    background-color: #fafafa;
}

section.more{
    padding-top: 0;
    background-color: #fafafa;
}

.footer{
    background-color: #222;
}

input.form-control{
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid gray;
    outline: none;
    color: #ff8859;
}

input.form-control:focus{
    background-color: transparent;
    outline: 0 !important;
    border-color: #ff8859;
    box-shadow: none;
    color: #ff8859;
}

*:focus {
    outline: 0 !important;
}

.wrapper {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #ffc55b, #ff4e56);
}
.call-text{
    font-size: 28px;
    line-height: 1;
    padding-top: 12%;
}
.call-text span{
    font-size: 4rem;
    font-weight: bold;
}


.call-img{
    background: url(vector.png);
    background-size: 80%;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .call-img{
        background-position-y: calc(100% - 50px);
    }
    .call-text span{
        font-size: 3rem;
    }

}


.white{
    color: #ffffff;
}

.bold{
    font-weight: bold;
}

.light{
    font-weight: 100;
}

.navbar{
    font-family: sans-serif;
    transition: background-color 0.2s;
}

.navbar.scrolled{
    background-color: #ff8859;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.text-shadow{
    text-shadow: 2px 2px 5px #c37336;
}

.text-shadow-hard{
    text-shadow: 1px 1px 1px #a55518;
}

.gray-light{
    color: #bfbfbf;
}

.gray{
    color: #525252;
}

.font{
    font-family: 'Karma', serif;
}

.about .boxes {
    margin-top: -50px;
}

.services .boxes {
    margin-top: 50px;
}

.services .boxes .col-sm{
    transition: opacity 0.4s;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
}

.main-color{
    color: #ff8859;
}


.services .boxes .col-sm::before {
    background-image: linear-gradient(to bottom right, #ffc55b, #ff4e56);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}

.services .boxes .col-sm:hover:before {
    opacity: 1;
}

.services .boxes .col-sm:hover{
    color: white;
}

.services .boxes .col-sm:hover i{
    color: white;
}

.services .boxes .col-sm:hover h5:after {
    background: white;
}

.services .boxes .col-sm h5:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ff8859;
    margin: 10px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div.number{
    font-weight: bold;
    color: #d4d4d4;
    font-size: 68px;
    position: relative;
    top: 55px;
    z-index: 0;
    opacity: 0.4;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: #ff8859;
    border: none !important;
    box-shadow: none !important;
}

.btn-primary:hover{
    background-color: #ff4e56;
}

#cookieInfo {
    padding: 15px;
    background-color: #5c00a3;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1;
}

#cookieInfo .float-left{
    padding-top: 10px;
}

#cookieInfo a{
    text-decoration: underline;
}

#cookieInfo a:hover,
a.gray-light:hover{
    color: white;
}