@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
/*basic*/

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.row-10 {
	padding-bottom: 10px;
}
.row-20 {
	padding-bottom: 20px;
}
.row-30 {
	padding-bottom: 30px;
}
h1 {
	font-size: 48px;
	font-family: Haunted-font;
}
.light-text {
	color: #9B9B9B;
}
/*navigation*/
.nav-menu {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-color: #242020;
	position: fixed;
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	z-index: 1;
}
.nav-menu li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
.nav-menu li img {
	vertical-align: middle;
}
.nav-menu li a {
	text-decoration: none;
	color: white;
}
.nav-menu li a:hover {
	color: #9a9dd0;
}
.page-active {
	outline: 1px solid white;
	padding: 5px 10px 5px 10px;
}
/*banner*/
.main-banner {
	background-image: url("../img/banner-image.png");
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1000px;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	margin-top: 450px;
	margin-left: 50px;
}
.banner-h1 {
	color: white;
	font-size: 72px;
	font-family: Haunted-font;
}

@font-face {
  font-family: Haunted-font;
  src: url("../fonts/TradeWinds-Regular.ttf");
}
.white-text {
	color: white;
}
.cba-button {
	margin-top: 30px;
	background-color: #242020;
	color: white;
	padding: 10px 20px;
	border: none;
}
.cba-button a:hover{
	color: #9a9dd0;
}

/*Text content*/
.left-sided-content {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	width: 60%
}
.right-sided-picture {
	width: 30%;
	float: right;
}
.right-sided-picture img {
	width: 70%;
}

.right-sided-content {
	float: right;
	width: 60%
}
.left-sided-picture {
	margin-left: 50px;
	margin-right: 50px;
	width: 30%;
	float: left;
}
.left-sided-picture img {
	width: 70%;
}

/*Form*/
.form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #242020;
	width: 50%;
	border-radius: 10px;
	background-image: url("../img/../img/ship.png");
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.form-input {
	width: 60%;
	height: 30px;
	background-color: #EDEDED;
	border-radius: 5px;border: 1px solid #9a9dd0;
}

/*footer*/
#footer {
	background-color: #242020;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
}
#footer ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
#footer li img {
	vertical-align: middle;
}
#social-media {
	float: right;
	margin-right: 50px;
}
.footer-ul-left {
	float: left;
	margin-left: 50px;
}
