/* CSS Document 
    Developed by Gilberto Cortez for Interactive Utopia*/
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins');
@import url('/css/offers.css');
@import url('/css/animation.css');
@import url('/css/view/footer.css');
@import url('/css/view/home.css');
@import url('/css/view/contact_us.css');


/*
Color Scheme:

#1ed2f4
#f4f5f6
#eafc40
rgb(37, 69, 88, 0.8) or #254558
rgb(43, 43, 58, 0.8) or #2b2b3a
*/
:root {
    --lightBlue: #1ed2f4;
    --lightBlue-SemiTransparent: rgb(30, 210, 244, 0.9);
    --semiWhite: #f4f5f6;
    --yellowish: #eafc40;
    --yellowish-SemiTransparent: rgb(234, 252, 64, 0.8);
    --greenBlue: #254558;
    --greenBlue-SemiTransparent: rgb(37, 69, 88, 0.9);
    --darkGreenBlue: #2b2b3a;
    --darkGreenBlue-SemiTransparent: rgb(43, 43, 58, 0.9);
}

/* Main Body Styling */
html,
body {
    height: 100%;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #631100;
    background-color: var(--semiWhite);
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    padding: 0;
}

.bg-grey {
    background-color: var(--lightBlue);
}

.bg-white {
    background-color: #FFF;
}

.container-fluid {
    padding: 2vw 50px;
}

.container_list a, .container a, .container-fluid a {
    color: #2b2b3a;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2rem !important;
    text-align: center;
    margin: 2rem !important;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.8rem !important;
    line-height: 4rem !important;
}

h3 {
    font-size: 1.5rem !important;
    text-align: center;
}

h4 {
    margin: 2rem !important;
    text-align: center;
}

h1,
h2,
h3,
h4 {
    color: #333;
}

.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4 {
    color: var(--darkGreenBlue);
}

.btn-default {
    background-color: var(--semiWhite) !important;
}

.btn-default:hover {
    background-color: var(--yellowish) !important;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

.clear {
    clear: both;
}

/* Add a color to all icons and set the font-size */
.logo-small {
    color: var(--lightBlue);
    font-size: 50px;
}

.icon-medium {
    color: var(--lightBlue);
    font-size: 50px;
}

.logo {
    color: var(--yellowish);
    font-size: 200px;
    padding: 30px 0 0 0;
}

Navbar .navbar_container {
    background-color: var(--lightBlue);
}

.navbar {
    margin-bottom: 0;
    background-color: var(--lightBlue) !important;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    min-height: 12vh;
}

#myNavbar {
    padding-right: 5rem;
}

.navbar .dropdown-menu {
    background-color: var(--lightBlue);
    padding: 8px;
}

.dropdown-menu {
    min-width: 30rem;
}

.navbar .dropdown-item {
    font-size: 12px !important;
}

.navbar li {
    padding-left: 1rem;
}

.navbar li a {
    color: var(--darkGreenBlue) !important;
}

.navbar .navbar-brand {
    color: var(--darkGreenBlue) !important;
    padding: 2rem 3rem 2rem 5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar .navbar-brand:hover {
    color: var(--semiWhite) !important;
    background-color: var(--darkGreenBlue);
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: var(--semiWhite) !important;
    text-decoration: overline;
}

.navbar-nav li .dropdown-menu a:hover {
    color: var(--yellowish) !important;
    background-color: var(--lightBlue);
    text-decoration: none !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.nav.navbar-nav.navbar-right li a:hover {
    background-color: var(--darkGreenBlue) !important;
}

.nav.navbar-nav.navbar-right li div.dropdown-menu a.dropdown-item:hover {
    background-color: var(--lightBlue) !important;
}

.dropdown-toggle:hover {
    background-color: var(--darkGreenBlue) !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;

}

.container_list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/* Headers */
.headerImgContainer {
    height: 80vh;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    max-width: 100vw;
}

.headerText h1,
.headerText h2 {
    color: var(--semiWhite);
}

.headerText h3 {
    color: var(--yellowish);
}

.headerText {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--semiWhite);
    background-color: var(--darkGreenBlue-SemiTransparent);
    border-radius: 1rem;
    padding: 2rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

div.headerTextHome.headerText {}

.webDevelopmentHeader {
    background-image: url("../images/headers/web_development_header.jpg");
}

.webDevelopmentImageInTxt {
    float: right;
    width: 40%;
    margin: 2rem 0 0 3rem;
}

.hispanicMarketingHeader {
    background-image: url("../images/headers/hispanic-marketing.jpg");
}

.copywritingHeader {
    background-image: url("../images/headers/copywriting-services.jpg");
}

.eCommerceHeader {
    background-image: url("../images/headers/eCommerce.jpg");
}

.webDesignHeader {
    background-image: url("../images/headers/web_design_header.jpg");
}

.wdoCloudHeader {
    background-image: url("../images/headers/wdoCloud.jpg");
}

.seoHeader {
    background-image: url("../images/headers/searchEngineOptimization.jpg");
}

.website999Header {
    background-image: url("../images/headers/999websites.jpg");
}

.website99MonthHeader {
    background-image: url("../images/headers/99monthwebsites.jpg");
}

.socialMediaManagementHeader {
    background-image: url("../images/headers/socialMediaManagement.jpg");
}

.inner-page-container p {
    line-height: 3rem;
}

.inner-page-container {
    margin-top: 2rem;
}



/* Header Animation */
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


/* For Cell Phones */
@media screen and (max-width: 500px) {

    .mobile_auto_height {
        height: auto !important;
    }

    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .home .container-fluid {
        padding: 10px 10px;
    }

    .inner-page-container {
        padding: 5px 0 0;
    }

    #particles-js h2 {
        font-size: 2em;
        margin: 1.5rem auto 0;
    }

    .headerImgContainer {
        max-height: 55vw;
        height: 55vw;
        max-width: 100vw;
        text-align: center;
        overflow: hidden;
        background-size: cover;
    }

    .img-fluid {
        padding: 50px 0 0;
    }

    .headerText {
        border-radius: 2rem;
        padding: .25rem .5rem;
        top: 19%;
        width: 90%;
    }

    div.headerTextHome.headerText {
        left: 50%;
    }

    .headerText h1 {
        font-size: 2.25rem;
    }

    .headerText h3 {
        display: none;
    }

    .webDevelopmentImageInTxt {
        width: 90%;
        float: none;
        clear: both;
        margin: 0;
    }

    .navbar-brand {
        font-size: 1.15rem !important;
        padding: 0 0 0 0 !important;
    }


}

/* For Wide Cell Phones and Tablets*/
@media screen and (min-width:500px) and (max-width:760px) {
    #particles-js h2 {
        font-size: 3em;
    }

    #particles-js {
        max-height: 350px;
    }

}

/* For Small Screens */
@media screen and (min-width:1024px) and (max-width:1900px) {
    .inner-page-container {
        padding: 0px 60px;
    }

    /* For Large Screens */
    @media screen and (min-width:1900px) {
        #particles-js {
            max-height: 550px;
        }

        #particles-js h2 {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        h2 {
            font-size: 4em;
        }

        h4 {
            font-size: 3em;
        }

        p {
            font-size: 1.25em;
        }
    }

    @media (min-width: 768px) and (max-width: 1368px) {
        .collapse {
            display: none !important;
        }
     }