@charset "utf-8";

html {
	box-sizing: border-box;

}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial", "Helvetica", 'Helvetica Neue', "sans-serif";
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header .NavSpace { /* to give space for top navbar*/
        width: 100%;
        background: #989FAC;
        min-height: 75px;
    }



















/*EXTRA LARGE MONITOR - START*/

@media screen and (min-width: 2100px){
        /*START OF CONTACT PAGE STYLE*/
.HeroContact { /*Hero Image and area*/
    display: flex;
    margin: 75px auto 0;
    width: 100%;
    min-height: 700px;
    background-image: url("images/Contact/ContactKeyboard1440x560.jpg"); /*first rgba values give dark effect to image*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: cover;
    align-content: center;
    align-items: center;
    z-index: -1;

    }

    #Contactform_title { /* STYLING FOR "LETS TALK" TEXT ON CONTACT, original styling on mainstyle.css*/
        color:#014F77;
        font-weight: 600;
        width:100%;
        font-size: 2.5rem;
        padding: 5px 0 10px;
     }
}   
/*EXTRA LARGE MONITOR - END */















/*LARGE MONITOR SIZE - START*/
@media screen and (min-width: 1622px) and (max-width: 2099px){
    .HeroContact { /*Hero Image and area*/
        display: flex;
        margin: 75px auto 0;
        width: 100%;
        min-height: 700px;
        background-image:  url("images/Contact/ContactKeyboard1440x560.jpg"); /*first rgba values give dark effect to image*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: cover;
        align-content: center;
        align-items: center;
        z-index: -1;
    
        }
    /*START OF CONTACT PAGE STYLE*/

        #Contactform_title { /* STYLING FOR "LETS TALK" TEXT ON CONTACT, original styling on mainstyle.css*/
            color:#014F77;
            font-weight: 600;
            width:100%;
            font-size: 2.5rem;
            padding: 5px 0 10px;
         }
}
/*LARGE MONITOR SIZE - END*/

















/*MONITOR SIZE - START*/
@media screen and (min-width: 1281px) and (max-width: 1621px) {
/*START OF CONTACT PAGE STYLE*/
.HeroContact { /*Hero Image and area*/
    display: flex;
    margin: 75px auto 0;
    width: 100%;
    min-height: 550px;
    background-image: url("images/Contact/ContactKeyboard1440x560.jpg"); /*first rgba values give dark effect to image*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: cover;
    align-content: center;
    align-items: center;
    z-index: -1;

    }

    #Contactform_title { /* STYLING FOR "LETS TALK" TEXT ON CONTACT, original styling on mainstyle.css*/
        color:#014F77;
        font-weight: 600;
        width:100%;
        font-size: 2.5rem;
        padding: 5px 0 10px;
     }
}
/*MONITOR SIZE - END*/








/*CONTACT - START*/
@media screen and (min-width: 621px) and (max-width: 1280px){
    .HeroContact { /*Hero Image and area*/
        display: flex;
        margin: 75px auto 0;
        width: 100%;
        min-height: 400px;
        background-image: url("images/Contact/ContactKeyboard1440x560.jpg"); /*first rgba values give dark effect to image*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: cover;
        align-content: center;
        align-items: center;
        z-index: -1;
    
        }

         /* CONTACT HERO Area- END*/
    
         #Contactform_title {
            color:#014F77;
            font-weight: 600;
            width:100%;
            font-size: 2rem;
            padding: 5px 0 10px;
         }
}
/*TABLET/DESKTOP SIZE - END*/
















@media screen and (max-width : 620px ){
/*START OF CONTACT PAGE STYLE*/
.HeroContact { /*Hero Image - styling for text in MainStyle.css*/
    display: flex;
    margin: 100px auto 0;
    width: 100%;
    min-height: 300px;
    background-image: url("images/Contact/ContactKeyboard800x311.jpg"); /*first rgba values give dark effect to image*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: cover;
    align-content: center;
    align-items: center;
    z-index: -1;

    }


     #Contactform_title {
        color:#014F77;
        font-weight: 600;
        width:100%;
        font-size: 1.75rem;
        padding: 5px 0 10px;
     }

/*END OF CONTACT PAGE STYLE*/
}
/*MOBILE PORTRAIT VIEW - END*/