/*
 Theme Name:   SRH Design
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.2
*/

/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat Local';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''),
  		url('../srhdesign/fonts/montserrat-v14-latin-900.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  		url('../srhdesign/fonts/montserrat-v14-latin-900.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}

p:last-child {
  margin: 0;
}



body {
	overflow-x: hidden;
}

@media screen and (max-width:768px) {
	.home-thumb img {
		width: 175px;
		height: 175px;
	}
}
