html, body {
    background: url(../img/Header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Adobe Heiti Std R', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

h2{
    font-weight: 700;
    font-size: 35px;
    color: #B11C11;
}

p{
    font-weight: 500;
    color: #110000;
}
hr{
    width: 80%;
    border-color: #B11C11;
}

a {color: #fff}
a:hover,
a:focus{
    color: #F1672A;
    text-decoration: none;
}

.home{
    height: 100%;
    width: 100%;
    display: block;
    overflow-y: hidden;
}

.Content{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 45px;
    text-align-last: center;
    background-color: rgba(204, 204, 204, .7);
}

.Content_2{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 45px;
    text-align-last: center;
    /*border-top: 3px solid #111111;*/
    background-color: rgba(204, 204, 204, 1.0);
}

.Content_contact {
    overflow: auto;
    height: calc(100% - 125px);
    width: 100%;
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #333333FF;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.productImgs{
    display: inline-block;
    width: 20%;
    min-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    padding-top: 10px;
    box-shadow:none;
}

.productImgs:hover, .productImgs:active{
    cursor: pointer;
    border-radius: 10px;
    color: #EFD213;
    box-shadow: 0 0 50px #111111;
    background-color: #11111166;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.productImg{
    width: 100%;
}

.personelIMG{
    width: 100%;
    border-radius: 100%;
}

input[type=text] {
    width: 40%;
    padding: 5px 5px;
    margin: 1% 2%;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 2px solid #B11C11;
    background-color: #FFFFFF;
    color: #000;
}

.White::-webkit-input-placeholder
{
    color: white; /* WebKit, Blink, Edge */
}
.White:-moz-placeholder
{
    color: white; /* Mozilla Firefox 4 to 18 */
}
.White::-moz-placeholder
{
    color: white; /* Mozilla Firefox 19+ */
}
.White::-ms-input-placeholder
{
    color: white; /* Microsoft Edge */
}
.White:-ms-input-placeholder
{
    color: white; /* Internet Explorer 10-11 */
}
.White::placeholder
{
    color: white; /* Most modern browsers support this now. */
}

textarea{
    width: 84%;
    height: 150px;
    max-height: 50%;
    padding: 5px 5px;
    margin: 1% 2%;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 2px solid #B11C11;
    background-color: #FFFFFF;
    color: #000;
    resize: none;
}

.button_check{
    background-color: #FFFFFF99; /* Green */
    border: 2px solid #B11C11;
    border-radius: 10px;
    color: #000;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 2px 10px 10px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-shadow: -2px 2px #FFFFFFCC;
    box-shadow: 0 2px #333333FF;
}
.button_check:hover,
.button_check.hover {
    box-shadow: inset 0 0 0 2px #FFFFFFAA,0 5px 20px #193047;
    background-color: #FFFFFF;

}

.button_check:active,
.button_check.active{
    box-shadow: inset 0 0 0 2px #FFFFFFAA,0 5px 20px #193047;
    background-color: #CCCCCCAA;
}

@media (min-width: 1200px){
    .container {
        width: 80%;
    }
}