body{background-image:url('/images/background.png');background-size:100%;background-repeat:repeat;margin:0;padding:0;font-family: 'Open Sans', sans-serif;}
img,form,a,h1,h2,h3,h4,h5,h6,p{border:0;margin:0;padding:0;}
a{color:#000;text-decoration:none;}
#container{margin:auto;max-width:1000px;text-align:center;}
#header{height:146px;max-width:100%;margin-bottom:10px;padding:0;}
#navigation{width:100%;}
.nav_button{width:25%;height:47px;float:left;cursor:pointer;}
.nav_button img{height:47px;}
#content{margin:auto;max-width:1000px;text-align:left;margin-top:0px;padding:10px 0px 0px 0px;}
#content a{text-decoration:underline;}
h1{font-size:30px;color:#000;}
h1 a{text-decoration:underline;}
h2{font-size:large;color:#000;}
#content h2 a{font-size:large;color:#000;text-decoration:none;}
h3{font-size:large;color:purple;}
h4{font-size:15px;padding-top:12px;}
h5{font-size:12px;padding-top:16px;}
hr{margin:0px;padding:0px;color:white;background-color:white;}
ul{list-style-type: square;margin:0px;padding:15px;}
button{padding:0px;margin:0px;cursor:pointer;}
a{text-decoration:none;}
p{display:inline;}

.rounded_box
{
background-color: #bfb2bb;
color: #000;
border:1px solid #000;
border-radius:10px;
padding:1%;
margin:1%;
width:96%;
font-size:16px;
}

.half_rounded_box
{
background-color: #bfb2bb;
color: #000;
border:1px solid #000;
border-radius:10px;
padding:1%;
margin-left:1%;
width:46.4%;
font-size:16px;
}

input[type=radio] {

 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
  padding: 10px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 25px; /* Place the button at the bottom of the page */
    right: 25px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #55534E; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}