@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;
    }

.tel {
    text-decoration: none;
    color: white;
}


#Concierge {
    color:#014F77;
    padding-left: 10px;
}

#Equipment {
    color:#014F77;
    padding-left: 10px;
}















/*EXTRA LARGE MONITOR - START*/

@media screen and (min-width: 2100px){

    /*EXTRA LARGE MONITOR HERO area - START*/ 
    .Hero { /*Hero Image and area*/
        display: flex;
        margin: 75px auto 0;
        width: 100%;
        min-height: 700px;
        background-image: url("images/About page/GavelTechHero4200x1602.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;

        }
    .Hero_text { /*Hero Image text area*/
        top: 350PX;
        width: 80%;
        margin: 0 auto;
        padding: 25px;
        font-weight: 800;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.5) 80%, rgba(255,255,255,0) 100%);
        text-align: center;
        line-height: 1;
        color: white;
        text-shadow: 5px 5px 5px black;
    }
        .Hero_text h2 {
        padding: 0 5%;
        width: 85%;
        margin: 0 auto;
        font-size: 6rem;
        }
        .Hero_text p {
            width: 65%;
            margin: 0 auto;
            font-size: 3.5rem;
            flex-wrap: wrap;
            flex: 1 1 auto;
            padding-top: 20px;

        }
    
     /*EXTRA LARGE MONITOR ABOUT HERO Area- END*/
 /*EXTRA LARGE MONITOR first text area in color banner- START*/
 .intro {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.intro h1 {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 50px;
    padding: 25px 0px 25px 25%; /*last value is % indented from left*/
    background: #026699;
}
.intro p {
    font-size: 2rem;
    padding: 0;
    width: 50%;
    margin: 75px auto;

}

.h1Main { /*Blue text intro for image/video gallery pages*/
    font-size: 2.25rem;
    line-height: 1.25;
    height: auto;
    margin: 0 auto;
    width: 50%;
    color: #016699;
    font-weight: 800;
    text-align: center;
}
	/*EXTRA LARGE MONITOR text - START*/
    .secondarycontent {
        font-size: 2rem;
        width: 50%;
        margin: 75px auto 75px;

    }
    /*EXTRA LARGE MONITOR  text - END*/
    
    /* Temporary contact line */
    .Emailtext {
		color: #016699;
		margin: 20px auto;
		width: 50%;
		font-size: 1.25rem;
		font-weight: 800;
		line-height: 1.35;
		text-decoration: none;
text-align: center;
	}
	.Emailtext a {
		text-decoration: none;

	}

 /*EXTRA LARGE MONITOR Contact form section - START*/
 .contact { /* Form area (gray box w/ blue border*/
     display: flex;
     width:50%;
     margin: 50px auto 100px;
     background-image: url("images/Contact/Contact1400x579.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: cover;
    box-shadow: 5px 5px 5px gray;
 }
 .contact-form { /* Inner form area, contains text, textboxes, button*/
     display: block;
     width: 50%;
     margin: 0;
     padding: 1% 5% 2% 3%;
 
 }
 .contact-form h1 { /*"Contact Us" text*/
    color: #ffffff;
     font-weight: 900;
     font-size: 1.5em;
     line-height: 1.25;
     text-align: left;
     padding: 7% 0 5% 0;
 }
 .contact-form label {
     font-size: 1em;
     color: #ffffff;
     font-weight: 500;
     font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";;
 }
 #form_name {
     padding: 20px 0 0;
 }
 #name {
         width: 100%;
         font-size: 25px;
         margin: 10px auto; 
     }
 #email {
         width: 100%;
         font-size: 25px;
         margin: 10px auto; 
     }
 #form_email {
     padding: 20px 0 0;
 }
 #messagesection {
     padding: 20px 0 0;
     }
 textarea {
       margin: 10px auto; 
     width: 100%;
     height: 90px;
     font-size: 25px;
 }    
 .contact-form button {
     background-color: #5A606E;
     color: white;
     font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";
     font-size: 1.25rem;
     font-weight: 300;
     text-align: center;
     cursor: pointer;
     border-radius: 11px;
     width: 30%;
     height: 50px;
     margin: 0 auto;
     border: none;
     box-shadow: 3px 3px 10px black;
 }
 input:focus, textarea:focus {
    outline: 2px solid #57ACDC;
    box-shadow: 0 0 8px #57ACDC;
    background: #C5EDFF;
}

 /*EXTRA LARGE MONITOR Contact form section - END*/

  /*EXTRA LARGE MONITOR Reeach Out Banner - START*/
 .ReachOut { /* Banner w/ Reach Out and button*/
    background: #C8C7CB;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 30px 10px;
    align-items: center;
    }
    
    .ReachOut h1 { /*"Questions?" text in banner*/
    color: #014F77;
    font-size: 2.25em;
    flex: 1 1 60%;
    margin-left:36%; /*This controls how far from the left the text appears*/
    
    }
    .ReachOut a { /*Reach Out button*/
    text-decoration: none;
    font-weight: 600;  
    font-size: 2rem; 
    flex: 1 1 50%;
    text-align: center;
    color: white;
    margin-right: 34%; /*This controls how far from the right button appears*/
    }
    .ReachOut span { /*styling of Reach Out button*/
    background: #014F77;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px 0px black;
    border: none;
    text-align: center;
    
    }
    
    .ReachOut span:hover {
    color: #C8C7CB;
    }
    .ReachOut span:active {
    color: #C8C7CB;
    }
  /*EXTRA LARGE MONITOR Reeach Out Banner - END*/




 /*EXTRA LARGE MONITOR footer bar - START*/
 
 
 #footer_container {
     padding: 20px 30px 15px;
     color: white;
     display: block;
     background: #014F77;
     width: 100%;
     flex-shrink: 0;
     bottom: 0;
     left: 0;
     right: 0;
 }
 #footer_icons {
     display: flex;
     justify-content: center;
     height: 45px;
     width: auto;
 }
 #footer_icons a {
     height: 35px;
     width: 35px; 
     margin: 0 10px;
     /*make sure :hover, below selectors match any changes you make here*/
 }
 #footer_icons a:hover {
     background-color: #027AB7;
     height: 35px;
     width: 35px; 
     margin: 0 10px;
     border-radius: 50%;
 }
 #footer_copyright {
     display: flex;
     justify-content: center;
     padding-top: 05 px;
     font-size: 1.5rem;

 }
  /*EXTRA LARGE MONITOR footer bar - END*/  
 }
 
/*EXTRA LARGE MONITOR - END */


















/*LARGE MONITOR SIZE - START*/
@media screen and (min-width: 1622px) and (max-width: 2099px){
     /*LARGE MONITOR HERO area - START*/ 
     .Hero { /*Hero Image and area*/
        display: flex;
        margin: 75px auto 0;
        width: 100%;
        min-height: 700px;
        background-image: url("images/About page/GavelTechHero4200x1602.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;
        }
    .Hero_text { /*Hero Image text area*/
        top: 325px;
        margin: 0 auto;
        padding: 25px;
        width: 80%;
        background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.5) 80%, rgba(255,255,255,0) 100%);

        font-weight: 800;
        text-align: center;
        line-height: 1;
        color: white;
        text-shadow: 5px 5px 5px black;
    }
        .Hero_text h2 {
        padding: 0 5%;
        width: 85%;
        margin: 0 auto;
        font-size: 5rem;
        }
        .Hero_text p {
            width: 80%;
            margin: 0 auto;
            font-size: 3.5rem;
            flex-wrap: wrap;
            flex: 1 1 auto;
            padding-top: 20px;
        }

/*LARGE MONITOR first text area in color banner- START*/
.intro {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.intro h1 {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0px 25px 15%; /*last value is % indented from left*/
    background: #026699;
}
.intro p {
    font-size: 2rem;
    padding: 0;
    width: 70%;
    margin: 75px auto;

}
/*LARGE MONITOR first text area in color banner- END*/


.h1Main { /*Blue text intro for image gallery*/
	font-size: 2.25rem;
	line-height: 1.25;
	height: auto;
	margin: 0 auto;
	width: 70%;
	color: #016699;
	font-weight: 800;
    text-align: center;
}

.secondarycontent {
    width: 70%;
    padding: 20px 0;
    margin: 75px auto;
    font-size: 2rem;
}

/*LARGE MONITOR Contact form section - START*/

/* Temporary Contact line */
.Emailtext {
	color: #016699;
	margin: 20px auto;
	width: 70%;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
text-align: center;
}
.Emailtext a {
	text-decoration: none;

}
.contact { /* Form area (gray box w/ blue border*/
    display: flex;
    width:70%;
    margin: 50px auto 100px;
    background-image: url("images/Contact/Contact1400x579.jpg");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: cover;
   box-shadow: 5px 5px 5px gray;
}
.contact-form { /* Inner form area, contains text, textboxes, button*/
    display: block;
    width: 50%;
    margin: 0;
    padding: 1% 5% 2% 3%;

}
.contact-form h1 { /*"Contact Us" text*/
   color: #ffffff;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.15;
    text-align: left;
    padding: 7% 0 5% 0;
}
.contact-form label {
    font-size: 1em;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";;
}
#form_name {
    padding: 20px 0 0;
}
#name {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#email {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#form_email {
padding: 20px 0 0;
}
#messagesection {
padding: 20px 0 0;
}
textarea {
  margin: 10px auto; 
width: 100%;
height: 90px;
font-size: 25px;
}    
.contact-form button {
    background-color: #5A606E;
    color: white;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    width: 30%;
    height: 50px;
    margin: 0 auto;
    border: none;
    box-shadow: 3px 3px 10px black;
}
input:focus, textarea:focus {
    outline: 2px solid #57ACDC;
    box-shadow: 0 0 8px #57ACDC;
    background: #C5EDFF;
}

/*LARGE MONITOR Contact form section - END*/


  /* REACH OUT BANNER - START*/
  .ReachOut { /* Banner w/ Reach Out and button*/
    background: #C8C7CB;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 30px 10px;
    align-items: center;
    }
    
    .ReachOut h1 { /*"Questions?" text in banner*/
    color: #014F77;
    font-size: 2.25em;
    flex: 1 1 60%;
    margin-left:36%; /*This controls how far from the left the text appears*/
    
    }
    .ReachOut a { /*Reach Out button*/
    text-decoration: none;
    font-weight: 600;  
    font-size: 2rem; 
    flex: 1 1 50%;
    text-align: center;
    color: white;
    margin-right: 34%; /*This controls how far from the right button appears*/
    }
    .ReachOut span { /*styling of Reach Out button*/
    background: #014F77;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px 0px black;
    border: none;
    text-align: center;
    
    }
    
    .ReachOut span:hover {
    color: #C8C7CB;
    }
    .ReachOut span:active {
    color: #C8C7CB;
    }
    /* REACH OUT BANNER - END*/





/*LARGE MONITOR footer bar - START*/


#footer_container {
    padding: 20px 30px 15px;
    color: white;
    display: block;
    background: #014F77;
    width: 100%;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer_icons {
    display: flex;
    justify-content: center;
    height: 45px;
    width: auto;
}
#footer_icons a {
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    /*make sure :hover, below selectors match any changes you make here*/
}
#footer_icons a:hover {
    background-color: #027AB7;
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    border-radius: 50%;
}
#footer_copyright {
    display: flex;
    justify-content: center;
    padding-top: 05 px;
    font-size: 1.5rem;
}
 /*LARGE MONITOR footer bar - END*/  
}
 /*LARGE MONITOR  - END*/



















 


/*MONITOR SIZE - START*/
@media screen and (min-width: 1281px) and (max-width: 1621px) {
    

    
    /*MONITOR Hero Image - START*/
    .Hero { /*Hero Image and area*/
        display: flex;
        margin: 75px auto 0;
        width: 100%;
        min-height: 550px;
        background-image:  url("images/About page/GavelTechHero2100x801.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;
        }
    .Hero_text { /*Hero Image text area*/
        top: 325PX;
        margin: 0 auto;
        padding: 25px;
        width: 80%;
        background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.5) 80%, rgba(255,255,255,0) 100%);
        font-weight: 400;
        text-align: center;
        line-height: 1;
        color: white;
        text-shadow: 5px 5px 5px black;
    }
        .Hero_text h2 {
        padding: 0 5%;
        width: 85%;
        margin: 0 auto;
        font-size: 4rem;
        }
        .Hero_text p {
            width: 80%;
            margin: 0 auto;
            font-size: 2.5rem;
            flex-wrap: wrap;
            flex: 1 1 auto;
            padding-top: 20px;
        }
   /*MONITOR Hero Image - END*/

/*MONITOR first text area in color banner- START*/
.intro {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.intro h1 {
    color: white;
    font-size: 3rem;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 15px 10%;
    background: #026699;
}
.intro p {
    font-size: 2rem;
    padding:0;
    width: 70%;
    margin: 40px auto;

}
/*MONITOR first text area in color banner- END*/

	/*MONITOR Third row text - START*/
.secondarycontent {
    width: 70%;
    padding: 20px 0;
    margin: 50px auto;
    font-size: 2rem;
}
	/*MONITOR Third row text - END*/

    .h1Main { /*Blue text intro for image gallery*/
		font-size: 2.25rem;
		line-height: 1.25;
		height: auto;
		margin: 0 auto;
		width: 70%;
		color: #016699;
		font-weight: 800;
	    text-align: center;
	}

/*MONITOR Contact form section - START*/

/* Temporary contact line */
.Emailtext {
    color: #016699;
    margin: 20px auto;
    width: 70%;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
text-align: center;
}
.Emailtext a {
    text-decoration: none;

}
.contact { /* Form area (gray box w/ blue border*/
    display: flex;
    width:70%;
    margin: 30px auto 100px;
    background-image: url("images/Contact/Contact1400x579.jpg");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: cover;
   box-shadow: 5px 5px 5px gray;
}
.contact-form { /* Inner form area, contains text, textboxes, button*/
    display: block;
    width: 50%;
    margin: 0;
    padding: 1% 5% 2% 3%;

}
.contact-form h1 { /*"Contact Us" text*/
   color: #ffffff;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.15;
    text-align: left;
    padding: 7% 0 5% 0;
}
.contact-form label {
    font-size: 1em;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";;
}

#form_name {
    padding: 10px 0 0;
}
#name {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#email {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#form_email {
padding: 20px 0 0;
}
#messagesection {
padding: 20px 0 0;
}
textarea {
  margin: 10px auto; 
width: 100%;
height: 90px;
font-size: 25px;
}    
.contact-form button {
    background-color: #5A606E;
    color: white;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    width: 40%;
    height: 50px;
    margin: 0 auto;
    border: none;
    box-shadow: 3px 3px 10px black;
}
input:focus, textarea:focus {
    outline: 2px solid #57ACDC;
    box-shadow: 0 0 8px #57ACDC;
    background: #C5EDFF;
}


/*MONITOR Contact form section - END*/


/*REACH OUT BANNER - START*/
.ReachOut { /* Banner w/ Reach Out and button*/
    background: #C8C7CB;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 15px 10px;
    align-items: center;
    }
    
    .ReachOut h1 { /*"Questions?" text in banner*/
    color: #014F77;
    font-size: 1.75em;
    flex: 1 1 60%;
    margin-left:30%;
    
    }
    .ReachOut a { 
    text-decoration: none;
    font-weight: 600;  
    font-size: 1.5rem; 
    flex: 1 1 50%;
    text-align: center;
    color: white;
    margin-right:28%;
    }
    .ReachOut span { /*styling of Reach Out button*/
    background: #014F77;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px 0px black;
    border: none;
    text-align: center;
    
    }
    
    .ReachOut span:hover {
    color: #C8C7CB;
    }
    .ReachOut span:active {
    color: #C8C7CB;
    }
    /*REACH OUT BANNER - END*/






/*MONITOR footer bar - START*/


#footer_container {
    padding: 20px 30px 15px;
    color: white;
    display: block;
    background: #014F77;
    width: 100%;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer_icons {
    display: flex;
    justify-content: center;
    height: 45px;
    width: auto;
}
#footer_icons a {
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    /*make sure :hover, below selectors match any changes you make here*/
}
#footer_icons a:hover {
    background-color: #027AB7;
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    border-radius: 50%;
}
#footer_copyright {
    display: flex;
    justify-content: center;
    padding-top: 05 px;
    font-size: 1.5rem;
}
 /*MONITOR footer bar - END*/   
}
/*MONITOR SIZE - END*/























@media screen and (min-width: 621px) and (max-width: 1280px){

/*TABLET/DESKTOP Hero Image start*/
.Hero { /*Hero Image and area*/
    display: flex;
    margin: 75px auto 0;
    width: 100%;
    min-height: 400px;
    background-image: url("../images/About page/GavelTechHero1600x610.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;
    }
.Hero_text { /*Hero Image text area*/
    top: 200px;
    margin: 0 auto;
    padding: 25px;
    width: 80%;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.5) 80%, rgba(255,255,255,0) 100%);

    font-weight: 400;
    text-align: center;
    line-height: 1;
    color: white;
    text-shadow: 5px 5px 5px black;
}
.Hero_text h2 {
    padding: 0 5%;
    width: 85%;
    margin: 0 auto;
    font-size: 3.5rem;
    }
    .Hero_text p {
        width: 80%;
        margin: 0 auto;
        font-size: 2.25rem;
        flex-wrap: wrap;
        flex: 1 1 auto;
        padding-top: 20px;
    }
/*TABLET/DESKTOP Hero Image area end*/

/*TABLET/DESKTOP first text area in color banner- start*/
.intro {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.intro h1 {
    color: white;
    font-size: 3rem;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 15px 10%;
    background: #026699;
}
.intro p {
    font-size: 1.5rem;
    padding: 0;
    width: 80%;
    margin: 40px auto 20px;
}
/*TABLET/DESKTOP first text area in color banner- end*/

.h1Main { /*Blue text intro for image gallery*/
    font-size: 2rem;
    line-height: 1.25;
    height: auto;
    margin: 0 auto;
    width: 80%;
    color: #016699;
    font-weight: 800;
    text-align: center;
}

/*TABLET/DESKTOP Third row text - start*/
.secondarycontent {
    width: 80%;
    padding: 20px 0;
    margin: 20px auto;
    font-size: 1.5rem;
}
/*TABLET/DESKTOP Third row text - end*/


/* Temporary Contact Line */
.Emailtext {
    color: #016699;
    margin: 30px auto 0;
    width: 80%;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
text-align: center;
}
.Emailtext a {
    text-decoration: none;

}
/*TABLET/DESKTOP Contact form section - start*/
.contact { /* Form area (image area conataining form*/
    display: flex;
    width:80%;
    margin: 50px auto 100px;
    background-image: url("images/Contact/Contact1400x579.jpg");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: cover;
   box-shadow: 5px 5px 5px gray;

}
.contact-form { /* Inner form area, contains text, textboxes, button*/
    display: block;
    width: 50%;
    margin: 0;
    padding: 1% 5% 2% 3%;

}
.contact-form h1 { /*"Contact Us" text*/
   color: #ffffff;
    font-weight: 900;
    font-size: 1.25em;
    text-align: left;
    padding: 7% 0 5% 0;
    line-height: 1.15;
}
.contact-form label {
    font-size: 1em;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";;
}
#form_name {
    padding: 10px 0 0;
}
#name {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#email {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#form_email {
padding: 20px 0 0;
}
#messagesection {
padding: 20px 0 0;
}
textarea {
  margin: 10px auto; 
width: 100%;
height: 90px;
font-size: 25px;
}    
.contact-form button {
    background-color: #5A606E;
    color: white;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    width: 40%;
    height: 40px;
    margin: 0 auto;
    border: none;
    box-shadow: 3px 3px 10px black;
}
input:focus, textarea:focus {
    outline: 2px solid #57ACDC;
    box-shadow: 0 0 8px #57ACDC;
    background: #C5EDFF;
}


/*TABLET/DESKTOP Contact form section - end*/


.ReachOut { /* Banner w/ Reach Out and button*/
    background: #C8C7CB;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 15px 10px;
    align-items: center;
}

.ReachOut h1 { /*"Questions?" text in banner*/
    color: #014F77;
    font-size: 1.75em;
    flex: 1 1 60%;
    margin-left: 15%;

}
.ReachOut a { 
    text-decoration: none;
    font-weight: 600;  
    font-size: 1.5rem; 
    flex: 1 1 50%;
    text-align: center;
    color: white;
}
.ReachOut span { /*styling of Reach Out button*/
    background: #014F77;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px 0px black;
    border: none;
    text-align: center;

}

.ReachOut span:hover {
    color: #C8C7CB;
}
.ReachOut span:active {
    color: #C8C7CB;
}




/*TABLET/DESKTOP start of footer bar*/


#footer_container {
   padding: 20px 30px 15px;
    color: white;
    display: block;
    background: #014F77;
    width: 100%;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer_icons {
    display: flex;
    justify-content: center;
    height: 45px;
    width: auto;
}
#footer_icons a {
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    /*make sure :hover, below selectors match any changes you make here*/
}
#footer_icons a:hover {
    background-color: #027AB7;
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    border-radius: 50%;
}
#footer_copyright {
    display: flex;
    justify-content: center;
    padding-top: 05 px;
    font-size: 1.25rem;
}
/*TABLET/DESKTOP end of footer bar*/
}
/*TABLET/DESKTOP SIZE - END*/




















/*MOBILE PORTRAIT VIEW - START*/
@media screen and (max-width: 620px){

/*MOBILE portrait Hero Area - START*/
.Hero { /*Hero Image and area*/
    display: flex;
    margin: 100px auto 0;
    width: 100%;
    min-height: 300px;
    background-image: url("../images/About page/GavelTechHero900x343.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;
    }
.Hero_text { /*Hero Image text area*/
    top: 150px;
    margin: 0 auto;
    padding: 25px;
    width: 100%;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.5) 80%, rgba(255,255,255,0) 100%);

    font-weight: 400;
    text-align: center;
    line-height: 1;
    color: white;
    text-shadow: 5px 5px 5px black;

}
.Hero_text h2 {
    padding: 0 5%;
    width: 80%;
    margin: 0 auto;
    font-size: 2.5rem;
    }
    .Hero_text p {
        width: 80%;
        margin: 0 auto;
        font-size: 1.5rem;
        flex-wrap: wrap;
        flex: 1 1 auto;
        padding-top: 20px;
    }

/*MOBILE portrait Hero Area - END*/
    
/*MOBILE portrait INTRO Area - START*/
.intro {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro h1 {
    color: white;
    font-size: 1.75rem;
    font-weight: 600;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 0px 15px 30px;
    background: #026699;
}
.intro p {
    font-size: 1.5rem;
    padding: 0;
    margin: 30px auto 10px;
    width: 90%;

}

.h1Main { /*Blue text intro for image gallery*/
    font-size: 1.5rem;
    line-height: 1.25;
    height: auto;
    margin: 0 auto;
    width: 90%;
    color: #016699;
    font-weight: 800;
    text-align: center;
    
}

/*MOBILE portrait SECONDARY CONTENT - START*/    
.secondarycontent {
    width: 90%;
    margin: 40px auto;
    font-size: 1.25rem;
    }
/* Temporary contact email line */
    .Emailtext {
		color: #016699;
		margin: 20px auto;
		width: 90%;
		font-size: 1.25rem;
		font-weight: 800;
		line-height: 1.35;
		text-decoration: none;
	text-align: center;
	}
	.Emailtext a {
		text-decoration: none;
	
	}
/*MOBILE Contact form section - START*/
.contact { /* Form area (gray box w/ blue border*/
    display: flex;
    width:100%;
    margin: 0 auto 50px;
    background-image: url("images/Contact/ContactBkgd800x477.jpg");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: cover;
   box-shadow: 5px 5px 5px gray;

}
.contact-form { /* Inner form area, contains text, textboxes, button*/
    display: block;
    width: 90%;
    margin: 0;
    padding: 1% 5% 2% 3%;

}
.contact-form h1 { /*"Contact Us" text*/
   color: #ffffff;
    font-weight: 900;
    font-size: 1em;
    text-align: left;
    padding: 7% 0 5% 0;
}
.contact-form label {
    font-size: 1em;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";;
}

.contact-form { /* Inner form area, contains text, textboxes, button*/
    width: 90%;
    margin: 0 auto;

}

#form_name {
    padding: 10px 0 0;

}
#name {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#email {
    width: 100%;
    font-size: 25px;
    margin: 10px auto; 
}
#form_email {
padding: 20px 0 0;
}
#messagesection {
    padding-top: 10px;
}
textarea {
  margin: 10px auto; 
width: 100%;
height: 90px;
font-size: 25px;
}    

.contact-form button {
    background-color: #5A606E;
    color: white;
    font-family: "Arial", 'Helvetica Neue', "Helvetica", "sans-serif";
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    width: 30%;
    height: 40px;
    margin: 20px auto;
    border: none;
    box-shadow: 3px 3px 10px black;
}
input:focus, textarea:focus {
    outline: 2px solid #57ACDC;
    box-shadow: 0 0 8px #57ACDC;
    background: #C5EDFF;
}
/*MOBILE Contact form section - END*/ 


.ReachOut { /* Banner w/ Reach Out and button*/
    background: #DEDEE0;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 15px 10px;
    align-items: center;
}

.ReachOut h1 { /*"Questions?" text in banner*/
    color: #014F77;
    font-size: 1.5em;
    flex: 1 1 60%;
    margin-left: 10%;

}
.ReachOut a { 
    text-decoration: none;
    font-weight: 600;  
    font-size: 1.25rem; 
    flex: 1 1 50%;
    text-align: center;
    color: white;
}
.ReachOut span { /*styling of Reach Out button*/
    background: #014F77;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px 0px black;
    border: none;
    text-align: center;

}

.ReachOut span:hover {
    color: #C8C7CB;
}
.ReachOut span:active {
    color: #C8C7CB;
}


    
/* MOBILE FOOTER bar - START*/

#footer_container {
   padding: 20px 30px 15px;
    color: white;
    display: block;
    background: #014F77;
    width: 100%;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
#footer_icons {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 100%;
}
#footer_icons a {
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    /*make sure :hover, below selectors match any changes you make here*/
}
#footer_icons a:hover {
    background-color: #027AB7;
    height: 35px;
    width: 35px; 
    margin: 0 10px;
    border-radius: 50%;
}
#footer_copyright {
    display: block;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    text-align: center;
}
    /* MOBILE FOOTER bar - END*/

}

/* MOBILE SIZE - END*/