html, body {
    height: 100%;
    margin: 0
}

html{
    scroll-behavior: smooth;
}

.paraFont{
    font-family: "Roboto Condensed", "Arial";
    font-size: 22px;
    line-height: 50px;
    margin-top:-4%;
    color: #929292;
    padding-top: 4%;
}

.amazingTitle > h5 , .amazingTitle > h4{
    font-family:'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    /*text-align: center;*/
}

.btnQuote {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    width: 100%;
    background: transparent;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    height: 141%;
    border: 2px solid white;
    -webkit-transition: background-color 0.4s , border 0.4s;
    -moz-transition: background-color 0.4s , border 0.4s;
    -ms-transition: background-color 0.4s , border 0.4s;
    -o-transition: background-color 0.4s , border 0.4s;
    transition: background-color 0.4s , border 0.4s;
}

.btnQuote:hover {
    text-decoration: none;
    color: black;
    background: white;
    border: 3px solid white;
}


.card-header{
    padding: 0;
}



.iconHover{
    position: relative;
    top: -74px;
    margin-bottom: -50px;
}

.whiteLetter{
    color:white !important
}
.greyLetter{
    color:#929292 !important
}

.borderTop{
    border-top: 4px #929292 solid;
    padding: 2%;
}

.borderTopWhite{
    border-top: 4px white solid;
    padding: 2%;
}
.borderBottom{
    border-bottom: 4px #929292 solid;
    padding: 2%;
}

.rounded-circle{
    animation: float 6s ease-in-out infinite;
}


@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


.mainSection{
    height: 800px;
    width: 100%;
}




.customNav{
    padding: 1.5rem 1rem;
}

.custom-fix{
    position: fixed !important;
    background: #929292;
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#headerF675 {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
}

.custom-nav-item{
    font-size: 20px;
    width: 135px    ;
    align-content: center;
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.custom-nav-item > a{
    color: white;

}






.custom-nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}


.custom-nav-item:hover::after {
    width: 100%;
//transition: width .3s;
}

.custom-navbar-brand{
    font-size: 30px;
    width: 23%;
    align-content: center;
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
    content: "L2SLATE";
    transition: font-size .2s;
    font-weight: bold;
 }

.custom-navbar-brand:hover{
    font-size: 22px;
    font-weight: bold;
    color:white
}
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
    position: relative;
}
.owl-carousel-fullwidth .item .fh5co-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    color: #fff;
    margin: 0;
    padding: 0;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.itemRowSlider {
    height: 900px;

}

.to-animate,
.to-animate-2,
.single-animate {
    opacity: 0;
}

.parallaxSection {
    /* The image used */
    padding: 5%;
    background-image: url("services.jpg");
    filter: brightness(95%);
    /* Full height */
    height: 954px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.card-title{
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    line-height: 1.5;

}

.card-text{
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    line-height: 1.5;

}

.parallaxSection2 {
    /* The image used */
    background-image: linear-gradient(to left,#8D8D8D,transparent), url("help.JPG");
    

    /* Full height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.addressContainer{
    padding: 5%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
        line-height: 1.5;
}
.addressContainer > div > a:hover{
    color: black;
    text-decoration: none;
}