/* Google Translate Hacks */
.goog-te-combo {
    width: 150px !important;
    height: 24px !important;
    margin-left: auto !important;
    margin-right: 30px !important;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    background-color: #CD9332;
}

.goog-te-banner-frame {
    display: none !important;
  }

.goog-logo-link {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Alert Box */
#alert {
    display: none;
    position: absolute;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 50%;
    top: 70px;
    padding: 20px;
    margin-bottom: 15px;
  }

.alert-success {
    background-color: #4CAF50;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* About Page Hacks & Modal */
.about--banner h2::after {
background-color: transparent;
}

.about--banner h2::before {
top: 15px;
}

@media (max-width: 767px) {
.about--banner h2::before {
    top: 15px;
}
}

.aboutModal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 999; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

.closeModal {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}