body, html {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

a, a:hover, a:visited, a:focus {
    color: #0A0082;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
}

h2 {
    font-size: 32px;
}

p {
    margin-bottom: 0.3rem;
}

p.important {
    font-size: 16px;
}

.fs14 {
    font-size: 14px !important;
}

.text-undeline {
    text-decoration: underline;
}

.text-primary {
    color: #0A0082 !important;
}

.text-danger {
    color: #ff1744 !important;
}

.btn-primary {
    background-color: #0A0082 !important;
    border-color: #0A0082;
}

.btn-primary:hover {
    background-color: #0A0082 !important;
    border-color: #0A0082;
    opacity: 0.9;
}

.badge {
    border-radius: 8px !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 12px;
    line-height: 16px;
}

.badge-primary {
    background-color: #0A0082 !important;
}

.text-muted {
    color: #bdbdbd !important;
}

#content {
    min-height: 70vh;
}

#start {
    background-image: url('../img/start.jpg');
    background-color: #0A0082;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 25%;
}

#start.projects {
    background-image: none;
}

#about {
    padding: 5rem 0;
}

#about h3, #offer h3 {
    font-size: 20px;
}

#team {
    background-color: #eee;
    padding: 5rem 0 5rem 0;
    position: relative;
}

#team h3 {
    font-size: 20px;
}

#team-list {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

#team-photo {
    position: absolute;
    right: 10%;
    top: 25%;
    color: #fff;
}

#team-list li {
    display: inline-block;
    padding: 1rem;
    background: #0A0082;
    text-align: center;
    min-width: 16%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}

#team-list li strong {
    display: block;
    font-size: 16px;
}

.team-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}

#offer {
    padding: 5rem 0;
}

#offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#offer-list li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 2rem;
    position: relative;
}

#offer-list li:before {
    position: absolute;
    content: ' ';
    width: 20px;
    height: 16px;
    background: #0A0082;
    display: block;
    top: 4px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 50%);

}

#logo {
    width: 280px;
}

#ready {
    padding: 7.5rem 0;
    background: #424242;
    background-image: url('../img/ready.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
}

#ready a, #ready a:hover {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 23px;
}

#ready a small {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    display: inline-block;
}

#footer {
    background-color: #0A0082;
    color: #fff;
    padding: 2rem 0 2rem 0;
}

#footer h5 {
    margin-bottom: 0.5rem;
    font-size: 22px;
}

#footer h4 {
    margin-bottom: 0.6rem;
    font-size: 20px;
}

#footer p {
    margin: 0;
    line-height: 1.6rem;
}

#footer p i {
    font-size: 14px;
}

#footer a {
    color: #fff;
}

.navbar-nav .nav-link {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.locale a {
    width: 26px;
    height: 26px;
    background-color: #fff;
    text-align: center;
    color: #424242 !important;
    padding: 0 !important;
    border-radius: 13px;
    display: inline-block;
    line-height: 28px;
    margin-top: 6px;
    margin-left: 6px;
    font-size: 14px !important;
    font-weight: bold;
}

#motto {
    padding: 12.5rem 0 16.5rem 0;
    color: #fff;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}

#motto h2 {
    font-size: 46px;
    margin: 0.2rem 0;
    font-weight: bold;
}

#motto h3, #motto h4 {
    font-size: 26px;
    font-weight: normal;
}

#motto .look-down {
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 20px);
    animation: tiktak 1s infinite  alternate;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    color: #fff;
}

#motto #scroll-down {
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 20px);
}

#about-photo {
    background-image: url('../img/about.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 95%;
    min-height: 330px;
}

#about-photo span {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    font-weight: bold;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.cookie-consent .js-cookie-consent-agree, .cookie-consent .js-cookie-consent-agree:hover, .cookie-consent .js-cookie-consent-agree:focus {
    font-weight: bold;
    background: none;
    color: #ff1744;
    font-size: 14px;
    border: 2px solid #ff1744;
    border-radius: 2px;
    padding: 0.2rem 0.8rem;
    margin-top: 0.8rem;
}

.modal-header {
    background: #0A0082;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.close {
    color: #fff;
    text-shadow: none;
    font-size: 1.8rem;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal label {
    display: inline-block;
    position: relative;
    bottom: -11px;
    font-size: 14px;
    background: #fff;
    padding: 0 0.3rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
    line-height: 14px;
    font-weight: bold;
}

.list-group-item.active {
    background-color: #007bff40;
    border-color: #007bff40;
}

.alert-light {
    background-color: #eee !important;
}

.no-border {
    border: 0 !important;
}

table tr th {
    border: 0 !important;
}

.notifyjs-corner {
    left: calc(50% - 160px) !important;
}

.notifyjs-bootstrap-base {
    padding: 20px !important;
    margin-top: 30px !important;
    text-align: center;
    width: 320px !important;
}

.notifyjs-bootstrap-success, .notifyjs-bootstrap-error {
    background-image: none !important;
}

@keyframes tiktak {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 767px) {

    .navbar-collapse {
        margin-top: 1rem;
        background: #fff;
        padding: 1rem 1.5rem;
        position: absolute;
        width: 93%;
        top: 50px;
        z-index: 999;
    }

    .navbar-nav .nav-link {
        color: #0A0082;
    }

    #team-photo {
        display: none;
    }

    .offer-photo {
        display: none;
    }

    .cookie-consent {
        width: 100%;
    }

    #start {
        background-position: 70% 0;
    }
}

@media (max-width: 468px) {

    #logo {
        width: 240px;
    }

    #motto {
        padding-top: calc(50vh - 140px);
        padding-bottom: 0;
        height: calc(100vh - 62px);
    }

    #motto h2 {
        font-size: 32px;
        margin: 0.2rem 0;
    }

    #motto h3, #motto h4 {
        font-size: 20px;
    }

    #about, #offer, #team {
        padding: 3rem 0 !important;
    }

    #ready a {
        font-size: 26px;
        color: #fff;
        font-weight: bold;
    }

    #team-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        line-height: 20px;
    }

    .locale a {
        margin-left: 0px;
        color: #0A0082 !important;
        font-size: 18px !important;
    }

    .cookie-consent {
        padding: 1rem;
    }
}