/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default
{
	margin-top:30px;
	color:#FFFFFF
}
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  
  border: 1px solid #fff;
}

html,
body 
{
 height: 100%;
}

body 
{
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
	font-family: 'Open Sans', sans-serif;
  
}

h3
{
	font-family: 'Crimson Text', serif;
}

img 
{
	max-width: 100%; height: auto !important; 
}

#video 
{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(https://scottishsalmonfishingsurgery.com/SSFS/media/1003/splash3.jpg) no-repeat;
    background-size: cover;
}

.inner 
{
  margin-top: 100px;
}


.inner a:hover
{
	transition: all 0.17s ease-in-out 0s;
    opacity:0.6;
	
}