/* ===========================

  Blue: #315d9e
  Green: #6bc048
  Gray: #939393
  Red: #ff0000

=========================== */

/* ===========================

  entities
=========================== */

body {
  background-color: #fff;
  color: #444444;
  font-size: 15px;
  font-family:'Roboto', sans-serif;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

h1 {
  color: #315d9e;
  font-size: 32px;
  margin: 0 0 .5em 0;
  font-weight: 700;
  text-transform: uppercase;
}
body#home h1 { display: none; }

h2 {
  font-size: 26px;
  color: #6bc048;
  line-height: 1.1;
  font-weight: 700;
}

h2 a:hover {text-decoration: underline;}

article h2 {padding-top: 10px;}

h3 {
  font-size: 24px;
  margin: 1em 0 .5em 0;
  font-weight: 70;
  text-transform: none;
}

h4 {
  font-size: 20px;
  margin: 1em 0;
  font-weight: 700;
  color: #315d9e;
}

h5 {
  font-size: 18px;
  margin: 1em 0;
  font-weight: 700;
  color: #6bc048;
}

h6 {
  font-size: 16px;
  margin: 1em 0;
  font-weight: 700;
}


p {margin: 0 0 1em 0;}
article p {line-height: 1.5;}

ul {margin: 0 0 1em 1.5em; padding: 0; list-style-type: square;}

img {max-width: 100%;}

td {vertical-align: top;}

td em {font-size: 90%;}

main a:link, main a:visited {
  color: #6bc048;
  text-decoration: none;
  font-weight: 400;
}
main a:hover, main a:active {
  color: #315d9e; 
  text-decoration: none;
}

main article a {
  font-weight: 400 !important;
}


/* ===========================

  classes
=========================== */

.right {
  float: right !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

.columns-2 table {display: inline-block;}

.column {
  padding: 0;
  margin: 0;
  float: left;
  box-sizing: border-box;
}

.three {
  width: 33%;
  padding-right: 30px;
}

.four {
  width: 25%;
  padding-right: 20px;
}

.menu li {
  display: inline-block;
}

.intro {
  font-size: 34px;
  line-height: 48px;
  margin: 60px 0;
}

.intro strong {
  color: #6bc048;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 .1em 0;
  font-weight: normal;
  padding-right: 20px;
}

main article .post h2 a {
  font-weight: 400 !important;
}

body#home .post h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #6bc048;
}

body#home .post h3 a {color: #6bc048; text-decoration: none;}
body#home .post h3 a:hover {text-decoration: underline;}

.post .date {
  font-size: 20px;
  color: #939393;
  font-weight: normal;
  margin-bottom: 5px;
}

.post h3 {
  font-size: 18px;
}

article .post h2 a {
  font-weight: 400 !important;
}

.post h2 a {
  color: #6bc048;
  text-decoration: none;
  font-weight: 400 !important;
}

.event h2 a {
  font-weight:400 !important;
}

.post h3 a {
  text-decoration: none;
  font-weight:normal;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #315d9e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  font-family: 'Roboto';
  border-radius: 8px;
  border: none;
}
.button:hover {background-color: #6bc048;}

.button.join {
  background-color: #315d9e;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {color: #fff;}

.bold {font-weight: bold;}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}

/* ===========================

  page structure
=========================== */

header {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

header section {
  position: relative;
  width: 1240px;
  height: 140px;
  margin: 0 auto;
}

header .logo {float: left;  margin-bottom: 5px;}

header .contact {
  width: 270px;
  float: right;
}
header .contact p {
  margin-bottom: .1em;
}

.social img {
  margin-right: 10px;
}

header .phone {
  font-size: 24px;
  font-weight: 700;
  color: #6bc048;
}

header .address {
  color: #315d9e;
  font-size: 14px;
  letter-spacing: 0;
}

header nav {
  position: absolute;
  height: 20px;
  bottom: 0px;
  right: 0;
  border-radius: 8px 8px 0 0;
  background-color: #315d9e;
}

header nav li {padding: 0 10px;}


header nav a {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
header nav a:hover, header nav a.active {
  border-bottom: 4px solid #6bc048;
}

.inside-nav {
  border-top: 1px solid #315d9e;
  margin-bottom: 30px;
}
.inside-nav ul {
  margin: 0;
  list-style-image: url(../images/bullet-blue-square.jpg);
  padding: 8px 0;
}
.inside-nav li {
  float: left;
  padding: 0 35px 0 15px; 
  margin: 0 0 0 20px;
  
}
.inside-nav li a {color: #315d9e;}

.banner {
  background-color: #315d9e;
  padding: 10px 0 0 0;
}

#banner {
  height: 360px;
  width: 1100px;
  margin: 20px auto 0 auto;
}

#banner img {max-width: 100%;}

.makerfest-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  height: 281px;
  width: 263px;
}

#banner h2 {
  position: absolute;
  top: 40px;
  left: 360px;
  margin: 0px;
  color: #6bc048;
  font-size: 60px;
  font-family: 'Roboto';
}

#banner h2 .larger {
  font-size: 80px;
}

#banner h3 {
  position: absolute;
  top: 140px;
  left: 360px;
  margin: 0px;
  color: #818285;
  font-size: 40px;
  font-family: 'Roboto';
}

#banner h4 {
  position: absolute;
  top: 210px;
  left: 360px;
  margin: 0px;
  color: #315d9e;
  font-size: 30px;
  font-family: 'Roboto';
}

#learnmore-button {
  display: block;
  position: absolute;
  right: 40px;
  top: 300px;
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  font-family: 'Roboto';
}
#learnmore-button:hover {line-height: 66px;
  background: #315d9e;
}

#donate-button {background-color: #ff0000;}
#donate-button:hover {background-color: #6bc048;}

main {
  width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

article {
  width: 800px; 
  margin-right: 50px;
  float: left;
}

article a {
  color: #315d9e;
  text-decoration: none;
  font-weight:normal;
}

article a:hover {
  color: #6bc048;
  text-decoration: underline;
}

article a.button {max-width: 300px;}
article a.button:hover {text-decoration: none;}

article ul {margin-bottom: 2em;}
article li {margin-bottom: 1em;}
article ul li ul {margin-bottom: 0;}

body#home article {
  width: 1100px;
  float: none;
}

aside {
  width: 250px;
  float: right;
}
aside h2 {
  color: #315d9e; 
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #315d9e;
}
aside .post h3 {}

aside .don {}
body#home aside {display: none;}

#updates-signup {
  clear: both;
  width: 100%;
  background-color: #315d9e;
  margin: 40px 0;
}

#updates-signup form {
  margin: 0 auto;
  padding: 20px 0;
}

#updates-signup h2 {
  color: #fff;
  margin: 0 0 0 20px;
  padding-top: 20px;
}

#updates-signup p {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  vertical-align: middle;
}

#updates-signup input {
   margin-left: 20px;
   margin-right: 0;
}

#updates-signup input[type=text] {
  color: #939393;
  border: none;
  line-height: 50px;
  width: 570px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  padding: 0 10px;
}

#updates-signup input[type=submit] {
  background-color: #6bc048;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border: none;
  text-align: center;
  width: 142px;
  padding: 0;
  margin-bottom:0; 
  position: relative;
  top: 3px;
}
#updates-signup input[type=submit]:hover {
  background-color: #818285;
} 

#visit-us {
  margin: 60px auto;
  width: 1240px;
  height: 440px;
}

#gmap {
  float: right;
  width: 600px;
  text-align: right;
  height: 440px;
}

#share-bar {
  width: 800px;
}

footer {
  min-width: 1240px;
  background-color: #939393;
  color: #fff;
  padding: 40px 0;
  margin: 60px 0 0;
}

footer section {
  width: 1240px;
  margin: 0 auto;
}

footer section:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

footer h3 {margin-top: 0;}

footer a {color: #fff;}

footer table {width: 100%;}

footer th {
  font-size: 26px; 
  text-align: left; 
  text-transform: uppercase; 
  font-weight: normal;
}

footer .phone {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5em;
}

footer .column {margin-right: 45px;}
footer .column:last-of-type {margin-right: 0; float: right;}
footer .logo {width: 190px;}
footer .contact {width: 240px;}
footer .social {width: 260px;}

#copyright {
  font-size: 75%;
  text-align: center;
  padding: 40px 0 0;
  clear: both;
}

/* ===========================

  Home Page
=========================== */

#home main {
  position: relative;
  top: -68px;
  margin-bottom: 0;
}
#box-buttons img {
  width: 350px;
}
#box-buttons a {margin-right: 20px;}
#box-buttons a:last-of-type {margin-right: 0;}

#home-h1 {
  color: #315d9e;
  font-size: 30px;
  margin: 0 0 .5em 0;
  font-weight: 700;
  text-transform: uppercase;
}

.home-main {margin-top: 25px;}
.home-main div {float: left;}
#home-article {width: 800px; margin-right: 50px;}
.wishlist {width: 250px;}
.wishlist h2 {margin-top: 0;}

#home footer {margin-top: 20px;}

#food-bank table {
  border: 1px solid #939393;
  padding: 15px 0;
  border-collapse: separate;
  margin-bottom: 25px;
}
#food-bank table th, #food-bank table td {
  padding: 2px 25px;
  text-align: center;
}

/* ===========================

  Inside Navs
=========================== */

#adopt .inside-nav li:nth-of-type(1) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#adopt-me .inside-nav li:nth-of-type(2) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#adoption-policies .inside-nav li:nth-of-type(3) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#featured-pet .inside-nav li:nth-of-type(4) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#happy-tails .inside-nav li:nth-of-type(5) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}

#who-we-are .inside-nav li:nth-of-type(1) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#location-hours .inside-nav li:nth-of-type(2) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#programs-and-impact .inside-nav li:nth-of-type(3) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#meet-our-team .inside-nav li:nth-of-type(4) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#careers .inside-nav li:nth-of-type(5) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}

#get-involved .inside-nav:first-of-type li:nth-of-type(1) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#donate .inside-nav:first-of-type li:nth-of-type(2) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#planned-giving .inside-nav:first-of-type li:nth-of-type(3) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#wishlist .inside-nav:first-of-type li:nth-of-type(4) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#business-partner-program .inside-nav:first-of-type li:nth-of-type(5) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#volunteer .inside-nav:last-of-type li:nth-of-type(1) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#attend-an-event .inside-nav:last-of-type li:nth-of-type(2) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#foster-families .inside-nav:last-of-type li:nth-of-type(3) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#fundraising .inside-nav:last-of-type li:nth-of-type(4) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}
#stay-connected .inside-nav:last-of-type li:nth-of-type(5) a {color: #6bc048; text-transform: uppercase; font-weight: 700;}

/* ===========================

  Sidebar Link Styling
=========================== */


ul#section-links {
  list-style-type: none;
  margin: 0 0 20 0;
  padding: 0;
}

#section-links li {
  color: #6bc048; 
  text-decoration: none; 
  font-weight: 400 !important;
  border-bottom:1px solid #6bc048;
  padding: 10px 0px 10px 0px;
}

#section-links li:last-of-type {
  border-bottom: none;
}

#section-links li:first-of-type a {  color: #315d9e;
  font-size: 30px;
  margin: 0 0 .5em 0;
  font-weight: 700;
  text-transform: uppercase;}

#section-links a {
  color: #6bc048; 
  text-decoration: none; 
  font-weight: 700 !important;}
  
  #section-links a:hover {
  color: #315d9e; 
  text-decoration: none; 
  font-weight: 700 !important;}




















