/* ubuntu font */
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* end of ubuntu font */

body {
    font-family: 'Open sans', 'Ubuntu',"Trebuchet MS";
    font-size: 16px;
    background-color: #ecf9ff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.content {
    max-width: 980px;
    margin:auto;
    /* border: 1px black solid; */
    padding: 20px;
    background-color:white;
}
.header {
    text-align: center;
    padding-bottom: 30px;
}

.header-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.header-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}
.menu {
    text-align: center;
    padding: 15px
}

.menu-bar {
    margin: auto;
    border: 1px solid #ccc;
    display: inline-block;
    width: auto;
}

.menu-item {
    display: inline-block;
    text-decoration: none;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-item:hover {
    background-color: #ccc;
    text-decoration: none;
}

.menu-dropdown {
    display: inline-block;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1;
    min-width: 120px;
}

.menu-dropdown-content .menu-item {
    display: block;
    text-align: left;
}

.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

.photo-bar {
    margin: auto;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    /* justify-content: space-around; */
    background-color: white;
}
.flag-bar {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 8px;
    max-width: 980px;
}
.footer-box {
    margin:auto;
    max-width:1020px;
}
.footer-img {
    width:100%;
}
.missions-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.missions-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #31baff;
    border-radius: 5px;
    /* max-width: 300px;
    min-width: 25vh; */
    width: 30%;
    color: white;
    padding-top: 40px;
    padding-bottom:40px;
    margin-left: 5px;
    margin-left: 5px;
    text-align: justify;
    /* font-size: 15px; */
}

.missions-item p {
    margin-left:16px;
    margin-right:16px
}

.mission-title {
    width: 75%;
    background-color: white;
    color: black;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    border: 1px black solid;
    padding: 2%;
}
.missions-photos {
    text-align: center;
    overflow: hidden;
}
.missions-photos img {
    width: 90%;
    border-radius:2px;
    border:1px solid
}

.gallery-table {
    margin-left: 30px;
}
.gallery-table td {
    width:160px;
    padding-left: 1em;
    padding-right: 1em;
}

.gallery-table td a {
    display: flex;
    justify-content: center;
}

.gallery-image {
    width:144px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
    border-radius: 5px;
}

.gallery-image:hover {
    opacity: .7;
}
.gallery-caption {
    text-align:center;
    color: #8c8c8c;
    font-weight: bold;
}

.problem-table tr td:first-of-type {
    max-width:480px;
    padding-right: 2em;
}

.zoom-image:hover {
    cursor: pointer;
}

#zoom-container {
    display: none;
    position: fixed;
    width:100%;
    top: 7.5%;
    /*left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
}

#zoom {
    /* max-width: 100%;
    min-height: 100%; */
    width: 55%;
}

#zoom-button {
    position: absolute;
    top: 0;
    right: 22.5%;
    border: none;
    padding-top: .1em;
    padding-bottom: .1em;
    font-size: 1.5em;
    color: white;
    background-color: black;
}

#zoom-button:hover {
    cursor: pointer;
    opacity: .7;
}

#event2020 td {
    padding-left: 1.5em;
    padding-left: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    vertical-align: text-top;
}
#event2020 td:nth-child(3) {
    max-width: 20em;
}

#event2020 {
    margin-bottom: 2em;
    background-color: #ecf9ff;
}
