/* CSS for Bona Fides Finanz */


html, body, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Bubbler One', sans-serif;
    font-size: 1.6rem;
    
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 80vw;
    height: auto;
}


.comingSoon {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background-size: cover;
    background-position: center 20%;
    text-align: center;
    color: white;
}

.comingSoon img {
    margin-top: 20vh;
}

.comingSoon h1 {
    font-size: 3.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

main {
     flex: 1 auto;
    -ms-flex: 1 auto;
    -webkit-flex: 1 auto;
}

footer {
    margin-bottom: 10vh;
}

@media (max-width: 768px) {
    img {
    max-width: 60vw;
    height: auto;
}

.comingSoon img {
    margin-top: 8vh;
}

.comingSoon h1 {
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

footer {
    margin-bottom: 8vh;
}
}

/* bubbler-one-regular - latin */
@font-face {
  font-family: 'Bubbler One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bubbler-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bubbler One Regular'), local('BubblerOne-Regular'),
       url('../fonts/bubbler-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bubbler-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bubbler-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bubbler-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bubbler-one-v8-latin-regular.svg#BubblerOne') format('svg'); /* Legacy iOS */
}
