/* display boxes 
* { border: 2px solid black; }
*/
.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: black; /* color of the lines */
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}


footer {
    font-size: 0.92em;
    margin-top: 50px;
    padding-top: 5px;
	margin-bottom:120px;
	padding-bottom: 10px;
    text-align: center;
	background-color: black;
    color: white;    
}

topimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

nav {
	padding-bottom: 30px;
}

.thumbnail {
	width: 50%;
	height: 50%:
}

.thumbnail.scaled {
	width: 100%;
	height: 100%:
	
}

.blog-post {
	border-bottom: 20px;
}


.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: black;
}
