/* Default header styles */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
- font-weight: normal;
+ font-weight: bold;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
font-size: 2.125rem; }
h2 {
- font-size: 1.6875rem; }
+ font-size: 0.875rem; }
h3 {
- font-size: 1.375rem; }
+ font-size: 1.0625rem; }
h4 {
- font-size: 1.125rem; }
+ font-size: 0.9375rem; }
h5 {
font-size: 1.125rem; }
h1 {
font-size: 2.75rem; }
h2 {
- font-size: 2.3125rem; }
+ font-size: 1.5rem; }
h3 {
- font-size: 1.6875rem; }
+ font-size: 1.375rem; }
h4 {
- font-size: 1.4375rem; }
+ font-size: 1.25rem; }
h5 {
font-size: 1.125rem; }
h6 {
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
- font-weight: normal;
+ font-weight: bold;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
font-size: 2.125rem; }
h2 {
- font-size: 1.6875rem; }
+ font-size: 0.875rem; }
h3 {
- font-size: 1.375rem; }
+ font-size: 1.0625rem; }
h4 {
- font-size: 1.125rem; }
+ font-size: 0.9375rem; }
h5 {
font-size: 1.125rem; }
h1 {
font-size: 2.75rem; }
h2 {
- font-size: 2.3125rem; }
+ font-size: 1.5rem; }
h3 {
- font-size: 1.6875rem; }
+ font-size: 1.375rem; }
h4 {
- font-size: 1.4375rem; }
+ font-size: 1.25rem; }
h5 {
font-size: 1.125rem; }
h6 {
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
- font-weight: normal;
+ font-weight: bold;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
font-size: 2.125rem; }
h2 {
- font-size: 1.6875rem; }
+ font-size: 0.875rem; }
h3 {
- font-size: 1.375rem; }
+ font-size: 1.0625rem; }
h4 {
- font-size: 1.125rem; }
+ font-size: 0.9375rem; }
h5 {
font-size: 1.125rem; }
h1 {
font-size: 2.75rem; }
h2 {
- font-size: 2.3125rem; }
+ font-size: 1.5rem; }
h3 {
- font-size: 1.6875rem; }
+ font-size: 1.375rem; }
h4 {
- font-size: 1.4375rem; }
+ font-size: 1.25rem; }
h5 {
font-size: 1.125rem; }
h6 {
padding-top: 20px;
height: 100px; }
-.container {
+#home.container {
background-color: white;
max-width: 1000px;
- margin: 0 auto; }
+ margin: 0 auto;
+ box-shadow: 0 0 10px black;
+ /*border: 1px solid $black;*/ }
.top-bar-container {
float: right;
margin-top: 45px;
margin-left: 50px; }
-/*#glmLogo {*/
-/*position: absolute;*/
-/*z-index: 9999;*/
-/*top: 52px;*/
-/*left: 50px;*/
-/*position: absolute;*/
-/*z-index: 9999;*/
-/*}*/
-#glmBottom {
- background: linear-gradient(180deg, #1162a2, #5095ca);
- height: 170px;
- width: 100%;
- margin-bottom: 50px;
- text-align: center;
- color: white; }
-
.glmSocial {
width: 250px;
color: #f48228;
margin: 0 10px;
padding: 0; }
+#glmBottom {
+ background: linear-gradient(180deg, #1162a2, #5095ca);
+ text-align: center;
+ color: white;
+ height: auto;
+ margin-bottom: 0; }
+
+@media only screen and (min-width:64.063em) {
+ #glmBottom {
+ height: 170px;
+ width: 100%;
+ margin-bottom: 50px; } }
+
.vcard li {
display: inline-block; }
aside.left-off-canvas-menu ul.off-canvas-list li > ul.open {
display: block; }
+aside#sidebar {
+ background-color: #f3f3f4;
+ color: #f48228;
+ padding-top: 10px;
+ margin-top: 68px;
+ width: 280px;
+ border-radius: 0 10px 10px 0; }
+
+aside#sidebar li {
+ list-style: none; }
+
+aside#sidebar a {
+ color: #f48228;
+ font-weight: bold; }
+
+article header h1 {
+ border-bottom: solid 1px #f48228; }
+
+article h2 {
+ color: #0568b3; }
+
.top-bar-container, .tab-bar {
margin-bottom: 2rem; }
<?php get_header(); ?>
<div class="row">
+ <?php get_sidebar('left'); ?>
<div class="small-12 large-8 columns" role="main">
<?php do_action('foundationPress_before_content'); ?>
<?php do_action('foundationPress_after_content'); ?>
</div>
- <?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
// $default-float: left;
// $last-child-float: $opposite-direction;
+$glm-border-radius: 10px;
// We use these to make sure border radius matches unless we want it different.
// $global-radius: 3px;
// $global-rounded: 1000px;
// We use these to control header font styles
$header-font-family: $body-font-family;
- $header-font-weight: $font-weight-normal;
+ $header-font-weight: $font-weight-bold;
$header-font-style: normal;
$header-font-color: $jet;
$header-line-height: 1.4;
// We use these to control header font sizes
$h1-font-size: rem-calc(44);
- $h2-font-size: rem-calc(37);
- $h3-font-size: rem-calc(27);
- $h4-font-size: rem-calc(23);
+ $h2-font-size: rem-calc(24);
+ $h3-font-size: rem-calc(22);
+ $h4-font-size: rem-calc(20);
$h5-font-size: rem-calc(18);
$h6-font-size: 1rem;
height: 100px;
}
-.container {
+#home.container {
background-color: $white;
max-width: 1000px;
margin: 0 auto;
+ box-shadow: 0 0 10px $black;
+ /*border: 1px solid $black;*/
}
.top-bar-container {
float: right;
margin-bottom: 0 !important;
width: 578px;
height: 65px;
- border-radius: 10px 0 0 0;
+ border-radius: $glm-border-radius 0 0 0;
}
nav.top-bar {
height: 60px;
width: 550px;
float: right;
- border-radius: 10px 0 0 0;
+ border-radius: $glm-border-radius 0 0 0;
}
#menu-menu-1 li:first-of-type {
display: none;
margin-top: 45px;
margin-left: 50px;
}
-/*#glmLogo {*/
- /*position: absolute;*/
- /*z-index: 9999;*/
- /*top: 52px;*/
- /*left: 50px;*/
- /*position: absolute;*/
- /*z-index: 9999;*/
-/*}*/
-#glmBottom {
- background: linear-gradient(180deg, #1162A2, #5095CA);
- height: 170px;
- width: 100%;
- margin-bottom: 50px;
- text-align: center;
- color: $white;
-}
.glmSocial {
width: 250px;
padding: 0;
}
}
+// Footer area
+#glmBottom {
+ background: linear-gradient(180deg, #1162A2, #5095CA);
+ text-align: center;
+ color: $white;
+ height: auto;
+ margin-bottom:0;
+}
+@media #{$large-up} {
+ #glmBottom {
+ height: 170px;
+ width: 100%;
+ margin-bottom: 50px;
+ }
+}
.vcard li {
display: inline-block;
}
aside.left-off-canvas-menu ul.off-canvas-list li > ul.open {
display: block;
}
-
+aside#sidebar {
+ background-color: #F3F3F4;
+ color: $secondary-color;
+ padding-top: 10px;
+ margin-top: 68px;
+ width: 280px;
+ border-radius: 0 $glm-border-radius $glm-border-radius 0;
+}
+aside#sidebar li {
+ list-style: none;
+}
+aside#sidebar a {
+ color: $secondary-color;
+ font-weight: bold;
+}
+article header h1 {
+ border-bottom: solid 1px $secondary-color;
+}
+article h2 {
+ color: $primary-color;
+}
// Add some whitespace between top bar and content
.top-bar-container, .tab-bar {
margin-bottom: rem-calc(32);
-<aside id="sidebar" class="small-12 large-4 columns large-pull-8">
+<aside id="sidebar" class="small-12 large-4 columns">
<?php do_action('foundationPress_before_sidebar'); ?>
<?php dynamic_sidebar("sidebar-widgets"); ?>
<?php do_action('foundationPress_after_sidebar'); ?>