@font-face {
    font-family: HelveticaNeueThin;
    src: url(../font/HelveticaNeue-Light.otf);
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(../font/HelveticaNeue-Thin.otf);
}

@font-face {
    font-family: SegoeUI;
    src: url(../font/seguisb.otf);
}

.fixed-container {
min-width:860px;
max-width: none;
margin: 0 auto;
}

body {
    font-family: HelveticaNeueLight;
    background: #FFFFFF;
    color: black;
}

h1,h2,h3,h4 {
    font-family: SegoeUI;
    line-height: 1.2;
}

h5, h6 {
    font-family: SegoeUI;
    line-height: 1.2;
}
p {
    font-family: SegoeUI;
    line-height: 1.2;
    word-wrap:break-word;
    letter-spacing:1px;
}

header {
    background:#FFFFFF;
	min-width: 860px;
}

header h1, header h3, header p  {
    color: black;
    line-height: initial;
}

header h5, header h4   {
    color: black;
    line-height: initial;
}

header h2  {
    color: black;
    line-height: initial;
    text-shadow: -1px 1px 1px #000;    
}

footer{
	font-family: HelveticaNeueThin;
	color: black;
	min-height: 35px;
}

.pirateShipBackground {

}

.marginBoth {
    margin: 35px 0;
}

.textCenter {
    text-align: center;
}

.ksButton {
    position: absolute;
    right: 340px;
    top: 20px;
    z-index: 10;
}

.textBox {
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 0;
}

.hackableIcon {
    position: absolute;
    right: 134px;
    bottom: -45px;
    z-index: 10;
}

.secondaryIcons {
    background: url('../img/stepBackground.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-align: center;
}

.wreathButton {
    position: bottom center;
	
}

#conditionalMarginBottom {
    margin-bottom: 50px;
}