/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.topnav em {
    font-size: 2em;
    color: #4bacc6;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);   
}
.topnav i {
    padding-left: 0.5em;
    padding-right: 0.1em;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.intro-header {
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/about-moinon.jpg) no-repeat center center;*/
    background-color: #4bacc6;
    background-size: cover;
}

.intro-header img {
    border-radius: 50%;
    -moz-box-shadow: 0px 1px 8px #EADBDB;
    -webkit-box-shadow: 0px 1px 8px #EADBDB;
    -o-box-shadow: 0px 1px 8px #EADBDB;
    box-shadow: 0px 1px 8px #EADBDB;
}


.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 5%;
}

.intro-message h1 {
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.fa-forward {
    position: relative;
    left:1em;
}


.story {
    margin: 30px 0;
}
.story p {
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 10%;
    text-align: justify;
}

.fa-info-circle{
    padding-top: 5px;
    color: #4BACC6; 
}
.mission {    
    border-radius: 2px;
    margin-bottom:5px;
    padding: 5px 0;
}

.mission-hide {
    border: 1px solid #e5e5e5;    
}
.mission-show {
    background-color: #E5E5E5;
}

.toggle {
    color: #4BACC6;       
}
.toggle h3 {
    font-size: 1.1em;
    margin: 0;
}

h3 i.fa {
    float: right;
}


.cv-detail h4 {
    font-size: 1em;
    color: #4BACC6;
}
.cv-detail p {
    font-size: 0.9em;
    font-weight: 300;
    font-style: italic;
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }       
}


.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.call-to-action {
    background-color: #702FA0;
    padding : 15px;
    border-radius: 2px;
    font-size: 20px;
    color : #fff; 
    border: none;
    margin: 30px auto;
    display: block;
    text-align: center;
    width: 50%;
}

.call-to-action:hover {
    background-color: #4BACC6;
    color: #fff;
    text-decoration: none;    
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-b .fa-5x {
    top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color:#AD3E33;
    position: relative;
}


.content-section-b .fa-5x:hover { 
    color:#702FA0;   
}
.fa-caret-right {
    margin-right: 10px;
    color: #4BACC6;
}

.logo-services {
    background-color: #4BACC6;
    margin: 0 15%;
    box-shadow: 2px 0 2px -2px #254F5A, -2px 0 2px -2px #254F5A;
    border-radius: 2px;
}
.competance {
    margin-bottom:20px;
}

i.separator {
    float: right;
    line-height: 33px;
    color: #4BACC6;
    font-weight: 900;
}

.logo-services a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#freelance-img {
    box-shadow: 8px 0 8px -10px #AD3E33, -8px 0 8px -10px #AD3E33;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.services-heading {
    text-align: center
}

div.row>div.col-md-2>img {
    vertical-align: middle;
}

#map {
    width: 90%;
    height: 300px;
    float: right;
}

.form-control {
    width: 80%;
    margin: 10px;
}

.error {
    color: red;
    padding: 0px 12px;   
    width: 80%; 
}

.btn-submit {
    background-color: #702FA0;
    color: #fff;
    margin:0 35%; 
}
.btn-submit:hover {
    background-color: #4BACC6; 
    color: #fff;   
}


footer {
    padding: 50px 0;
    background-color: #4BACC6;
}

ul.list-inline>li>a , .footer-menu-divider {
    color: #fff;
}
ul.list-inline>li>a:hover {
    text-decoration: none;
}

p.copyright {
    margin: 0 0 15px 0;
    color :#AD3E33;
    font-size: 85%;
    text-align: right;
}

@media (min-width: 758px) {
    .call-to-action {
        width: 60%;
    }   
}
