﻿body {
    font-family: Quattrocento, Verdana, Sans-Serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right:0;
    padding-left:0;
    width: 100%;
    background-color: #f4f3f1;
    background-image: url("GreyPinstripe.jpg");
}

p {
    line-height: 1.4;
    margin-top: 0;
}

h1 {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #ba1e1e;
    margin-top: 14px;
    margin-bottom: 4px;
    margin-left: 3px;
}

h2 {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ba1e1e;
    margin-top: 14px;
    margin-bottom: 4px;
    margin-left: 3px;
}

/*---------------- Specific Nodes ----------------*/
#divBody {
    width: 100%;
}

/*---------------- Classes ----------------*/

/*.h1M {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 48px;
    font-weight: normal;
    color: #ba1e1e;
    margin-top: 14px;
    margin-bottom: 4px;
    margin-left: 3px;
}

.h2M {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #ba1e1e;
    margin-top: 14px;
    margin-bottom: 4px;
    margin-left: 3px;
}*/

.TopPix {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 264px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.TopPixM {
    width: 100%;
}

.divMainArea {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    width: 80%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

.divMainAreaM {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    width: 100%;
}

.divMainLeft {
    width:60%; 
    /*min-width: 300px;*/
}

.divMainLeftM {
    width: 100%;
    /*font-size: 28px;*/
}

.divMainRight {
    width:38%; 
    /*min-width: 200px;*/
}

.divMainRightM {
    width: 100%;
    /*font-size: 28px;*/
}

.divCol {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ImagePlusText {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 14px;
}

.ImagePlusTextM {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
}

.divImageL {
    display: normal;
    width: 50%;
    max-width: 440px;
    min-width: 200px;
    margin-left: 6px;
}

.divImageR {
    display: normal;
    width: 50%;
    max-width: 440px;
    min-width: 200px;
    margin-right: 6px;
}

.divImageM {
    display: normal;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.SideTextL {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 14px;
    width: 45%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 12px;
    margin-right: 6px;
    max-width: 440px;
    min-width: 120px;
}

.SideTextR {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 14px;
    width: 45%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px;
    margin-right: 12px;
    max-width: 440px;
    min-width: 120px;
}

.SideTextM {
    font-family: Quattrocento, Verdana, sans-serif;
    font-size: 14px;
    width: 90%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.ImageMain {
    border-top: 1px solid #303030;
    width: 100%;
    max-width: 900px;
}

.ImageMainM {
    border-top: 1px solid #303030;
    margin-left: auto;
    margin-right: auto;
}
