/* Colours:
 *  Dark blue : #004c63
 *  Turquoise : #0e90a0
 *  Off white : #eaeaea
 */

html, body {
    background: #004c63;
    font-family: 'Open Sans', sans-serif;
    min-width: 360px;
}

.logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 300px 150px;
    background-position: -20px 5px;
    color: #004c63;
    font-size: 1px;
    height: 160px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 9999;
}

.logo.mod-mobile {
    margin: 0 auto;
}

.email,
.calendar {
    background: rgba(234, 234, 234, 0.5);
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    color: #004c63;
    display: block;
    position: absolute;
    top: 7.5em;
    left: 0;
    font-size: 22px;
    text-align: middle;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-align: center;
    padding: 0 0.8em 0.1em;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -webkit-transition: background 0.3s, color 0.3s, padding 0.3s;
    transition: background 0.3s, color 0.3s, padding 0.3s;
    z-index: 9999;
}

.calendar {
    top: 13em;
    font-size: 18px;
}

.email:hover {
    background: rgba(234, 234, 234, 1);
    padding-right: 1em;
}

.email.mod-mobile,
.calendar.mod-mobile {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
}

@media (min-width: 600px) {
    .email,
    .calendar {
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        top: 1em;
        left: auto;
        right: 0;
    }

    .calendar {
        top: 4.5em;
    }
}

.control {
    background: rgba(234, 234, 234, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 1em;
    color: #004c63;
    display: block;
    height: 3em;
    text-align: center;
    line-height: 3em;
    left: 1em;
    position: absolute;
    width: 3em;
    z-index: 9999;
}

.control.mod-pause { left: 5em; }
.control.mod-mute { left: 9em; }

.control:hover {
    background: rgba(234, 234, 234, 1);
    -webkit-transform: translateZ(0);
    -webkit-transition: background 0.3s, color 0.3s, padding 0.3s;
    transition: background 0.3s, color 0.3s, padding 0.3s;
}

.video {
    display: none;
    margin: 1em auto;
    width: 100%;
}

.video iframe {
    height: auto;
    min-height: 202.5px;
    width: 100%;
}
