
.opacity{
    position: absolute;
    top: -9999px;
  left: -9999px;
  color: rgba(0, 0, 0, 0);
}

.left {
    text-align: center;
    width: 35%;
    float: left;
}

.right {
    text-align: center;
}

.center {
        text-align:center;
}

.padding {
         padding: 1%;
}

.top_image {
    height :40px;
    margin-right: 2%;
    float: left;
    font-family: FreeSans, serif;
    font-weight: bold;
    font-size: 42px;
}

.top_image img {
    height :40px;
}

.top-image span {
    top: -20px;
}

/* Add a black background color to the top navigation */
.topnav {
   margin-left : 30%;
   // background-color: #333;
   overflow: hidden;
   font-family: Open Sans, serif;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #3d3d3d;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Open Sans, Serif;
    font-size: 14px;
    font-weight: 600;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link 240,180,0 */
.topnav a.active {
    background-color: #EEB400;
    color: white;
}

.footer {
    text-align: center;
}

input.h_button {
    padding: 5px 20px 5px 20px;
    border: 2px solid black;
}


.main-button {
    border: 2px solid black;
    border-radius: 25px;
    vertical-align: middle;
    height: 38px;
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    font-weight: bold;
    margin: 5px;
    text-align: center;
    background-color: #EEB400;
    cursor: pointer;
}

.page {
    min-width: 1000px;
    max-width: 1600px;
    background-color: red;
    margin: auto;
    margin-top:1%;
    padding: 1%;
    background-color: FFFFEE;
}

form input,textarea{
    width: 500px;
}

.w100 {
    width: 100%;
}

.map {
    padding-left: 2%;
    float: right;
}
