body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

h1 {
    color: #3C469F;
    font-family: "Architects Daughter", sans-serif;
    font-size: 3em;
    margin-top: 0;
}

h2 {
    font-family: "Architects Daughter", sans-serif;
    margin-bottom: 2em;
}

h3 {
    font-family: "Architects Daughter", sans-serif;
    font-size: 1.5em;
}

a {
    color: #3C469F;
    border-color: #3C469F;
    border-bottom: 1px solid;
    font-weight: 800;
    padding-bottom: 8px;
    text-decoration: none;
}

a.button {
    color: #ffffff;
    background-color: #3C469F;
    padding: 2% 5%;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #3C469F;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: #3C469F;
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.button:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}

img {
    width: 100%;
}

iframe {
    border: 0;
    height: 600px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    iframe {
        height: 400px;
    }
}

main {
    text-align: center;
    margin: auto;
    max-width: 1080px;
    padding: 5%;
    width: 90%;
}

.section {
    margin-bottom: 10%;
}

#intro {
    text-align: center;
}

#info {
    padding: 0 20% 10%;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    #info {
        padding: 0;
    }
    #info a {
        padding-bottom: 0;
    }
}

#gallery ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

#gallery ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

@media screen and (max-width: 768px) {
    #gallery ul li {
        width: 48%
    }
}

#gallery ul li:last-child {
    margin-right: 0;
}

#gallery ul li a {

}

#gallery ul li a img {
    max-width: 100%;
}
