html,body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
    margin: 0;
    font-size: 95%;
    color: #4d4d4d;
    background-image: url("/i/grid_background.png");
    letter-spacing: 0.7px;
}

body.modal {
    overflow: hidden;
}

h1, h2 {
    letter-spacing: 0.05em;
}

h1 {
    font-family: Helvetica Neue, sans-serif;
    font-weight: 300;
}

h1.superheader {
    font-size: 250%;
    margin-top: 0;
    text-align:center;
}

h2 {
    font-family: Helvetica Neue, sans-serif;
    font-weight: 300;
}

.content {
    max-width: 1000px;
    margin: 0 auto -51px;
    overflow: hidden;
    background-image: url('/i/background-main.png');
    min-height: 100%;
}

.footer_push, .footer {
    height: 51px;
    line-height: 51px;
}

.footer {
    bottom: 0;
    margin: 0 auto;
    position: relative;
    background-color: #454545;
    width: 1000px;
    text-align: center;
    color: #D5D5D5;
    font-size: 80%;
}

.footer a {
    color: #e2e2e2;
    text-decoration: none;
    letter-spacing: 1.5px;
}

.footer a:hover {
    color: #e2e2e2;
    text-decoration: underline;
}

.frontimage {
    display: block;
    height: 550px;
}

.navbar {
    font-size: 120%;
    background-color: rgba(0, 16, 33, 0.7);
    color: white;
    letter-spacing: 0.08em;
}

.navbar td {
    padding: 0 1em;
}

.navbar a {
    color: #e2e2e2;
    text-decoration: none;
}

.navbar a:hover {
    color: white;
}

.nav-header {
    font-size: 200%;
    margin: 0.2em 0;
    display:block;
    color: white !important;
}

.frontimage h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 196%;
    position: absolute;
    top: 40%;
    left: 53%;
}

.button-tp {
    border: 2px solid white;
    padding: 0.4em 0.9em;
    cursor: pointer;
}

.button-tp:hover {
    background: green;
    color: white !important;
}

button {
    border: 2px solid white;
    background-color: transparent;
    height: 43px;
    color: white;
    font-size: 120%;
    padding: 0 1em;
    cursor: pointer;
}

button:hover {
    background-color: green;
}

.button {
    display: block;
    float: left;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    height: 43px;
    line-height: 43px;
    padding:0 1em;
    font-size: 120%;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    background-color: rgb(55, 98, 166);
}

.facebook_white {
    border: 0;
    background-color: transparent;
    background-image: url("/i/facebook_white.png");
    background-repeat:no-repeat;
    width:43px;
    height: 43px;
    padding: 0;
    text-indent: -999px;
    margin-right: 0.2em;
    overflow: hidden;
}

.facebook_white:hover {
    background-color: #0145e2;
}

.twitter_white {
    background-color: transparent;
    border: 0;
    background-image: url("/i/twitter_white.png");
    background-repeat:no-repeat;
    width:43px;
    height: 43px;
    padding: 0;
    text-indent: -999px;
    overflow: hidden;
}

.twitter_white:hover {
    background-color: #51affc;
}

.button.available_on_mas {
    width: 200px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    background-image: url('/i/available_on_mas.png');
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

.button.download {
    height: 60px;
    text-align: center;
    line-height: 55px;
    font-size: 153%;
    padding: 0 1.3em;
    background-color: rgb(55, 98, 166);
}

.clickable_image {
    float:left;
    margin-left: 1em;
    position:relative;
    overflow:hidden; 
}

.clickable_image_hover {
    display: table-cell; 
    width:320px;
    height:200px;
    vertical-align: middle;
    text-align:center;
    color: white;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    opacity: 0;
}

.clickable_image_hover:hover {
    opacity: 1;
}

.clickable_image_hover button {
    display:inline-block; 
    border: 1px solid white; 
    padding: 0.5em 1em;
}

.clickable_image_hover button:hover {
    background-color: transparent;
}

.why_container {
    text-align: center;
      padding: 0;
  margin: 0;
}

.why_container li {
    max-width: 30%;
    display: inline-block;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    margin: 0;
}

.why_container h1 {
    margin-top:0;
    margin-bottom: 0;
    color: rgb(228, 57, 41)
}

.why_container p {
    margin-top: 0.5em;
}

#gallery {
    margin-left:-2em;
    margin-top: 2em;
    margin-bottom: -2em;
    width:1000px;
    height: 600px;
}
