﻿.SectionFullBgContent {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    letter-spacing: 1px;
}

.content-text {
    color: #FFF;
    position: relative;
    z-index: 9;
    padding-top: 80px;
}

.content-text h1 {
    font-weight: 800;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: 0px;
}

.content-text p {
    font-size: 1.3rem;
}

a.QuickLink span {
    display: inline-block;
    background-color: #eb6000;
    color: #fff;
    padding: 5px 15px;
    margin-top: -5px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .content-text h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .content-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .SectionFullBgContent {
        height: 560px;
    }

    .SectionFullBgContent .pull-right {
        float: none !important;
    }

    .content-text h1 {
        font-size: 1.5rem;
    }

    .content-text p {
        font-size: 1.125rem;
    }
}
