/* your styles go here */
@import url("https://fonts.googleapis.com/css?family=Courgette");

body{
  font-size: 20px;
}

.box-simple p {
  color: #555555;
}

.box-image-text .content p {
  color: #555555;
}

h4{
  font-size: 20px;
}

blockquote{
  font-size: 18px;
}

.btn {
  font-size: 16px;
}

#top a{
  color: #fff;
}

.logo-title {
  float: left;
}

.navigation {
  /*width: 300px;*/
  float: right;
}

.dark-mask {
  /*background: #986dbd !important;*/
  opacity: 0.0 !important;
}

#heading-breadcrumbs {
  background-image: none;
  color: #555555;
  background-color: #93b76d;
  padding: 20px 0;
  margin-bottom: 40px;

  text-transform: inherit !important;
  font-family: 'Courgette', cursive,LiSu,sans-serif !important;
}

#heading-breadcrumbs h1{
  text-transform: inherit;
  font-family: 'Courgette', cursive,LiSu,sans-serif;
}

.bar.background-pentagon {
  background: url('../img/texture-violet.png') center center repeat;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*background-color: #ffec00;*/
  /*color: #fff;*/
  /*background-color: #986dbd;*/
  /*border-top: solid 5px black !important;*/
}

.home-carousel{
}

#blog-listing-medium .post h2 {
  font-size: 18px;
}

#blog-post, .page-content {
  font-size: 18px;
}

#blog-post img, .page-content img {
  margin-top: 20px;
  width: 100%;
}

#blog-listing-medium .post .date-comments {
  font-size: 16px;
}

#blog-listing-medium .post .author-category {
  font-size: 16px;
}

.img-small{
  max-width: 400px;
}

.text-bold {
  font-weight: bold;
}

#post-content ul, .page-content ul {
  margin-bottom: 20px;
}

#post-content li, .page-content li {
  margin-bottom: 10px;
}

.panel-title {
  font-size: 18px;
}

.panel.sidebar-menu ul.tag-cloud li a {
  font-size: 12px;
}

.panel.sidebar-menu {
  margin: 0 0 50px;
}

.panel.sidebar-menu h3 {
 padding: 0;

}

.box-image-text {
margin: 15px 0px 75px 0px;
}


.box-image-text .image {
min-height: 200px;
max-height: 400px;
}

.box-image-text .imagehomepage{
  min-height: 200px;
  max-height: 600px;
}

.box-simple {
min-height: 230px;
}

.testimonials .item {
padding-bottom: 0px;
}

.testimonials .item .testimonial .text {
  color: #555555;
  margin-bottom: 0px;
}

.testimonials .item .testimonial .text h5{
  font-family: 'Courgette', cursive,LiSu,sans-serif;
  font-size: 24px;
}

.footer-navigation{
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.08em;
font-size: 18px;
}

#copyright {
margin-top: 50px !important;
}


@media (max-width: 767px){

  .logo-title {
    width: 100px;
  }

  .logo-title h1 {
    font-size: 24px;
    font-family: 'Courgette', cursive,LiSu,sans-serif;
    padding-top: 25px;
    margin-top: 0 !important;
  }

  .navbar-toggle i {
    font-size: 2em;
  }

  .navbar-toggle {
    margin: 25px 20px !important;
  }
}


@media (min-width: 767px) and (max-width: 1000px){

  .logo-title {
    width: 100%;
    text-align: center;
  }

  .logo-title h1 {
    font-size: 32px;
    font-family: 'Courgette', cursive,LiSu,sans-serif;
    padding-top: 10px;
    margin-top: 5px !important;
  }

  .navbar-nav{
    padding-left: 0px;
    width: 80%;
    font-size: 12px;
  }
  .nav > li > a {
    padding: 15px 5px 0px 5px;
  }
}

@media (min-width: 767px){

  .affix-top img{
    height: 110px;
  }

  .affix .navbar-header > a > img{
    height: 110px;
  }

  .affix-top .logo-title h1{
  }

  .affix .logo-title h1{
  }

  body {
    font-size: 20px;
  }

  h4{
    font-size: 20px;
  }

  blockquote{
    font-size: 20px;
  }

  #blog-listing-medium .post h2 {
    font-size: 20px;
  }

  #blog-post, .page-content {
    font-size: 20px;
  }

  .panel-title {
    font-size: 20px;
  }

  .panel.sidebar-menu ul.tag-cloud li a {
  }

  .footer-navigation{
    font-size: 20px;
  }
}

@media (min-width: 1000px){

  .logo-title h1{
    font-family: 'Courgette', cursive,LiSu,sans-serif;
    padding: 5px 0 0 130px;
    margin: 0 0 25px 0;
    font-size: 32px;
  }
}