@charset "utf-8";
/* CSS Document */
body { font-family: 'Jost', sans-serif; color: #02101d; font-size: 17px; text-align: justify; }
.container-fluid { float: left; width: 100%; }
.captaincontent { float: left; width: 100%; height: 100vh; display: flex; flex-direction: column; align-content: center; align-items: center; justify-content: center; padding: 0; }
.captaindescription h1 { font-size: 40px; font-family: 'Teko', sans-serif; letter-spacing: 1px; }
.captaindescription { float: left; width: 100%; text-align: center; }
.captaincontactbtn a { margin: 0 auto; font-size: 15px; color: #fff; text-transform: uppercase; letter-spacing: 1px; background: #000; padding: 12px 20px; font-weight: 600; border: 2px solid #000; transition: all .5s; }
.captaincontactbtn { padding: 15px 0 0 0; float: left; width: 100%; }
.captaincontactbtn a:hover { background: #fff; text-decoration: none; color: #000; }
.clogo img { max-width: 600px; }
.clogo { float: left; width: 100%; margin: 20px 0; }
@media only screen and (max-width: 767px) {
.captaincontent { height: auto; display: inherit; margin-bottom: 50px; }
.clogo img { max-width: 100%; }
}
