/* Imports */
/* HEADER ELEMENTS */
header { display: flex; position: fixed; width: 100%; height: 100px; background: #aed1df; background: linear-gradient(180deg, #aed1df 0%, #3c91b4 100%); border-bottom: 2px solid black; box-shadow: 0px 2px 20px #808080; padding: 0 50px; justify-content: space-between; align-items: center; z-index: 1; }

.header-logo { height: 75px; margin-right: 50px; }

/* MENU */
#mobile-menu { display: flex; width: 90%; text-align: center; justify-content: flex-end; }

.menu { display: flex; width: inherit; margin: 0px; padding: 0; justify-content: space-evenly; }

.menu li { display: inline-flex; flex-basis: 175px; padding: 10px 0; font-size: 1.1rem; font-weight: 500; text-align: center; text-transform: uppercase; justify-content: center; }

.menu a { margin: 0; padding: 0; color: black; text-decoration: none; transition: color 0.2s ease-in-out; }

.menu a:hover, .menu a:focus { color: #a9822d; transition: color 0.2s ease-in-out; }

.mobile-nav-open, .mobile-nav-close, .mobile-nav-logo, .mobile-nav-footer { display: none; }

@media only screen and (max-width: 1023px) { .mobile-nav-open { display: block; height: 30px; width: auto; } .mobile-nav-close { display: block; position: absolute; top: 50px; right: 50px; } .mobile-nav-open:active, .mobile-nav-close:active { opacity: 0.6; } #mobile-menu { position: fixed; background-color: rgba(49, 39, 131, 0.99); box-shadow: -2px -4px 10px black; top: 0; bottom: 0; right: calc(-10px - 100%); width: 100%; padding-top: 35%; overflow-x: hidden; overflow-y: scroll; z-index: 100; transition: 0.25s linear; } .menu { display: flex; width: 100%; margin: 0 auto; flex-direction: column; justify-content: flex-start; align-items: center; } .menu li { display: inline-flex; flex-basis: 100px; text-align: center; justify-content: center; } .menu li a { color: white; } .mobile-nav-logo { display: block; transition: opacity 0.2s ease-in-out; } .mobile-nav-logo img { width: 150px; } .mobile-nav-logo:hover { opacity: 0.6; transition: opacity 0.2s ease-in-out; } }

/* Cookie pop-up */
#cookie-banner { display: none; position: fixed; bottom: 0; background-color: rgba(255, 255, 255, 0.8); border-top: 1px solid black; color: black; width: 100%; padding: 20px 0; z-index: 100; flex-direction: column; justify-content: center; align-content: center; }

#cookie-banner p { width: 80%; margin: 0 auto 20px auto; }

#cookie-banner a { color: #312783; transition: color 0.2s ease-in-out; }

#cookie-banner a:hover, #cookie-banner a:focus { color: #909090; transition: color 0.2s ease-in-out; }

#cookie-banner button { display: inline-flex; background-color: #312783; width: 200px; border: 1px solid black; border-radius: 5px; margin: 0 auto; padding: 5px; color: #d7b46a; font-family: inherit; font-size: 1.125rem; text-transform: uppercase; transition: opacity 0.2s ease-in-out; justify-content: center; }

#cookie-banner button:hover, #cookie-banner button:focus { cursor: pointer; opacity: 0.9; transition: opacity 0.2s ease-in-out; }

#cookie-close { position: absolute; width: 20px; height: auto; top: 20px; left: 20px; transition: opacity 0.2s ease-in-out; }

#cookie-close:hover, #cookie-close:focus { cursor: pointer; opacity: 0.8; transition: opacity 0.2s ease-in-out; }

@media only screen and (max-width: 1023px) { #cookie-banner { top: calc(50% - 150px); bottom: initial; border: 1px solid black; border-radius: 5px; color: black; width: 80%; height: 300px; padding: 20px 0; z-index: 100; flex-direction: column; justify-content: center; align-content: center; } #cookie-close { width: 24px; height: auto; } }

/* Footer */
footer { position: relative; bottom: 0; background-color: #070707; border-top: 1px solid #707070; color: white; width: 100%; margin: 0; padding: 0; }

footer .content { display: flex; padding: 0 2rem !important; justify-content: space-between; align-items: center; }

footer p { font-size: 0.875rem; line-height: 1.2; }

@media only screen and (max-width: 1023px) { footer { height: auto; flex-direction: column; } footer .content { flex-direction: column; padding: 1rem !important; } footer p { width: 100%; margin: 0.5rem 0 !important; } }

/* Intro */
#top { background: #222 url("/assets/img/stock/intro.webp") no-repeat fixed center bottom; background-size: cover; width: 100%; height: 800px; color: white; }

#top .content { display: flex; width: 90%; flex-direction: column; justify-content: center; }

#top p { font-size: 1.5rem; }

#welcome { padding-top: 75px; font-family: "Great Vibes", "Edwardian Script", "Brush Script MT", "Monotype Corsiva", serif; font-size: 8rem; transition: opacity 0.2s ease-in-out; }

.contact-button { background-color: black; border: 1px solid white; border-radius: 5px; margin: 20px auto; padding: 20px; width: 500px; color: white; font-family: inherit; font-size: 1.5rem; text-transform: uppercase; transition: color 0.2s ease-in-out; }

.contact-button:hover { cursor: pointer; color: #a9822d; transition: color 0.2s ease-in-out; }

@media only screen and (max-width: 1023px) { #top { background: #222 url("/assets/img/stock/intro-lr.webp") no-repeat fixed center bottom; background-size: cover; height: 1000px; } #welcome { font-size: 4rem; } .contact-button { width: 100%; } }

/* About Us */
#about { background: black url("/assets/img/stock/kicc.webp") no-repeat center; background-size: cover; width: 100%; height: 800px; color: white; }

#about .content { display: flex; width: 80%; flex-direction: column; justify-content: center; }

#about p { font-size: 1.125rem; }

@media only screen and (max-width: 1023px) { #about { background: black url("/assets/img/stock/kicc-lr.webp") no-repeat center; background-size: cover; height: auto; } }

/* Services */
#services { display: flex; background: white url("/assets/img/stock/kencom.webp") no-repeat fixed center bottom; background-size: cover; width: 100%; height: auto; color: black; flex-wrap: wrap; justify-content: center; align-items: center; }

#services .background { padding: 100px 0; }

#services .box-list { display: inline-flex; width: 90%; justify-content: space-around; align-items: baseline; flex-wrap: wrap; margin: 0 auto; }

#services .box-list p { font-size: 1.5rem; }

#services .icon { height: 100px; transition: opacity 0.2s ease-in-out; }

#services .content { display: flex; width: 300px; height: 300px; flex-direction: column; justify-content: center; }

#services .content h2 { margin-top: 30px; }

#services a { color: black; transition: opacity 0.2s ease-in-out; }

#services a:hover, #services a:focus { opacity: 0.7; transition: opacity 0.2s ease-in-out; }

#interpreting, #translation, #conference { display: flex; background-repeat: no-repeat; background-size: cover; background-color: #312783; color: white; width: 100%; height: 800px; justify-content: center; }

#interpreting .background, #translation .background, #conference .background { flex-direction: row; align-items: center; justify-content: space-around; }

#interpreting .content, #translation .content, #conference .content { width: 50%; text-align: left; }

#interpreting h3, #translation h3, #conference h3 { font-size: 2rem; }

#interpreting p, #translation p, #conference p { font-size: 1.125rem; }

#interpreting ul, #translation ul, #conference ul { font-size: 1.125rem; }

#interpreting { background-image: url("/assets/img/stock/interpreting.webp"); background-position: center top; }

#interpreting img { width: auto; height: 400px; }

#interpreting ul { column-count: 2; }

#translation { background-image: url("/assets/img/stock/translation.webp"); background-position: center top; }

#translation ul:last-child { column-count: 2; }

#translation img { width: 267px; height: auto; }

#conference { background-image: url("/assets/img/stock/conference.webp"); background-position: center bottom; }

#conference img { width: 267px; height: auto; }

@media only screen and (max-width: 1023px) { #services { background: white url("/assets/img/stock/kencom-lr.webp") no-repeat fixed center bottom; background-size: cover; } #interpreting { background-image: url("/assets/img/stock/interpreting-lr.webp"); } #translation { background-image: url("/assets/img/stock/translation-lr.webp"); } #conference { background-image: url("/assets/img/stock/conference-lr.webp"); } #interpreting, #translation, #conference { height: auto; } #interpreting img, #translation img, #conference img { display: none; } }

/* Team */
#team { background-color: white; width: 100%; height: auto; padding: 100px 0; color: black; }

#team .team-list { display: flex; width: 90%; margin: 0 auto; justify-content: space-around; align-items: center; flex-wrap: wrap; }

#team .team-bio { display: flex; width: 750px; height: 550px; padding: 20px; flex-direction: row; justify-content: center; align-items: center; }

#team .team-desc { display: flex; margin-left: 50px; text-align: left; flex-direction: column; justify-content: center; align-content: center; }

#team .team-desc h3 { font-size: 1.5rem; }

#team .team-desc .job-title { font-size: 1.125rem; }

#team .team-img { background-position: top center; background-repeat: no-repeat; background-size: cover; min-width: 225px; min-height: 300px; border: 1px solid black; }

#team .team-pool { display: flex; width: 750px; height: 550px; padding: 20px; flex-direction: row; justify-content: center; align-items: center; }

#team .team-pool img { width: 225px; height: auto; }

#team h3 { margin: 0 10px; padding: 0; }

@media only screen and (max-width: 1023px) { #team { padding: unset; } #team .team-bio, #team .team-pool { width: 100%; height: unset; flex-direction: column; } #team .team-desc { text-align: center; margin-left: unset; } #team .team-img { margin-bottom: 1rem; } }

/* Contact */
#contact { display: flex; background: black url("/assets/img/stock/contact.webp") no-repeat fixed center bottom; background-size: cover; width: 100%; height: auto; color: white; flex-wrap: wrap; justify-content: center; align-items: center; }

#contact .background { flex-direction: row; align-items: center; justify-content: space-around; }

#contact .content { display: flex; width: inherit; height: inherit; flex-direction: column; justify-content: center; padding: 100px 0; }

#contact .content > h2 { margin: 30px auto; }

#contact .content > p { margin: 10px auto; }

#contact .contact-container { display: flex; width: 100%; height: auto; text-align: left; justify-content: space-around; align-items: flex-start; flex-wrap: wrap; }

#contact .contact-details { display: block; width: 720px; margin-bottom: 50px; }

#contact .contact-details h3 { font-size: 1.5rem; }

#contact .contact-details p { font-size: 1.125rem; }

#contact .contact-form { display: flex; width: 700px; flex-direction: column; align-items: flex-start; }

#contact .contact-form .label-input { display: flex; flex-direction: column; }

#contact .contact-form input, #contact .contact-form select, #contact .contact-form textarea { width: 100%; margin: 5px 0 10px 0; padding: 5px; font-family: inherit; font-size: inherit; }

#contact .contact-form textarea { height: 100px; }

#contact .contact-form .languages { display: flex; width: 100%; flex-direction: row; justify-content: space-between; flex-wrap: nowrap; }

#contact .contact-form .languages select { width: 300px; }

#contact .contact-form .email-phone { display: flex; width: 100%; flex-direction: row; justify-content: space-between; flex-wrap: nowrap; }

#contact .contact-form .email-phone select, #contact .contact-form .email-phone input { width: 300px; }

#contact .contact-form .form-end { display: flex; width: 100%; justify-content: space-around; align-items: center; flex-wrap: wrap; margin: 1rem 0; }

#contact .contact-form #g-recaptcha-response { display: block !important; position: absolute; margin: -50px 0 0 0 !important; z-index: -999999; opacity: 0; }

#contact .contact-form button[type=submit] { background-color: black; border: 1px solid white; border-radius: 5px; padding: 16px; width: 300px; color: white; font-family: inherit; font-size: 1.5rem; text-transform: uppercase; transition: color 0.2s ease-in-out; }

#contact .contact-form button[type=submit]:hover { cursor: pointer; color: #a9822d; transition: color 0.2s ease-in-out; }

#contact .contact-form #form-status { display: none; width: 700px; height: auto; font-size: 1.125rem; text-align: center; }

@media only screen and (max-width: 1023px) { #contact { background: black url("/assets/img/stock/contact-lr.webp") no-repeat fixed center bottom; background-size: cover; } #contact .contact-form input, #contact .contact-form select, #contact .contact-form textarea { margin: 0.5rem 0 1.5rem 0; } #contact .contact-form .languages { flex-direction: column; } #contact .contact-form .languages select { width: 100%; } #contact .contact-form .email-phone { flex-direction: column; } #contact .contact-form .email-phone select, #contact .contact-form .email-phone input { width: 100%; } #contact .contact-form .form-end { display: flex; width: 100%; flex-direction: column; align-content: center; } #contact .contact-form .g-recaptcha { margin-bottom: 10px; } }

/* Policies page */
#p-intro { display: flex; background: white url("/assets/img/stock/contact.webp") no-repeat fixed center; background-size: cover; width: 100%; height: auto; color: black; flex-wrap: wrap; justify-content: center; align-items: center; }

#p-intro .background.error { min-height: 95vh; }

#p-intro .content { display: flex; width: 80%; height: inherit; flex-direction: column; justify-content: center; margin-top: 100px; padding: 200px 0; }

#p-intro p { font-size: 1.5rem; }

#p-cookie { background-color: black; width: 100%; height: auto; padding: 100px; text-align: left; color: white; }

#p-privacy { background-color: white; width: 100%; height: auto; padding: 100px; text-align: left; color: black; }

#p-privacy .policy { width: 100%; height: 475px; overflow-x: hidden; overflow-y: scroll; word-wrap: normal; }

#p-privacy .policy a { color: #312783; transition: color 0.2s ease-in-out; }

#p-privacy .policy a:hover { color: #909090; transition: color 0.2s ease-in-out; }

@media only screen and (max-width: 1023px) { #p-intro { background: white url("/assets/img/stock/contact-lr.webp") no-repeat fixed center; background-size: cover; } #p-cookie, #p-privacy { padding: 7.5% 7.5%; } #p-privacy .policy { height: 700px; } }

/* GENERAL ELEMENTS */
* { box-sizing: border-box; scroll-behavior: smooth; }

html { font-size: 18px; }

body { background-color: #fff; width: 100%; font-family: "Jost", "Century Gothic", "Calibri", "Bahnschrift", sans-serif; margin: 0; padding: 0; }

h1 { font-size: 2rem; }

h2 { font-size: 1.5rem; }

h3 { font-size: 1.125rem; }

h4 { font-size: 1rem; }

h5 { font-size: 0.875rem; }

h6 { font-size: 0.6875rem; }

h1, h2, h3, h4, h5, h6 { margin: 1.25rem 0; }

p { margin: 0.875rem 0; }

a { text-decoration: none; color: #d7b46a; transition: color 0.2s ease-in-out; }

a:hover { color: #909090; transition: color 0.2s ease-in-out; }

li { margin: 0.1875rem 0; line-height: 1.2; }

ul, ol { margin: 1rem 0; padding-left: 2.5rem; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

em { font-style: italic; }

.uppercase { text-transform: uppercase; }

.regular { font-weight: 400; }

.medium { font-weight: 500; }

.semi-bold { font-weight: 600; }

strong, .bold { font-weight: 700; }

/* MAIN ELEMENTS */
main { display: flex; position: relative; width: 100%; text-align: center; flex-direction: column; align-items: center; }

main h1, main h2, main h3, main h4, main h5, main h6, main p { padding: 0; margin: 10px; line-height: 1.2; }

main h2 { font-size: 2rem; }

section { overflow: hidden; }

section:first-child { margin-top: 100px; }

section:not(:first-child) { border-top: 1px solid black; overflow: hidden; }

.title { margin-bottom: 50px; }

.tcolor { color: #d7b46a; }

.background { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; }

.bg-black { background-color: rgba(0, 0, 0, 0.85); }

.bg-white { background-color: rgba(255, 255, 255, 0.6); }

.zoom { opacity: 0; transform: scale(0.8); transition: transform 1s; transition-property: opacity, transform; transition-timing-function: ease; }

@media only screen and (max-width: 1023px) { .background { padding: 100px 1rem !important; } .content { padding: unset !important; width: 100% !important; } }

/*# sourceMappingURL=main.css.map */