diff --git a/css/style.css b/css/style.css
index 8ff42240b81f1e4274264a5f29dc001b6369ce06..3d480912771328fb1f3f0f88087fb52afb7316d0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -56,7 +56,7 @@ main, header, footer, .container .jumbotron {
     padding:24px 30px;
 }
 
-.summary h3 {
+.summary h4 {
     margin-top:0;
 }
 
@@ -94,12 +94,12 @@ header .lead {
     border:none;
 }
 
-.jumbotron h2, .jumbotron .js-title {
+.jumbotron h3, .jumbotron .js-title {
     margin-bottom:20px;
     margin-top:0px;
 }
 
-h3.control-label {
+h4.control-label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
@@ -124,7 +124,7 @@ caption {
 }
 
 #title-form .btn-edit:focus,
-#title-form h2:hover .btn-edit,
+#title-form h3:hover .btn-edit,
 #email-form .btn-edit:focus,
 #email-form:hover .btn-edit,
 #description-form .btn-edit:focus,