* {
    box-sizing: inherit;
}
html {
    height: 100px;
    box-sizing: border-box;
}
body {
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
}
html, body {
    margin: 0px;
    padding-bottom: 100px;
}
/* Home Page */
.home-container {
    width: auto;
    height: 824px;
    background: url("../img/para_banner.jpg");
    background-size: cover;
}
.home-text {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
    opacity: 0.6;
    width: 800px;
    border-radius: 25px;
}
.home-text img{
    max-width: 800px;
    object-fit: contain;
}
.learnMore {
    position: fixed;
    left: 50;
    right: 0;
    bottom: 50;
    font: bold 36px Helvetica;
    text-decoration: none;
    background-color: #2AB1DE;
    opacity: .7;
    color: white;
    padding: 3px 6px 3px 6px;
}
/*  Top Banner and nav */
.header h1 {
    color: white;
    width: auto;
    font-family: Helvetica;
    margin-bottom: 0;
}
.header {
    background-image: url("../img/header.png");
    background-size: fill;
    padding-left: 10px;
    padding-top: 130px;
    padding-bottom: 0;
    text-align: left;
    min-height: 230px;
    font-size: 28px;

}
.topnav {
    overflow: hidden;
    background-color: #e6f7ff;
}
.topnav a {
    float:left;
    display: block;
    color: #4d4c4c;
    text-align: center;
    padding: 14px 40px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif, serif;
}
.topnav a:hover {
    background-color: white;
    color: black;
    font-weight: bold;
}
.column {
    float: left;
    padding: 10px;
}
.column.main {
    width: 70%;
}
.column.side {
    width: 30%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col-50 {
    float: left;
    width: 50%;
    font-family: "Helvetica", "Arial";
    font-size: 16px;
}
.center {
    font-size: 36px;
    color: black;
    text-align: center;
    align-content: center;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 10px;

}
h1.center {
    padding: 0 25px 0 25px;
    border-bottom: 3px solid gray;
    color: gray;
}

.specs {
    font-family: "Helvetica", "Arial";
    border-collapse: collapse;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.specs td, .specs th {
    border: 1px solid #ddd;
    padding: 8px;
}
.specs tr:hover {
    background-color: #ddd;
}
.specs th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #2AB1DE;
    color: white;
}
#zenith {
    padding-right: 5px;
}
#maverick {
    padding-left: 5px;
}
.col-50, p {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin-bottom: 20px;

}
#order {
    align-self: center;
}
#order:link {
    margin-left: 35%;
    margin-right: 35%;
}
#order:link, #order:visited {
    background-color: #2AB1DE;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
}

#order:hover, #order:active {
    background-color: gray;
}

/* Intro Page */
.container {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Helvetica", "Arial"; 
}
.container h1 {
    font-family: "Helvetica", "Arial";
    font-size: 36px;
}
.container ul {
    background-color: #e6f7ff;
    margin-left: 10px;
    margin-right: 10px;
    
}
a.product {
    background-color: #2AB1DE;
    color: white;
    padding: 5px 8px;
    text-decoration: none;
    margin-left: 25%;
    font-size: 20px;
    font-family: "Helvetica";
    border-radius: 5px;
}
/* About */
#about {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/scenic_flight.jpg");
    background-color: #e6f7ff;
    text-align: center;
    margin:-90px 0 0 0;
    height: 800px;
    font-family:  "Helvetica", "Arial"; 
    color: white;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 6px;
}
#about h1{ font-size: 135px; }
#about h2{ 
    font-size: 85px; 
    margin-left: 250px;
}
#missionStatement {
    margin: 30px;
    background-color: #ffffff;
    opacity: 0.6;
    margin-top: 320px;
}
#missionStatement p {
    margin: 4%;
    color: black;
}
.documentation {
    margin-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
    font-family: "Helvetica", "Arial";
    font-size: 18px;
}
p.signature {
    text-align: right;
}


/* Footer  */
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2AB1DE;
    height: 100px;
    font-size: 96px;
    clear: both;
}
ul {
    list-style-type: none;
}
footer a:link { color: white; }
footer a:visited { color: white; }
footer a:hover { color: green; }
footer a:active {color: black;}

.contact {
    float: left;
    width: 25%;
    text-align: left;
    font-family: "Verdana", "Arial";
    font-size: 12px;
    color: white;
    padding-left: 10px;
    margin-top: 0;
}
.title {
    float: left;
    width: 50%;
    text-align: center;
    font-family: "Arial";
    font-size: 22px;
    color: white;
}
.footerNav {
    width: 25%;
    float: left;
    text-align: right;
    font-family: "Verdana", "Arial";
    text-decoration: none;
    font-size: 12px;
    color: white;
    padding-right: 10px;
}
