﻿/* Custom Desktop */
@font-face {
    font-family: 'Nanum Gothic';
    src: url('/Content/fonts/NanumGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nanum Gothic';
    src: url('/Content/fonts/NanumGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    padding-top: 120px;
    font-family: 'Nanum Gothic', sans-serif;
    background: #eff1f3;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    color: #272727;
}

a:hover {
    color: #ffbc49;
    text-decoration: none;
}

header {
    margin-top: 60px;
}

.btn.btn-primary {
    background-color: #ffbc49;
    border-color: #ffbc49;
    color: #272727;
}

    .btn.btn-primary:focus {
        box-shadow: none;
        background-color: #ffbc49;
    }

nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    background-color: #ffff;
    transition: all 0.5s ease;
    white-space: nowrap;
}

nav.navbar .navbar-nav .nav-link:hover {
    color: #ffbc49 !important;
}

nav.shrink {
    min-height: 60px;
    transition-delay: 1000ms;
}

nav.shrink .navbar-brand {
    display: none;
}

nav.shrink .award {
    display: none;
}

nav.navbar .navbar-nav .nav-link {
    color: #272727;
}

nav.navbar .navbar-nav .nav-link:hover {
    color: #eff1f3;
}

.nav-pills .nav-link.active {
    background-color: #ffbc49;
}

.parallax {
    padding-top: 120px;
    background-image: url("../Images/atlas-italy.jpg");
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron {
    background-color: #eff1f3;
}

.breadcrumb {
    background-color: #eff1f3;
}

textarea {
    resize: none;
}

.contact {
    padding-bottom: 40px;
}

.isolator-test {
    padding: 20px;
}

.product {
    padding-bottom: 20px;
}

.info {
    padding-top: 20px;
}

.bv-cert, .accredia-cert {
    width: auto;
    height: 100px;
    display: inline-block;
}


/* Custom Mobile */

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .bv-cert {
        margin-left: 60px;
    }

    .accredia-cert {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {

    .bv-cert {
        margin-left: 35px;
    }

    .accredia-cert {
        padding-right: 15px;
    }
}

.cookies {
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1500;
}
