/*!
 * Start Bootstrap - Freelancer 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 {
    overflow-x: hidden;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #2c3e50;
}

body > .container{
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog.container{
    padding-top: 20px;
}

body.fixed-nav {
    padding-top: 70px;
}

.callout {
    background: #fff;
    color: #2c3e50;    
}

p{
    text-align: justify;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h3{
    font-size: 20px;
}

.img-centered {
    margin: 0 auto;
}



@media(max-width:768px) {
    body > .container{
        padding-top: 50px;
        padding-bottom: 100px;
    }

    body.fixed-nav {
        padding-top: 50px;
    }

    h2{
        font-size: 26px;
    }
}


/**Header**/
.header{
    background-color: #2c3e50;
    background-image: none;
    height: 250px;
    margin: 0;
    padding: 0;
}
.header .container{
    background: url(../images/wordcloud-7.png) no-repeat;
    background-size: cover;
    background-position: center; 
    height: 250px;

    
}

.header-text{    
    background-color: #95a5a6;
    padding: 25px 0;
    font-size: 25px;    
}
.header-text  > div > p{
    text-align: center;
}

/**Quote**/
.quote{
    padding: 30px 0;
    font-size: 1.3em;
}

.quote > div > p{
    text-align: right;
}

@media(max-width:768px) {
    .header-text, .header{
        font-size: 20px;        
    }
    .quote{
       font-size: 1.2em;
    }
}

@media(max-width:480px) {
    
    .header-text{
        font-size: 20px;
    }

    .quote{
       font-size: 1em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/*Menu dropdown*/

.navbar {
    font-weight: 700;
}

.navbar-default {
    background-image:none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #003366;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-default,
.navbar-inverse {
    background-color: white;
}
.navbar-brand, .navbar-default .navbar-brand {
    padding: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #003366;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #2980b9;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a , .navbar-default .navbar-nav>.open>a:hover{
    color: #2980b9;
    background-color: white;
    background-image:none;
    box-shadow:none;
}

.navbar-default .navbar-nav .dropdown-menu {
    border: 0px !important;    
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    color:#2c3e50;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px !important;
    background-image: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: white;
    color: #2980b9 !important;
    font-weight: 600 !important;
}

@media (max-width: 767px){
    .navbar .navbar-nav .open .dropdown-menu>.active>a, 
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, 
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-image: none;
    }
}


/**LOGO IMG Settings**/

.navbar-brand img{
    padding: 15px 0 0 10px;
    height:40px;
    width: auto;
}

@media(min-width:1027px) {
    .navbar-brand img{
        padding: 13px 0 0 0;
        height:50px;
        width: auto;
    }
}
.navbar-brand img{
    
    height:40px;
    width: auto;
}

@media(min-width:992px) {
    .navbar-brand img{
        padding: 10px 0 0 0;
        height:40px;
        width: auto;
    }
}



/**Section collors**/

.green {
    color: #fff;
    background: #18bc9c;
}

.green a,
.green a:hover,
.green a:focus,
.green a:active,
.green a.active {
    outline: 0;
    color: #2c3e50;
}

.dark-blue {
    color: #fff;
    background: #34495e;
}

.gray {
    color: #fff;
    background: #95a5a6;
}

hr.star {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 4px;
    text-align: center;
    border-color: #2c3e50;
}


/**star colors**/
.dark-blue > div.container > div > div > hr.star {
    border-color: #fff;
}

.dark-blue > div.container > div > div > hr.star:after {
    color: #fff;
    background-color: #34495e;
}

.green > div.container > div > div > hr.star {
    border-color: #fff;
}

.green > div.container > div > div > hr.star:after {
    color: #fff;
    background-color: #18bc9c;
}


.gray > div.container > div > div > hr.star {
    border-color: #fff;
}

.gray > div.container > div > div > hr.star:after {
    color: #fff;
    background-color: #95a5a6;
}

#topics  a{
    color: #ecf0f1;
    text-decoration: underline;
}
#topics  a:hover{
    color: #3498db;
    text-decoration: underline;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.footer {
    font-size: 18px;
    height: 80px;
    background-color: #233140;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 1.8%;
    bottom: 1.8%;
    width: 40px;
    height: 40px;
}

.scroll-top .btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 22px;
}

.scroll-top .btn:focus {
    outline: 0;
}


/**News**/
.news{
    padding: 30px 0;
}

.news a{
   color: #fff;
}