html {} body {
    background-color: lightgray;
    color: #4472C4;
}
.container {
    background-color: white;
    padding-top: 0.2rem;
    padding-bottom: 3rem;
}
#logo {
    margin-bottom: 2rem;
}
#logo .logo {
    max-height: 8rem;
}
#subtitle h3 {
    text-decoration: underline;
}
#itaca-img {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
#itaca-img img {
    height: 480px;
    width: 425px;
}
#adjectives h2 {
    text-decoration: underline;
}
#section-1 {
    margin-top: 1.8rem;
}
#section-1 img {
    width: 90%;
    height: 90%;
}
#section-1 .text {
    padding: 3%;
    margin-top: 0.3rem;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-word;
}
#section-2 {
    margin-top: 3rem;
}
#section-2 img {
    width: 90%;
    height: 90%;
    margin-top: 2rem;
}
#section-2 .text-title {
    color: #EC1823;
    padding: 5%;
    padding-bottom: 0;
    font-size: 1.4rem;
    text-decoration: underline;
    text-align: left;
}
#section-2 .right .text-title {
    text-decoration: none;
    font-size: 1.3rem;
}
#section-2 .text {
    color: black;
    padding: 5%;
    padding-top: 0;
    font-size: 1.3rem;
    text-align: justify;
    text-justify: inter-word;
}
#section-2 .text span {
    color: #4472C4;
    font-size: 1.2rem;
}
#contacts center {
    margin-top: 1.5rem;
    background-color: #EC1823;
    padding: 1.5rem 1rem;
    color: white;
    font-size: 1.2rem;
}
#contacts img {
    margin-top: 1.5rem;
    max-height: 6rem;
}
#contacts a {
    color: lightgray;
}
#section-3 {
    margin-top: 1.5rem;
}
#section-3 .container {
    padding: 0;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: black;
    border: 1px solid black;
}
#section-3 h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.7rem;
}
#section-3 img {
    max-height: 7rem;
    max-width: 100%;
    /*padding-top: 2rem;*/
}
#section-3 .right {
    margin-top: 3.5rem;
    padding: 0;
}
#section-3 .title-g {
    color: #2FBA3A;
    font-size: 1.5rem;
}
#section-3 .title-r {
    color: #EC1823;
    margin-top: 4.5rem;
    margin-bottom: 2.4rem;
    font-size: 2rem;
}
#footer center {
    margin-top: 3rem;
    background-color: #4472C4;
    padding: 1.5rem 3rem;
    color: white;
    font-size: 1.3rem;
}
#footer span {
    text-decoration: underline;
}
#lang-selector {
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
}
#lang-selector span {
    margin: 0 5px 0 5px;
    border-radius: 4px;
}
#lang-selector span:hover {
    border-radius: 6px;
}
#_form_12_ input[type="text"]._has_error,
#_form_12_ textarea._has_error {
    border: #f37c7b 1px solid;
}
#_form_12_ input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}
#_form_12_ ._error {
    display: block;
    /*position: absolute;*/
    font-size: 13px;
    z-index: 10000001;
}
#_form_12_ ._error._above {
    padding-bottom: 4px;
    top: -41px;
    right: 0;
}
#_form_12_ ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0;
}
#_form_12_ ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b;
}
#_form_12_ ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
}
#_form_12_ ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#_form_12_ ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}
#_form_12_ ._button-wrapper ._error-inner._form_error {
    position: static;
}
#_form_12_ ._error-inner._no_arrow {
    margin-bottom: 10px;
}
#_form_12_ ._error-arrow {
    /*position: absolute;*/
    width: 0;
    height: 0;
    display: none;
}
#_form_12_ ._error-html {
    margin-bottom: 10px;
}

#_form_12_ ._form-thank-you {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    color: #2FBA3A;
    font-size: 1.5rem;
}