* {
    font-family: Arial, Helvetica, sans-serif;
}

a, a:active, a:visited, a:link {
    color: white;
}

a:hover {
    color: #80ED99;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 768px;
}

.content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.map {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer, .header {
    background-color: #000;
    color: #FFF;
}

.footer, .header {
    line-height: 2em;
    font-size: 0.8em;
}

.align-right {
    text-align: right;
}

.new-logo-container, .logo-container, .scrum-container, .obeya-container {
    max-width: 315px;
    display: inline-block;
}

.scrum-container {
    padding-left: 15px;
}

.new-logo-container img {
    height: 60px;
    border: 0;
}

.logo-container img {
    max-height: 60px;
    border: 0;
}

.obeya-img, .scrum-img {
    height: 60px;
    border: 0;
}

.tag-line {
    font-size: 1.4em;
    color: #1B9AAA;
    margin: auto;
}

.dotted-line {
    border: 1px dashed black;
}

h1 {
    font-size: 1.3em;
    color: #1B9AAA;
}

.contact-details label {
    display: inline-block;
    width: 85px;
    color: #1B9AAA;
}

@media (max-width: 48em) {
    .header, .tag-line, .logo-scrum, .footer, .align-right {
        text-align: center;
    }

    .contact-details {
        padding-bottom: 20px;
    }
}

.photo-credits {
    position: relative;
    bottom: 20px;
    font-size: 10px;
    float: right;
    padding-right: 10px;
}
