/*-----Height of main part of homepage*/

.home-news {

min-height: 500px;


}


.wp-caption-text {

color: #333;


}


/*site header title colour*/

.headwrapper H1 {


color: #222;


}



/*---------------styles showreel and floats text to right of video--------------*/

.page-id-10 iframe {
  
  float:left;
  margin-right: 10px;
  margin-bottom: 40px;

width: 461px;  
height: 305px; 
  
  border: 2px #333 solid;
  
  
}



.page-id-7 img{


margin-right: 5px!important;
  

}


h3.post-title a {

color: #eee;



}

h3.post-title a:hover {

text-decoration: none;

  color: red;


}