html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Background */
    background-color: #041D36;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#0E2E4D), to(#041D36)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0E2E4D, #041D36); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #0E2E4D, #041D36); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #0E2E4D, #041D36); /* IE10 */
    background-image: -o-linear-gradient(top, #0E2E4D, #041D36); /* Opera 11.10+ */
    background-image: linear-gradient(top, #0E2E4D, #041D36);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0E2E4D', EndColorStr='#041D36'); /* IE6–IE9 */
}

.display-welcome {
    font-family: 'Segoe UI';
    font-style: italic;
    font-size: 100pt;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    opacity: .8;
}

.display-conference7 {
    font-family: 'Segoe UI';
    font-style: italic;
    font-size: 50pt;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    opacity: .8;
}

