/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* end of css reset */ 

/* 
// <uniquifier>: Use a uniquifier for the class name

.red-hat display-<uniquifier> {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*/ 
/* hex colors:
 #CFCFCF - Background Grey
 #262626 - Text color
 
 #2E2E2E - Text color with blue
 #000030 - background blue
*/


footer{
    font-style: italic;
    font-size: 10px;
}
header {
    display: grid;
    background-color: rgb(239, 239, 239);
    height: 100px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: rgba(0, 0, 0, 0.641) 0 5px 6px;
    z-index: 40;
}

.header1 {
    height: inherit;
    grid-row: 1/2;
    grid-column: 1/3;
    z-index: inherit;
}

.header2 {
    height: inherit;
    grid-row: 1/2;
    grid-column: 3/4;
    z-index: inherit;
}

#logo {
    display: block;
    height: 90px;
    width: auto;
    margin: 5px 30px auto auto;
    z-index: inherit;
}

ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 25px auto auto 5px;
    width: 80%;
    z-index: inherit;
}

a, a:active, a:visited, a:link {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: black;
    font-size: 40px;
    z-index: inherit;
}

.heroimage {
    display: block;
    margin: 0;
    width: 100%;
    height: 450px;
    z-index: 0;
    background-image: url(images/home/YukanWaterPlant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -450px;
}

.heroimageabout {
    display: block;
    margin: 0;
    width: 100%;
    height: 450px;
    z-index: 0;
    background-image: url(images/home/UgandaNaturalGasPlant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -200px;
}

.heroimageproducts {
    display: block;
    margin: 0;
    width: 100%;
    height: 450px;
    z-index: 0;
    background-image: url(images/products/SAM-Mechanical.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -300px;
}

.heroimagecover {
    display: block;
    width: inherit;
    height: inherit;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),rgb(26, 26, 26));
}

.textoverlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 60px;
}

.body {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(26, 26, 26);
    padding: 20px 0;
    margin: 0;
}

p {
    width: auto;
    height: auto;
    color: rgb(239, 239, 239);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 70px;
    width: inherit;
    text-align: center;
}

h2 {
    font-size: 70px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(239, 239, 239);
    line-height: 110px;
    margin: auto;
    text-align: center;
}

hr {
    width: 1000px;
    border: white 1px solid;
    margin: auto;
}

.bodyimage {
    display: block;
    width: 800px;
    height: auto;
    margin: 20px auto;
}

footer {
    background-color: rgb(239, 239, 239);
    padding: 20px 0;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.founders {
    display: grid;
    margin: auto;
    margin-bottom: 90px;
    width: 80%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.founderphoto {
    display: block;
    width: 400px;
    height: 400px;
    margin: 20px auto;
}

#photo1 {
    grid-row: 1/2;
    grid-column: 1/2;
}

#photo2 {
    grid-row: 1/2;
    grid-column: 2/3;
}

.foundertitle {
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(239, 239, 239);
    line-height: 60px;
    margin: auto;
    text-align: center;
}

.about {
    display: block;
    width: auto;
    height: auto;
    margin: 50px auto;
    color: rgb(239, 239, 239);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 40px;
    width: inherit;
    text-align: center;
    font-weight: bold;
}



