/* START FOOTER */

* {
    margin: 0px;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

.footer, .push {
    height: 2em;
}

.footer > p {
    color: #fff;
    font-size: 0.7em;
    opacity: 0.9;
}
/* END FOOTER */

html { 
    min-height: 255px;
    min-width: 280px;
    background: url(img/RNE_131114_0223.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    background-color: #fcfcfc;
    width: 100%;
    height: 60px;
}

#header_shadow {
    background-color: #fff;
    opacity: 0.2;
    width: 100%;
    height: 2px;
}

h1 {
    position: absolute;
    top: 11px;
    left: 30px;
    color: #0d0d0d;
    font-family: raleway;
    font-weight: 200;
    font-size: 2em;
}

#bowtie {
    position: absolute;
    width: 29px;
    height: 19px;
    right: 30px;
    top: 22px;
}

p {
    font-family: raleway;
    font-weight: 400;
    text-align: center;
}

header > p {
    padding-top: 20px;
}

header > p > br {
    display: none;
}

@media screen and (max-width: 900px) {
    header > p {
        padding-left: 130px !important;
    }
}

@media screen and (max-width: 700px) {
    header > p {
        padding-top: 50px !important;
        padding-left: 0px !important;
    }
    
    header {
        height: 75px;
    }
}

@media screen and (max-width: 470px) {
    header > p {
        text-align: left !important;
        margin-left: 45px;
    }
    
    header > p > a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    header > p > br {
        display: inline !important;
    }
    
    header {
        height: 115px;
    }
    
    .wrapper {
        margin: 0 auto -3em !important;
    }

    .footer, .push {
        height: 3em !important;
    }
}

header > p > a {
    padding-left: 15px;
    padding-right: 15px;
}

#bowtie:hover {
    -webkit-animation: bowtie_ani 1.5s; /* Chrome, Safari, Opera */
    animation: bowtie_ani 1.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes bowtie_ani {
    0%   {width: 29px;}
    25%  {width: 32px;}
    50%  {width: 25px;}
    90%  {width: 29px;}
}

/* Standard syntax */
@keyframes bowtie_ani {
    0%   {width: 29px;}
    25%  {width: 32px;}
    50%  {width: 25px;}
    90%  {width: 29px;}
}

a:link, a:visited {
    color: #a2a2a2;
    text-decoration: none;
}

a:hover, a:active {
    color: #7b7b7b;
    text-decoration: none;
}