﻿* {
    padding: 0;
    margin: 0 auto;
}

html, body {
    height: 100%;
    margin: 0 auto;
}

html {
    background: url(images/mydentist_bg1.png) no-repeat top center fixed;
    background-size: cover;
    display: block;
}
    html.bad
    {
        background-image: url(images/mydentist_bg2_sad.png);
    }
body {
    font-family: dosis, "Arial", "Helvetica", sans-serif;
    font-size: 30px;
    color: black;
    background: none;
}

.public-content
{
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    top: 40%;
}

textarea
{
    border: none;
    background-color: rgba(255, 255, 255,0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: black;
    font-family: dosis, "Arial", "Helvetica", sans-serif;
    resize: none;
    outline: none;
    cursor: pointer;
    overflow: auto;
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 1em;
}

.questionSpan {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.question{ text-align: center; display: none;}
.question1 {
    display: block;
}

.quesLink {
    background: none!important;
    border: none;
    cursor: pointer;
    font-family: dosis, "Arial", "Helvetica", sans-serif;
    font-size: 30px;
    color: #BA4E97;
    text-decoration: none;
    outline: none;
    text-transform: lowercase;
    margin: 10px;
    font-weight: bold;
}
.nav-container{ margin-bottom: 130px; }
img.footerImg {
    position: fixed;
    bottom: 70px;
    width: 400px;
    height: auto;
    display: block;
    left: 50%;
    margin-left: -200px;
}

label.radio {
    margin-bottom: 0.3em;
    display: inline-block;
}
.smaller
{
    font-size: 0.6em;
}
@media only screen and (min-width : 1024px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-device-width : 1023px) {
    html
    {
        background-position: center bottom;
    }
    img.footerImg {
        width: 200px;
        bottom: 0;
        margin-left: -100px;
    }
    .nav-container
    {
        margin-bottom: 70px;
    }
    .public-content {
        font-size: 20px;
        top: 18%;
    }
    label.radio
    {
        margin-bottom: 0.3em;
    }
    .questionSpan
    {
        margin-bottom: 25px;
    }
}