img {
width:100%;height:auto;
}

#custom-boxed-row .fsn-column-inner {
margin: 25px 0;
padding: 12px 8px 34px 8px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
min-height: 520px;
position:relative;
}

.custom-button {
color:#fff !important;
padding: 10px 18px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
background-color: #445d70;
text-decoration: none !important;
transition: all .2s;
}

#custom-boxed-row .fsn-column-inner .custom-button {
color:#fff !important;
padding: 10px 18px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
background-color: #0277bd;
text-decoration: none !important;
transition: all .2s;
position:absolute;
bottom:5px;left:5px;
}


.custom-button:hover {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}

.logo img {
max-height:80px;
}


footer a { color:#fff;text-decoration:underline; }

iframe { width:100% !important; min-height:300px !important; max-height:400px !important; }

h1 {
	color: #445d70;
}
