@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
	color: #fff;
	cursor: default;
	background: #c9e8f0;
}

.container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 4%;
}

a {
	color: #30384f;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #4b0731;
	text-decoration: none;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a[href^=tel] {
	background: none;
	padding: 0;
	text-decoration: none;
}
a img {
	border: 0;
}

img {
	max-width:100%;
	max-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1%;
	line-height: 1.1;
	font-weight: 400;
}
h1, h2 {
	font-size: 150%;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4%;
}
p {
	margin-top: 0;
	line-height: 1.25;
}
strong {
	font-weight: 400;
}
hr {
	border: none;
	border-bottom: 1px solid #30384f;
}
.p p {
	margin: 0;
	line-height: 0;
}
.ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}

/* HEADER */
#header {
	background: rgb(201,232,240);
	background: linear-gradient(180deg, rgba(201,232,240,1) 0%, rgba(254,206,84,1) 100%);
	color: #30384f;
	margin-bottom: -1px;
}
#header .logo a {
	margin: 6% 0 10%;
	display: inline-block;
	width: 400px;
	padding-top: 130px;
	background: url(../images/BACCS.svg) no-repeat left top / 100%;
	text-indent: -99999px;
}
#header .container {
	background: url(../images/airfield.svg) no-repeat center bottom / 1800px;
	padding-bottom: 300px;
}
#header .wrapper{
	background: url(../images/tarmac.svg) repeat-x center bottom / 98px;
	padding-bottom: 15px;
}

/* CONTENT */
.baccs-bhx ul {
	margin: 70px 0;
}
.baccs-bhx ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-top: 180px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	margin: 0 1% 1.8%;
}
.baccs-bhx li.gc {
	background-image: url(../images/General_Freight.svg);
}
.baccs-bhx li.hf {
	background-image: url(../images/Hazardous_Freight.svg);
}
.baccs-bhx li.tsf {
	background-image: url(../images/Time_Sensitive_Freight.svg);
}
.baccs-bhx li.cf {
	background-image: url(../images/Charter_Flights.svg);
}
.baccs-bhx li.pe {
	background-image: url(../images/Personal_Effects.svg);
}


/* CONTACT */
#content {
	padding-top: 10%;
	background: #4b0731;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#content .container {
	max-width: 1500px;
}
#content #additional-services {
	font-size: 85%;
	font-weight: 300;
	margin-bottom: 15%;
}
#content #additional-services em {
	font-style: italic;
}
#content #additional-services ul {
	list-style: none;
	padding: 0;
	margin: 5% 0 0;
}
#content #additional-services ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 110px;
	margin: 0 1vw 2vw;
	background: #ffc738;
	color: #30384f;
	font-size: 85%;
	font-weight: 500;
	padding: 2% 20px 10px;
	letter-spacing: 0.5px;
	line-height: 1.1;
	border-radius: 10px;
}

#content .contact-info {
	background: url(../images/contact.svg) no-repeat center top / 1200px;
	color: #30384f;
	width: 1200px;
	height: 490px;
	margin: 0 auto;
}
#content .contact-info div.blog-item {
	display: inline-block;
	vertical-align: top;
}

#content div.blog-item:nth-child(1) {
	width: 600px;
	margin-right: 125px;
}
#content #contact {
	text-align: left;
	padding: 25px 0 0 10px;
	box-sizing: border-box;
}
#content #contact h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 140%;
}
#content #contact h3 {
	font-size: 90%;
	font-weight: 500;
	margin-bottom: 15px;
}
#content #contact h4 {
	font-weight: 600;
	font-size: 100%;
}
#content #contact h5 {
	margin-top: 80px;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 80%;
	display: inline-block;
}
#content #contact h6 {
	font-weight: 600;
	font-size: 100%;
	background: #30384f;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
}
#content #contact h6 a {
	color: #fff;
}
#content #email {
	width: 100px;
}
#content #email h2 {
	margin: 35px 0 70px;
	background: #30384f;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 100%;
	width: 210%;
	border-radius: 5px;
}
#content #email strong {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 180%;
	line-height: 0.8;
}
#content #email em {
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
}


/* FOOTER */
#footer {
	clear: both;
	background: #4b0731;
	padding-top: 11%;
	font-size: 63%;
	padding-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer .address {
	margin-bottom: 70px;
}
#footer .address h1 {
	font-size: 115%;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
}

#footer .cr {
	font-size: 75%;
}
#footer .cm a {
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 50%;
	display: inline-block;
}
#footer .cm a:hover {
	color: #a0a0a0;
}

#footerend {
	background: #4b0731;
}


/* OVERRIDES */



/* RESPONSIVE ELEMENTS */
@media (max-width:1300px) {
	#content .contact-info {
		width: 93vw;
		height: 37vw;
		background-size: 92vw;
		font-size: 2.2vw;
	}
	#content div.blog-item:nth-child(1) {
  		width: 56vw;
  		margin-right: 0;
	}
	#content #contact h2,
	#content #contact h3 {
		margin-bottom: 1vw;
	}
	#content #contact h5 {
		margin-top: 6vw;
		margin-bottom: 2.1vw;
	}
	#content #email {
		width: 8vw;
	}
	#content #email h2 {
		width: 16vw;
		margin-bottom: 5vw;
	}
}

@media (max-width:1250px) {
	.baccs-bhx ul li {
		width: 17%;
	}
}

@media (max-width:900px) {
	body {
		font-size: 160%;
	}
	h1 {
		font-size: 140%;	
	}
	.baccs-bhx ul li {
		width: 200px;
	}
	#content #additional-services ul li {
		font-size: 95%;
	}
	#content #contact h2,
	#content #contact h3 {
		margin-bottom: 0.5vw;
	}
	#content #contact h4 {
		font-size: 120%;
	}
	#content #contact h5 {
		margin-top: 5vw;
	}
	#content #contact h6 {
		font-size: 110%;
		padding: 10px 15px;
	}
	#content #email h2 {
		width: 15vw;
		margin-bottom: 4vw;
	}
}

@media (max-width:800px) {
  #content div.blog-item:nth-child(1) {
  		width: 55vw;
  		margin-right: 0;
  }
}	

@media (max-width:750px) {
	#header .container {
		background-size: 1000px;
		padding-bottom: 30vw;
	}
	#content #contact h2 {
		margin-top: 2vw;
	}
	#content #contact h5 {
		margin-top: 5vw;
	}
	#content #email h2 {
		margin-top: 5vw;
	}
}

@media (max-width:660px) {
	#header .logo a {
		width: 65vw;
		padding-top: 21vw;
		margin-bottom: 12vw;
	}
	#content #additional-services ul li {
		height: auto;
		padding: 5% 25px;
		width: 80vw;
		box-sizing: border-box;
		margin-bottom: 3%;
	}
	#content #additional-services em {
		font-size: 90%;
	}
	#content .contact-info div.blog-item {
		display: block;
	}
	#content div.blog-item:nth-child(1) {
		width: 100%;
	}
	#content .contact-info {
		background: url(../images/contact_m.svg) no-repeat center top / 100%;
		width: 92vw;
		height: 156vw;
		font-size: 5vw;
	}
	#content #contact {
		padding-top: 22vw;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	#content #contact h2 {
		font-size: 156%;
		width: 350px;
	}
	#content #contact h2, 
	#content #contact h3 {
		margin-bottom: 3vw;
	}
	#content #contact h3 {
		font-size: 95%;
	}
	#content #contact h5 {
		margin-top: 7vw;
		margin-bottom: 3.5vw;
		width: 100%;
		font-size: 80%;
	}
	#content #contact h5 br {
		display: none;
	}
	#content #contact h6 {
		padding: 5px 15px;
		font-size: 5.3vw;
	}
	#content #email {
		width: 100%;
		margin-top: 10vw;
	}
	#content #email h2 {
		margin-top: 0;
		width: 74vw;
	}
	#content #email strong {
		text-align: center;
		font-size: 120%;
	}
	
}

@media (max-width:460px) {
	#content #contact h2 {
		width: 260px;
	}
	#content #contact h6 {
		padding: 5px 7px;
	}
}

@media (max-width:470px) {
	.baccs-bhx ul {
		margin: 11vw 0;
	}
	.baccs-bhx ul li {
		width: 42vw;
		padding-top: 38vw;
	}
}

@media (max-width:360px) {
	#content #contact h2 {
		width: 200px;
	}
}
