/* Move down content because we have a fixed navbar that is 50px tall */
body {
    width: 100%;
    font-size:150%;
    padding-top: 50px;
    padding-bottom: 20px; 
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}


#divButton{
    display: block;
    margin-left: 30%;
    margin-right: 30%; 
} 

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive for lower resolutions */
@media screen and (max-width: 768px) {
    
    body{
        font-size:110%;
    }

    /* .body-content {
        padding: 10%;
    } */
    #divButton{
        display: block;
        margin-left: 0;
        margin-right: 0; 
    } 
}

/*.myheader{
  background: url(/Image/ToysKingdom.jpg) no-repeat center center;
  width: 479px;
  height: 235px;
}*/
