html, body {
    height: 100%;
}

body {
  background-image: url('img/captains-bg2.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

img {
	margin: 0 auto;
	width:  270px;
	height: auto;
	display: block;
	margin-bottom: 60px;
}

#img-content {
	width: 270px;
	margin: 0 auto;
	margin-top: 50px;
}

@font-face {
	font-family: 'CfDaphne';
	src: url('fonts/cf daphne/CF Daphne Rg 2.ttf')  format('truetype');
}

a {
	text-decoration: none;
}

#job-inquiries {
	position: fixed;
	color: #66665b !important;
	font-family: 'CfDaphne';
	top: 133px;
  	left: 185px;
	font-size: 17px;
	font-weight: 600;
}

#post-it-button {
	padding: 12px 20px;
	color: #fff!important;
	text-decoration: none!important;
	line-height: 20px;
	font-family: 'CfDaphne';
	margin-bottom: 20px;
	display: inline-block;
	position: fixed;
	top: 60px;
	left: 140px;
	height: 200px;
	width: 200px;
}

#menu-button {
	padding: 12px 20px;
	font-weight: 700;
	background: rgb(252, 179, 30);
	color: #fff!important;
	font-size: 16px;
	text-decoration: none!important;
	line-height: 20px;
	font-family: 'CfDaphne';
	margin-bottom: 20px;
	display: inline-block;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 35px;
    margin-top: 40px;
}

.social-media-2 {
	margin-bottom: 10px;
}

.social-media > container {
	width: 20%;
}