@charset "UTF-8";

/*primary colors- #000000 or black  #8B0000, rgb(139,0,0) or darkred   #ffffff
*/

/*<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 300 to 900*/

body{
    background-color: black;
}

.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.flex-nowrap {
flex-wrap: nowrap; /* Default value */
flex-wrap: wrap;
flex-wrap: wrap-reverse;

/* Global values */
flex-wrap: inherit;
flex-wrap: initial;
flex-wrap: revert;
flex-wrap: revert-layer;
flex-wrap: unset;

}

/*nav*/
.bg-dark {
    background-color: rgba(0,0,0,.65) !important;
	
}

.shipment-track{
	padding-right: 20px;
	
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #6B0E10 !important;
	outline: none;
  box-shadow: none;

}  										/*hamburger menu*/
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: darkred;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  outline: none;
  outline-color: transparent;
  
}

/*BELOW IS where to put no color for IPone shadow on navigation dropdown*/
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
 outline: none;
outline-color: transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	outline: none;
	outline-color: transparent;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}


.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.dropdown-menu{
    background-color: rgba(0,0,0,.90);
    text-align: center;
    
}

.dropdown-item{
    color:white;
}


.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
	
}

.dropdown-item:hover, .dropdown-item:focus {			/* Dropdown hover colors*/
  color:#fff;
  text-decoration: none;
  background-color: darkred;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: darkred;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='6' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


nav.navbar.navbar-expand-lg.navbar-dark.bg-dark{
    background-color: rgba(0,0,0,0.65);
   }

.bg-dark{
	background-color: transparent;
}





.fontheavy {
	font-family:"Avenir Black", "Avenir Next Heavy"
	
	}
.fontitalics {
	font-family:"Avenir Black", "Avenir Next Heavy";
	font-style: italic;
	font-size: medium;
	
	}

.fontheavywhite {
	font-family:"Avenir Black", "Avenir Next Heavy";
	color: white;
	}

.blacktext2{
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	font-size: large;
}

.greytextsmall{
	color: gray;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	font-size: small;
	font-style: italic;
}

.backgroundred {
    background-color: darkred;
}
.backgroundBlack {
    color: #FFFFFF;
    background-color: #000000;
}
.paddingtop {
    padding-top: 20px;
}
.padding {
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.paddingsides {
 
	padding-left: 25px;
	padding-right: 25px;
}
/*text and h1 size*/

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: white;
  text-decoration: underline;
}


h1, .h1 {
	font-family: "Red Hat Display", sans-serif;
  	font-size: 2.5rem;
	font-weight: bold;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
	font-family: "Red Hat Display", sans-serif;
  font-size: 1.75rem;
	color: #000000;
	font-weight: 900;
}

h4, .h4 {
	font-family: "Red Hat Display", sans-serif;
    font-size: 1.50rem;
	color: #FFFFFF;
	font-weight: 800;
}


h5, .h5 {
	font-family: "Red Hat Display", sans-serif;
  font-size: 1.5rem;
	color: darkred;
	font-weight: 500;
}


.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 100;
  line-height: 1.;
}
.redtext {
  font-size: 1.rem;
    color: darkred;
	
}
.whitetext {
  font-size: 1.rem;
    color:white;
}
.text-center {
  text-align: center !important;
	
/*	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"*/
}


/*btn info*/

.btn-primary {
  color: #fff;
  background-color: #ba1111 ;
  border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
  background-color:  darkred ;
  border-color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color:  #ba1111 ;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-info {
  color: #fff;
  background-color:  darkred;
  border-color: #000000;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-info:hover {
  color: #fff;
  background-color:  darkred;
  border-color: #000000;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color:  darkred;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
/*button info end*/

hr{
  border-color: darkred;
  border-width: 3px;
  
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff  ;
  background-clip: border-box;
  border: 3px solid rgba(0, 0, 0, 0.125);
	border-color: rgb(139,0,0);
  border-radius: 0.25rem;
}


.card a:hover{
    color:darkred;
}


.cardblue {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0058a6  ;
  background-clip: border-box;
  border: 3px solid rgba(0, 0, 0, 0.125);
	border-color: #fff;
  border-radius: 0.25rem;
	color: aliceblue;
}


.paddingleft{
	padding-left: 70px;
}

.carousel-item{
	position: relative !important;
}
.red-overlay{
	position: absolute;
	
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(79,0,1,0.73);
	
}

.white-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(225,225,225,0.68);
	
}

.carousel-caption{
    position:static;
    padding: 7%;
    padding-top:10px;
    
    align-content: center;
}

.carousel-inner{
    height:100%;
	max-height: 1050px;
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #030303;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



body,html {overflow-x: hidden;
	}


.rolledBackground{
	background-image: url("bam-transportation/square-tealtruck.jpg");
}

.rolledBackground2{
	background-image: url("bam-transportation/red-front.jpg");
}

.imageBackground{
    background-image: url("bam-transportation/red-truck-mobile.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.header{
   width: 100%;
    height: 100%;
   
    top: 0; left: 0;
    z-index: 1;
}

.icon-bar{
	align-content: center;
}





/*************parallax*************/
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
	
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.footArea a{
	color:darkred;
}


.linktext-dark{
	color: darkred;
	font-weight: 700;
	
}

.linktext-light{
	color:white;
	font-weight: 700;
}


.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}





.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
    color:#ffffff;
    background-color: #8B0000;
}


.truckbackground2 {
	background-image: url("bam-transportation/red-transport-1.png");
	background-repeat: no-repeat;
	background-size: cover;
 position: relative;
    
}

.angled-section{
    position: relative;
    background-color:black;
    padding:20px;
}

.angled-section::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-image: url("bam-transportation/red-transport.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(3deg);
    
}

.angled-section1{
    position: relative;
    background-color: black;
    padding:20px;
}

.angled-section1::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(139,0,0,0.65);
    background-image: url("bam-transportation/trucks-rbw.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(3deg);
    
}

.imageBackground1{
    background-image: url("bam-transportation/red-truck-mobile.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}



.whiteBackground{
    background-color: #ffffff;
}

.workSection{
    padding:5%;
    
}


.agentBio{
    color:white;
    font-weight: 500;
}

.bio{
    background-color: white;
    color:darkred;
}




@media screen and (max-width: 991px) {
    
    .d-flex.w-80.order-0.arrows{
        background-color:rgba(0,0,0,.90);
        text-align: center;
}
    
}


@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}
