@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
* {
    margin: 0px;
    padding: 0px;
    font-family: "Source Sans Pro", sans-serif;
    min-height: 0;
    min-width: 0;
}


/* Header */

.logo {
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin-right: auto;
    cursor: pointer;
    padding: 5px;
}

li {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

header {
    display: flex;
    align-items: center;
    padding: 5px 10%;
    font-family: "Source Sans Pro", sans-serif;
    justify-content: center;
}

body {
    background-color: #bdbdbd;
    max-width: 100%;
}

header * {
    margin: 0px;
    padding: 0px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10%;
    width: 80%;
    z-index: 1;
    object-position: center;
    object-fit: cover;
    background: #bdbdbd76;
}

.video {
    width: 100%;
}

.center {
    text-align: center;
}

.logo.center {
    margin: auto;
}

nav ul li {
    display: inline-block;
    padding: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #1D1688;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}

nav ul li a:hover {
    color: #fff;
    transform: scale(1.5);
}

nav ul li .active {
    color: #fff;
}


/* END Header */


/* Footer */

.footer {
    background: #3b3a39;
    padding: 30px 0px;
    font-family: 'Play', sans-serif;
    text-align: center;
}

.footer .row {
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: lightgray;
    font-size: 0.8em;
}

.footer .row a {
    text-decoration: none;
    color: lightgrey;
    transition: 0.5s;
}

.footer .row a:hover {
    color: #fff;
}

.footer .row ul {
    width: 100%;
}

.footer .row ul li {
    display: inline-block;
    margin: 0px 30px;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

.footer .row a i {
    font-size: 2em;
    margin: 0% 1%;
}

.hover-underline-animation a {
    display: inline-block;
    position: relative;
    color: #1D1688;
}

.hover-underline-animation a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1D1688;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/* END Footer */


/* Main */

.main {
    padding: 0px 10%;
    background-color: #bdbdbd;
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}

.content {
    padding: 10px 10px;
}

h1 {
    font-size: 25px;
    color: #1D1688;
    text-align: center;
}

h2 {
    font-size: 20px;
    text-align: center;
}


/* END Main */


/* Home */

#grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
    grid-gap: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

#grid>div {
    width: 300px;
    border-style: solid;
    border-width: 0px;
    border-color: white;
}

#grid>div img {
    object-fit: cover;
    width: 300px;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg)
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-front p {
    position: absolute;
    color: #fff;
    text-align: center;
    background: #3b3a3992;
    width: 300px;
    font-size: 25px;
    margin-top: 10px;
}

.flip-card-back {
    background-color: #6b6b6b;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back p {
    color: #fff;
    text-align: center;
    background: #3b3a3992;
    width: 300px;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

video {
    width: 100%;
}


/* END Home */


/* Cookie */

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #1D1688;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #1D1688;
}

.cookie-consent-banner__cta:hover {
    background-color: #1D1688;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #1D1688;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}


/* END Cookie */