/*Colors*/ /*Shadows*/ /*Breakpoints*/ /* New widest container for headers */ .container-widest { max-width: 1800px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container-widest .container-widest { width: 738px; } } @media (min-width: 992px) { .container-widest .container-widest { width: 962px; } } @media (min-width: 1200px) { .container-widest .container-widest { width: 1170px; } } @media (min-width: 1500px) { .container-widest .container-widest { width: 1470px; } } @media (min-width: 1800px) { .container-widest .container-widest { width: 1770px; } } /* Make Navbar transparent */ .nav:not(.scrolled) { background-color: transparent; position: absolute; } .support-background { background: url("../../img/headers/support.jpg") no-repeat; background-position: center; background-size: cover; } section { padding: 50px 0 50px; } section .section--heading-1 { padding-bottom: 50px; } section .section--paragraph--tittle { padding: 0; } section .row { padding: 20px 0 20px 0; } section .feature-row { padding: 60px 0 60px 0; } .img-responsive { padding-top: 10px; } @media (min-width: 991px) { .img-responsive { margin-bottom: 50px; } } @media (min-width: 1600px) { .img-responsive { /* margin-bottom: 0px; */ } } .separator { margin: 100px 0 50px 0; height: 40px; background: #f6f6f6; } /*# sourceMappingURL=support.css.map */