diff --git a/style.css b/style.css
index 609d6e94bb8d5941417f3e5e20bfbc94eb46ea82..ae8a5e8b0c2133eac483e23fcc099a60aa266344 100644
--- a/style.css
+++ b/style.css
@@ -45,17 +45,10 @@ p,
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
-  height: 264px; /* 185 = works in both IE and Firefox,
-                    250 = good,
-                    264 = height of main background image */
+  height: 419px;
 }
 .masthead {
   background-color: white;
-  /*
-  background-repeat: no-repeat;
-  background-position: left 10px;
-  min-height: 125px;
-  */
   color: #000000;
   font-weight: bold;
   font-size: 15px;
@@ -124,11 +117,6 @@ p,
   right: 5%;
   bottom: 5%;
 }
-/* Add a border line between the top and bottom halves of the front
-   page. */
-.hero {
-  height: 419px
-}
 .homepage section.featured.media-overlay {
   display: none;
 }