
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   
    font-family: sans-serif;
    background-color: #0A1F44;
    color: white;
    line-height: 1.6;
    padding-top: 20px;
}

.container {
    max-width: 512px;
    margin: 40px auto;
}

h1 {
   
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 1.5rem 0 0.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

ul {

    padding-left: 20px;
    font-family: Garamond;
    font-size: 14px;
}

ul li {
    list-style-type: disc;
    
}

p {

    font-family: Garamond;
    font-size: 14px;
}



a {
    color: #A6C8FF;
    text-decoration: none;
    font-size: 13px;
}

a:hover {
    text-decoration: underline;
}

header {

    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 20px;
}

#google_translate_element {}

.logo {
    max-width: 140px;
    margin: 5px auto;
    /* display: block; */
}

footer {
    margin-top: 1.5rem;
    text-align: left;
}

.disclaimer {
    font-size: 0.8rem;
    text-align: center;
    /* opacity: 0.6; */
    line-height: 1.3;
    /*margin: 5px 0px 0px 0px;*/
}

.goog-te-gadget-simple {
    background-color: #fffcf6 !important;
}

.goog-te-gadget-icon,
.goog-logo-link,
.goog-te-gadget span[style*="vertical-align"]>img,
.goog-te-gadget span[style*="vertical-align"]>span {
    display: none !important;
}

#google_translate_element {
    margin: 10px 20px;
    text-align: right;
}

.goog-te-gadget {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background: #ffffff00;
    /* border: 1px solid #ccc; */
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
}

.goog-te-gadget-simple a {
    color: #333 !important;
    text-decoration: none;
    /* padding: 4px 10px; */
    border-radius: 4px;
    border: none !important;
    background-color: none !important;
    transition: all 0.3s ease;
    display: inline-block;
}

.goog-te-gadget-simple {
    background-color: #FFF;
    border: none !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2) {
    display: none !important;
}

.goog-te-gadget-simple a {
    color: #333 !important;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background-color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
}

.goog-te-gadget-simple a:hover {
    background-color: #f0f0f000;
    color: #000;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background-color: #ffffff00;
    transition: all 0.3s ease;
    display: inline-block;
}

.goog-te-gadget-simple {
    background-color: #fffcf600 !important;
}
@media (max-width: 600px) {

    .logo {
        max-width: 110px;
    }

    .container {
        padding: 0 10px;
    }
}