]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/css/style.css
Styled the other sections.
[ipfire.org.git] / static / css / style.css
index a285f697a212398de54fa66ffff207910b33c54d..df98d55af16bb09731177da4a439f2498a12f8ba 100644 (file)
@@ -268,7 +268,7 @@ blockquote {
   margin: 0 0 1rem; }
 
 a {
-  color: #263238;
+  color: #b71c1c;
   text-decoration: none; }
   a:focus, a:hover {
     color: #014c8c;
@@ -382,25 +382,25 @@ h1, h2, h3, h4, h5, h6,
   color: inherit; }
 
 h1, .h1 {
-  font-size: 3rem; }
+  font-size: 2.25rem; }
 
 h2, .h2 {
-  font-size: 2.5rem; }
+  font-size: 2rem; }
 
 h3, .h3 {
-  font-size: 2.25rem; }
+  font-size: 1.5rem; }
 
 h4, .h4 {
-  font-size: 2rem; }
+  font-size: 1.25rem; }
 
 h5, .h5 {
-  font-size: 1.5rem; }
+  font-size: 1rem; }
 
 h6, .h6 {
-  font-size: 1.25rem; }
+  font-size: 0.75rem; }
 
 .lead {
-  font-size: 1.25rem;
+  font-size: 1.5rem;
   font-weight: 300; }
 
 .display-1 {
@@ -409,12 +409,12 @@ h6, .h6 {
   line-height: 1.1; }
 
 .display-2 {
-  font-size: 5.5rem;
+  font-size: 3rem;
   font-weight: 300;
   line-height: 1.1; }
 
 .display-3 {
-  font-size: 4.5rem;
+  font-size: 2.25rem;
   font-weight: 300;
   line-height: 1.1; }
 
@@ -424,8 +424,8 @@ h6, .h6 {
   line-height: 1.1; }
 
 hr {
-  margin-top: 1rem;
-  margin-bottom: 1rem;
+  margin-top: 1.5rem;
+  margin-bottom: 1.5rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1); }
 
@@ -500,7 +500,7 @@ mark,
   display: inline-block; }
 
 .figure-img {
-  margin-bottom: 0.5rem;
+  margin-bottom: 0.75rem;
   line-height: 1; }
 
 .figure-caption {
@@ -1455,11 +1455,11 @@ fieldset[disabled] a.btn {
   pointer-events: none; }
 
 .btn-primary {
-  color: #b71c1c;
+  color: #fff;
   background-color: #b71c1c;
   border-color: #b71c1c; }
   .btn-primary:hover {
-    color: #b71c1c;
+    color: #fff;
     background-color: #8b1515;
     border-color: #821414; }
   .btn-primary:focus, .btn-primary.focus {
@@ -1469,7 +1469,7 @@ fieldset[disabled] a.btn {
     border-color: #b71c1c; }
   .btn-primary:active, .btn-primary.active,
   .show > .btn-primary.dropdown-toggle {
-    color: #b71c1c;
+    color: #fff;
     background-color: #8b1515;
     background-image: none;
     border-color: #821414; }
@@ -1696,7 +1696,7 @@ fieldset[disabled] a.btn {
 
 .btn-link {
   font-weight: normal;
-  color: #263238;
+  color: #b71c1c;
   border-radius: 0; }
   .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
     background-color: transparent; }
@@ -1803,7 +1803,7 @@ tbody.collapse.show {
 
 .dropdown-divider {
   height: 1px;
-  margin: 0.5rem 0;
+  margin: 0.75rem 0;
   overflow: hidden;
   background-color: #eceeef; }
 
@@ -2365,13 +2365,13 @@ tbody.collapse.show {
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
-  padding: 0.5rem 1rem; }
+  padding: 1.5rem 1.5rem; }
 
 .navbar-brand {
   display: inline-block;
   padding-top: .25rem;
   padding-bottom: .25rem;
-  margin-right: 1rem;
+  margin-right: 1.5rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap; }
@@ -2421,11 +2421,11 @@ tbody.collapse.show {
 
 .navbar-toggler-left {
   position: absolute;
-  left: 1rem; }
+  left: 1.5rem; }
 
 .navbar-toggler-right {
   position: absolute;
-  right: 1rem; }
+  right: 1.5rem; }
 
 @media (max-width: 575px) {
   .navbar-toggleable .navbar-nav .dropdown-menu {
@@ -4149,119 +4149,142 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   margin-bottom: 0 !important; }
 
 .m-1 {
-  margin: 0.25rem 0.25rem !important; }
+  margin: 0.375rem 0.375rem !important; }
 
 .mt-1 {
-  margin-top: 0.25rem !important; }
+  margin-top: 0.375rem !important; }
 
 .mr-1 {
-  margin-right: 0.25rem !important; }
+  margin-right: 0.375rem !important; }
 
 .mb-1 {
-  margin-bottom: 0.25rem !important; }
+  margin-bottom: 0.375rem !important; }
 
 .ml-1 {
-  margin-left: 0.25rem !important; }
+  margin-left: 0.375rem !important; }
 
 .mx-1 {
-  margin-right: 0.25rem !important;
-  margin-left: 0.25rem !important; }
+  margin-right: 0.375rem !important;
+  margin-left: 0.375rem !important; }
 
 .my-1 {
-  margin-top: 0.25rem !important;
-  margin-bottom: 0.25rem !important; }
+  margin-top: 0.375rem !important;
+  margin-bottom: 0.375rem !important; }
 
 .m-2 {
-  margin: 0.5rem 0.5rem !important; }
+  margin: 0.75rem 0.75rem !important; }
 
 .mt-2 {
-  margin-top: 0.5rem !important; }
+  margin-top: 0.75rem !important; }
 
 .mr-2 {
-  margin-right: 0.5rem !important; }
+  margin-right: 0.75rem !important; }
 
 .mb-2 {
-  margin-bottom: 0.5rem !important; }
+  margin-bottom: 0.75rem !important; }
 
 .ml-2 {
-  margin-left: 0.5rem !important; }
+  margin-left: 0.75rem !important; }
 
 .mx-2 {
-  margin-right: 0.5rem !important;
-  margin-left: 0.5rem !important; }
+  margin-right: 0.75rem !important;
+  margin-left: 0.75rem !important; }
 
 .my-2 {
-  margin-top: 0.5rem !important;
-  margin-bottom: 0.5rem !important; }
+  margin-top: 0.75rem !important;
+  margin-bottom: 0.75rem !important; }
 
 .m-3 {
-  margin: 1rem 1rem !important; }
+  margin: 1.5rem 1.5rem !important; }
 
 .mt-3 {
-  margin-top: 1rem !important; }
+  margin-top: 1.5rem !important; }
 
 .mr-3 {
-  margin-right: 1rem !important; }
+  margin-right: 1.5rem !important; }
 
 .mb-3 {
-  margin-bottom: 1rem !important; }
+  margin-bottom: 1.5rem !important; }
 
 .ml-3 {
-  margin-left: 1rem !important; }
+  margin-left: 1.5rem !important; }
 
 .mx-3 {
-  margin-right: 1rem !important;
-  margin-left: 1rem !important; }
+  margin-right: 1.5rem !important;
+  margin-left: 1.5rem !important; }
 
 .my-3 {
-  margin-top: 1rem !important;
-  margin-bottom: 1rem !important; }
+  margin-top: 1.5rem !important;
+  margin-bottom: 1.5rem !important; }
 
 .m-4 {
-  margin: 1.5rem 1.5rem !important; }
+  margin: 2.25rem 2.25rem !important; }
 
 .mt-4 {
-  margin-top: 1.5rem !important; }
+  margin-top: 2.25rem !important; }
 
 .mr-4 {
-  margin-right: 1.5rem !important; }
+  margin-right: 2.25rem !important; }
 
 .mb-4 {
-  margin-bottom: 1.5rem !important; }
+  margin-bottom: 2.25rem !important; }
 
 .ml-4 {
-  margin-left: 1.5rem !important; }
+  margin-left: 2.25rem !important; }
 
 .mx-4 {
-  margin-right: 1.5rem !important;
-  margin-left: 1.5rem !important; }
+  margin-right: 2.25rem !important;
+  margin-left: 2.25rem !important; }
 
 .my-4 {
-  margin-top: 1.5rem !important;
-  margin-bottom: 1.5rem !important; }
+  margin-top: 2.25rem !important;
+  margin-bottom: 2.25rem !important; }
 
 .m-5 {
-  margin: 3rem 3rem !important; }
+  margin: 4.5rem 4.5rem !important; }
 
 .mt-5 {
-  margin-top: 3rem !important; }
+  margin-top: 4.5rem !important; }
 
 .mr-5 {
-  margin-right: 3rem !important; }
+  margin-right: 4.5rem !important; }
 
 .mb-5 {
-  margin-bottom: 3rem !important; }
+  margin-bottom: 4.5rem !important; }
 
 .ml-5 {
-  margin-left: 3rem !important; }
+  margin-left: 4.5rem !important; }
 
 .mx-5 {
-  margin-right: 3rem !important;
-  margin-left: 3rem !important; }
+  margin-right: 4.5rem !important;
+  margin-left: 4.5rem !important; }
 
 .my-5 {
-  margin-top: 3rem !important;
-  margin-bottom: 3rem !important; }
+  margin-top: 4.5rem !important;
+  margin-bottom: 4.5rem !important; }
+
+.m-6 {
+  margin: 6rem 6rem !important; }
+
+.mt-6 {
+  margin-top: 6rem !important; }
+
+.mr-6 {
+  margin-right: 6rem !important; }
+
+.mb-6 {
+  margin-bottom: 6rem !important; }
+
+.ml-6 {
+  margin-left: 6rem !important; }
+
+.mx-6 {
+  margin-right: 6rem !important;
+  margin-left: 6rem !important; }
+
+.my-6 {
+  margin-top: 6rem !important;
+  margin-bottom: 6rem !important; }
 
 .p-0 {
   padding: 0 0 !important; }
@@ -4287,119 +4310,142 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   padding-bottom: 0 !important; }
 
 .p-1 {
-  padding: 0.25rem 0.25rem !important; }
+  padding: 0.375rem 0.375rem !important; }
 
 .pt-1 {
-  padding-top: 0.25rem !important; }
+  padding-top: 0.375rem !important; }
 
 .pr-1 {
-  padding-right: 0.25rem !important; }
+  padding-right: 0.375rem !important; }
 
 .pb-1 {
-  padding-bottom: 0.25rem !important; }
+  padding-bottom: 0.375rem !important; }
 
 .pl-1 {
-  padding-left: 0.25rem !important; }
+  padding-left: 0.375rem !important; }
 
 .px-1 {
-  padding-right: 0.25rem !important;
-  padding-left: 0.25rem !important; }
+  padding-right: 0.375rem !important;
+  padding-left: 0.375rem !important; }
 
 .py-1 {
-  padding-top: 0.25rem !important;
-  padding-bottom: 0.25rem !important; }
+  padding-top: 0.375rem !important;
+  padding-bottom: 0.375rem !important; }
 
 .p-2 {
-  padding: 0.5rem 0.5rem !important; }
+  padding: 0.75rem 0.75rem !important; }
 
 .pt-2 {
-  padding-top: 0.5rem !important; }
+  padding-top: 0.75rem !important; }
 
 .pr-2 {
-  padding-right: 0.5rem !important; }
+  padding-right: 0.75rem !important; }
 
 .pb-2 {
-  padding-bottom: 0.5rem !important; }
+  padding-bottom: 0.75rem !important; }
 
 .pl-2 {
-  padding-left: 0.5rem !important; }
+  padding-left: 0.75rem !important; }
 
 .px-2 {
-  padding-right: 0.5rem !important;
-  padding-left: 0.5rem !important; }
+  padding-right: 0.75rem !important;
+  padding-left: 0.75rem !important; }
 
 .py-2 {
-  padding-top: 0.5rem !important;
-  padding-bottom: 0.5rem !important; }
+  padding-top: 0.75rem !important;
+  padding-bottom: 0.75rem !important; }
 
 .p-3 {
-  padding: 1rem 1rem !important; }
+  padding: 1.5rem 1.5rem !important; }
 
 .pt-3 {
-  padding-top: 1rem !important; }
+  padding-top: 1.5rem !important; }
 
 .pr-3 {
-  padding-right: 1rem !important; }
+  padding-right: 1.5rem !important; }
 
 .pb-3 {
-  padding-bottom: 1rem !important; }
+  padding-bottom: 1.5rem !important; }
 
 .pl-3 {
-  padding-left: 1rem !important; }
+  padding-left: 1.5rem !important; }
 
 .px-3 {
-  padding-right: 1rem !important;
-  padding-left: 1rem !important; }
+  padding-right: 1.5rem !important;
+  padding-left: 1.5rem !important; }
 
 .py-3 {
-  padding-top: 1rem !important;
-  padding-bottom: 1rem !important; }
+  padding-top: 1.5rem !important;
+  padding-bottom: 1.5rem !important; }
 
 .p-4 {
-  padding: 1.5rem 1.5rem !important; }
+  padding: 2.25rem 2.25rem !important; }
 
 .pt-4 {
-  padding-top: 1.5rem !important; }
+  padding-top: 2.25rem !important; }
 
 .pr-4 {
-  padding-right: 1.5rem !important; }
+  padding-right: 2.25rem !important; }
 
 .pb-4 {
-  padding-bottom: 1.5rem !important; }
+  padding-bottom: 2.25rem !important; }
 
 .pl-4 {
-  padding-left: 1.5rem !important; }
+  padding-left: 2.25rem !important; }
 
 .px-4 {
-  padding-right: 1.5rem !important;
-  padding-left: 1.5rem !important; }
+  padding-right: 2.25rem !important;
+  padding-left: 2.25rem !important; }
 
 .py-4 {
-  padding-top: 1.5rem !important;
-  padding-bottom: 1.5rem !important; }
+  padding-top: 2.25rem !important;
+  padding-bottom: 2.25rem !important; }
 
 .p-5 {
-  padding: 3rem 3rem !important; }
+  padding: 4.5rem 4.5rem !important; }
 
 .pt-5 {
-  padding-top: 3rem !important; }
+  padding-top: 4.5rem !important; }
 
 .pr-5 {
-  padding-right: 3rem !important; }
+  padding-right: 4.5rem !important; }
 
 .pb-5 {
-  padding-bottom: 3rem !important; }
+  padding-bottom: 4.5rem !important; }
 
 .pl-5 {
-  padding-left: 3rem !important; }
+  padding-left: 4.5rem !important; }
 
 .px-5 {
-  padding-right: 3rem !important;
-  padding-left: 3rem !important; }
+  padding-right: 4.5rem !important;
+  padding-left: 4.5rem !important; }
 
 .py-5 {
-  padding-top: 3rem !important;
-  padding-bottom: 3rem !important; }
+  padding-top: 4.5rem !important;
+  padding-bottom: 4.5rem !important; }
+
+.p-6 {
+  padding: 6rem 6rem !important; }
+
+.pt-6 {
+  padding-top: 6rem !important; }
+
+.pr-6 {
+  padding-right: 6rem !important; }
+
+.pb-6 {
+  padding-bottom: 6rem !important; }
+
+.pl-6 {
+  padding-left: 6rem !important; }
+
+.px-6 {
+  padding-right: 6rem !important;
+  padding-left: 6rem !important; }
+
+.py-6 {
+  padding-top: 6rem !important;
+  padding-bottom: 6rem !important; }
 
 .m-auto {
   margin: auto !important; }
@@ -4442,85 +4488,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-sm-1 {
-    margin: 0.25rem 0.25rem !important; }
+    margin: 0.375rem 0.375rem !important; }
   .mt-sm-1 {
-    margin-top: 0.25rem !important; }
+    margin-top: 0.375rem !important; }
   .mr-sm-1 {
-    margin-right: 0.25rem !important; }
+    margin-right: 0.375rem !important; }
   .mb-sm-1 {
-    margin-bottom: 0.25rem !important; }
+    margin-bottom: 0.375rem !important; }
   .ml-sm-1 {
-    margin-left: 0.25rem !important; }
+    margin-left: 0.375rem !important; }
   .mx-sm-1 {
-    margin-right: 0.25rem !important;
-    margin-left: 0.25rem !important; }
+    margin-right: 0.375rem !important;
+    margin-left: 0.375rem !important; }
   .my-sm-1 {
-    margin-top: 0.25rem !important;
-    margin-bottom: 0.25rem !important; }
+    margin-top: 0.375rem !important;
+    margin-bottom: 0.375rem !important; }
   .m-sm-2 {
-    margin: 0.5rem 0.5rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-sm-2 {
-    margin-top: 0.5rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-sm-2 {
-    margin-right: 0.5rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-sm-2 {
-    margin-bottom: 0.5rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-sm-2 {
-    margin-left: 0.5rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-sm-2 {
-    margin-right: 0.5rem !important;
-    margin-left: 0.5rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-sm-2 {
-    margin-top: 0.5rem !important;
-    margin-bottom: 0.5rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-sm-3 {
-    margin: 1rem 1rem !important; }
+    margin: 1.5rem 1.5rem !important; }
   .mt-sm-3 {
-    margin-top: 1rem !important; }
+    margin-top: 1.5rem !important; }
   .mr-sm-3 {
-    margin-right: 1rem !important; }
+    margin-right: 1.5rem !important; }
   .mb-sm-3 {
-    margin-bottom: 1rem !important; }
+    margin-bottom: 1.5rem !important; }
   .ml-sm-3 {
-    margin-left: 1rem !important; }
+    margin-left: 1.5rem !important; }
   .mx-sm-3 {
-    margin-right: 1rem !important;
-    margin-left: 1rem !important; }
+    margin-right: 1.5rem !important;
+    margin-left: 1.5rem !important; }
   .my-sm-3 {
-    margin-top: 1rem !important;
-    margin-bottom: 1rem !important; }
+    margin-top: 1.5rem !important;
+    margin-bottom: 1.5rem !important; }
   .m-sm-4 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 2.25rem 2.25rem !important; }
   .mt-sm-4 {
-    margin-top: 1.5rem !important; }
+    margin-top: 2.25rem !important; }
   .mr-sm-4 {
-    margin-right: 1.5rem !important; }
+    margin-right: 2.25rem !important; }
   .mb-sm-4 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 2.25rem !important; }
   .ml-sm-4 {
-    margin-left: 1.5rem !important; }
+    margin-left: 2.25rem !important; }
   .mx-sm-4 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 2.25rem !important;
+    margin-left: 2.25rem !important; }
   .my-sm-4 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 2.25rem !important;
+    margin-bottom: 2.25rem !important; }
   .m-sm-5 {
-    margin: 3rem 3rem !important; }
+    margin: 4.5rem 4.5rem !important; }
   .mt-sm-5 {
-    margin-top: 3rem !important; }
+    margin-top: 4.5rem !important; }
   .mr-sm-5 {
-    margin-right: 3rem !important; }
+    margin-right: 4.5rem !important; }
   .mb-sm-5 {
-    margin-bottom: 3rem !important; }
+    margin-bottom: 4.5rem !important; }
   .ml-sm-5 {
-    margin-left: 3rem !important; }
+    margin-left: 4.5rem !important; }
   .mx-sm-5 {
-    margin-right: 3rem !important;
-    margin-left: 3rem !important; }
+    margin-right: 4.5rem !important;
+    margin-left: 4.5rem !important; }
   .my-sm-5 {
-    margin-top: 3rem !important;
-    margin-bottom: 3rem !important; }
+    margin-top: 4.5rem !important;
+    margin-bottom: 4.5rem !important; }
+  .m-sm-6 {
+    margin: 6rem 6rem !important; }
+  .mt-sm-6 {
+    margin-top: 6rem !important; }
+  .mr-sm-6 {
+    margin-right: 6rem !important; }
+  .mb-sm-6 {
+    margin-bottom: 6rem !important; }
+  .ml-sm-6 {
+    margin-left: 6rem !important; }
+  .mx-sm-6 {
+    margin-right: 6rem !important;
+    margin-left: 6rem !important; }
+  .my-sm-6 {
+    margin-top: 6rem !important;
+    margin-bottom: 6rem !important; }
   .p-sm-0 {
     padding: 0 0 !important; }
   .pt-sm-0 {
@@ -4538,85 +4600,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-sm-1 {
-    padding: 0.25rem 0.25rem !important; }
+    padding: 0.375rem 0.375rem !important; }
   .pt-sm-1 {
-    padding-top: 0.25rem !important; }
+    padding-top: 0.375rem !important; }
   .pr-sm-1 {
-    padding-right: 0.25rem !important; }
+    padding-right: 0.375rem !important; }
   .pb-sm-1 {
-    padding-bottom: 0.25rem !important; }
+    padding-bottom: 0.375rem !important; }
   .pl-sm-1 {
-    padding-left: 0.25rem !important; }
+    padding-left: 0.375rem !important; }
   .px-sm-1 {
-    padding-right: 0.25rem !important;
-    padding-left: 0.25rem !important; }
+    padding-right: 0.375rem !important;
+    padding-left: 0.375rem !important; }
   .py-sm-1 {
-    padding-top: 0.25rem !important;
-    padding-bottom: 0.25rem !important; }
+    padding-top: 0.375rem !important;
+    padding-bottom: 0.375rem !important; }
   .p-sm-2 {
-    padding: 0.5rem 0.5rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-sm-2 {
-    padding-top: 0.5rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-sm-2 {
-    padding-right: 0.5rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-sm-2 {
-    padding-bottom: 0.5rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-sm-2 {
-    padding-left: 0.5rem !important; }
+    padding-left: 0.75rem !important; }
   .px-sm-2 {
-    padding-right: 0.5rem !important;
-    padding-left: 0.5rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-sm-2 {
-    padding-top: 0.5rem !important;
-    padding-bottom: 0.5rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-sm-3 {
-    padding: 1rem 1rem !important; }
+    padding: 1.5rem 1.5rem !important; }
   .pt-sm-3 {
-    padding-top: 1rem !important; }
+    padding-top: 1.5rem !important; }
   .pr-sm-3 {
-    padding-right: 1rem !important; }
+    padding-right: 1.5rem !important; }
   .pb-sm-3 {
-    padding-bottom: 1rem !important; }
+    padding-bottom: 1.5rem !important; }
   .pl-sm-3 {
-    padding-left: 1rem !important; }
+    padding-left: 1.5rem !important; }
   .px-sm-3 {
-    padding-right: 1rem !important;
-    padding-left: 1rem !important; }
+    padding-right: 1.5rem !important;
+    padding-left: 1.5rem !important; }
   .py-sm-3 {
-    padding-top: 1rem !important;
-    padding-bottom: 1rem !important; }
+    padding-top: 1.5rem !important;
+    padding-bottom: 1.5rem !important; }
   .p-sm-4 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 2.25rem 2.25rem !important; }
   .pt-sm-4 {
-    padding-top: 1.5rem !important; }
+    padding-top: 2.25rem !important; }
   .pr-sm-4 {
-    padding-right: 1.5rem !important; }
+    padding-right: 2.25rem !important; }
   .pb-sm-4 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 2.25rem !important; }
   .pl-sm-4 {
-    padding-left: 1.5rem !important; }
+    padding-left: 2.25rem !important; }
   .px-sm-4 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 2.25rem !important;
+    padding-left: 2.25rem !important; }
   .py-sm-4 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 2.25rem !important;
+    padding-bottom: 2.25rem !important; }
   .p-sm-5 {
-    padding: 3rem 3rem !important; }
+    padding: 4.5rem 4.5rem !important; }
   .pt-sm-5 {
-    padding-top: 3rem !important; }
+    padding-top: 4.5rem !important; }
   .pr-sm-5 {
-    padding-right: 3rem !important; }
+    padding-right: 4.5rem !important; }
   .pb-sm-5 {
-    padding-bottom: 3rem !important; }
+    padding-bottom: 4.5rem !important; }
   .pl-sm-5 {
-    padding-left: 3rem !important; }
+    padding-left: 4.5rem !important; }
   .px-sm-5 {
-    padding-right: 3rem !important;
-    padding-left: 3rem !important; }
+    padding-right: 4.5rem !important;
+    padding-left: 4.5rem !important; }
   .py-sm-5 {
-    padding-top: 3rem !important;
-    padding-bottom: 3rem !important; }
+    padding-top: 4.5rem !important;
+    padding-bottom: 4.5rem !important; }
+  .p-sm-6 {
+    padding: 6rem 6rem !important; }
+  .pt-sm-6 {
+    padding-top: 6rem !important; }
+  .pr-sm-6 {
+    padding-right: 6rem !important; }
+  .pb-sm-6 {
+    padding-bottom: 6rem !important; }
+  .pl-sm-6 {
+    padding-left: 6rem !important; }
+  .px-sm-6 {
+    padding-right: 6rem !important;
+    padding-left: 6rem !important; }
+  .py-sm-6 {
+    padding-top: 6rem !important;
+    padding-bottom: 6rem !important; }
   .m-sm-auto {
     margin: auto !important; }
   .mt-sm-auto {
@@ -4652,85 +4730,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-md-1 {
-    margin: 0.25rem 0.25rem !important; }
+    margin: 0.375rem 0.375rem !important; }
   .mt-md-1 {
-    margin-top: 0.25rem !important; }
+    margin-top: 0.375rem !important; }
   .mr-md-1 {
-    margin-right: 0.25rem !important; }
+    margin-right: 0.375rem !important; }
   .mb-md-1 {
-    margin-bottom: 0.25rem !important; }
+    margin-bottom: 0.375rem !important; }
   .ml-md-1 {
-    margin-left: 0.25rem !important; }
+    margin-left: 0.375rem !important; }
   .mx-md-1 {
-    margin-right: 0.25rem !important;
-    margin-left: 0.25rem !important; }
+    margin-right: 0.375rem !important;
+    margin-left: 0.375rem !important; }
   .my-md-1 {
-    margin-top: 0.25rem !important;
-    margin-bottom: 0.25rem !important; }
+    margin-top: 0.375rem !important;
+    margin-bottom: 0.375rem !important; }
   .m-md-2 {
-    margin: 0.5rem 0.5rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-md-2 {
-    margin-top: 0.5rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-md-2 {
-    margin-right: 0.5rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-md-2 {
-    margin-bottom: 0.5rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-md-2 {
-    margin-left: 0.5rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-md-2 {
-    margin-right: 0.5rem !important;
-    margin-left: 0.5rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-md-2 {
-    margin-top: 0.5rem !important;
-    margin-bottom: 0.5rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-md-3 {
-    margin: 1rem 1rem !important; }
+    margin: 1.5rem 1.5rem !important; }
   .mt-md-3 {
-    margin-top: 1rem !important; }
+    margin-top: 1.5rem !important; }
   .mr-md-3 {
-    margin-right: 1rem !important; }
+    margin-right: 1.5rem !important; }
   .mb-md-3 {
-    margin-bottom: 1rem !important; }
+    margin-bottom: 1.5rem !important; }
   .ml-md-3 {
-    margin-left: 1rem !important; }
+    margin-left: 1.5rem !important; }
   .mx-md-3 {
-    margin-right: 1rem !important;
-    margin-left: 1rem !important; }
+    margin-right: 1.5rem !important;
+    margin-left: 1.5rem !important; }
   .my-md-3 {
-    margin-top: 1rem !important;
-    margin-bottom: 1rem !important; }
+    margin-top: 1.5rem !important;
+    margin-bottom: 1.5rem !important; }
   .m-md-4 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 2.25rem 2.25rem !important; }
   .mt-md-4 {
-    margin-top: 1.5rem !important; }
+    margin-top: 2.25rem !important; }
   .mr-md-4 {
-    margin-right: 1.5rem !important; }
+    margin-right: 2.25rem !important; }
   .mb-md-4 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 2.25rem !important; }
   .ml-md-4 {
-    margin-left: 1.5rem !important; }
+    margin-left: 2.25rem !important; }
   .mx-md-4 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 2.25rem !important;
+    margin-left: 2.25rem !important; }
   .my-md-4 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 2.25rem !important;
+    margin-bottom: 2.25rem !important; }
   .m-md-5 {
-    margin: 3rem 3rem !important; }
+    margin: 4.5rem 4.5rem !important; }
   .mt-md-5 {
-    margin-top: 3rem !important; }
+    margin-top: 4.5rem !important; }
   .mr-md-5 {
-    margin-right: 3rem !important; }
+    margin-right: 4.5rem !important; }
   .mb-md-5 {
-    margin-bottom: 3rem !important; }
+    margin-bottom: 4.5rem !important; }
   .ml-md-5 {
-    margin-left: 3rem !important; }
+    margin-left: 4.5rem !important; }
   .mx-md-5 {
-    margin-right: 3rem !important;
-    margin-left: 3rem !important; }
+    margin-right: 4.5rem !important;
+    margin-left: 4.5rem !important; }
   .my-md-5 {
-    margin-top: 3rem !important;
-    margin-bottom: 3rem !important; }
+    margin-top: 4.5rem !important;
+    margin-bottom: 4.5rem !important; }
+  .m-md-6 {
+    margin: 6rem 6rem !important; }
+  .mt-md-6 {
+    margin-top: 6rem !important; }
+  .mr-md-6 {
+    margin-right: 6rem !important; }
+  .mb-md-6 {
+    margin-bottom: 6rem !important; }
+  .ml-md-6 {
+    margin-left: 6rem !important; }
+  .mx-md-6 {
+    margin-right: 6rem !important;
+    margin-left: 6rem !important; }
+  .my-md-6 {
+    margin-top: 6rem !important;
+    margin-bottom: 6rem !important; }
   .p-md-0 {
     padding: 0 0 !important; }
   .pt-md-0 {
@@ -4748,85 +4842,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-md-1 {
-    padding: 0.25rem 0.25rem !important; }
+    padding: 0.375rem 0.375rem !important; }
   .pt-md-1 {
-    padding-top: 0.25rem !important; }
+    padding-top: 0.375rem !important; }
   .pr-md-1 {
-    padding-right: 0.25rem !important; }
+    padding-right: 0.375rem !important; }
   .pb-md-1 {
-    padding-bottom: 0.25rem !important; }
+    padding-bottom: 0.375rem !important; }
   .pl-md-1 {
-    padding-left: 0.25rem !important; }
+    padding-left: 0.375rem !important; }
   .px-md-1 {
-    padding-right: 0.25rem !important;
-    padding-left: 0.25rem !important; }
+    padding-right: 0.375rem !important;
+    padding-left: 0.375rem !important; }
   .py-md-1 {
-    padding-top: 0.25rem !important;
-    padding-bottom: 0.25rem !important; }
+    padding-top: 0.375rem !important;
+    padding-bottom: 0.375rem !important; }
   .p-md-2 {
-    padding: 0.5rem 0.5rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-md-2 {
-    padding-top: 0.5rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-md-2 {
-    padding-right: 0.5rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-md-2 {
-    padding-bottom: 0.5rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-md-2 {
-    padding-left: 0.5rem !important; }
+    padding-left: 0.75rem !important; }
   .px-md-2 {
-    padding-right: 0.5rem !important;
-    padding-left: 0.5rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-md-2 {
-    padding-top: 0.5rem !important;
-    padding-bottom: 0.5rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-md-3 {
-    padding: 1rem 1rem !important; }
+    padding: 1.5rem 1.5rem !important; }
   .pt-md-3 {
-    padding-top: 1rem !important; }
+    padding-top: 1.5rem !important; }
   .pr-md-3 {
-    padding-right: 1rem !important; }
+    padding-right: 1.5rem !important; }
   .pb-md-3 {
-    padding-bottom: 1rem !important; }
+    padding-bottom: 1.5rem !important; }
   .pl-md-3 {
-    padding-left: 1rem !important; }
+    padding-left: 1.5rem !important; }
   .px-md-3 {
-    padding-right: 1rem !important;
-    padding-left: 1rem !important; }
+    padding-right: 1.5rem !important;
+    padding-left: 1.5rem !important; }
   .py-md-3 {
-    padding-top: 1rem !important;
-    padding-bottom: 1rem !important; }
+    padding-top: 1.5rem !important;
+    padding-bottom: 1.5rem !important; }
   .p-md-4 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 2.25rem 2.25rem !important; }
   .pt-md-4 {
-    padding-top: 1.5rem !important; }
+    padding-top: 2.25rem !important; }
   .pr-md-4 {
-    padding-right: 1.5rem !important; }
+    padding-right: 2.25rem !important; }
   .pb-md-4 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 2.25rem !important; }
   .pl-md-4 {
-    padding-left: 1.5rem !important; }
+    padding-left: 2.25rem !important; }
   .px-md-4 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 2.25rem !important;
+    padding-left: 2.25rem !important; }
   .py-md-4 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 2.25rem !important;
+    padding-bottom: 2.25rem !important; }
   .p-md-5 {
-    padding: 3rem 3rem !important; }
+    padding: 4.5rem 4.5rem !important; }
   .pt-md-5 {
-    padding-top: 3rem !important; }
+    padding-top: 4.5rem !important; }
   .pr-md-5 {
-    padding-right: 3rem !important; }
+    padding-right: 4.5rem !important; }
   .pb-md-5 {
-    padding-bottom: 3rem !important; }
+    padding-bottom: 4.5rem !important; }
   .pl-md-5 {
-    padding-left: 3rem !important; }
+    padding-left: 4.5rem !important; }
   .px-md-5 {
-    padding-right: 3rem !important;
-    padding-left: 3rem !important; }
+    padding-right: 4.5rem !important;
+    padding-left: 4.5rem !important; }
   .py-md-5 {
-    padding-top: 3rem !important;
-    padding-bottom: 3rem !important; }
+    padding-top: 4.5rem !important;
+    padding-bottom: 4.5rem !important; }
+  .p-md-6 {
+    padding: 6rem 6rem !important; }
+  .pt-md-6 {
+    padding-top: 6rem !important; }
+  .pr-md-6 {
+    padding-right: 6rem !important; }
+  .pb-md-6 {
+    padding-bottom: 6rem !important; }
+  .pl-md-6 {
+    padding-left: 6rem !important; }
+  .px-md-6 {
+    padding-right: 6rem !important;
+    padding-left: 6rem !important; }
+  .py-md-6 {
+    padding-top: 6rem !important;
+    padding-bottom: 6rem !important; }
   .m-md-auto {
     margin: auto !important; }
   .mt-md-auto {
@@ -4862,85 +4972,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-lg-1 {
-    margin: 0.25rem 0.25rem !important; }
+    margin: 0.375rem 0.375rem !important; }
   .mt-lg-1 {
-    margin-top: 0.25rem !important; }
+    margin-top: 0.375rem !important; }
   .mr-lg-1 {
-    margin-right: 0.25rem !important; }
+    margin-right: 0.375rem !important; }
   .mb-lg-1 {
-    margin-bottom: 0.25rem !important; }
+    margin-bottom: 0.375rem !important; }
   .ml-lg-1 {
-    margin-left: 0.25rem !important; }
+    margin-left: 0.375rem !important; }
   .mx-lg-1 {
-    margin-right: 0.25rem !important;
-    margin-left: 0.25rem !important; }
+    margin-right: 0.375rem !important;
+    margin-left: 0.375rem !important; }
   .my-lg-1 {
-    margin-top: 0.25rem !important;
-    margin-bottom: 0.25rem !important; }
+    margin-top: 0.375rem !important;
+    margin-bottom: 0.375rem !important; }
   .m-lg-2 {
-    margin: 0.5rem 0.5rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-lg-2 {
-    margin-top: 0.5rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-lg-2 {
-    margin-right: 0.5rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-lg-2 {
-    margin-bottom: 0.5rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-lg-2 {
-    margin-left: 0.5rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-lg-2 {
-    margin-right: 0.5rem !important;
-    margin-left: 0.5rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-lg-2 {
-    margin-top: 0.5rem !important;
-    margin-bottom: 0.5rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-lg-3 {
-    margin: 1rem 1rem !important; }
+    margin: 1.5rem 1.5rem !important; }
   .mt-lg-3 {
-    margin-top: 1rem !important; }
+    margin-top: 1.5rem !important; }
   .mr-lg-3 {
-    margin-right: 1rem !important; }
+    margin-right: 1.5rem !important; }
   .mb-lg-3 {
-    margin-bottom: 1rem !important; }
+    margin-bottom: 1.5rem !important; }
   .ml-lg-3 {
-    margin-left: 1rem !important; }
+    margin-left: 1.5rem !important; }
   .mx-lg-3 {
-    margin-right: 1rem !important;
-    margin-left: 1rem !important; }
+    margin-right: 1.5rem !important;
+    margin-left: 1.5rem !important; }
   .my-lg-3 {
-    margin-top: 1rem !important;
-    margin-bottom: 1rem !important; }
+    margin-top: 1.5rem !important;
+    margin-bottom: 1.5rem !important; }
   .m-lg-4 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 2.25rem 2.25rem !important; }
   .mt-lg-4 {
-    margin-top: 1.5rem !important; }
+    margin-top: 2.25rem !important; }
   .mr-lg-4 {
-    margin-right: 1.5rem !important; }
+    margin-right: 2.25rem !important; }
   .mb-lg-4 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 2.25rem !important; }
   .ml-lg-4 {
-    margin-left: 1.5rem !important; }
+    margin-left: 2.25rem !important; }
   .mx-lg-4 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 2.25rem !important;
+    margin-left: 2.25rem !important; }
   .my-lg-4 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 2.25rem !important;
+    margin-bottom: 2.25rem !important; }
   .m-lg-5 {
-    margin: 3rem 3rem !important; }
+    margin: 4.5rem 4.5rem !important; }
   .mt-lg-5 {
-    margin-top: 3rem !important; }
+    margin-top: 4.5rem !important; }
   .mr-lg-5 {
-    margin-right: 3rem !important; }
+    margin-right: 4.5rem !important; }
   .mb-lg-5 {
-    margin-bottom: 3rem !important; }
+    margin-bottom: 4.5rem !important; }
   .ml-lg-5 {
-    margin-left: 3rem !important; }
+    margin-left: 4.5rem !important; }
   .mx-lg-5 {
-    margin-right: 3rem !important;
-    margin-left: 3rem !important; }
+    margin-right: 4.5rem !important;
+    margin-left: 4.5rem !important; }
   .my-lg-5 {
-    margin-top: 3rem !important;
-    margin-bottom: 3rem !important; }
+    margin-top: 4.5rem !important;
+    margin-bottom: 4.5rem !important; }
+  .m-lg-6 {
+    margin: 6rem 6rem !important; }
+  .mt-lg-6 {
+    margin-top: 6rem !important; }
+  .mr-lg-6 {
+    margin-right: 6rem !important; }
+  .mb-lg-6 {
+    margin-bottom: 6rem !important; }
+  .ml-lg-6 {
+    margin-left: 6rem !important; }
+  .mx-lg-6 {
+    margin-right: 6rem !important;
+    margin-left: 6rem !important; }
+  .my-lg-6 {
+    margin-top: 6rem !important;
+    margin-bottom: 6rem !important; }
   .p-lg-0 {
     padding: 0 0 !important; }
   .pt-lg-0 {
@@ -4958,85 +5084,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-lg-1 {
-    padding: 0.25rem 0.25rem !important; }
+    padding: 0.375rem 0.375rem !important; }
   .pt-lg-1 {
-    padding-top: 0.25rem !important; }
+    padding-top: 0.375rem !important; }
   .pr-lg-1 {
-    padding-right: 0.25rem !important; }
+    padding-right: 0.375rem !important; }
   .pb-lg-1 {
-    padding-bottom: 0.25rem !important; }
+    padding-bottom: 0.375rem !important; }
   .pl-lg-1 {
-    padding-left: 0.25rem !important; }
+    padding-left: 0.375rem !important; }
   .px-lg-1 {
-    padding-right: 0.25rem !important;
-    padding-left: 0.25rem !important; }
+    padding-right: 0.375rem !important;
+    padding-left: 0.375rem !important; }
   .py-lg-1 {
-    padding-top: 0.25rem !important;
-    padding-bottom: 0.25rem !important; }
+    padding-top: 0.375rem !important;
+    padding-bottom: 0.375rem !important; }
   .p-lg-2 {
-    padding: 0.5rem 0.5rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-lg-2 {
-    padding-top: 0.5rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-lg-2 {
-    padding-right: 0.5rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-lg-2 {
-    padding-bottom: 0.5rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-lg-2 {
-    padding-left: 0.5rem !important; }
+    padding-left: 0.75rem !important; }
   .px-lg-2 {
-    padding-right: 0.5rem !important;
-    padding-left: 0.5rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-lg-2 {
-    padding-top: 0.5rem !important;
-    padding-bottom: 0.5rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-lg-3 {
-    padding: 1rem 1rem !important; }
+    padding: 1.5rem 1.5rem !important; }
   .pt-lg-3 {
-    padding-top: 1rem !important; }
+    padding-top: 1.5rem !important; }
   .pr-lg-3 {
-    padding-right: 1rem !important; }
+    padding-right: 1.5rem !important; }
   .pb-lg-3 {
-    padding-bottom: 1rem !important; }
+    padding-bottom: 1.5rem !important; }
   .pl-lg-3 {
-    padding-left: 1rem !important; }
+    padding-left: 1.5rem !important; }
   .px-lg-3 {
-    padding-right: 1rem !important;
-    padding-left: 1rem !important; }
+    padding-right: 1.5rem !important;
+    padding-left: 1.5rem !important; }
   .py-lg-3 {
-    padding-top: 1rem !important;
-    padding-bottom: 1rem !important; }
+    padding-top: 1.5rem !important;
+    padding-bottom: 1.5rem !important; }
   .p-lg-4 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 2.25rem 2.25rem !important; }
   .pt-lg-4 {
-    padding-top: 1.5rem !important; }
+    padding-top: 2.25rem !important; }
   .pr-lg-4 {
-    padding-right: 1.5rem !important; }
+    padding-right: 2.25rem !important; }
   .pb-lg-4 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 2.25rem !important; }
   .pl-lg-4 {
-    padding-left: 1.5rem !important; }
+    padding-left: 2.25rem !important; }
   .px-lg-4 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 2.25rem !important;
+    padding-left: 2.25rem !important; }
   .py-lg-4 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 2.25rem !important;
+    padding-bottom: 2.25rem !important; }
   .p-lg-5 {
-    padding: 3rem 3rem !important; }
+    padding: 4.5rem 4.5rem !important; }
   .pt-lg-5 {
-    padding-top: 3rem !important; }
+    padding-top: 4.5rem !important; }
   .pr-lg-5 {
-    padding-right: 3rem !important; }
+    padding-right: 4.5rem !important; }
   .pb-lg-5 {
-    padding-bottom: 3rem !important; }
+    padding-bottom: 4.5rem !important; }
   .pl-lg-5 {
-    padding-left: 3rem !important; }
+    padding-left: 4.5rem !important; }
   .px-lg-5 {
-    padding-right: 3rem !important;
-    padding-left: 3rem !important; }
+    padding-right: 4.5rem !important;
+    padding-left: 4.5rem !important; }
   .py-lg-5 {
-    padding-top: 3rem !important;
-    padding-bottom: 3rem !important; }
+    padding-top: 4.5rem !important;
+    padding-bottom: 4.5rem !important; }
+  .p-lg-6 {
+    padding: 6rem 6rem !important; }
+  .pt-lg-6 {
+    padding-top: 6rem !important; }
+  .pr-lg-6 {
+    padding-right: 6rem !important; }
+  .pb-lg-6 {
+    padding-bottom: 6rem !important; }
+  .pl-lg-6 {
+    padding-left: 6rem !important; }
+  .px-lg-6 {
+    padding-right: 6rem !important;
+    padding-left: 6rem !important; }
+  .py-lg-6 {
+    padding-top: 6rem !important;
+    padding-bottom: 6rem !important; }
   .m-lg-auto {
     margin: auto !important; }
   .mt-lg-auto {
@@ -5072,85 +5214,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-xl-1 {
-    margin: 0.25rem 0.25rem !important; }
+    margin: 0.375rem 0.375rem !important; }
   .mt-xl-1 {
-    margin-top: 0.25rem !important; }
+    margin-top: 0.375rem !important; }
   .mr-xl-1 {
-    margin-right: 0.25rem !important; }
+    margin-right: 0.375rem !important; }
   .mb-xl-1 {
-    margin-bottom: 0.25rem !important; }
+    margin-bottom: 0.375rem !important; }
   .ml-xl-1 {
-    margin-left: 0.25rem !important; }
+    margin-left: 0.375rem !important; }
   .mx-xl-1 {
-    margin-right: 0.25rem !important;
-    margin-left: 0.25rem !important; }
+    margin-right: 0.375rem !important;
+    margin-left: 0.375rem !important; }
   .my-xl-1 {
-    margin-top: 0.25rem !important;
-    margin-bottom: 0.25rem !important; }
+    margin-top: 0.375rem !important;
+    margin-bottom: 0.375rem !important; }
   .m-xl-2 {
-    margin: 0.5rem 0.5rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-xl-2 {
-    margin-top: 0.5rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-xl-2 {
-    margin-right: 0.5rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-xl-2 {
-    margin-bottom: 0.5rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-xl-2 {
-    margin-left: 0.5rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-xl-2 {
-    margin-right: 0.5rem !important;
-    margin-left: 0.5rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-xl-2 {
-    margin-top: 0.5rem !important;
-    margin-bottom: 0.5rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-xl-3 {
-    margin: 1rem 1rem !important; }
+    margin: 1.5rem 1.5rem !important; }
   .mt-xl-3 {
-    margin-top: 1rem !important; }
+    margin-top: 1.5rem !important; }
   .mr-xl-3 {
-    margin-right: 1rem !important; }
+    margin-right: 1.5rem !important; }
   .mb-xl-3 {
-    margin-bottom: 1rem !important; }
+    margin-bottom: 1.5rem !important; }
   .ml-xl-3 {
-    margin-left: 1rem !important; }
+    margin-left: 1.5rem !important; }
   .mx-xl-3 {
-    margin-right: 1rem !important;
-    margin-left: 1rem !important; }
+    margin-right: 1.5rem !important;
+    margin-left: 1.5rem !important; }
   .my-xl-3 {
-    margin-top: 1rem !important;
-    margin-bottom: 1rem !important; }
+    margin-top: 1.5rem !important;
+    margin-bottom: 1.5rem !important; }
   .m-xl-4 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 2.25rem 2.25rem !important; }
   .mt-xl-4 {
-    margin-top: 1.5rem !important; }
+    margin-top: 2.25rem !important; }
   .mr-xl-4 {
-    margin-right: 1.5rem !important; }
+    margin-right: 2.25rem !important; }
   .mb-xl-4 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 2.25rem !important; }
   .ml-xl-4 {
-    margin-left: 1.5rem !important; }
+    margin-left: 2.25rem !important; }
   .mx-xl-4 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 2.25rem !important;
+    margin-left: 2.25rem !important; }
   .my-xl-4 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 2.25rem !important;
+    margin-bottom: 2.25rem !important; }
   .m-xl-5 {
-    margin: 3rem 3rem !important; }
+    margin: 4.5rem 4.5rem !important; }
   .mt-xl-5 {
-    margin-top: 3rem !important; }
+    margin-top: 4.5rem !important; }
   .mr-xl-5 {
-    margin-right: 3rem !important; }
+    margin-right: 4.5rem !important; }
   .mb-xl-5 {
-    margin-bottom: 3rem !important; }
+    margin-bottom: 4.5rem !important; }
   .ml-xl-5 {
-    margin-left: 3rem !important; }
+    margin-left: 4.5rem !important; }
   .mx-xl-5 {
-    margin-right: 3rem !important;
-    margin-left: 3rem !important; }
+    margin-right: 4.5rem !important;
+    margin-left: 4.5rem !important; }
   .my-xl-5 {
-    margin-top: 3rem !important;
-    margin-bottom: 3rem !important; }
+    margin-top: 4.5rem !important;
+    margin-bottom: 4.5rem !important; }
+  .m-xl-6 {
+    margin: 6rem 6rem !important; }
+  .mt-xl-6 {
+    margin-top: 6rem !important; }
+  .mr-xl-6 {
+    margin-right: 6rem !important; }
+  .mb-xl-6 {
+    margin-bottom: 6rem !important; }
+  .ml-xl-6 {
+    margin-left: 6rem !important; }
+  .mx-xl-6 {
+    margin-right: 6rem !important;
+    margin-left: 6rem !important; }
+  .my-xl-6 {
+    margin-top: 6rem !important;
+    margin-bottom: 6rem !important; }
   .p-xl-0 {
     padding: 0 0 !important; }
   .pt-xl-0 {
@@ -5168,85 +5326,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-xl-1 {
-    padding: 0.25rem 0.25rem !important; }
+    padding: 0.375rem 0.375rem !important; }
   .pt-xl-1 {
-    padding-top: 0.25rem !important; }
+    padding-top: 0.375rem !important; }
   .pr-xl-1 {
-    padding-right: 0.25rem !important; }
+    padding-right: 0.375rem !important; }
   .pb-xl-1 {
-    padding-bottom: 0.25rem !important; }
+    padding-bottom: 0.375rem !important; }
   .pl-xl-1 {
-    padding-left: 0.25rem !important; }
+    padding-left: 0.375rem !important; }
   .px-xl-1 {
-    padding-right: 0.25rem !important;
-    padding-left: 0.25rem !important; }
+    padding-right: 0.375rem !important;
+    padding-left: 0.375rem !important; }
   .py-xl-1 {
-    padding-top: 0.25rem !important;
-    padding-bottom: 0.25rem !important; }
+    padding-top: 0.375rem !important;
+    padding-bottom: 0.375rem !important; }
   .p-xl-2 {
-    padding: 0.5rem 0.5rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-xl-2 {
-    padding-top: 0.5rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-xl-2 {
-    padding-right: 0.5rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-xl-2 {
-    padding-bottom: 0.5rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-xl-2 {
-    padding-left: 0.5rem !important; }
+    padding-left: 0.75rem !important; }
   .px-xl-2 {
-    padding-right: 0.5rem !important;
-    padding-left: 0.5rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-xl-2 {
-    padding-top: 0.5rem !important;
-    padding-bottom: 0.5rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-xl-3 {
-    padding: 1rem 1rem !important; }
+    padding: 1.5rem 1.5rem !important; }
   .pt-xl-3 {
-    padding-top: 1rem !important; }
+    padding-top: 1.5rem !important; }
   .pr-xl-3 {
-    padding-right: 1rem !important; }
+    padding-right: 1.5rem !important; }
   .pb-xl-3 {
-    padding-bottom: 1rem !important; }
+    padding-bottom: 1.5rem !important; }
   .pl-xl-3 {
-    padding-left: 1rem !important; }
+    padding-left: 1.5rem !important; }
   .px-xl-3 {
-    padding-right: 1rem !important;
-    padding-left: 1rem !important; }
+    padding-right: 1.5rem !important;
+    padding-left: 1.5rem !important; }
   .py-xl-3 {
-    padding-top: 1rem !important;
-    padding-bottom: 1rem !important; }
+    padding-top: 1.5rem !important;
+    padding-bottom: 1.5rem !important; }
   .p-xl-4 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 2.25rem 2.25rem !important; }
   .pt-xl-4 {
-    padding-top: 1.5rem !important; }
+    padding-top: 2.25rem !important; }
   .pr-xl-4 {
-    padding-right: 1.5rem !important; }
+    padding-right: 2.25rem !important; }
   .pb-xl-4 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 2.25rem !important; }
   .pl-xl-4 {
-    padding-left: 1.5rem !important; }
+    padding-left: 2.25rem !important; }
   .px-xl-4 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 2.25rem !important;
+    padding-left: 2.25rem !important; }
   .py-xl-4 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 2.25rem !important;
+    padding-bottom: 2.25rem !important; }
   .p-xl-5 {
-    padding: 3rem 3rem !important; }
+    padding: 4.5rem 4.5rem !important; }
   .pt-xl-5 {
-    padding-top: 3rem !important; }
+    padding-top: 4.5rem !important; }
   .pr-xl-5 {
-    padding-right: 3rem !important; }
+    padding-right: 4.5rem !important; }
   .pb-xl-5 {
-    padding-bottom: 3rem !important; }
+    padding-bottom: 4.5rem !important; }
   .pl-xl-5 {
-    padding-left: 3rem !important; }
+    padding-left: 4.5rem !important; }
   .px-xl-5 {
-    padding-right: 3rem !important;
-    padding-left: 3rem !important; }
+    padding-right: 4.5rem !important;
+    padding-left: 4.5rem !important; }
   .py-xl-5 {
-    padding-top: 3rem !important;
-    padding-bottom: 3rem !important; }
+    padding-top: 4.5rem !important;
+    padding-bottom: 4.5rem !important; }
+  .p-xl-6 {
+    padding: 6rem 6rem !important; }
+  .pt-xl-6 {
+    padding-top: 6rem !important; }
+  .pr-xl-6 {
+    padding-right: 6rem !important; }
+  .pb-xl-6 {
+    padding-bottom: 6rem !important; }
+  .pl-xl-6 {
+    padding-left: 6rem !important; }
+  .px-xl-6 {
+    padding-right: 6rem !important;
+    padding-left: 6rem !important; }
+  .py-xl-6 {
+    padding-top: 6rem !important;
+    padding-bottom: 6rem !important; }
   .m-xl-auto {
     margin: auto !important; }
   .mt-xl-auto {
@@ -5452,6 +5626,19 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
 .btn {
   text-transform: uppercase; }
 
+.btn-lg, .btn-group-lg > .btn {
+  margin: 0 24px; }
+
+.fixed-top {
+  -webkit-transition: background-color 700ms linear;
+  transition: background-color 700ms linear; }
+
+.scrolled {
+  background-color: rgba(255, 255, 255, 0.96); }
+
+.navbar a {
+  color: #263238; }
+
 .navbar-brand {
   font-size: 2rem;
   font-weight: 300; }
@@ -5489,8 +5676,6 @@ section.intro {
       display: inline-block;
       position: relative;
       top: 8px; }
-  section.intro .btn-lg, section.intro .btn-group-lg > .btn {
-    margin: 0 24px; }
   section.intro .page-scroll {
     position: absolute;
     bottom: 48px;
@@ -5511,3 +5696,18 @@ section.intro {
         top: 50%;
         -webkit-transform: translate(-50%, -50%);
                 transform: translate(-50%, -50%); }
+
+section.content-section {
+  padding: 96px 0; }
+
+section#features,
+section#appliances {
+  background-color: #eceff1; }
+
+section#news {
+  background-color: rgba(38, 50, 56, 0.2); }
+
+section#wishlist {
+  background-image: url("../img/wishlist-background.jpg");
+  background-size: cover;
+  background-position: center center; }