@charset "utf-8";
/* CSS Document */

/*  Author:    TOBIAS ERIC GARBE
    Copyright: (c) 2016 Tobias Eric Garbe. All rights reserved.
    Webfont: Roboto / Roboto Condensed
*/

/*
#### RESET ---------->
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*
#### PAGE ---------->
*/

/*
### General element styles
*/

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
}

body {
    background:#F2F2F2;
    color:#666666;
    font-family:'Roboto', sans-serif;
    font-size:100%;
    font-weight:400;
}

a {
    color: #E91E63;
    text-decoration: none;
}

a:hover {
    color: #AD1457;
}

:focus {
    outline: 0;
}

b, strong {
    font-weight: 700;
}

img {
    height: auto;
    max-width: 100%;
}

h1 {
    background: #E91E63;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.45rem;
    font-weight: 400;
    line-height: 100%;
    padding: 30px;
    position: relative;
}

h1 a {
    color: #FFFFFF;
}

h1 a:hover {
    color: #FFFFFF;
}

h1 .peak {
    bottom: 0;
    left: 60px;
    position: absolute;
}

h2 {
    color: #E91E63;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    padding: 30px;
}

p {
    padding: 30px;
}

ul {
    padding: 0 30px 30px 50px;
}

/*
#### Layout
*/

div#header {
    position: relative;
}

div#header img {
    width: 100%;
}

div#header h2 {
    background: #ffffff;
    bottom: 30px;
    color: #212121;
    font-size: 3.45rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    left: 30px;
    opacity: 0.75;
    padding: 10px;
    position: absolute;
}

div#header h3 {
    background: #ffffff;
    bottom: 30px;
    color: #212121;
    font-size: 3.45rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    right: 30px;
    opacity: 0.75;
    padding: 10px;
    position: absolute;
}

.textbox {
    background: #FFFFFF;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .2);
    line-height: 135%;
    margin: 40px auto;
    position: relative;
    width: 50%;
}

.wrapper {
    padding: 0 30px 30px 30px;
}

div#footer {
    background: #757575;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 145%;
    margin: 60px 0 0 0;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

div#footer a {
    color: #FFFFFF;
}

/*
## Google Maps
*/

form#routeForm {
    margin: 10px 0 0 0;
}

form#routeForm input#routeStart {
    border: 1px solid #e0e0e0;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 2px 0;
    padding: 4px;
    width: 350px;
}

form#routeForm input[type="submit"] {
    background: #E91E63;
    border: 1px solid #E91E63;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 2px 0;
    padding: 4px 15px;
    text-transform: uppercase;
}

div#directionsPanel {
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 1200px) {

    .textbox {
        width: 60%;
    }

}

@media only screen and (max-width: 1024px) {

    p, li {
        line-height: 135%;
    }

    .textbox {
        width: 80%;
    }

}

@media only screen and (max-width: 768px) {

    p, li {
        line-height: 145%;
    }

    .textbox {
        width: 90%;
    }

}

@media only screen and (max-width: 680px) {

    p, li {
        line-height: 145%;
    }

    h1 {
        font-size: 2.15rem;
    }

    div#header h2 {
        font-size: 2rem;
    }

    div#header h3 {
        font-size: 2rem;
    }

    .textbox {
        width: 90%;
    }

}

@media only screen and (max-width: 425px) {

    h1 {
        font-size: 1.4rem;
        padding: 20px;
    }

    h2 {
        padding: 20px;
    }

    p {
        padding: 20px;
    }

    ul {
        padding: 0 20px 20px 40px;
    }

    div#header h2 {
        bottom: 20px;
        font-size: 1.2rem;
        left: 20px;
    }

    div#header h3 {
        bottom: 20px;
        font-size: 1.2rem;
        right: 20px;
    }

    .textbox {
        width: 96%;
    }

    .wrapper {
        padding: 0 20px 20px 20px;
    }

    form#routeForm input#routeStart {
        padding: 2%;
        width: 96%;
    }

}