body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}
.Logo {
    color:#fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.4em;
    margin:auto;
    margin-left: 0.4em;
}
.navbar {
    background-color:#000;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header, .page-header {
    background-image: url('images/PlaneBackground.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.Contact-headercontainer {
    color: #3c91e0;
    background-color: #D6E9FE;
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto;
    margin-top: 30px;
    width: 95%;
}

.Contact-header {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
} 
.Contact {
    font-size:40px;
}

@media only screen and (max-width:768px) {
.Contact-headercontainer {
    color: #3c91e0;
    background-color: #D6E9FE;
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto;
    margin-top: 30px;
    width: 95%;
}

.Contact-header {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
} 
.Contact {
    font-size: 180%;
    font-weight: 475;
}
}
.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.description h1 {
	color: #ffffff;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
.col-md-4 {
width: 25%;
}
}
@media only screen and (min-width: 426px) and (max-width:1020px) {
.col-md-4 {
    width: 50%;
}
}
.features {
	margin: 2em auto;
	padding: 1em;
	position: relative;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.form-group{
    margin-bottom: 8px;
}

.page-footer {
    background-color: #000;
    color: #ccc;
    padding: 60px 0 30px;
}

@media only screen and (min-width: 320px) {
.forum {
    width: 50%;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
}
.display-4 {
    color:#3c91e0 ;

}
.banner {
    background: #D6E9FE;
}
.link {
    color: #000;
    text-decoration: none;  
}
.link:hover {
    color: #7a7979;
}
.link-footer {
    text-decoration: none;
    color: #CCCCCC;
}
.link-footer:hover {
    color: #7a7979;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    margin-top: 1em;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.card-body {
    margin-left: 20px;
    margin-right: 20px;
}
