header {
    height:500px;
    background: url("../img/digitaleah-banner-3.png");
    width: 100%;
    background-size: cover;
    background-position: bottom;
    position: relative;

}
.topnav a {
    float: right;
    vertical-align: text-bottom;
    color: #e8dbc3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    margin-top: 450px;
    text-shadow:
   /* Outline */
   -1px -1px 0 #000000,
   1px -1px 0 #000000,
   -1px 1px 0 #000000,
   1px 1px 0 #000000,
   -2px 0 0 #000000,
   2px 0 0 #000000,
   0 2px 0 #000000,
   0 -2px 0 #000000; /* Terminate with a semi-colon */
}
  }

h2 {
  font-family: 'Audiowide';
  color: #e8dbc3;
  font-size: 48px;
  text-shadow: 2px 2px grey;
  text-align: center;

}
h3{
  font-family: 'Audiowide';
  color: #77716d;
  text-align: center;
}
h4{

  text-align: center;
  font-family: 'Audiowide';
  color: #77716d;
}
h5{
  color: #e8dbc3;
  font-size: 25px;
  font-family: 'Century';
}
p{
  color: #77716d;

  font-family: 'Century';

}
#about{
  background-color: #e8dbc3;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  }


#services{
  background-color: #8c2110;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#services h3{
  color: #e8dbc3;
}
#services h4{
  color: #e8dbc3;
}
#reviews{
  background-color: #e8dbc3;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
#works{
  background-color: #e8dbc3;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#works p{
  padding-left: 50px;
  padding-bottom: 50px;
}
tr, td{
  padding-top: 30px;
  align-items: center;

}

td{width: 33%;
}
/*#portfolioPieces {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#portfolioPieces: hover {opacity: 0.7;}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; Full width
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);  Fallback color
    background-color: rgba(0,0,0,0.9);  Black w/ opacity
}
/* Modal Content (Image)
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
} */
#contact{
  background-color: #8c2110;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact h3{
  color: #e8dbc3;
}
#contact p{
  color: #e8dbc3;
}
.half-width {
    width: 600px;
    margin: 0 auto;
    float: left;
}
.third-width {
    width: 400px;
    margin: 0 auto;
    float: left;
    padding-bottom: 20px;
}
img{
  padding-left: 70px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 10px;
}
/*#contact-img {
    border: 12px solid #77716d;
}
