/* GENERAL */

@font-face {
    font-family: 'PalatinoLinotype';
    src: url('fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),  
    url('fonts/PalatinoLinotype-Roman.woff') format('woff'),
    url('fonts/PalatinoLinotype-Roman.ttf')  format('truetype'),
    url('fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PalatinoLinotype';
    src: url('fonts/PalatinoLinotype-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/PalatinoLinotype-Bold.woff') format('woff'),
    url('fonts/PalatinoLinotype-Bold.ttf')  format('truetype'),
    url('fonts/PalatinoLinotype-Bold.svg#PalatinoLinotype-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PalatinoLinotype';
    src: url('fonts/PalatinoLinotype-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/PalatinoLinotype-Italic.woff') format('woff'),
    url('fonts/PalatinoLinotype-Italic.ttf')  format('truetype'),
    url('fonts/PalatinoLinotype-Italic.svg#PalatinoLinotype-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PalatinoLinotype';
    src: url('fonts/PalatinoLinotype-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/PalatinoLinotype-BoldItalic.woff') format('woff'),
    url('fonts/PalatinoLinotype-BoldItalic.ttf')  format('truetype'),
    url('fonts/PalatinoLinotype-BoldItalic.svg#PalatinoLinotype-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

a, a:active, a:visited, a:hover, a:active {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "PalatinoLinotype",Serif,Arial,Verdana;
    font-size: 10px;
    height: 100%;
    width: 100%;
}

.padding {
    padding: 2em;
}

.padding-top {
    padding-top: 20em;
    padding-bottom: 20em;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor {
    cursor: default;
}

img {
    width: 100%;
}

hr {
    margin-left: 0px;
    border-style: solid;
    border-bottom: 1px;
    border-color: black;
    max-width: 15em;
    margin: 4em 0;
}

.top-thin {
    margin: 2em 0 4em 0;
}

.thin {
    margin: 2em 0;
}

/* CENTERING */

.center-vh {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.center-vh-child {
    display: table-cell;
    vertical-align: middle;
}

/* LANDINGPAGE SPECIFIC */

#landingpage-img {
    max-width: 50em;
}

.bg {
    position: fixed;
    background-image: url(background.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

#full-link {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* INFOPAGE SPECIFIC */

#infopage {
    max-width: 45em;
}

/* SUBSCRIBE SPECIFIC */
form #MERGE0 {
    width: 100%;
    border: none;
    border-bottom: double;
    border-width: 1px;
    outline: none;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}

form {

    text-align: center;
}
