/* # Sista by the Sea
Theme Name: Sista by the Sea
Theme URI:
Description:
Author:
Author URI:
Template: genesis
Template Version: 2.1.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background: #35c2dc;
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}


.branding {
    position: relative;
    z-index: 1;
    padding: 1em;
    background: rgba(53, 194, 220, 0.85);
    max-height: 30%;
}

img {
    float: left;
	width: auto;
	height: 25vh;
}

h2 {
	color: #fff;
	font-weight: 300;
	margin-top: 7%;
    font-size: 16px;
    float: right;
}

iframe {
    border: 0;
    position: absolute;
    bottom: 0;
    top: 30%;
    left: 0;
    width: 100%;
    height: 70vh;
    z-index: 0;
}