.categoryContainer {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.categoryContainer .category {
  display:inline-block;
  width: 30%;
  border: 1px solid #F2F2F3;
}

.categoryContainer .category img {
  	vertical-align: top; 
  	padding: 5%;
    transition: 0.3s opacity ease-in-out;
}

.categoryContainer .category img:hover {
  opacity: 0.8;
}

form {
  text-align: center;
}

form input {
  width: 100%;
}

video{
  max-width: 100%;
  width: auto;
}


.header-image:after{
      background-color: rgba(40, 40, 40, 0.4);
}

.header-button, .text-button, .button, input[type="submit"]{ 
  border-color: #FFFFFF;
  color: #FFFFFF !important; 
}

.single-post .button, .single-post .header-button {
  border-color: #656d6d;
  color: #656d6d !important; 
}

.footer-wrapper, .footer-branding a, .footer-contact, .footer-contact a, .site-footer a{
  color: #e5e5e5
}

.footer-branding a:hover,  .footer-contact a:hover, .site-footer a:hover{
  color: #b3b3b3;
}

.row-overlay{
  background-color: rgba(37, 49, 53, 0.5);
}

.header-info {
 		top: 25% !important; 
}

.entry-meta {
  display: none;
}

.site-content{
	min-height: 50vh; 
}

.content-area {
  width: 100%; 
}

.container {
  width: 80%;
}

.archive main {
  padding: 5%;
  text-align: center; 
}

.page-header{
  display: none;
}

article {
  vertical-align: top;
  width: 25%;
  display: inline-block;
}

article img {
  vertical-align: top; 
  margin: 0 auto;
  width: auto; 
}

.single article {
  	display: inline-block; 
}

.single article img {
  margin: 0 auto;
  width: auto; 
}

.entry-thumb {
  width: 100%;
  margin: 0 auto;
}

.entry-header {
  text-align: center;
}

.single-post article {
  width: 100%;
}

.circular {
	width: 250px;
  	height: 250px;
  	border-radius: 125px;
  	margin-bottom: 30px;
  	display: inline-block;
}

.process {
	margin-top: 60px;
}

.imgContainer {
  text-align: center;
}

.imageContainer {	
  text-align: center;
}

.imageAndText {
  display: inline-table;
  width: 350px;
  margin-left: 20px;
  margin-right: 20px;
}

.imageContainer .imageAndText a img {
  width: 350px;
  height: 350px; 
  border-radius: 175px; 
  margin: 10px;
}

.imageContainer .imageAndText a img:hover {
  opacity: 0.7;
}

.single {
  text-align: center;
}

.single img {
  display: inline-block;
}

.footer-wrapper {
  word-break: keep-all;
}

.text-container, .gif-container {
 	width: 100%; 
  	display: flex;
  	flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10px;
}

.text-box {
  width: 45%;
}

.gif-box {
  width: 55%;
  padding-left: 10px; 
}

@media screen and (max-width: 1200px) {
  .post .container {
    width: 100%;
  }
  
  .posts-layout article {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
  }
  
  .posts-layout article img {
 	 margin: 0 auto;
     height: auto;
  }
  
  .gif-box, .text-box {
  	 width: 90%;
     padding-left: 0px; 
  }
}

@media screen and (max-width: 1400px){
  article {
    width: 30%;
  }
}

@media screen and (max-width: 1000px){
  article {
    width: 40%;
  }
}

@media screen and (max-width: 800px){
  article {
    width: 80%;
  }
}


@media screen and (max-width: 1080px){
  .categoryContainer .category {
    width: 40%;
  }
}

@media screen and (max-width: 992px){
  .multicolumn-row section {
    padding-bottom: 0 !important; 
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 800px){
  .categoryContainer .category {
    width: 80%;
  }
}

  

@media screen and (max-width: 640px){

  .imageAndText {
    max-width: 80vw;
  }
  .imageContainer .imageAndText a img {
    width: 250px;
    height: 250px;
  }
  
  .entry-title a {
    font-size: 16px;
  }
}