/* --------------- NECA Locations HANNAH RUSSELL --------- */


/*This is my gateway CSS using Eric Meyer's reset at the top of my page*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color: rgb(76, 76, 76);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*This is the beginning of my gateway CSS*/

/* --------------- HEADER --------- */

header {
	position:static;
	width: 100%;
    height: 100px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
    top: 0;
	}

.hero-wrapper {
    height: 450px;
    width: 100%;
    margin: 0 auto;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    background-image: url(images/electrical-circuit-board.svg);
}

.fist-image {
    width:450px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 0;

}

#fist-height {
    height: 450px;
}


img.logos {
    width: 180px;
    height: auto;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    }


/* --------------- END HEADER --------- */



.hover_group:hover
  {
    opacity: .5;
  }


/* --------------- FONTS --------- */
    

.white-background h1 {
    font-size: 35px;
    line-height: 1.4;
    color: black;
    font-family: 'Lora', serif;
    font-weight: 100;
    text-align: center;
    padding: 0 20px;
}

.white-background {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    resize: vertical;
    margin-top: 75px;
    width: 100%;
}

.second-h1 {
    font-style: italic; 
    color: black;
    font-size: 30px;
}

p {
    text-align: left;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .3px;
}

li {
    text-align: left;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .3px;
    margin-bottom: 7px;

}

h2 {
    font-size: 30px;
    background-color: rgb(0, 22, 75);
    width: 100%;
    line-height: 1.7;
    text-align: center;
    color: white;
    font-family: 'Lora', serif;
    font-weight: 400;
    position: static;
    margin: 0 auto;
    padding: 12px 0px 12px 0px;
}
    


h3 {
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    color: black;
    font-family: 'Lora', serif;
}

h4 {
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.6;
    font-style: bold;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    letter-spacing: .3px;
} 

label {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.6;
    letter-spacing: .3px;
    font-weight: 700;
    font-style: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

p a {
    text-decoration: none;
}

p a:hover {
    color: #2e3965 !important;
}

.web-button {
    background-color: white;
    color: #2e3965 !important;
    padding: 4px 8px;
    border: 1.5px solid #2e3965;
    animation: none;
    transition: none;
    text-decoration: none;
}

.web-button:hover {
    background-color: #2e3965;
    color: white !important;
    border: 1.5px solid white;
}

ul { 
    list-style-position: inside;
}


.fab {
    font-size: 30px;
}


#small-circuit-decoration {
    width: 250px;
    margin: 0 auto;
    display: inherit;
    padding: 15px 0;}

#icon-size {
    width: 220px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
/* --------------- END fonts --------- */







/* --------------- BEGIN Footer --------- */

footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(76, 76, 76);
}

footer a p {
    color: white;
}

footer p {
    color: white;
}

footer a p:hover {
    color: #8492c7 !important;
}


/* --------------- END Footer --------- */

/* --------------- BEGIN Media Queries --------- */

/* --------------- 1000px --------- */
@media only screen and (max-width: 1000px) {
    
.hero-wrapper {
    height: 400px;
    }
    
.fist-image {
    width: 400px !important;
}
    
#fist-height {
    height:  400px;
 }
    
.white-background h1 {
    font-size: 28px;
}

.white-background {
    height: 250px;
    margin-top: 75px;

}

.second-h1 {
    font-size: 23px;
}
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 24px;
    }
    
h4 {
    font-size: 16px;
} 

label {
    font-size: 14px;
}
    
}

/* --------------- 800px --------- */
@media only screen and (max-width: 800px) {
    
    img.logos {
    width: 140px;
    height: auto;
        padding: 20px 0;
    }
    
.hero-wrapper {
    height: 496px;
    }
    

.fist-image {
    width: 275.5px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
    
#fist-height {
    height: 270px;
    position: relative;
    display: inline-block;
    text-align: center;
 }


.white-background {
    height: 200px;
    margin-top: 25px;
    margin-bottom: 10px;
}

    label {
    font-size: 14px !important;
}
    
    #icon-size {
    width: 290px !important;
    margin: 35px 0 10px 0;
}
    
        .tab-content p {
        text-align: left !important;
    }

p {
    text-align: center;
}
    
    li {
        text-align: center;
    }
    
        h4 {
    font-size: 14px;
    text-align: center;
    }

}


/* --------------- 600px --------- */
@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    
    #logos-small {
        margin-top: -30px;
    }
    
    img.logos {
    width: 120px;
    height: auto;
    }    
    
.hero-wrapper {
    height: 496px;
    }
    

.fist-image {
    width: 275px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
    
#fist-height {
    height:  295px;
    position: relative;
    display: inline-block;
    text-align: center;
 }

    
.white-background h1 {
    font-size: 20px;
}

.white-background {
    height: 200px;
    margin-top: 25px;
}
    
#icon-size {
    width: 200px !important;
}
    
p {
    font-size: 12px;
    line-height: 1.7;
    }
    
li {
    font-size: 12px;
    line-height: 1.7;
}
    
.second-h1 {
    font-size: 18px;
}    
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h4 {
    font-size: 14px;
} 
    
    label {
    font-size: 14px !important;
    line-height: 2.0 !important;
    padding: 13px 20px !important;
}
    

    
    
}





/* --------------- END CSS of NECA Locaitons_BY HANNAH RUSSELL --------- */
