html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.App-main {
    background-color: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: black;
}

@media (max-width: 450px) {
    .App {
        text-align: center;
        background-image: url("./background-flipped.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
}

@media (min-width: 451px) {
    .App {
        text-align: center;
        background-image: url("./background-flipped.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}

.fahkwang-font {
    font-family: 'Fahkwang', sans-serif;
    font-family: 'Wix Madefor Text', sans-serif;
}

@media (max-width: 1024px) {
    .logo {
        max-width: 183px;
        max-height: 99px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 15px 0px 0px 15px;
    }
}

@media (min-width: 1025px) {
    .logo {
        max-width: 220px;
        max-height: 119px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 15px 0px 0px 15px;
    }
}

.centered {
  max-height: 240px;
}

.small-text {
    font-size: 1rem;
    background-color: rgba(255,255,255,0.75);
}

.feng-button {
    background-color: #8C9E93;
}

.dark-brown {
    color: #a68e74;
}

.privacy-container {
    margin-top: 10rem;
}

.center-aligned-form {
    background-color: rgba(255,255,255,0.75);
}

@media (max-width: 375px) {
    .center-aligned-form {
        margin: 0 10% 0 10%;
    }
}

@media (max-width: 768px) {
    .center-aligned-form {
        margin: 0 10% 0 10%;
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .center-aligned-form {
        margin: 0 10% 0 10%;
        max-width: 700px;
    }
}

@media (min-width: 1025px) {
    .center-aligned-form {
        margin: 0 10% 0 10%;
        max-width: 989px;
    }
}

/*@media (max-width: 1200px) {
    .center-aligned-form {
        margin: 0 10% 0 10%;
    }
}
*/
