*{
   margin:0;
   padding:0;
   box-sizing: border-box;
 }
body {
 font-family: 'Roboto', sans-serif;
}
footer{
 min-height:10vh;
	background-color: #111111;
	border-color: #111111;
	border-top-width: 0px;
	padding-top: 18px;
	padding-bottom: 16px;
  color:#8c8989;
}
footer .row:last-child{
  padding:0.5rem auto 0 auto;
}
header{
 position:sticky;
 top:0;
 left:0;
 min-height:10vh;
 background:rgba(255,255,255,1);
 align-items: center;
 box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}


nav ul{
 display: grid;
 grid-gap: 0.2rem;
 grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
 list-style-type: none;
 text-align:center;
}
nav ul li{
 padding:1rem;

}
a:hover{
  color: #cc0000;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.98);
  min-width: 160px;
  top: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 0.5rem 0 1rem 0;
  display: block;
}

.dropdown-content a, li a {
  color: black;
  text-decoration: none;
}

.dropdown-content a:hover {color: #cc0000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;}
/*END NAV*/

main{
 min-height:80vh;
}
main .row > h3 {
  padding:0.8rem 0;
  font-size: 1.75rem;
}
main h3 > a {
  text-decoration: none;
  color:#000;
  font-size: 1.5rem;
}
main .row {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

main .row  > *{
 border:0px dashed rgba(255,0,0,0.5);
 flex: 1 1 300px; /*  Stretching: */
 padding:0.5rem 0;

}
main .row  > .full{
flex:initial ; /*  Stretching: */
padding: 0.2rem 0;
}
main .row  > .full:first-child{
padding: 1rem 0.8rem 0 0.8rem;
}
main .row  > .full:last-child{
padding: 0.8rem;
}
.twoCol_2080{
 display: grid;
 grid-template-columns: 20% 80%;
}
.twoCol_3060{
 display: grid;
 grid-template-columns: 30% 60%;
}
.twoCol_4555{
 display: grid;
 grid-template-columns: 45% 55%;
 align-items:center;
}
.twoCol_auto {
 display: grid;
 grid-template-columns: auto auto;
 align-items:center;
}
.half{
 display: grid;
 grid-template-columns: 50% 50%;
}
.third{
 display: grid;
 grid-template-columns: 33% 34% 33%;
}
.logo{
 width:150px;
 height:78px;
}

@media only screen and (max-width: 750px) {
  .half ul{
    margin:0;
    padding:0;
  }
  .hero h1{
  font-size:1.5rem;
  text-shadow: 2px 2px rgba(0,0,0,.8);
  }
nav {
 display:none;
}
.openNav{
  display: absolute;
  top:1rem;
  right:1.5rem;
  place-items: end;
  padding-right: 1.5rem;
  color:#fed03d;
  font-size:2.5rem;
  cursor:pointer;
}
.openNav:hover{
color: #cc0000;

}
.mobileNav{
 display:grid;
 place-items:center;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
display: grid;
align-content: baseline;
place-items: center;
}

.sidenav a {
padding: 1rem;
text-decoration: none;
font-size: 25px;
color: #000;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #cc0000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
  margin-left: 50px;
}
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}

}
@media only screen and (min-width: 750px) {
  nav{
   display:block;
   min-width:360px;
  }
.mobileNav{
display:none;
}
}
.hero{
min-height:260px;
display: grid;
place-items: center;
background:rgba(0,10,0,0.4);
}
.hero > * {

color:rgba(255,255,255,1);
display: grid;
place-items: center;
}
.center{
display: grid;
place-items: center;
text-align: center;
}
a[type="button"]{
  border: 2px #ffffff solid;

}
.row.button{

display: grid;
place-items: center;
}
.row.button.over{
 margin:-1.8rem auto 0.5rem;
}

.row.button a{
 background:rgba(0,0,0,0.95);
 color:rgba(255,255,255,0.95);
 padding:0.75rem;
 font-size:1.5rem;
 text-decoration: none;
}
.row.button a:hover{
 text-decoration: none;
background:rgba(100,100,100,1);
color:rgba(255,255,255,255.8);

}
p{
margin:0.5rem;
text-align:center;
}

.half ul{
list-style-type: none;
display: grid;
place-items: center;
align-content: space-between;

font-size: 1rem;
}
.half ul li{
padding:0.8rem;
font-weight: bold;
text-align: center;
}
.map{
height:300px;
width:100%;
}
.hero.btm{
background:url("./images/kitchen.jpg");
background-position: center center;
background-repeat: no-repeat;
text-align: center;
width:100%;
padding: 0.5rem 0;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: #eae9e9;
border-top-style: solid;
border-bottom-style: solid;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}
.hero.btm *:not(.button *) {
   font-weight: bold;
}
.hero.btm > div > * {
  padding: 0.2rem;

}
.hero.btm {
  margin-top: 1.5rem;

}
.hero p {
text-shadow: 2px 2px rgba(0,0,0,.8);
}
.hero h1{
  font-size:1.75rem;
text-shadow: 2px 2px rgba(0,0,0,.8);
}
.hero h2{
font-size:1.75rem;
padding: 0.5rem 0;
text-shadow: 2px 2px rgba(0,0,0,.5);
}
.hero h3{
font-size:1.5rem;
padding: 0.5rem 0;
text-shadow: 2px 2px rgba(0,0,0,.5);
}
.hero#heroA{
  background-image:url("./images/banner-5.jpg");
}
.hero#heroB{
  background-image:url("./images/office-and-underground.jpg");
  min-height:240px;
}
.hero#heroC{
  background-image:url("./images/custom-home-banner.jpg");
  min-height:240px;
}
.hero.top{
background-position: center center;
background-repeat: no-repeat;
text-align: center;
width:100%;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: #eae9e9;
border-top-style: solid;
border-bottom-style: solid;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.hero.about{
min-height:150px;
background-color: #890000;
text-align: center;
width:100%;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: #eae9e9;
border-top-style: solid;
border-bottom-style: solid;

}

#map{
width:100%;
height:100%;
display: grid;
place-items: center;
}

.photo-grid {
  display: grid;
  gap: 1rem;
  padding:2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 260px;
}
.photo-grid .card{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
/* Medium screens */
@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.9);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
hr {
  border: 1px solid #fed03d;
  width:50%;
  margin:0.5rem auto;
  box-shadow: 1px 1px rgba(0,0,0,0.1);
}
