.custom-fit {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
body pre,
body ins {
  background-color: #545BB7;
}
#masthead {
  background-color: #FFFFFF;
  font-family: 'lato';
  padding-top: 10px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
#masthead .site-branding {
  float: left;
  width: 35%;
}
@media screen and (max-width: 1250px) {
  #masthead .site-branding {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }
}
#masthead .site-branding .site-title {
  margin: 0;
  margin-top: -4px;
}
#masthead .site-branding .site-title a,
#masthead .site-branding .site-title a:visited {
  color: #35495D;
  font-size: 28px;
  font-weight: bolder;
}
#masthead .site-branding .site-title a:hover {
  color: #29BB9C;
}
#masthead .main-navigation {
  clear: none;
  float: right;
  width: 65%;
  text-transform: uppercase;
  font-family: 'lato';
}
@media screen and (max-width: 1250px) {
  #masthead .main-navigation {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
}
#masthead .main-navigation a,
#masthead .main-navigation a:visited {
  color: #BDC3C7;
  padding: 16px 0px;
  display: block;
  font-size: 13px;
  font-weight: 600;
}
#masthead .main-navigation li {
  border-radius: 3px;
  padding: 0 10px;
}
#masthead .main-navigation li:hover {
  background-color: #29BB9C;
}
#masthead .main-navigation li:hover a {
  color: white;
}
#masthead .main-navigation ul li ul {
  background-color: #29BB9C;
  top: 3.6em;
  font-size: 13px;
  text-transform: none;
  margin-left: -10px;
  border-radius: 2px;
}
#masthead .main-navigation ul li ul li {
  padding: 0 8px;
}
#masthead .main-navigation ul li ul li:hover {
  background-color: #2ed0ad;
}
#masthead .main-navigation ul li ul li a,
#masthead .main-navigation ul li ul li a:visited {
  padding: 6px;
}
#masthead .main-navigation ul li ul li ul {
  top: 0px;
  margin-left: 0;
}
#masthead .main-navigation .tinynav {
  display: none;
  /*
			@media screen and (max-width:470px){
				max-width: 100%;
				margin: 0 2%;
			}
*/

}
@media screen and (max-width: 768px) {
  #masthead .main-navigation .tinynav {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#masthead .site-description {
  color: #BDC3C7;
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 200;
  padding-top: 10px;
  float: left;
  max-width: 50%;
}
@media screen and (max-width: 1250px) {
  #masthead .site-description {
    float: none;
    max-width: 90%;
    margin: 0 5%;
    text-align: center;
  }
}
#masthead .social-icons {
  float: right;
  max-width: 30%;
  margin-left: 28%;
  margin-top: 30px;
}
@media screen and (max-width: 1250px) {
  #masthead .social-icons {
    text-align: center;
    float: none;
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
#masthead .social-icons img {
  width: 32px;
  height: 32px;
}
#masthead .social-icons img:hover {
  -webkit-filter: brightness(0.8);
}
.site-content {
  background-color: #384B5D;
}
#home-title {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
#home-title span {
  color: white;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 200;
  font-family: 'lato';
  text-transform: uppercase;
}
.home-content-area {
  margin: 2em 10% 0 10%;
}
@media screen and (max-width: 1000px) {
  .home-content-area {
    margin: 2em 5% 0 5%;
  }
}
@media screen and (max-width: 880px) {
  .home-content-area {
    margin: 2em 2% 0 2%;
  }
}
.home-post {
  width: 25%;
  float: left;
  height: 320px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .home-post {
    height: 280px;
  }
}
@media screen and (max-width: 1160px) {
  .home-post {
    width: 33%;
  }
}
@media screen and (max-width: 880px) {
  .home-post {
    width: 50%;
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .home-post {
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .home-post {
    width: 50%;
    height: 280px;
  }
}
@media screen and (max-width: 470px) {
  .home-post {
    width: 100%;
    height: 320px;
  }
}
.home-post .entry-title {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  max-width: 250px;
  margin-left: 10%;
}
@media screen and (max-width: 470px) {
  .home-post .entry-title {
    margin: 0 15%;
  }
}
.home-post .entry-title a,
.home-post .entry-title a:visited {
  color: #BDC3C7;
}
.home-post .entry-title a:hover,
.home-post .entry-title a:visited:hover {
  color: #ECF0F1;
}
.home-post img {
  border-radius: 4px;
  box-shadow: 5px 5px 0px #2e3e4d;
  width: 250px;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home-post img {
    width: 220px;
    height: 150px;
  }
}
@media screen and (max-width: 1160px) {
  .home-post img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 880px) {
  .home-post img {
    width: 360px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .home-post img {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 650px) {
  .home-post img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 550px) {
  .home-post img {
    width: 220px;
    height: 150px;
  }
}
@media screen and (max-width: 470px) {
  .home-post img {
    width: 340px;
    height: 220px;
  }
}
.home-post img:active {
  box-shadow: none;
  left: 3px;
  top: 3px;
}
.content-post {
  width: 25%;
  float: left;
  height: 320px;
  text-align: center;
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .content-post {
    height: 280px;
  }
}
@media screen and (max-width: 1160px) {
  .content-post {
    width: 33%;
  }
}
@media screen and (max-width: 880px) {
  .content-post {
    width: 50%;
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .content-post {
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .content-post {
    width: 50%;
    height: 280px;
  }
}
@media screen and (max-width: 470px) {
  .content-post {
    width: 100%;
    height: 320px;
  }
}
.content-post .entry-title {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  max-width: 250px;
  margin-left: 10%;
}
@media screen and (max-width: 470px) {
  .content-post .entry-title {
    margin: 0 15%;
  }
}
.content-post .entry-title a,
.content-post .entry-title a:visited {
  color: #BDC3C7;
}
.content-post .entry-title a:hover,
.content-post .entry-title a:visited:hover {
  color: #ECF0F1;
}
.content-post img {
  border-radius: 4px;
  box-shadow: 5px 5px 0px #2e3e4d;
  width: 250px;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .content-post img {
    width: 220px;
    height: 150px;
  }
}
@media screen and (max-width: 1160px) {
  .content-post img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 880px) {
  .content-post img {
    width: 360px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .content-post img {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 650px) {
  .content-post img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 550px) {
  .content-post img {
    width: 220px;
    height: 150px;
  }
}
@media screen and (max-width: 470px) {
  .content-post img {
    width: 340px;
    height: 220px;
  }
}
.content-post img:active {
  box-shadow: none;
  left: 3px;
  top: 3px;
}
.posts-navigation {
  clear: both;
}
.content-font {
  color: white;
  font-family: 'Lato';
}
.content-font a,
.content-font a:visited {
  color: #00bfff;
}
.content-font a:hover,
.content-font a:visited:hover {
  color: #0099cc;
}
.content-area {
  width: 45%;
  margin: 0 5% 0 10%;
  float: left;
  color: white;
  font-family: 'Lato';
}
.content-area a,
.content-area a:visited {
  color: #00bfff;
}
.content-area a:hover,
.content-area a:visited:hover {
  color: #0099cc;
}
@media screen and (max-width: 550px) {
  .content-area {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
}
.widget-area {
  width: 25%;
  margin: 20px 10% 0 5%;
  float: right;
  color: white;
  font-family: 'Lato';
}
.widget-area ul {
  margin: 0;
}
.widget-area a,
.widget-area a:visited {
  color: #00bfff;
}
.widget-area a:hover,
.widget-area a:visited:hover {
  color: #0099cc;
}
@media screen and (max-width: 550px) {
  .widget-area {
    float: none;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.widget-area a,
.widget-area a:visited {
  color: #d5d5d5;
}
.widget-area a:hover,
.widget-area a:visited:hover {
  color: #00bfff;
}
.single-post-image {
  margin-bottom: 10px;
}
.single-post-image img {
  box-shadow: 5px 5px 3px #2e3e4d;
}
.increase-height {
  content: "";
  display: table;
  clear: both;
}
#custom-footer {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  content: "";
  display: table;
  clear: both;
}
.footer-font {
  color: #BDC3C7;
  font-family: 'lato';
  font-weight: bold;
}
.footer-font a,
.footer-font a:visited {
  color: #BDC3C7;
}
.footer-font a:hover,
.footer-font a:visited:hover {
  color: #869198;
}
@media screen and (max-width: 650px) {
  .footer-widget-mq {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.four-columns {
  margin-top: 20px;
  width: 28%;
  float: left;
  color: #BDC3C7;
  font-family: 'lato';
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .four-columns {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.four-columns a,
.four-columns a:visited {
  color: #BDC3C7;
}
.four-columns a:hover,
.four-columns a:visited:hover {
  color: #869198;
}
.four-columns h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.four-columns ul {
  padding: 0;
  font-size: 14px;
  margin: 0;
  list-style: none;
}
.left-four {
  margin-right: 6%;
}
@media screen and (max-width: 650px) {
  .left-four {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.center-four {
  margin: 20px 2.5%;
}
@media screen and (max-width: 650px) {
  .center-four {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.right-four {
  margin-left: 5%;
}
@media screen and (max-width: 650px) {
  .right-four {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.site-footer {
  margin-top: 20px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-top: 1px solid #ECF0F1;
  background-color: #FFFFFF;
  padding: 15px 0;
  color: #BDC3C7;
  font-family: 'lato';
  font-weight: bold;
  font-size: 12px;
  font-weight: 600;
}
.site-footer a,
.site-footer a:visited {
  color: #BDC3C7;
}
.site-footer a:hover,
.site-footer a:visited:hover {
  color: #869198;
}
.pagination {
  clear: both;
  font-size: 11px;
  position: relative;
  bottom: 2em;
  margin-left: 40%;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .pagination {
    margin-left: 25%;
  }
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  padding: 6px 12px 5px 12px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #2C353C;
  margin-left: 5px;
}
.pagination a:hover {
  color: #fff;
  background: #29BB9C;
}
.pagination .current {
  padding: 6px 12px 5px 12px;
  background: #29BB9C;
  color: #fff;
}
