@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;700;900&display=swap');

/*
Theme Name: NetcomPress - Marcus
Theme URI: https://www.netcom.agency
Author: Marco Zanzarelli - Netcom Web Agency
Author URI: https://www.netcom.agency
Description: Official Netcom Web Agency Theme Marcus
Requires at least: WordPress 4.9.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: np
Tags: one-column, two-columns, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* ! LAYOUT SYSTEM */

body,
html {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    /*background: #212529;*/
    background: black;
    color: white;
}

.text-xs {
    font-size: 0.70rem;
}

header nav {
    display: flex;
}

nav { 
    background: rgba(0,0,0,0.3);
}

#menu-contact li a {
    color: #FFFFFF;
    font-size: 0.85rem;
}

#main-menu>li a {
    color: #FFFFFF;
    text-transform: capitalize;
}

.navbar-toggler {
    color: white;
}

span.navbar-toggler-icon {
    color: white;
}
.btn > a {
    text-decoration: none;
    color: white;
}

.carousel-item {
    height: 100vh;
    min-height: 720px;
    letter-spacing: -1px;
    background: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}  


#sponsor {
    margin-top: 3rem;
    background: #333;
    color: #fff;
    font-size: 0.75rem;
    padding-top: 3rem;
}

footer a {
    color: #999;
}

/* PARALLAX */

.parallax-effect-container {
    height: 400px;
    overflow: hidden;
    display: block;
    background: black;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
}
.parallax-effect-content {
    position: absolute;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 0;
    padding: 16px;
    width: 100%;
    transform-style: flat;
    transform: translate3d(0,-50%,0);
}
.parallax-effect-image {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    opacity: .7;
}


/* ! MEDIA QUERIES */


/* ! USING MIN-WIDTH */


/* X-Small devices (portrait phones, less than 576px) */


/* No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
     
    .carousel-caption {
        left: 10%;
        right: 10%;
        top: 24%;
        text-align: left;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .carousel-item {
        background-position: center center scroll;
    }    
    
    .carousel-caption {
        left: 10%;
        right: 10%;
        top: 40%;
        text-align: left;
    }

    .slide-title {
        font-size:4em;
        line-height: 1em;
        font-weight:bold;
    }
    .slide-subtitle {
        font-size:2.5em;
        line-height: 1em;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}


/* ! USING MAX-WIDTH */


/* X-Small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    .carousel-item {
        background-position: 78.33325%;
    }  

    .carousel-caption {
        left: 10%;
        right: 10%;
        top: 40%;
        text-align: center;
    }

    .slide-title {
        font-size:3em;
        line-height: 1em;
        font-weight:bold;
    }
    .slide-subtitle {
        font-size:1.5em;
        line-height: 1em;
    }

    #sponsor img {
        width: 40%;
    }
}


/* Medium devices (tablets, less than 992px)  */

@media (max-width: 991.99px) {
    #menu-contact span {
        display: none;
    }
    #menu-contact i {
        padding: 1rem;
        font-size: 1.25rem;
    }
    .carousel-caption h1 {
        font-size: 2.5rem;
    }
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
}


/* Large devices (desktops, less than 1200px)  */

@media (max-width: 1199.99px) {}


/* X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1399.99px) {}


/* XX-Large devices (larger desktops) */


/* No media query since the xxl breakpoint has no upper bound on its width */