﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.writing {
    font-family: 'Courgette', cursive;
    font-size: 85%;
}

input, button {
    border-radius: 0 !important;
    font-family: 'Myriad Pro', sans-serif;
}

[type='text'] {
    border-color: #888;
    min-width: 14rem;
    font-size: 90%;
    padding: 9px;
}

[type='submit'],
button {
    text-transform: uppercase;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v-center img {
    align-self: center;
}

.section-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.8rem;
}

#main-menu {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 300;
}

#sticky-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    z-index: 999999999;
    padding: 0;
    box-shadow: 0 0 4px #666;
}

a, a:link, a:focus, a:hover {
    text-decoration: none;
}

#main-menu a {
    font-size: 110%;
    display: inline-block;
    color: #555;
    padding: 30px 10px 25px;
}

#main-menu a:hover,
#main-menu a:focus,
#main-menu a:active {
    text-decoration: none;
    color: #222;
}

#logo {
    padding: 20px;
    color: red;
    font-weight: bold;
}

header {
    position: relative;
    z-index: 999999;
    background-color: #fff;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#sub-menu {
    padding-top: 10px;
}

#menu-popup-products {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    display: none;
    box-shadow: 2px 2px 2px #888;
}

#menu-popup-products .menu-popup-product-items {
    font-size: 85%;
    background-color: #e9e9e9;
    z-index: 99999;
}

#menu-popup-products .item {
    display: inline-block;
    color: #777;
    padding: 20px;
}

#menu-popup-products .item img {
    width: 110px;
}

#main-menu-right {
    padding-top: 20px;
}

footer {
    background-color: #f8f8f8;
    padding-top: 90px;
    font-size: 90%;
}

footer ul li {
    line-height: 2.2;
}

footer h3,
footer h4 {
    font-weight: 300;
}

footer .title {
    margin-bottom: 25px;
}

footer .title img {
    display: inline-block;
    margin-top: -6px;
    padding-right: 10px;
}

#subscribe {
}

.menu a {
    color: #555;
}

#copyright {
    margin-top: 70px;
    text-align: center;
    padding: 15px 0;
    font-size: 80%;
    color: #777;
    background-color: #f1f1f1;
}

@media (max-width: 1600px) {
    body {
        font-size: 13px;
    }

    .section-title {
        font-size: 2rem;
    }
}

#tabs-container {
    text-align: center;
    margin: 1rem 0 3rem;
    border-bottom: 1px solid #555;
}

#tabs-container a {
    display: inline-block;
    padding: 8px 20px;
    color: #888;
    background-color: #222;
}

#tabs-container a.active {
    background-color: white;
    color: #c71010;
}
