@charset "UTF-8";

body {
    font-family:'Trade Gothic Next LT W01 Light';
    position: relative;
    font-size: 22px;
}

a {
    color: #b2132c;
}
.nav-menu a {
    color: #000;
}

a:hover,
a:focus {
    color: #b2132c;
}
h1, h2, h3, h4 {
    font-family:'Trade Gothic Next LT W01 Bold';
    font-family:'Trade Gothic Next LT W01 Rg';
    font-weight: normal;
}
b, strong {
    font-family:'Trade Gothic Next LT W01 Bold';
    font-weight: normal;
}
h1 {
    font-family:'Trade Gothic Next LT W01 Rg';
    font-size: 80px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 0;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    max-width: 800px;
    margin: auto;
}
h3:after {
    background-image: url('../img/horiimg.svg');
    background-size: 160px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 50px;
    content:"";
}
h4 {
    font-family:'Trade Gothic Next LT W01 Bold';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.team p {
    font-size: 16px;
    margin-bottom: 0;
}
.team .row > div {
    padding-bottom: 30px;
}
.team .card-body > .text {
    padding: 0.5em;
}
.team img {
    max-width: 100%;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}


#company {
    border-top: 40px #faf6fb solid;
}

#services {
    border-top: 40px #faf6fb solid;
}
#team {
    border-top: 40px #fff solid;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}
.red-box .card {
    background-color: #b2132c;
    color: #fff;
    padding: 20px;
}
.list .card {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.red-box .card-text {
    text-align: center;
    font-size: 24px;
    line-height: 125%;
}
.team .card-body {
    background-color: #b2132c;
    color: #fff;
}
.red-box .card-title {
    text-align: center;
}

.section {
    padding: 40px 0 0 0;
}


.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/
.navbar-toggler-icon .fa {
    font-size: 32px;
}
.menu-is-open .navbar-nav.ml-auto {
    margin-top: 20px;
}
.nav-menu {
    padding: 1.5rem 0;
    transition: all 0.3s ease;
    background: #FFF;
}
.navbar {
    padding: .5rem 0;
}

.nav-menu.is-scrolling {
    padding: 0;
}
.nav-menu .row {
    margin-bottom: 0;
}
.navbar-nav .nav-link {
    position: relative;
}
.navbar-brand .img-fluid {
    transition: all 0.5s ease;
    max-width: 400px;
    width: 400px;
    height: 67px;
}
.is-scrolling .navbar-brand .img-fluid {
    width: 200px;
    height: 33px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 1rem;
        font-size: 20px;
    }
    .navbar-nav>.nav-item>.nav-link.active {
        color: #b2132c;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HEADER
----------------------*/

header {
    padding: 10% 0 10% 0;
    text-align: center;
    color: #FFF;
    background-image: url("../img/header_img.png");
    background-size: cover;
}


.tagline {
    font-size: 32px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}


.row {
    margin-bottom: 30px;
    margin-bottom: 0px;
}

/* CARDS
----------------------*/


.card-text {
    font-size: 14px;
}
.card {
    height: 100%;
    border-radius: 0;
}
.card-body {
    padding: 0;
}
#company .card-body {
    padding: 30px;
}
#company .card-body p {
    font-size: 16px;
    margin-bottom: 0;
}
#company .card-title.center {
    text-align: center;
}
.card-body .text {
    padding: 1em;
}
.card-body .card-title img {
    max-width: 30%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.card-body .card-title img.img-fluid {
    max-width: 75%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.media-body {
    overflow: hidden;
}
.card.features {
    border: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.card li {
    margin-bottom: 15px;
}
/* LIST */
.fa-check:before {
    color: #b2132c;
}
.nav-link.active {
    color: #b2132c;
}
#services .fa {
    font-size: 16px;
}
#services .fa-li {
    margin-top: -5px;
}


.btn-danger {
    color: #fff;
    background-color: #b2132c;
    border-color: #b2132c;
    border-radius: 0;
    font-size: 24px;
    padding: 0.8rem 2rem;
    padding-top: 0.5rem;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}



/*  FOOTER
----------------------*/

footer {
    background: #b2132c;
    color: #FFF;
    margin-top: 90px;
}
footer p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 16px;
}


/* MEDIA QUERIES */
@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}
@media (max-width:992px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 60px;
    }
    .tagline {
        font-size: 24px;
        margin-top: 0px;
    }
    .red-box .card-text {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    h3 {
        font-size: 32px;
    }
    .team p {
        font-size: 15px;
    }
    .col-12 {
        margin-bottom: 30px;
    }
    .btn-danger {
        font-size: 24px;
        padding: 0.4rem 1rem;
    }
    header {
        padding: 20% 0 20% 0;
    }
    footer {
        margin-top: 0;
    }
}
@media (max-width:768px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 40px;
    }
    .tagline {
        font-size: 18px;
        margin-top: -10px;
    }
    .red-box .card-text {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    h3 {
        font-size: 24px;
    }
    .team p {
        font-size: 11px;
    }
    .nav-menu .container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-brand .img-fluid {
        transition: all 0.3s ease;
        max-width: 250px;
        width: 250px;
        height: 40px;
    }
    header {
        padding: 20% 0 20% 0;
    }
    .tagline {
        margin-top: 0px;
    }
    .btn-danger {
        font-size: 18px;
        padding: 0.4rem 1rem;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
    }
    .navbar-toggler-icon .fa {
        font-size: 24px;
        color: #000;
    }
    .navbar-toggler {
        padding-top: .75rem;
    }
    #services .fa-li {
        margin-top: -2px;
    }
    #services .fa {
        font-size: 12px;
    }
}
@media (max-width:500px) {
    .navbar-brand .img-fluid {
        transition: all 0.3s ease;
        max-width: 200px;
        width: 200px;
        height: 34px;
    }
    #team .col-6 {
        padding-right: 7px;
        padding-left: 7px;
    }
    #team .row {
        margin-right: -7px;
        margin-left: -7px;
    }
    .team .row > div {
        padding-bottom: 15px;
    }
    h1 {
        font-size: 20px;
    }
    .tagline {
        font-size: 14px;
    }
    header {
        padding: 35% 0 20% 0;
    }
    .card-body .card-title img.img-fluid {
        max-width: 100%;
    }
}