html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Helvetic, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', Helvetic, sans-serif;
    padding-left: 5px;
}

h2 sup {
    font-size: 1.6rem;
    font-weight: 800;
    color: red;
}

.display-4 {
    font-weight: 800;
}

.display-5 {
    font-weight: 800;
}

.display-6 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
}

.color-economic {
    color: #b578ed;
}

.economic-aid p {
    text-align: right;
    color: #ff55e0;
}

.economic-petralex p {
    text-align: left;
    color: #0072e2;
}

.bg-brand {
    background-color: #5eb5ef !important;
}

.bg-brand h1 {
    color: #ffffff;
}

.cover {
    border-radius: 1em;
}

.header {
    padding: 1rem;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.bg-brand .btn {
    box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.1);
}

.bg-brand .form-control {

    box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.1);
}

.bg-brand .form-control:focus {
    box-shadow: inset 0px 4px 0px 0 rgba(0, 0, 0, 0.1);
}

.navbar-secondary {
    background: rgba(255, 255, 255, 0.1);
}

.jumbotron {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

/*
 HERO
 */

#hero {
    position: relative;
    background: -webkit-linear-gradient(-45deg, #fd81b5 0%, #281483 50%, #36a2eb 100%);
    background: linear-gradient(-45deg, #f64f59 0%, #c471ed 40%, #12c2e9 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
}


#hero .btn-lg,
.jumbotron .btn-lg {
    font-weight: 600;
    font-size: 1.125rem;
    box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.1);
}

#hero .btn-primary,
.bg-brand .btn-primary {
    background-color: #0973bb;
    border-color: #0973bb;
}

#hero .btn-secondary,
.bg-brand .btn-secondary {
    background: #ffffff;
    border-color: #ffffff;
    color: #0973bb !important;
}

#hero .btn-primary:hover,
#hero .btn-secondary:hover,
.bg-brand .btn-secondary:hover {
    background-color: #36a2eb;
    border-color: #36a2eb;
    color: #ffffff !important;
}

#hero .lead,
.jumbotron .lead {
    line-height: 1.8;
}

#hero .social-icon,
.jumbotron .social-icon {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.1);
    margin-right: 0.2rem;
}

#hero .social-icon:hover {
    background-color: #0973bb;
}

/**
#hero .app-market,
.jumbotron .app-market {
    font-size: 68px;
    margin-right: 20px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 4px rgba(0, 0, 0, 0.1);
}

#hero .app-market:hover {
    color: #0973bb;
}
**/

.app-market {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.app-market img:hover {
    height: 75px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
    #hero {
         min-height: 800px;
    }

    #hero .container {
        background: url(/images/girl4.png) no-repeat bottom right; background-size: 55%;
    }
}


@media (min-width: 1200px) {
    #hero {
        height: 100vh;
        min-height: 850px;
    }

    #hero .container {
        background: url(/images/girl4.png) no-repeat bottom right; background-size: 55%;
    }
}


/* HEADER: Menu, NavBar */
header {
    -webkit-transition: all .35s;
}

header .navbar-primary {
    -webkit-transition: all .35s;
}


.navbar-primary {
    font-size: 1.125rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar .small {
    font-size: 0.875rem;
}

.navbar-collapse {
    min-height: 5em;
}

.navbar .nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
}

.navbar .nav-pills .show > .nav-link {
    background: transparent;
}

.dropdown-menu {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #666666;
    font-size: 0.9rem;
}

.dropdown-item:hover {
    color: #0973bb;
}

.navbar-collapse.show {
    background-color: #0973bb;
    padding-left: 20px;
}

/* Shrink */
.header-shrink {
    background-color: #1bb0ef;
}

.header-shrink .navbar-primary {
    padding-top: 0;
    padding-bottom: 0;
}


/* FOOTER */
footer a {
    color: #707070;
}

footer a:hover {
    color: #36a2eb;
    text-decoration: none;
}

footer ul.list-unstyled li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}

footer a.social-icon {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    background: #b0b0b0;
    text-align: center;
    border-radius: 5px;
    width: 30px;
    line-height: 30px;
}

footer a.social-icon:hover {
    background: #36a2eb;
}

.features hr {
    margin: 2rem 0;
}

/* FEATURES */
.bg-gradient {
    background: linear-gradient(135deg, #f64f59 0%, #c471ed 40%, #12c2e9 100%);
}


/* Features */
#features .card {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 32px 6px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 32px 6px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 32px 6px rgba(0,0,0,0.29);
}

#features .card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 10px 10px 0 0;
    border-bottom: 0
}

#features .bg-gradient-danger {
    background: linear-gradient(135deg, #f64f59 0%, #7a3cdf 100%);

}


#features  .bg-gradient-success {
    background: linear-gradient(135deg, #476af5 0%, #12c2e9 100%);

}

/* COURSE */
#course .carousel-item {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

#course .slide1 {
    background-image: url("/images/slide_1_bg.jpg");
}


#course .slide2 {
    background-image: url("/images/slide_2_bg.jpg")
}


#course .slide3 {
    background-image: url("/images/slide_3_bg.jpg")
}


#course .slide4 {
    background-image: url("/images/slide_4_bg.jpg")
}


/* BLOG */

.sidebar-module {

}

#blog .nav-link a {
    color: #707070;
}

#blog .nav-link a:hover {
    color: #36a2eb;
}

#blog .nav-link.active {
    background: none;
    border-radius: 0;
    font-weight: 600;
    color: #333333;
    border-bottom: #36a2eb 3px solid;
}

h4.card-title {
    line-height: 1.3;
    font-weight: 600;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #36a2eb;
    font-size: 2rem;
}

#testimonials .lead {
    height: 150px;
    font-weight: 400;
    padding-left: 30px;
}

#testimonials .lead:before {
    content: "\f10e";
    margin-left: -30px;
    font-family: FontAwesome;
    margin-right: 8px;
    color: #b0b0b0;
}

.blog-post-share {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-width: 5px !important;
}

.blog-post-share .share-icon {
    border-radius: 100%;
    border: #707070 1px solid;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.blog-post-share .social-icon {
    padding: 10px;
}

.sidebar-module .nav-link.active {
    background: #f8f9fa;
    color: #707070;
}

/**
ARTICLE
 */

h1 {

}

article {
    line-height: 1.6;
}

article p {
    margin-bottom: 1.5rem;
    text-indent: 2rem;
}

article h2 {
    margin-bottom: 1.5rem;
}

article h3 {
    margin-bottom: 1rem;
}

article li {
    margin-bottom: 1rem;
}

article img {
    max-width: 90%;
}

/*
HELP
 */

#help .card {
    margin-bottom: 1rem;
}

#help h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    position: relative;
    color: #707070;
}

#help .card-header:hover h4 {
    color: #36a2eb;
}

#help .card-header {
    border: none;
    background: none;
    cursor: pointer;
}

#help .card-header h4:after {
    content: "\f067";
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    color: #999999;
}

#help .card-header[aria-expanded="true"] h4:after {
    content: "\f068";
    font-family: FontAwesome;
    color: #999999;
}

/**
 MARKETING
 */
.marketing-products {
    background-image: url("/images/bg_products_1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.marketing-products:before {
    content: "";
    background: linear-gradient(-45deg, #f64f59 0%, #c471ed 40%, #12c2e9 100%);
    opacity: 0.8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.marketing-products .container {
    position: relative;
}

.marketing-products .app-icon {
    width: 30%;
    border-radius: 0.5rem;
    display: inline-block;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.1);
}

.marketing-products .app-icon img {
    border-radius: .5rem;
}


/* COVER */
#cover {
    margin-bottom: 80px;
    color: #ffffff;
}

#cover footer {
    position: absolute;
    background: none;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
}

#cover a {
    color: #ffffff;
}

#cover .dropdown-menu a {
    color: #707070;
}

#cover .border {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

#cover a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* Petralex Radio App Brand Color */
#cover.radio {
    background: #A01EFD;
}

#cover.radio header {
    background: #A01EFD;
}

#cover.radio .dropdown-menu a:hover {
    color: #A01EFD;
}

#cover.radio .social-icon:hover {
    color: #A01EFD;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Petralex Music App Brand Color */
#cover.music {
    background: #E5263F;
}

#cover.music header {
    background: #E5263F;
}

#cover.music .dropdown-menu a:hover {
    color: #E5263F;
}

#cover.music .social-icon:hover {
    color: #E5263F;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Petralex Video App Brand Color */
#cover.video {
    background: #1DC9DA;
}

#cover.video header {
    background: #1DC9DA;
}

#cover.video .dropdown-menu a:hover {
    color: #1DC9DA;
}

#cover.video .social-icon:hover {
    color: #1DC9DA;
    background-color: rgba(255, 255, 255, 0.5);
}

#cover.video {
    background: #1DC9DA;
}

/* Brand */
#cover.brand {
    background: #5eb5ef;
}

#cover.brand header {
    background: none;
}

#cover.brand .dropdown-menu a:hover {
    color: #1bb0ef;
}

/* Blue */
#cover.blue {
    background: #0073AA;
}

#cover.blue header {
    background: none;
}

#cover.blue .dropdown-menu a:hover {
    color: #0073AA;
}

#cover.blue .social-icon:hover {
    color: #0073AA;
    background-color: rgba(255, 255, 255, 0.5);
}


.device-promo-bg
{
    background: url('/images/testing/_app.png') no-repeat;
    position: absolute;
    top: -50px;
    left: -25%;
    width: 859px;
    height: 859px;
    opacity: 1;
}

.logo-title {

}

@media (max-width: 540px) {

    .display-2 {
        font-size: 3rem;
    }

    .display-3 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .display-5 {
        font-size: 1.25rem;
    }

    .jumbotron .lead {
        line-height: 1.4;
    }

    .navbar img {
        max-width: 13rem;
    }

}

.mb-6, .my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.navbar-brand {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 800;
    white-space: normal;
    max-width: 16rem;
}