/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
    padding: 0;
    margin: 0;
    background: url('../images/PDPA_bg2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'thaisans_neuebold', sans-serif;
    position: relative;
    overflow: auto;
}

@font-face {
    font-family: 'cs_chatthairegular';
    src: url('../fonts/cschatthai-webfont.woff2') format('woff2'), url('../fonts/cschatthai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thaisans_neuebold';
    src: url('../fonts/thaisansneue-bold-webfont.woff2') format('woff2'), url('../fonts/thaisansneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1rem 1rem;
    text-transform: uppercase;
    border: 0;
    margin: 20px;
    text-align: center;
}


@media screen and (min-width: 751px) {
    .btn {
        font-size: 23px;
    }
    .bigtopic {
        font-size: 90px;
    }
    .footer {
        font-size: 18px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 750px) {
    .btn {
        font-size: 18px;
    }
    .bigtopic {
        font-size: 40px;
    }
    .footer {
        font-size: 14px;
    }
}

.btn-primary {
    background-color: #2fc4d9;
}

    .btn-primary:hover {
        background-color: #14257e;
    }

    .btn-primary:focus {
        background-color: #14257e;
        color: white;
    }

    .btn-primary:active {
        background-color: #14257e !important;
    }

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.title-text-shadow {
    text-shadow: 3px 0px 6px rgba(0,0,0,0.2);
    color: #1e2aa4
}


.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #707070;
    text-align: center;
    left: 0;
    right: 0;
}