@import url("../font-awesome.min.css");
.text-danger {
    color: red;
    line-height: 15px;
    font-size: 1em;
    font-weight: 500;
}
body {
    
    font-size: 16px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
    margin: 0;
    color: #666;
}
/* Typography */

@media (max-width: 480px) {
    h1#title {
        font-family: 'Roboto Slab', serif;
        font-weight: 300;
        font-size: 3.2em;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        margin: 0 auto;
        padding-top: 60px;
        max-width: 300px;
        text-align: center;
        position: relative;
        top: 0px;
    }
}
@media (min-width: 978px) {
    h1#title {
        font-family: 'Roboto Slab', serif;
        font-weight: 300;
        font-size: 3.2em;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        margin: 0 auto;
        padding-top: 160px;
        max-width: 300px;
        text-align: center;
        position: relative;
        top: 0px;
    }
}
h1#title span span {
    font-weight: 400;
}
h2 {
    color: black;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.4em;
    line-height: 2.8em;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    color: #aeaeae;
}
p.small {
    font-size: 0.8em;
    margin: 20px 0 0;
}
/* Layout */

.container {
    margin-left: 20px;
    margin-right: 20px;
}
.top {
    margin: 0;
    padding: 0;
    width: 100%;
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );*/
    /* IE6-9 */
}
.login-box {
    background-color: white;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.login-box .box-header {
    background-color: #efb341;
    margin-top: 0;
    border-radius: 5px 5px 0 0;
}
.login-box label {
    font-weight: 700;
    font-size: .8em;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2em;
}
.login-box input {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: .9em;
    color: black;
}
.login-box input:focus {
    outline: none;
    border-color: #665851;
    transition: 0.5s;
}
.login-box .btn-default {
    border: 1px solid rgba(0, 0, 0, 0.6);
    margin-top: 0px;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.7em;
    letter-spacing: 1px;
    background-color: #665851;
    cursor: pointer;
    outline: none;
}
.login-box .btn-default:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.selected {
    color: #665851!important;
    transition: 0.5s;
}
/* Animation Delay */

#logo {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 2s;
}
.login-box {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
}
.header {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: default;
    display: inline-block;
    opacity: 1;
    position: relative;
    text-align: left;
    width: 100%;
}
.header h1 {
    border-radius:5px;
    display: inline-block;
    font-size: 2em;
    padding:10px;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
    color: whitesmoke;
}
.header p {
    font-size: 1.25em;
    font-weight: 900;
    margin: 0.75em 0 0.25em 0;
}
.header nav {
    margin: 1.5em 0 0 0;
}
.header nav li {
    -moz-animation: nav-icons 0.5s ease-in-out forwards;
    -webkit-animation: nav-icons 0.5s ease-in-out forwards;
    -o-animation: nav-icons 0.5s ease-in-out forwards;
    -ms-animation: nav-icons 0.5s ease-in-out forwards;
    animation: nav-icons 0.5s ease-in-out forwards;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    height: 5.35em;
    line-height: 5.885em;
    opacity: 1;
    position: relative;
    top: 0;
}
.header nav a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    border: 0;
    display: inline-block;
}
.header nav a:before {
    border-radius: 100%;
    border: solid 1px white;
    display: block;
    font-size: 1.75em;
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    text-align: center;
    top: 0;
    width: 2.5em;
}

.span-header{
    font-size: 2.35em;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
    color: whitesmoke;
}
.header nav a:hover {
    font-size: 1.75em;
}
.header nav a:hover:before {
    background-color: rgba(255, 255, 255, 0.175);
    color: white;
}
.header nav a:active {
    font-size: 1.75em;
}
.header nav a:active:before {
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
}
/* Footer */

#footer {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
    bottom: 0;
    cursor: default;
    height: 6em;
    left: 0;
    line-height: 8em;
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
}


.header h1 a {
    color:red;
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    text-align: center;
    top: 0;
    width: 2.5em;
}