/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.1.2015, 12:58:
    Author     : Goran
*/

body{
    font-family: 'PT Sans', sans-serif;
    color: #353d43;
}

header{
    background-image: url('images/header_bg.jpg');
    background-size: cover;
    height: 600px;
}
.navbar{
    padding-top: 35px;
}
.navbar-nav > li > a{
    color: #97a0a8;
    font-weight: bold;
    text-transform: uppercase;
}
#navbar{
    padding-top: 15px;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
    color: #ffffff;
}
.navbar-toggle .icon-bar{
    background: #ffffff;
}
.presentation{
    font-family: 'Allan', cursive;
    font-size: 62px;
    margin-top: 100px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
}
.intro{
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    padding: 0 190px;
}
.container h2{
    font-family: 'Allan', cursive;
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.container p{
    font-size: 18px;
    margin-bottom: 25px;
}
.container h2.white{
    color: #ffffff;
}
.service{
    text-align: center;
    margin-bottom: 70px;
}
.service img{
    margin-bottom: 20px;
}

#mywork{
    background-color: #353b3f;
}

#testimonials{
    background-color: #f3f3f3;
    padding-bottom: 80px;
}
.testimonial{
    background-color: #ffffff;
    padding: 40px;
    color: #848A8F;
    font-style: italic;
    font-size: 18px;
    border-radius: 5px;
}
.client_img{
    text-align: center;
    position: relative;
    bottom: 36px;
}
.client_img img{
    border: 8px solid #ffffff;
    border-radius: 36px;
}
.client_name{
    text-align: center;
    position: relative;
    bottom: 20px;
    font-size: 18px;
    color: #353d43;
}
#about{
    padding-bottom: 80px;
}

#contact{
    
}
.padding-bottom{
    padding-bottom: 80px;
}
.env{
    background-image: url('images/envelope_pattern.png');
    background-repeat: repeat-x;
    height: 5px;
}
.other_contact{
    margin-bottom: 30px;
    line-height: 1.3;
}
.other_contact img{
    float: left;
    margin: 5px 20px 0 0;
}
.other_contact p{
    margin-bottom: 2px;
}
p.text-small{
    font-size: 14px;
    color: #97a0a8;
}
h2.getintouch{
    margin-bottom: 25px;
    margin-top: 0;
}
p.textforcontact{
    margin-bottom: 45px;
}
.slidetext{
    color: #97a0a8;
    height: 330px;
}
.green{
    color: #0eae8a;
}
.lgreen{
    color: #82bb32;
}
.red{
    color: #da043a;
}
.blue{
    color: #32adad;
}
.btn-green{
    background-color: #0eae8a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 22px;
}
.btn-lgreen{
    background-color: #82bb32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 22px;
}
.btn-red{
    background-color: #da043a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 22px;
}
.btn-blue{
    background-color: #32adad;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 22px;
}
.btn-grey{
    background-color: #0eae8a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 22px;
}
.slidenav{
    border-top: 1px solid #2b3134;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
}
.slidenav a{
    color: #97a0a8;
    margin: 0 20px;
}
.slidenav a span{
    color: #24282b;
    font-size: 13px;
    padding: 0 7px;
}

#message{
    height: 200px;
}
#sent{
    display: none;
}

footer{
    background-color: #343a3e;
    height: 200px;
    color: #97a0a8;
}
.copyright p{
    font-size: 16px;
    margin-bottom: 5px;
}
.copyright a{
    color: #D4D2D2;
}
.row-icons{
    margin: 40px 0 15px 0;
}
.footer_icon{
    display: inline-block;
    padding: 15px;
    margin: 5px;
    border-radius: 3px;
    background-color: #2f3438;
}

@media (max-width: 768px) {
    header{
        height: auto;
    }
    .navbar{
        padding-top: 0;
    }
    .navbar-brand > img{
        width: 120px;
    }
    .presentation{
        margin-top: 10px;
        font-size: 46px;
    }
    .intro{
        padding: 0;
    }
    .service{
        margin-bottom: 20px;
    }
    .slideimage{
        margin-bottom: 20px;
    }
}
