.leader{
		background:url(seagull_ico.png) no-repeat;margin-left:-10px;
		text-indent:20px;
		display:block;
		text-align:center;
		background-size: 17px;
		/*font-family: 'Lobster', cursive;*/
		font-size:15px; 
		font-weight:600;
}
.rightcat{
font-family: 'Lobster', cursive;font-weight:100;
}
	
a.button1{
display:inline-block;
padding:1em 1.5em;
border:0.12em solid #3C5C67;
margin:0 0.3em 0.3em 0;
border-radius:0.50em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:500;
color:#3C5C67;
text-align:center;
transition: all 0.2s;
font-weight: bold;
font-size:13px;
width:260;
background-color:linear-gradient(#58E5AC, #3C5C67);
background: #ffffff;
}
a.button1:hover{
color:#ffffff;
background-color:#417272;
}
a.button1{
display:block;
margin:0.4em auto;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 10px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



