@import url('https://fonts.googleapis.com/css?family=Catamaran|Roboto:700');

/**  Basic Page CSS **/
body{
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 16px;  
  position: relative;
  line-height: 24px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.page h1 {
  color: #3E5B9A;
}

.page h2 {
  font-size: 24px;
}

.page h3 {
  font-size: 18px;
  color: #374F16
}


header {
/*	height: 500px;
*/}

header .navbar {
    background: url(../images/top-header-bg.png) no-repeat;
}

.donate {
    background-color: #947A66;
    float: right;
    height: 80px;
    padding: 20px 10px 0 10px;
    font-size: 2.0em;
    margin: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.donate a {
  color: #FFF;

}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.social-links li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-links li a {
    display: block;
    color: #fff;
    color: rgba(104,142,255 0.3);
    font-size: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
/*    line-height: 50px;
*/    text-align: center;
    background-color: #947A66;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header button.btn.btn-default {
    background-color: #947A66;
}

i.fa.fa-chevron-right.fa-fw {
    color: #FFF;
}

form#search-bar {
    margin-top: 13px;
}

.brand-logo {
    width: 260px;
}

.navbar-fixed-top {
    top: 0;
    border-bottom: 1px solid #725322;
    height: 83px;
}

header .navbar-toggle {
    background-color: #374f17;
    margin-top: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

#nav-list a {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
	/*font-size: 1.3em;
	color: #0f6874;
	padding-top: 35px;*/
}

#nav-list a:hover, #nav-list a:active {
    background: #947A66;
}

#collapsable-nav {
    background-color: #3E5B9A;
    text-align: right;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #374f16;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #374f16;
}

ul.dropdown-menu {
    background-color: #3e5b99;
}

#hero-image {
  margin-top: 130px;
}

/*.jumbotron {
    background: url(../images/header-bg.jpg) no-repeat;
    height: 500px;
    background-size: cover;
}*/

#home .textcenter {
    position: absolute;
    top: 150px;
    width: 100% !important;
    /* margin-top: 120px; */
    z-index: 2;
}

a.tp-button.medium.home-button {
    background-color: #937965;
    padding: 10px !important;
    border-radius: 4px;
}

a.tp-button.medium.footer-button {
    background-color: #3E5B9A;
    padding: 12px !important;
    border-radius: 4px;
    font-size: .9em !important;
}

.main {
/*  padding-top: 120px;
*/}

.page {
  margin-bottom: 40px;
}

.tagcloud a {
    background-color: #947A66;
    padding: 2px 6px;
    border-radius: 2px;
    color: #FFF;
    font-size: 8pt !important;
    white-space: pre;
}

a button.contact-me-button {
    color: #FFF;
    font-size: 1.2em;
}

button.contact-me-button {
    background-color: #0f6874;
    margin-top: 22px;
    font-size: .8em;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
}

a button.read-more-button {
    color: #FFF;
    font-size: 1.2em;
}

button.read-more-button {
    background-color: #0f6874;
    font-size: .8em;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
}

.secondary-header-image {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 130px;
}

.single-post-page {
  margin-top: 80px;
}

/* ------------------- home general --------------*/

#home h1 {
    margin: 0;
    font-size: 3.125em;
    color: #FFF;
}

.homepage-image {
    border-radius: 5px;
    margin: 0 auto 15px auto;
}

.homepage-button {
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid;
}

.homepage-button2 {
    background: #3E5B9A;
    border: 1px solid #3e589a;
    color: #FFF;
    font-size: .8em;
}

.home-post-image {
    height: 112px;
    width: 112px;
    float: left;
    margin: 0 10px 10px 0;
}

.paypal-form {
  margin: 20px 0 0 20px;
  display: inline-block;
}

.publication-box {
    background-color: #3E5B9A;
    padding: 1px 20px 5px 20px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    border-radius: 6px;
}

.publication-box p {
  padding: 0;
  margin: 0;
}

.publication-anchor {
  color: #FFF;
  font-size: 1.1em;
}

/* ----------------------  about section -----------------  */

#about {
  padding: 35px 0;
  background-image:url(../images/welcome.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}

#about h1 {
  text-align: center;
  color: #FFF;
  margin-bottom: 5px;
}

#about h2 {
  color: #FFF;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 2.5em;
}

#about p {
  color: #FFF;
}


/* ----------------------  waging section -----------------  */
#waging {
  padding: 20px 0 40px 0;
}

#waging h1 {
  text-align: center;
  color: #3E5B9A;
  margin-bottom: 5px;
}

#waging h2 {
  color: #3E5B9A;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 5px;
  font-size: 1.5em;
}

#waging p {
  color: #000;
}

#waging .homepage-icon {
    font-size: 2.5em;
    color: #7c6034;
    text-align: center;
    padding-bottom: 10px;
}

#waging .col-md-3 {
    min-height: 589px;
}

#waging .col-md-2 {
    min-height: 620px;
}


#waging .col-sm-6 {
    min-height: 555px;
}

#waging .homepage-button {
  position: absolute;
  bottom: 0;
  left: 12px;
}

#waging .fa {
    border-bottom: 3px solid;
    padding: 0 20px 8px 20px;
    font-size: 1.5em;
}

#waging a {
  color: #3E5B9A;
}

/* ----------------------  Rescources section -----------------  */
#resources {
  /*padding: 20px 0 40px 0;*/
}

#resources h1 {
  text-align: center;
  color: #7c6034;
  margin-bottom: 5px;
  padding-top: 40px;
  font-size: 3.5em;
}

#resources h2 {
  font-size: 2.8em;
}

#resources h3 {
  font-size: 1.8em;
  padding-right: 22px;
  font-family: 'Catamaran', sans-serif;
  color: #3E5B9A;
}

#resources p {
  font-size: 0.8em;
}

.resources-bar {
    background-color: #3E5B9A;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
}

#resources hr {
  margin-top: 0;
}

.publication-box h3 {
  font-size: 1.1em !important;
  color: #FFF !important;
}


/* ----------------------  steward section -----------------  */
#steward {
  padding: 20px 0 40px 0;
  margin: 40px 0 0 0;
  background: url(../images/tbk-blog-bg.jpg) no-repeat;
  background-color: #C2B3A8;
  /*height: 400px;*/
  background-size: cover;
  color: #000;
}

#steward h2 {
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 40px;
}

/* --------------------- Sidebar ------------------- */

#sidebar {
    padding-top: 40px;
}

#sidebar li {
    list-style: none;
}


/* --------------------- images ------------------- */

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/* --------------------- misc ------------------- */

hr {
    border-top: 1px solid #95989A;
}

button.general-page-button {
    padding: 20px;
    border-radius: 6px;
    font-size: 1.5em;
    background-color: #3e5b99;
    color: #FFF;
    margin: 15px 0;
}

button.archive-page-button {
    padding: 8px;
    border-radius: 6px;
    font-size: 0.8em;
    background-color: #3e5b99;
    color: #FFF;
    margin: 15px 0;
}

/* ----------------------  Footer -----------------  */
#main-footer {
  padding: 40px 0 0 0;
  /*margin-top: 40px;*/
  /*background-color: #384e16;*/
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  font-family: 'CatamaranC', sans-serif;
  font-weight: 400;
	font-size: 13px;
}

#main-footer .larger-font {
  color: #FFF;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

#main-footer img {
  width: 330px;
}

#main-footer li {
  list-style-type: none;
  text-align: left;
	font-size: 13px;
}

.footer-sidebar {
  text-align: left;
}

#main-footer ul.social-links {
    padding: 0;
    font-size: 3.5em;
    color: #FFF;
}

#main-footer a, #main-footer p {
  color: #FFF;
  text-align: left;
	font-size: 13px;

}

.bottom-footer {
  background-color: #3E5B9A;
  /*height: 70px;*/
  padding-top: 20px;
  margin-top: 20px;
}

#main-footer .social-links {
  float: right;
  margin-top: 0;
  }

.footer-menu ul, .footer-sidebar {
    border-left: 1px solid #947A66;
    padding-left: 20px;
}

.footer-button {
    background-color: #3E5B9A;
    font-size: 1.1em !important;
    margin-left: 10px !important;
}


/*----------------------- Blog Template ------------------ */

.singlepage-photo {
    /* max-width: 100%; */
    height: 300px;
    background: center;
    background-size: cover;
}

#gw_go_portfolio_main-blog .gw-gopf-filter, #gw_go_portfolio_topics .gw-gopf-filter {
    margin-top: 20px;
}

.gw-gopf-post-title {
    font-family: 'Roboto', sans-serif;
}

.gw-gopf-cats > span {
    margin-top: 0 !important;
    border-right: 1px solid #CCC;
}

#gw_go_portfolio_main-blog .gw-gopf-cats, #gw_go_portfolio_topics .gw-gopf-cats {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

#gw_go_portfolio_main-blog .gw-gopf-style-vario .gw-gopf-cats > span a, #gw_go_portfolio_topics .gw-gopf-style-vario .gw-gopf-cats > span a {
    background: transparent !important;
    color: #000 !important;
}

#gw_go_portfolio_main-blog .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a, #gw_go_portfolio_topics .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a {
    border-top: 5px solid #3E5B9A;
}

/*blog archive images*/
.blog-archive-image {
    max-width: 1170px;
    margin: 0 auto;
}

/* sidebar recent posts */
.widget_recent_entries ul {
  padding-left: 5px;
}

/* ----------------------  Media Queries -----------------  */

@media only screen and (min-width: 1200px) {
  #waging .col-md-2 {
    min-height: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #waging .col-md-2 {
    min-height: 665px;
  }
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (min-width: 992px) {
  .welcome-p {
    padding-right: 55px;
  }
}

@media (max-width: 992px) {
  .homepage-button {
    margin-bottom: 40px;
  }

  #main-footer img {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) { 
  .brand-logo {
    height: 40px;
  }  

  /*#nav-list a {
  font-size: 1.1em;
  }*/
  #share h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255,255,255,.6);
  }
  .navbar-fixed-top {
    height: 66px;
  }

  .donate {
    height: 66px;

  }
  .homepage-button2 {
	  background: #937965;
      border: 1px solid #937965;
	}

}

@media only screen and (max-width: 768px) {
  header .navbar-collapse {
    background-color: #f1f0f2;
  }
  #nav-list a {
    padding-top: 25px;
  }

  .brand-logo {
    top: 8px;
    padding-left: 20px;
  }  
}

@media only screen and (max-width: 500px) {
  .brand-logo {
    width: 150px;
  }
}
