/* Custom Template */
body {
        padding-top: 70px;
        /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
        /*font-family: Helvetica Neue,Helvetica,Arial,sans-serif;*/
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 18px;
    }

.btn {
    font-size: 18px;
}

.navbar-brand {
    font-size: 22px;
}

legend {
    font-size: 25px;
}

/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
