@import url(fonts.css);

body {
    font-family: Roboto, serif;
}

header {
    font-family: RobotoBold, serif;
}

nav.navbar {
    margin-bottom: 0 !important;
}

content {
    padding-top: 20px;
    min-height: calc(100vh - 550px);
    display: block;
}

footer {
    font-family: RobotoSlabBold, serif;
    color: #bcbdc1;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

input[type="text"].linestyle,
input[type="email"].linestyle,
input[type="textarea"].linestyle {
    border: 0 !important;
    outline: 0 !important;
    background: transparent;
    border-bottom: 1px solid #bcbdc1 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
}

footer ul a {
    font-family: RobotoSlabBold, serif;
    font-size: 10pt;
    color: #bcbdc1;
}

footer ul a:hover {
    text-decoration: underline;
    color: #bcbdc1 !important;
}

.dark {
    background-color: #4e4d52 !important;
}

footer .container {
    margin-top: 30px;
}

.dropdown-menu {
    font-family: RobotoMedium, serif;
}

.navbar-brand {
    padding: 23px 15px;
}

#register {
    padding: 6px 12px;
    margin-top: 19px;
    margin-bottom: 19px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#register:hover {
    background-color: #449d44;
    border-color: #398439;
}

#logout {
    opacity: 0.8;
    padding: 25px 12px;
}

#logout:hover {
    opacity: 1;
}

#logout > img {
    max-width: 100%;
    height: 20px;
}

.icon-l {
    margin-left: 5px;
}

.icon-r {
    margin-right: 5px;
}

.navigation-footer-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.navigation-footer li {
    margin-bottom: 5px
}

.navigation-footer li a {
    font-family: Roboto, serif;
    font-size: 14px;
}