﻿/*
    0.5rem = 8px, 1rem = 16px, 1.25rem = 20px
*/

body {
    margin: 0;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #28a745;
        text-decoration: none;
    }

.small {
    font-size: 80%;
    font-weight: 400;
}

.logo-header {
    /*width: 150px;
    height: 90px;*/
    width: 100%;
    height: 100%;
}

.logo-footer {
    width: 50px;
    height: 30px;
    float: left;
    margin: 0px 15px 0px 0px;
}

.company-header {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.masthead {
    background-color: #ffffff;
}

.border-1 {
    border-width: 1px !important;
}

.border-3 {
    border-width: 4px !important;
}

.menu {
    background-color: #2d3056;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

    .menu:hover {
        background-color: #2d3056;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
    }

.JournalCategoryMenu {
    background-color: #b6bcbf;
    color: #000;
}

    .JournalCategoryMenu:hover {
        background-color: #b6bcbf;
        color: #000;
    }

.menuitem {
    color: #fff;
    text-decoration: none;
    width: 140px;
}

    .menuitem:hover {
        color: #fff;
        text-decoration: none;
    }

.footer {
    background-color: #6c818b;
    color: #fff;
    font-size: 14px;
}

.SectionPrimary {
    border-bottom: 1px solid #6c757d;
    margin-bottom: 0.5rem;
}

.SectionSecondary {
    border-bottom: 4px solid #28a745;
    text-transform: uppercase;
}

.ContentSection {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: .25rem;
}

.ContentSectionFooter {
    font-size: 1rem;
    font-weight: 400;
}

.PageHeader {
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 2px solid #28a745;
    text-transform: uppercase;
}

.ProductContainer {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
}

.Textsection {
    width: 70%;
    padding: 20px;
}

.Imagesection {
    width: 30%;
    text-align: right;
    margin: .5rem;
}


/*Contact Us*/

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .form-group textarea {
        height: 100px;
    }

.captcha {
    background-color: #f0f0f0;
    padding: 5px;
    display: inline-block;
    margin-left: 10px;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary {
    background-color: #ff9800;
    color: white;
}

.btn-secondary {
    background-color: #f0f0f0;
    color: #333;
}

.contact-info {
    margin-top: 20px;
}

/*Contact Us*/