﻿body {
    font-size: 15px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    
}

.container{
    padding-right:0;
}

.row{
    margin-left:0;
    margin-right:0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.headertop1 {
    min-height: 30px;
    line-height: 30px;
    border-bottom:solid thin lightgray;
    font-size:12px;
}

    .headertop1 a {
        color: gray;
        margin-left:30px;
    }

        .headertop1 a.icon {
            float: left;
            border: solid thin gray;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            line-height: 30px;
            text-align: center;
            
        }

.headertop2 {
    min-height:60px;
    border-bottom: solid thin lightgray;
    padding-top:0;
    padding-bottom:0;
}

    .headertop2 a {
        font-size: 10px;
        font-weight: bold;
        color: #2a3560;
    }

        .headertop2 a[data='title'] {
            font-size: 20px;
            font-weight: bold;
            color: #cb001c;
        }

        .fixed-top {
            background: white;
        }

    .footer {
        padding-top: 40px;
        padding-bottom: 50px;
        background: #cb001c;
        color: white;
    }

    .footer a {
        color: white;
    }

    .footer ul li {
        padding: 10px 0;
    }

    .footer ul.menu li {
        margin-left: 30px;
        margin-right: 30px;
    }

.panel-qc {
    background: #2a3560;
    color: white;
    height: 300px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing:3px;
}

li.nav-item:hover span {
    border-bottom: solid 3px #790f0f;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

    .dropdown:hover .dropdown-menu .dropdown-item {
        height:40px;
        line-height:40px;
    }

.panel-send-email {
    width: 100%;
    background: #0b2442;
    margin-top: -200px;
    padding: 40px;
    color: white;
}

a.nav-item, a.nav-link {
    font-weight: bold;
    margin:0 10px;
}

.panel-main-page {
    padding-top:50px;
    padding-bottom:50px;
}

    .panel-main-page .row {
        padding:30px;
        text-align:justify;
    }

        .panel-main-page .row img{
            margin-top:30px;
        }

        .panel-main-page h3 {
            color: gray;
            padding-bottom: 10px;
        }

.btn-primary {
    background: #2a3560;
}

.btn-danger {
    background: #cb001c;
}

.panel-border {
    padding: 20px;
    background: #2a3560;
    color: white;
    letter-spacing: 2px;
    border-radius: 20px;
}

.panel-border2 {
    padding: 20px;
    background: #cb001c;
    color: white;
    letter-spacing: 2px;
    border-radius: 20px;
}

h3.title {
    font-size: 25px;
    font-weight: bolder;
    color: #cb001c;

}

.sub-title{
    font-size:30px;
}

.slogan {
    position: absolute;
    top: 200px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 4px;
    text-shadow: 5px 2px 4px grey;
}

    .slogan a {
        border: solid thin gray;
        padding: 20px;
        background: #2a3560;
        border-radius: 20px;
        font-size:25px
    }