/*
Theme Name: meh
Description: This is a basic template based on Timber to make thigs clear and easy to operate and replace
Author: Jason Simmons jason@jsimmons.co.uk
*/


.imgleft{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

.imgright{
        float: right;
        border: none;
        margin-right: 15px;
        margin-bottom: 10px;
        }

.intro-header{
background-color:gray;
background:no-repeat center center;
background-attachment:scroll;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
-o-background-size:cover;
margin-bottom:50px;
}

#s  {
    color: black;
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}
