*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.brand-logo{
	padding-top: 2px !important;
	margin-left: 100px;
}
.brand-logo img{
	height: 80px;
}
#fixedNavbar{
	background: #ffffff;
	height: 85px;
}

#targetA a{
	color: #000;
	padding: 10px;
	font-size: 20px;
}
#targetA a:hover{
	background:transparent;
	color: #d50000;
	border-top: 2px solid #d50000;
}
.dropdown-content {
  top: 100% !important;
}
.dropdown-content li{
  color: #000;
}
ul.select-dropdown, ul.dropdown-content{
    width:20% !important;
}
.dropdown-content a{
    color: #000 !important;
    font-size: 15px !important;
    padding-bottom:0px !important; 
    padding-top:20px !important;
    padding-right:0px !important; 
    padding-left: 20px !important;
}
.dropdown-content a:hover{
    color: #d50000 !important;
    font-size: 15px !important;
    padding-bottom:0px !important; 
    padding-top:20px !important;
    padding-right:0px !important; 
    padding-left: 20px !important;
}
#mobile-links a{
	font-size: 25px !important;
}
#section2{
	background-color: #ffffff;
	min-height: 500px;
	width: 100%; 
}
#section2 img{
	margin-top: 50px !important;
}

#serviceImages img{
	height: 50px !important;
	width: 50px !important;
}
.parallax img{
	filter: blur(2px) brightness(50%);
}
#landingParallax{
	min-height: 100vh;
	
}

.parallax-container{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #fff;
 	display: flex;
	 flex-direction: column;
 	justify-content: center;
 	align-items: center;
 	min-height: 100vh;
	
}
.parallax-container h1{
	color: #d50000;
}
#parallaxBeginning{
	min-height: 550px;
}
#about-parallax{
	min-height: 200px !important;
}

#section3{
	background-color: #d50000;
	color: #fff;
	margin: 0px;
	min-height: 200px;

}
#section3 h4{
	text-align: left;
	padding-top: 80px;
	font-size: 30px;
}
#contactUsButton{
	margin-top: 70px;
}
#section4{
	background-color: #ffffff;
	min-height: 500px;
	width: 100%; 
}
.newsFont{
	font-size: 13px;
	color: #d50000;
}
.newsFont:hover{
	cursor: pointer;
}
#newsImages img{
	height: 130px;
	width: 200px;
}
#newsImages img:hover{
	border: 2px solid #d50000;
	cursor: pointer;
}
#quickLinks a{
	color: #000 !important;
}
#quicklinks a:hover{
	color: #d50000 !important;
	text-decoration: line-through !important;
}
.borderP{
	color: #000;
}

#parallaxPanelFont{
	font-size: 12px;
	border-top: 5px solid #d50000;
}
.contactUsFont{
	font-size: 13px !important;
	margin-top: 30px;
	line-height: 2.5em;
	font-family: "Poppins";
}
#ourTeam{
	background-color: #eae9e9;
	min-height: 500px;
	width: 100%; 
}
#nothingToDisplay{
	font-size: 25px;
}


#contactUsLeft{
	margin-left: 50px;
}
@media(max-width: 768px){

	#contactUsLeft{
		margin-left: 0px;
	}

}

#breadCrumb{
	background-color: #970f0f;	
	text-align: center;
}
#breadCrumb a{
	color: #fff;
	font-weight: Bold;
}
#breadCrumb a:hover{
	
	color: #dfcc25;
}
.slider img
{
  background-position: top !important;
  filter: blur(2px) brightness(50%);
}
#airFreight{
	height: 400px;
	width: 640px;
	background-image: url(../resources/airplane1.jpeg);
	background-position: center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 100px;
	position: relative;
}
#roadFreight{
	height: 400px;
	width: 640px;
	background-image: url(../resources/truckCarousel.png);
	background-position:  center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 100px;	
	position: relative;
}
#seaFreight{
	height: 400px;
	width: 640px;
	background-image: url(../resources/freight3.jpeg);
	background-position:  center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 100px;
	position: relative;	
}
#brokerage{
	height: 400px;
	width: 640px;
	background-image: url(../resources/handshake.jpeg);
	background-position:  center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 100px;	
	position: relative;
}
#warehouse{
	height: 400px;
	background-image: url(../resources/warehouse1.jpg);
	width: 640px;
	background-position:  center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 100px;	
	position: relative;
}
.tint{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
}
.text{
	color: white;
	font-weight: 100;
	font-size: 50px;
	display: block;
	line-height: 1.1em;
}
.buttonView{
	font-size: 20px;
	text-decoration: none;
	color: white;
	border: 1px solid white;
	padding: 10px 20px;
	transition: all .3s ease-in-out;
}
.buttonView:hover{
	background-color: white;
	color: black;
}
.card:hover{
	box-shadow: 10px 10px grey;
}
.card img{
	height: 258px;
}

.card-reveal h6{
	font-weight: bold;
	margin-top: 50px;
	font-size: 22px;
	color: #970f0f;
}
.card-reveal h5{
	font-weight: bold;
	margin-top: 3px;
	
}
.card-reveal p{
	text-align: justify-all;
	margin-top: 30px;
}

.newsContent{
	font-size: 12px;
}
.newsClick{
	cursor: pointer;
	background:transparent; 
	border: none; 
	width: 800px;
}
.newsClick button:active{
	background: transparent;
}
.newsClickResponsive{
	cursor: pointer;
	background:transparent; 
	border: none; 
}
#messageSent{
	color: #fff;
	width: 27%;
	padding: 8px;
	border-radius:5px;
	position: absolute;
	bottom: 25px;
	transform: rotate(90deg) scale(.5) translate(100px, 300px);
	opacity: 0;
	transition: all .4s ease-in-out;
}
#messageError{
	color: #fff;
	width: 27%;
	padding: 8px;
	border-radius:5px;
	position: absolute;
	bottom: 25px;
	transform: rotate(90deg) scale(.5) translate(100px, 300px);
	opacity: 0;
	transition: all .4s ease-in-out;
}
.active{
	opacity: 1 !important;
	transform: rotate(0deg) scale(1) translate(0px) !important;
	transition: all .4s ease-in-out;
}