body {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

@media screen and (max-width: 400px) { body { font-size: 0.5em; } }
@media screen and (min-width: 401px) { body { font-size: 0.55em; } }
@media screen and (min-width: 600px) { body { font-size: 0.7em; } }
@media screen and (min-width: 800px) { body { font-size: 0.9em; } }
@media screen and (min-width: 1600px) { body { font-size: 1em; } }


h1 {
    font-size: 5em;
    margin: 0;
}

h1.int {
    font-size: 8em;
    line-height: 0.8em;
    text-decoration: none;
    color: black;
}

h2 {
    font-size: 2em;
    margin: 0;
}

.page-border {
    position: relative;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.content-container {
    z-index: 5;
    width: 100%;
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}


.top-background {
    background: green;
    width: 100%;
    height: 30%;
    text-align: center;
    background: url(/imgs/girl.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
}

.headers {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 0 2em rgba(255, 255, 255, 1)
}

.pushdown {
    margin-bottom: 4em;
}

.bg-image {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/imgs/bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.other-background {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 30%;
    width: 100%;
    background: green;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background: rgba(0, 0, 0, 0.5);
}

a.punch {
    z-index: 5;
    background: #4162a8;
    border-top: 1px solid #38538c;
    border-right: 1px solid #1f2d4d;
    border-bottom: 1px solid #151e33;
    border-left: 1px solid #1f2d4d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    color: #fff;
    font: 2em;
    line-height: 1;
    padding: 10px 3em 12px 3em;
    text-align: center;
    text-shadow: 0px -1px 1px #1e2d4d;
    text-decoration: none;
    width: 150px;
    -webkit-background-clip: padding-box;
}
a.punch:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    cursor: pointer;
}
a.punch:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 58px;
}

.footer {
    font-size: 1em;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.footer-content {
    z-index: 2;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: black;
}

.footer-content div {
    margin-bottom: 1em;
}

.footer-content div.est {
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.half {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}

a {
    text-decoration: none;
}
