/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;900&display=swap');

/* COLORS
NDM Red: #bd202f

FONTS:
font-family: 'Nunito Sans', sans-serif;
*/

/*
============
UNIVERSAL 
============
*/

html, body {
  font-family: 'Nunito Sans', sans-serif;
  overflow-x: hidden;
  }

a:hover, #contact .btn:hover, .btn-intro:hover,
 #contact-info a:hover .fa-phone, #contact-info a:hover .fa-envelope,
 footer a:hover, .modal .btn-close:hover, #thankyou .btn:hover, modal .btn-close:hover,
.fa-cloud-download-alt:hover {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#intro h2, #positions h2, #benefits h2, #header h2, #contact h2 {
	text-align: center;
	color: #000000;
	font-weight: 900;
	font-size: 2.5em;
	margin-top: 20px;
	text-transform: uppercase;
}

#intro p, #header p, #contact p {
	color: #3d3d3d;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 10px 25px 10px;
}

.anchor {
	position: absolute;
	margin-top: -35px;
}

.flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.icon-header {
	max-height: 75px;
	width: auto;
}

.txt-red {
	color: #bd202f;
}

.btn-primary:hover {
	background: #000 !important;
	text-decoration: none !important;
}


/*
============
IE REDIRECT 
============
*/

.navbar {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.navbar img {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 25px;
 }

.navbar {
  font-weight: 600;
  background: #11fff1;
  text-transform: uppercase;
  font-size: 1em;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.4);
  border-bottom: 3px solid #000;
  color: #000;
 }



/*
============
LOGO SECTION
============
*/

#logo-header {
	margin-top: 270px;
	padding: 25px 0;
}

#logo-header img {
	width: 300px;
	height: auto;
}


/*
============
header SECTION
============
*/

#header {
	background: url("../img/home-hero.png") center no-repeat;
	background-size: contain;
	background-color: #bd202f;
	padding-top: 75px;
	padding-bottom: 75px;
}

#header h2 {
	font-size: 2.5em;
	color: #fff;
	font-weight: 900;
}

#header img {
	width: 200px;
	height: auto;
	margin: auto;
}

#header p {
    color: #fff !important;
    font-size: 1.35em;
    margin-top: 15px !important;
  }

#header h4 {
	font-weight: 600;
	color: #fff;
}

.swiper

.swiper-pagination {
    position: relative !important;
	width: 10px;
	height: 10px;
	margin-top: 20px !important;
}

.swiper-pagination-bullet {
	margin: 5px;
	padding: 5px;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

/*
============
PRODUCTS SECTION
============
*/

#products {
	background: #000;
	padding: 75px 0;
	color: #fff;
}

#products h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 3em;
    font-weight: 900;

}

#products-callout img {
    width: 100px;
}

#products-callout a:hover {
	opacity: .2;
}

#products-callout h4 {
	color: #bd202f;
	font-weight: 900;
	font-size: 1.5em;
	padding-top: 25px;
}

#products-callout p {
	font-weight: 600;
	font-size: 1.25em;
}

/*
============
Benefits SECTION
============
*/

#benefits {
	font-weight:600;
	margin:auto;
	margin-top: 75px;
}

#benefits h4 {
	font-size: 1.5em;
}


#benefits ul {
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 35px;
	text-align: left;
	list-style-type: none;	
	font-size: 1.45em;

}

#benefits .check {
	max-height: 40px;
	max-width: auto;
}

#benefits .divider {
	max-width: 800px;
	height: 2px;
	background: #000;
	margin: 25px 0;
}

.benefits-section {
	max-width: 850px;
	margin: auto;
}

#benefits .benefits {
	width: 300px;
	height: auto;
}

.check {
    position: absolute;
	margin-top: 5px !important;
	margin-left: -45px;
	font-size: 1em;
}

.check-txt {
	line-height: 2em !important;
}

.top-workplace {
	margin: 25px 0;
	max-height: 120px;
	width: auto;

}


#insta-feed {
	margin: 0;
	padding: 0;
}



/*
============
POSITIONS SECTION
============
*/

#positions {
	background: #bd202f;
	color: #fff;
	padding: 50px 0;
	magin: auto;
}

#positions h2 {
	color: #fff !important;
}

.icon-download {
	max-height: 125px;
	width: auto; 
}

#positions h4 {
	margin-bottom: 25px;
	line-height: 1.5em;
}


/*
============
CONTACT SECTION 
============
*/

#contact {
    background: #fafafa;
    margin-top: -20px;
}

#contact h2{
	padding-top: 75px;
}

.covid-callout{
	border: 2px solid #bd202f;
	max-width: 1350px;
	margin: auto;
	margin-bottom: 55px;
}

.covid-callout h4 {
	color: #bd202f;
	font-weight: 900;
	padding-top: 35px;
}

.contact-info {
	text-align: left;
	max-width: 1350px;
	margin: auto;
}

.contact-info a {color: #000;}


.contact-info img {
	box-shadow: 0 10px 20px -4px rgba(0,0,0,0.8);
	margin-bottom: 75px;
}

.contact-info h4 {
	font-size: 1.25em;
	font-weight: 900;
	color: #bd202f;
	line-height: 1.25em;
}

/*
============
FOOTER SECTION
============
*/

footer {
	padding-top: 55px;
	background: #000;
	color: #fff;
	color: rgba(200,200,200,0.4);
}

footer a, footer img {
	width: 50px;
	height: auto;
	margin: auto;
	padding-bottom: 10px;
}

#social {
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 25px;
}

#social a {color: #fff;}

#social .rounded-circle {
	background: #bd202f;
	padding: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

#social .fa-facebook-f, #social .fa-instagram, #social .fa-linkedin {
	font-size: 1.25em;
	margin-top: 5px;
}

footer p {
	font-size: 0.9em !important;
	text-align: left;
}


footer p {
	font-size: 1.5em;
	padding: 5px 5px 0 5px;
}

footer h4 {	font-size: 2em;}

footer a {
		color: rgba(200,200,200,0.4);
}

footer a:hover, footer a:focus, footer a:active {
	color: #fff;
	opacity: 1;
}

/*
============
MEDIA QUERIES 
============
*/


@media (min-width: 767px){


	#logo-header {
		margin-top: 180px;
	}
	
    #benefits .benefits {
	margin-top: 25px;
	width: 375px;
	height: auto;
}

    #intro {  	margin-top: 150px !important;   }

	
}


@media (min-width: 992px){


	#benefits .benefits {
		margin-top: 25px;
		width: 450px;
		height: auto;
		margin-bottom: 25px;
	 }

}

@media (min-width: 1024px){

        #header h2 {font-size: 3.5em;}
               
        h2 { font-size: 2.5em; }

        #benefits h3 {
        	font-size: 2em;
        }

        .divider {
        	width: 1024px !important;
        	margin: auto !important;
        	margin-bottom: 25px !important;
        }


		#contact-info .text {
		font-size: 1.5em;
		}
	        
        #header h4 {font-size: 1.3em;}

}

@media (min-width: 1200px){        

		#about {padding: 35px 0;}

	   .about-content {
	   	margin: auto;
	   	margin-top: -25px;
	   }

		#about img {
			margin-top: 25px;
		}

		#about p {
			font-size: 1.25em;
		}

		#header p {
			padding: 0;
			font-size: 1.35em;
		}
        
        #header h4 {font-size: 1.6em;}

}
