﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed,sans-serif;
    min-height: 100vh;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html > body main {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
body > main {
    margin: 0 auto;
    padding: 10px 0;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}


button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;    
    background-color: #f3f3f3;
}

.btn.red {
    background-color: #ec3324;
    border: 1px solid #ec3324;
    color: #fff;
}

ol, ul {
    list-style: none
}

body > header {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.08);
    height: 65px;
    width: 100%
}

body > header > div {
    height: 100%
}

@media screen and (min-width: 1109px) {
    body > header > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        width: 80%
    }
}

body > header > div > div {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%
}

@media screen and (max-width: 1109px) {
    body > header > div > div {
        margin: 0 auto;
        justify-content: space-between;
        width: 90%
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > div {
        justify-content: flex-start
    }
}

body > header > div > div a {
    margin-right: 3rem
}

body > header > div > div > div {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%
}

    body > header > div > div > div > a:last-child {
        margin-right: 0
    }

body > header > div > div > label {
    cursor: pointer
}

@media screen and (min-width: 1109px) {
    body > header > div > div > label {
        display: none
    }
}

body > header > div > div > label > span {
    display: block;
    height: 100%
}

body > header > div > div > label .menu-icon {
    background-image: url(../img/burger.svg);
    height: 21px;
    width: 28px
}

@media screen and (max-width: 1109px) {
    body > header > div > div .home-image {
        display: none
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > div .home-image {
        background-image: url(../img/home.svg);
        height: 18px;
        width: 17px
    }
}

body > header > div > input {
    display: none
}

@media screen and (max-width: 1109px) {
    body > header > div > input:checked ~ nav {
        left: 0
    }

    body > header > div > input:checked ~ div .menu-icon {
        background-image: url(../img/close.svg);
        height: 21px;
        width: 21px
    }
}

body > header > div > nav {
    height: 100%
}

@media screen and (max-width: 1109px) {
    body > header > div > nav {
        background-color: #fff;
        box-shadow: inset 0 3px 3px rgba(0,0,0,.08);
        height: 100%;
        left: -2000px;
        position: fixed;
        top: 65px;
        transition: left .5s;
        width: 100%;
        z-index: 999
    }
}

body > header > div > nav > ul {
    display: flex;
    margin: 0 auto;
    height: 100%
}

@media screen and (max-width: 1109px) {
    body > header > div > nav > ul {
        flex-direction: column;
        width: 80%
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul {
        align-items: center;
        flex-direction: row;
        justify-content: flex-end
    }
}

@media screen and (max-width: 1109px) {
    body > header > div > nav > ul > li {
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #e9e9e9
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li {
        margin-right: 3rem
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li.hidden-nav-item {
        display: none
    }
}

body > header > div > nav > ul > li:last-child {
    margin-right: 0
}

body > header > div > nav > ul > li.profile {
    height: auto
}

    body > header > div > nav > ul > li.profile .welcome {
        font-weight: 700
    }

@media screen and (max-width: 1109px) {
    body > header > div > nav > ul > li.profile .welcome {
        font-size: 24px;
        font-size: 2.4rem;
        height: 3.6rem;
        line-height: 3.6rem;
        margin: 4rem 0 2rem
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li.profile .welcome {
        display: inline;
        font-size: 13px;
        font-size: 1.3rem;
        margin-right: 3rem
    }
}

@media screen and (max-width: 1109px) {
    body > header > div > nav > ul > li.profile a {
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li.profile a {
        display: inline
    }
}

body > header > div > nav > ul > li > a {
    color: #000
}

@media screen and (max-width: 1109px) {
    body > header > div > nav > ul > li > a {
        display: block
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li > a {
        display: flex;
        align-items: center
    }
}


body > header > div > nav > ul > li > a.help .help-image {
    background-image: url(../img/help.svg);
    display: inline-block;
    height: 21px;
    width: 21px
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li > a .text {
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 10px
    }
}

@media screen and (min-width: 1109px) {
    body > header > div > nav > ul > li > a .hidden-text {
        display: none
    }
}



.logo {
    text-indent: -9999px;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    display: inline-block
}

.logo-imanuel {
    background-image: url(../img/imanuel.svg);
    height: 16px;
    width: 90px
}

.logo-imanuel, .logo-nathan {
    background-repeat: no-repeat
}

.logo-nathan {
    background-image: url(../img/nathan.svg);
    height: 23px;
    width: 81px
}



body > footer {
    background-color: #000;
    overflow: auto;
    width: 100%
}

    body > footer > ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%
    }

@media screen and (max-width: 1109px) {
    body > footer > ul {
        flex-direction: column
    }
}

@media screen and (min-width: 1109px) {
    body > footer > ul {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        width: 80%
    }
}

body > footer > ul > li:first-child {
    margin: 15px 0
}

body > footer > ul > li > .logo-nathan {
    height: 23px;
    width: 81px
}

body > footer > ul > li a {
    color: #fff;
    display: block;
    padding: 1rem;
    text-decoration: none
}

body > footer > ul > li a:hover {
    text-decoration: underline;
    color: #fff;
}


#login {
    background-color: white;
    padding: 30px;
    box-shadow: 0.8px 1.8px 9px 0 rgba(51,51,51,.12);
    box-sizing: border-box;
}

#account {
    margin-top: 50px;
    width: 400px;
}
