.slider h3,
.slider h5,
.clients h3 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.slider .indicators {
    z-index: 100;
    margin-bottom: 30px;
}

.slider {
    height: auto !important;
}

#main-cover{
    height: 260px;
    margin-top: -20px;
}

#main-cover h1{
    font-size: 2.5rem !important;
    margin-top: 70px;
    margin-bottom: -15px;
}

#main-cover h2{
    font-size: 1.25rem !important;
}

.cover{
    height: 160px;
    margin-top: -20px;
}

.parallax-container{
    height: 20%;
}

.parallax img{
    filter: grayscale(1);
    opacity: 0.5 !important;
}

.clients img{
    max-width: 150px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
}

section, footer{
    padding: 20px 0;
}

nav .brand-logo{
    color: #5F8CB4;
}

nav .brand-logo img{
    width: 250px;
    margin-top: 20px;
}

nav a{
    color: #25509c;
}

nav ul a{
    padding: 0 10px;
    font-weight: bold;
}

nav ul a{
    color: #ffffff;
}

.blog, .sidebar{
    margin-top: 30px;
}

.blog .post-title{
    font-weight: 700;
    font-size: 35px;
    line-height: 110%;
}



.blog-content{
    font-size: 1.2rem;
    padding-top: 30px;
    font-family: Georgia,"Times New Roman",Times,Merriweather,Cambria,Times,serif;
    line-height: 1.5;
}

.blog-content h3{
    font-size: 2rem;
    font-weight: 700;
}

.blog-content h4{
    font-size: 1.6rem;
    font-weight: 700;
}

.blog-content ul:not(.browser-default){
    padding-left: 35px;
    list-style-type: disc;
}

.blog-content ul li{
    list-style-type: disc;
}

.thumbnail-cover{
    display: block;
    background-size: cover;
    background-position: center center;
}

.thumbnail-title{
    height: 130px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.thumbnail-title .card-title{
    font-size: 20px;
    font-weight: 500;
}

.thumbnail-box-60{
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.widget .card-title{
    font-weight: 700 !important;
}

.collection .collection-item.avatar:not(.circle-clipper)>.box{
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.widget-post-title{
    margin-left: 15px;
}

.widget-post-title a{
    color: #1b1b1b;
}

.footer-right{
    padding-top: .5rem!important;
}

.footer-nav{
    display: flex;
}

.footer-nav .nav-item{
    display: block;
    padding: .5rem 1rem;
}

.footer-nav a{
    color: #fff;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    z-index: 100;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    z-index: 100;
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.topic{
    margin-top: 20px;
}

.topic a{
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    line-height: 2.5;
}

@media only screen and (min-width: 993px){
    .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 992px){
    nav .brand-logo{
        font-size:  20px !important;
    }
    .container{
        /*width: 100% !important;*/
    }

}

@media only screen and (max-width: 765px){
    .row .col{
        padding: 0px !important;
    }
}

@media (min-width: 765px) {
    .only-mobile {
        display: none;
    }
}

#contact{
    margin-bottom: -20px;
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

input[type="radio"],  input[type="checkbox"] {
    opacity: inherit !important;
    position: static !important;
}

input[type=text]{
    margin: 0px !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked{
    pointer-events: auto;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked{
    pointer-events: auto;
}

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    display: none;
}

label{
    font-size: 16px !important;
    color: #666666 !important;
}

@media only screen and (min-width: 601px){
    .navbar-fixed {
        height: 80px;
    }

    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 80px;
    line-height: 80px;
}

}


@media (max-width: 765px) {
    .hidden-mobile {
        display: none;
    }

    nav .brand-logo img{
        width: 100%;
        margin-top: 10px;
    }
}


.text-white{
    color: white !important;
}

.width40{
    width: 40px !important;
}