:root {
    --mw-blue: #232D64;
    --mw-yellow: #FFD732;
    --mw-orange: #E68232;
    --mw-turquoise: #96C8AA;
    --mw-cyan: #3FA0BE;
    --mw-lightgray: #F0F0F0;
    --mw-gray: #AAA;
}

@font-face {
    font-family: 'GolosText';
    src: url('./fonts/GolosText-Regular.ttf') format('truetype');
}

body {
    margin: 100px 0 0 0;
    padding: 0;
    font-size: 1.2em;
    background-color: #FFF;
    font-family: 'GolosText', Arial, sans-serif;
    color: var(--mw-blue);
}

a {
    color: var(--mw-orange);
}

td {
    font-size: 1.2em;
}

input, button, textarea {
    padding: 0.5em;
    font-size: 1.2em;
    border-radius: 0.5em;
    border: solid 2px var(--mw-turquoise);
    width: 80%;
    margin-top: 0.2em;
}

input:focus, button:focus, textarea:focus {
    border-color: var(--mw-blue);
    outline: none;
}

button {
    background-color: var(--mw-turquoise);
    color: #FFF;
    cursor: pointer;
    width: auto;
    transition: background-color 0.25s;
}

button:hover {
    background-color: var(--mw-blue);
    transition: background-color 0.25s;
}

label {
    font-size: 1.2em;
}

ul li {
    margin-bottom: 0.5em;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: dotted 2px var(--mw-blue);
    font-weight: bold;
    background-color: #FFF;
    align-items: center !important;
    padding-bottom: 20px;
}

nav a {
    display: inline-block;
    color: var(--mw-blue);
    text-decoration: none;
    transition: color 0.25s;
    flex: none !important;
    width: auto !important;
    margin-right: 10px;
    margin-left: 10px;
}

nav a.menu-entry {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

nav a:hover {
    color: var(--mw-turquoise);
    transition: color 0.25s;
}

nav .logo {
    height: 100px;
}

nav #contact-button {
    background-color: var(--mw-blue);
    color: #FFF;
    border-radius: 1em;
    padding: 0.5em 1em 0.5em 1em;
    transition: background-color 0.25s;
}

nav #contact-button:hover {
    background-color: var(--mw-turquoise);
    transition: background-color 0.25s;
}

h1 {
    font-size: 5em;
    color: var(--mw-orange);
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 1.5em;
}

.flexi {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flexi-left {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.mini-headline {
    color: var(--mw-blue);
    font-weight: bold;
}

.mini-headline:after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
    color: var(--mw-blue);
}

.section {
    padding: 5em;
}

.block {
    padding: 3em 5em 3em 5em;
}



#start .content {
    align-items: center !important;
}

#start .content img {
    width: 80%;
    border-radius: 20%;
    border: solid 0.5em var(--mw-orange);
}



#services {
    background-color: var(--mw-yellow);
    background-image: url(./logo/signet_orange.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    text-align: center;
    color: var(--mw-blue);
}

#services #service-bar {
    margin-top: 3em;
}

#services #service-bar .service {
    text-decoration: none;
    font-weight: bold;
    color: var(--mw-blue);
    padding-bottom: 1em;
    text-align: center;
}

#services #service-bar .service span {
    background-color: #FFF;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1em;
    border: solid 2px var(--mw-gray);
    transition: color 0.25s;
}

#services #service-bar .service img {
    background-color: #FFF;
    border-radius: 100%;
    width: 10em;
    height: 10em;
    border: solid 2px var(--mw-gray);
    transition: border-color 0.25s;
    margin-bottom: 1em;
}

#services #service-bar .service:hover img {
    border-color: var(--mw-orange);
    transition: border-color 0.25s;
}

#services #service-bar .service:hover span {
    border-color: var(--mw-orange);
    transition: border-color 0.25s, color 0.25s;
    color: var(--mw-orange);
}



#team-block {
    text-align: left;
}

#team-block h2 {
    color: var(--mw-turquoise);
}

#team-block #employees {
    margin-top: 3em;
}

#team-block #employees .employee {
    text-decoration: none;
    font-weight: bold;
    color: var(--mw-blue);
    padding-bottom: 2em;
    text-align: center;
    display: inline-block;
    min-width: 20em;
}

#team-block #employees .employee span {
    background-color: #FFF;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1em;
    border: solid 2px var(--mw-turquoise);
    display: inline-block;
    width: 15em;
}

#team-block #employees .employee span.position {
    border: none;
    font-size: 0.75em;
    margin-top: 10px;
    display: inline-block;
}

#team-block #employees .employee img {
    background-color: #FFF;
    border-radius: 10%;
    width: 15em;
    height: 15em;
    border: solid 2px var(--mw-turquoise);
    margin-bottom: 1em;
}

 



#colorful1 {
    background-color: var(--mw-cyan);
    text-align: center;
    padding: 0.5em;
}

#colorful1 h2 {
    color: var(--mw-lightgray);
    font-size: 6.5em;
}

#colorful2 {
    background-color: var(--mw-orange);
    text-align: center;
    padding: 0.5em;
}

#colorful2 h2 {
    color: var(--mw-yellow);
    font-size: 6.5em;
}



#history {
    background-color: var(--mw-lightgray);
    background-image: url(./logo/signet_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50%;
    color: var(--mw-orange);
}

#history .content {
    align-items: center;
}

#history .content div {
    flex-basis: 50%;
}

#history .content img {
    width: 65%;
    border-radius: 20%;
    border: solid 0.4em var(--mw-orange);
}



#jobs {
    background-image: url(./logo/signet_green.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50%;
}



#faq {
    text-align: center;
}

#faq h2 {
    color: var(--mw-cyan);
}

#faq p {
    color: var(--mw-cyan);
}

#faq #faq-entries {
    display: inline-block;
    width: 75%;
    text-align: left;
}

#faq details {
    cursor: pointer;
    border-bottom: solid 1px var(--mw-gray);
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}



footer {
    background-color: var(--mw-blue);
    color: #FFF;
}

footer h2 {
    color: var(--mw-turquoise);
}

footer .logo {
    height: 100px;
}

footer a {
    color: #FFF;
    text-decoration: none;
}



#bottom {
    background-color: var(--mw-turquoise);
    color: var(--mw-blue);
    padding: 0.5em 3em 0.5em 3em;
}

#bottom a {
    color: var(--mw-blue);
    text-decoration: none;
    font-weight: bold;
}

#bottom #copyright {
    text-align: right;
    flex-basis: 70%;
}







.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 1000;
}

.popup h3 {
    color: var(--mw-orange);
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.popup .close:hover {
    color: var(--mw-orange);
}

.popup .close:focus {
    color: red;
}

.popup .content {
    min-height: 10em;
    max-height: 30em;
    overflow-y: auto;
    text-align:left;
}

#history img {
    min-width: 300px;
}