margin-top: 45px;
margin-left: 50px; }
+@media (max-width: 640px) {
+ #glmLogo {
+ margin: 10px 0 0 0; }
+ #glmTop {
+ margin-left: auto;
+ margin-right: auto;
+ float: none;
+ text-align: center; } }
+
.glmSocial {
width: 250px;
color: #f48228;
color: #f48228;
font-weight: bold; }
-article header h1 {
- border-bottom: solid 1px #f48228; }
-
+/*article header h1 {
+ border-bottom: solid 1px $secondary-color;
+}*/
article h2 {
color: #0568b3; }
.home_section_title {
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
- font-weight: normal; }
+ font-weight: normal;
+ border-bottom: 1px solid #f48228;
+ width: 70%;
+ margin-left: auto;
+ margin-right: auto; }
.homepage_box {
height: 215px;
font-size: 18px;
color: #f48228; }
-.homepage_box:hover .homepage_box_title, .homepage_box:hover .homepage_box_desc {
+.homepage_box_title .homepage_box:hover .homepage_box_title, .homepage_box:hover .homepage_box_desc {
color: white; }
.homepage_box_desc {
margin-right: auto !important;
float: none; }
+.slideshowlink {
+ display: none; }
+
/**
* 4.2 Posts
* ------------------------------------
<?php while (have_posts()) : the_post(); ?>
<article <?php post_class() ?> id="post-<?php the_ID(); ?>">
<header>
- <h1 class="entry-title"><?php the_title(); ?></h1>
+
+ <h1 class='entry-title'>
+ <?php if (!is_front_page() ) { echo the_title();} ?>
+ </h1>
</header>
<?php do_action('foundationPress_page_before_entry_content'); ?>
<div class="entry-content">
<!-- </a>-->
</div>
<div id="homepage_problem_solvers" class="row">
+ <h1 class="home_section_title">Problem Solvers</h1>
<?php the_block('Homepage Problem Solvers Block'); ?>
</div> <!-- Problem Solvers -->
<?php the_content(); ?>
<section class="container" role="document">
<?php do_action('foundationPress_after_header'); ?>
+<?php do_action('foundationPress_after_header'); ?>
});
;// Joyride demo
-jQuery$('#start-jr').on('click', function() {
+jQuery('#start-jr').on('click', function() {
jQuery(document).foundation('joyride','start');
});
\ No newline at end of file
margin-top: 45px;
margin-left: 50px;
}
+@media (max-width:640px) {
+ #glmLogo {
+ margin: 10px 0 0 0;
+ }
+ #glmTop{
+ margin-left: auto;
+ margin-right: auto;
+ float: none;
+ text-align: center;
+ }
+}
.glmSocial {
width: 250px;
color: $secondary-color;
font-weight: bold;
}
-article header h1 {
+/*article header h1 {
border-bottom: solid 1px $secondary-color;
-}
+}*/
article h2 {
color: $primary-color;
}
.home_section_title {
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
font-weight: normal;
- }
+ border-bottom: 1px solid $secondary-color;
+ width: 70%;
+ margin-left: auto;
+ margin-right: auto;
+
+ }
.homepage_box {
height: 215px;
border: 1px black solid;
font-size: 18px;
color: $secondary-color;
}
+ .homepage_box_title
.homepage_box:hover .homepage_box_title,
.homepage_box:hover .homepage_box_desc {
color: white;
margin-right: auto !important;
float: none;
}
-
+ .slideshowlink {
+ display:none;
+ }
/**