html, body {
    height: 100%;
}

body {
	padding: 0;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
	line-height: 1.42857143;
	color: #55626F;
	background-color: #fff;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a,a:visited,a:focus {
    color: deepskyblue;
    text-decoration: none!important;
}
a:hover {
    color: deepskyblue;
}

input,textarea {
    border-radius: 0!important;
    margin-bottom: 5px!important;
    padding: 2px 4px!important;
    background-color: transparent!important;
}
input {
    height: 25px!important;
}
textarea {
    resize: none;
}

p,h1,h2,h3,h4,h5 {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    color: inherit;
}

h1,h2,h3,h4,h5 {
    display: block;
    text-align:left;
}

h1{font-size:86px;font-weight: 800;margin: 10px 0 10px 0;letter-spacing:-5px;}
h2{font-size:40px;font-weight: 800;margin: 10px 0 10px 0;letter-spacing:-1px;}
h3{font-size:30px;;font-weight: 800}
h4{font-size:25px;}
h5{font-size:15px;}

h1.title {
    font-family: Pacifico;
    font-size: 50px;
    text-align: center;
    letter-spacing:0;
    text-shadow: 0 0 1px black;
}

.phone,.email,.phone:focus,.email:focus,.phone:hover,.email:hover {
    color: white!important;
    font-size: 16px;
    text-shadow: 0 0 1px black;
    line-height: 2em;
    text-decoration: none;
}

.keep-together {
    display: block;
    white-space: nowrap;
}

.keep-together>* {
    white-space: normal;
    vertical-align: top;
}

.address-block {
    display: inline-block;
}

.stick-to-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.33);
    margin: 0!important;
}

.text-left-border {
    border-left: 2px solid #E4EDF4;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: -21px;
}
.text-right-border {
    border-right: 2px solid #E4EDF4;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: -21px;
}

.vert-section {
    display: inline-block;
    height: 100%;
    border-left: 1px solid #3B4651;
}

.black {
    background-color: #15212C;
    color: white;
}

.grey {
    background-color: #789;
    color: white;
}

.light-grey {
    background-color: #B1BAC4;
    color: #55626F;
}

.white {
    background-color: white;
    color: #55626F;
}

.menu {
    position: absolute;
    z-index: 1000;
    background-color: rgba(11, 23, 35, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-button {
    display: inline-block;
    color: white;
    text-shadow: 0 0 1px black;
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    cursor: pointer;
    transition: color ease 200ms;
    vertical-align: top;
    z-index: 1000;
}

.menu-button:hover {
    color: crimson;
}

.menu-topleft {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateZ(0);-webkit-transform: translateZ(0);
}

.menu-topright {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    transform: translateZ(0);-webkit-transform: translateZ(0);
}

nav {
    color: #fff;
}

nav ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

nav ul:focus,nav ul:hover{
    color: #999;
}

nav ul>li>a {
    color: inherit;
    font-size: 20px;
    line-height: 30px;
    transition: color ease 300ms, font-size ease 300ms;
}

nav ul>li>a:focus,nav ul>li>a:hover {
    font-size: 30px;
    line-height: 30px;
    background-color: initial!important;
    color: white!important;
}

nav ul>li.active>a {
    color: red;
}

ul>li>ul>li {
    padding-left: 40px;
    font-size: .8em;
}

.page-navigation {
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    padding: 10px 15px;
    text-shadow: 0 0 1px black;
    color: white;
    font-size: 20px;
    z-index: 1000;
}

.page-navigation:hover {
    color: crimson;
}

page,subpage {
    position: relative;
    display: block;
    margin: 0;
    padding: 50px 20px;
    min-height: 100%;
    vertical-align: top;
    white-space: normal;
    overflow-y: auto;
    overflow-x: visible;
}

subpage {
    min-height: 50%;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-botttom: 0;
}

subpage:first-of-type {
    margin-top: 50px;
}

.touch-device page {
    min-height: 0;
    height: 100%;
}

.backdrop {
	background-repeat: no-repeat;
	background-size: cover;
    transition: background-image ease 1000ms;
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.backdrop-tophalf {
}

.backdrop-bottomhalf {
    background-size: 100%;
    background-position: bottom;
    box-shadow: none;
    padding-bottom: 100px;
}

.image-inset {
    display: block;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.defeat-horz-margin {
    margin-left: -15px;
    margin-right: -15px;
}

page .defeat-horz-margin, subpage .defeat-horz-margin {
    margin-left: -20px;
    margin-right: -20px;
}

page .defeat-horz-margin img, subpage .defeat-horz-margin img {
    width: 100%;
}

.collage {
    margin: 0;
    position: relative;
    overflow: visible;
}

.collage a {
    position: absolute;
    padding: 10px;
    background-color:rgb(255,255,255);

    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); 
    -moz-transform:rotate(-7deg);
    -webkit-transform:rotate(-7deg);
    -o-transform:rotate(-7deg);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

        /*** Fix for Webkit to resolve the flickering issue
       Suggested by erikhatfield ***/
        -webkit-transform-style: preserve-3d;

    -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
}

.collage a img {
    max-width: 100%;
    max-height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.collage a:hover { 
    z-index: 999;
    transform:rotate(0deg)!important;
    -ms-transform:rotate(0deg)!important; 
    -moz-transform:rotate(0deg)!important;
    -webkit-transform:rotate(0deg)!important;
    -o-transform:rotate(0deg)!important;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.collage a:hover > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}