/*Make the frontpage content area wider - 12611187-hc*/
.front-block .front-block-inner {
	max-width: 9999px;
}

/* reducing the font size of the portfolio project types 18642230-hc */
.portfolio-type-list {
  font-size: 100%;
}

/* reduce size of logo on larger screens 18642458-hc rs */
@media screen and (min-width: 768px) {
  .site-header .site-branding img {
    max-height: 50px;
  }
}

/* Removes background color on header image | 24326862-hc */
.home .overlay {
    background: unset;
    }

/* Removes title text from home page | 24326862-hc */
.home h2.entry-title.th-mx-auto.th-font-normal.th-text-inherit a {
    display: none;
}

#header-search-button {
    display: none;
}

/* change height of page headers  | 22824107-zd bk */
.singular-page-header {
    height: 30em;
}

/* change position of page headers  | 22824107-zd bk */
.singular-page-header img {
  object-position: 50% 31%;
}

p

{

/* enforces that text is re-aligned depending on browser or screen width */

word-wrap: break-word;

}


/* Incase the screen size is that of a tablet landscape size or above */

@media only screen and (min-width: 769px)

	
	
/*Changes Block Width*/
	
{
.object-width-control-setting-50 {
    margin-left: auto;
    margin-right: auto;
    width: 60%
}

/*Reduces Spacing between Header Image and Photo Credit Text on Landing Page*/

.front-block.front-block-one {
padding-top: 0px;
padding-bottom: 0px;
}

	
/*Text Scaling on Larger Screens*/
	
@media only screen and (min-width: 1600px) {
  body {
    font-size: 22px;
  }
 
  .th-text-sm {
    font-size: 15px;
  }
}
	
@media only screen and (min-width: 1600px) {
    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 42px;
    }

    h4 {
        font-size: 36px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 24px;
    }
}
	
/*Sets default display image on social media platforms*/


/*Post Titles*/
	#primary-header .entry-title {
		font-size: 40px;
	}
	
	
/*Hide 'About Author' Block below post*/
	
	.single .author-container {
		display: none;
	}
	
	
/*Hide 'Previous Post and Next Post' at the bottom of a post*/
	
	.post-navigation .nav-links {
		display: none;
	}