body {
    margin: 0;
    background: #fff;
}

* {
    box-sizing: border-box;
    line-height: 1.2em;
}

.grid-Template-4col {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 250px;
}

.grid-Template-4row {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

.grid-Template-4colBody {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 250px;
    align-items: center;
}

.grid-Template-3rowBody {
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.grid-Template-4colContact {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 250px;
    align-items: center;
}

.grid-Template-4colFooter {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 250px;
    align-items: center;
}


.headerBar {
    background: #2b2a2a;
    height: 50px;
    align-items: center
}

.TopBar {
    color: white;
    grid-column: 2 / span 2;
    font-weight: bolder;
    font-size: 18px;
}

.heroImg {
    background-image: url('../img/IMG_1570.jpg');
    background-position: 0 -450px;
    background-size: 100% ;
    background-repeat: no-repeat;
    min-height: 500px;
    filter: grayscale(50%);
}

.welcomeHeroMessage {
    grid-column: 2 / span 2;
    grid-row: 3;
    color: #fff;
    text-shadow:
    -1px -1px 0 #2b2a2a,  
     1px -1px 0 #2b2a2a,
     -1px 1px 0 #2b2a2a,
      1px 1px 0 #2b2a2a;
}

.mainWelcomeHeroMessage {
    font-size: 36px;
}

.subWelcomeHeroMessage {
    margin-top: -10px;
    font-size: 24px;
}

.heroPhoneNumber {
    grid-column: 3 / span 1;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}

.heroPhoneNumberDigits {
    background-color: rgba(43, 42, 42, 0.6);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

/*     Body      */
.centralTitle {
    grid-column: 2 / span 2;
    text-align: center;
    font-size: 36px;
    color: rgb(235, 38, 38);
}

.imgLeft {
    grid-column: 2;
    grid-row: 1;
    height: 400px;
    margin: 0 auto;
}

.textSupportRight {
    grid-column: 3;
    grid-row: 1;
}

.imgRight {
    grid-column: 3;
    grid-row: 2;
    height: 400px;
    margin: 0 auto;
}

.textSupportLeft {
    grid-column: 2;
    grid-row: 2;
}

.imgLeftLast {
    grid-column: 2;
    grid-row: 3;
    height: 400px;
    margin: 0 auto;
}

.textSupportRightLast {
    grid-column: 3;
    grid-row: 3;
}

/*  Contact  */
.contact {
    background: #e8e8e8;
}

#contact-area {
    grid-column: 2 ;
    padding: 15px;
    margin: 15px;
}

input {
    margin: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#Message {
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contactAddress {
    grid-column: 3;
    text-align: center;
    padding: 15px;
}

.contactAddress ul li{
    list-style: none;
}

/*   Footer   */
.footerBar { 
    background: #2b2a2a;
    height: 50px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    grid-column: 2;
    font-weight: bolder;
}

@media screen and (max-width: 800px) {
    .grid-Template-4col {
    display: block;
}
    
.TopBar {
    color: white;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
}

.welcomeHeroMessage {
    text-align: center;
    color: #fff;
    text-shadow:
    -1px -1px 0 #2b2a2a,  
     1px -1px 0 #2b2a2a,
     -1px 1px 0 #2b2a2a,
      1px 1px 0 #2b2a2a;
}

.grid-Template-4colBody {
    display: block;
    text-align: center;
}


.grid-Template-3rowBody {
    display: block;
    padding: 25px;
}

img {
    width: 100%;
}

.grid-Template-4colContact {
    display:block;
    
}


#contact-area {
    width: 100%;   
}

#Message {
    width: 95%;
}

.footerBar { 
    background: #2b2a2a;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
}

.heroImg {
    margin: -30px;
    background-image: url('../img/IMG_1570.jpg');
    background-position: 0 -450px;
    background-size: 100% ;
    background-repeat: no-repeat;
    min-height: 100px;
    filter: grayscale(50%);
}

.heroPhoneNumber {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}
}

@media screen and (max-width: 400px) {
    .grid-Template-4col {
    display: block;
}
    
.TopBar {
    color: white;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
}

.welcomeHeroMessage {
    text-align: center;
    color: #fff;
    text-shadow:
    -1px -1px 0 #2b2a2a,  
     1px -1px 0 #2b2a2a,
     -1px 1px 0 #2b2a2a,
      1px 1px 0 #2b2a2a;
}

.grid-Template-4colBody {
    display: block;
    text-align: center;
}


.grid-Template-3rowBody {
    display: block;
    padding: 25px;
}

img {
    width: 100%;
}

.grid-Template-4colContact {
    display:block;
    
}


#contact-area {
    width: 100%;   
}

#Message {
    width: 95%;
}

.footerBar { 
    background: #2b2a2a;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
}

.heroImg {
    margin: 0;
    background-image: none;
    background-position: 0 -450px;
    background-size: 100% ;
    background-repeat: no-repeat;
    min-height: 100px;
    filter: grayscale(50%);
}

.heroPhoneNumber {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}
}