h2,h3{font-family: "Sanchez", sans-serif}
body,h1{font-family: "Noto", sans-serif}
body, html {height: 100%}
p {line-height: 2}
a {text-decoration: none;}

.bgImg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/freight.png");
	//background-image: url("../images/freight.png");
	min-height: 80%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bgImgC1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Lufthansa-Cargo-1024px.jpg");
	width: 100%;
    background-position: center;
    background-size: cover;
}
.bgImgC2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/EBF4A059-FC10-4049-8F69-2373F1560E46.jpg");
	width: 100%;
    background-position: center;
    background-size: cover;
}
.bgImgC3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/89065897.jpg");
	width: 100%;
    background-position: center;
    background-size: cover;
}