@font-face {
	font-family: TTCommonsClassic;
	src: url(TT_Commons_Classic_Regular.ttf);
}

body {
	font-family: TTCommonsClassic;
	background-color: rgb(20, 20, 20);
	color: aliceblue;
    font-weight: 100;
}

a {
	color: rgb(122, 228, 228);
}


@media (orientation: landscape) {
    body {
        /* font-size: 8vw; */
    }

    h1 {
        font-size: 4vw;
        position: absolute;
        top: 5%;
        right: 8%;
        align-self: right;
        text-align: center;
        
    }

    h2 {
        text-align: center;
        font-size: 8vw;
        padding-bottom: 3%;
    }

    h3 {
        text-align: center;
        font-size: 4vw;
    }

    h4 {
        font-size: 4vw;
        text-align: center;
    }

	.input {
		margin: 2px 0; 
		text-align: center;
		font-size: 4vw;
	}

    .center {
        text-align: center;
        font-size: 2vw;
    }

    .hidden {
        display: none;
    }
}

@media (orientation: portrait) {
    body {
        font-weight: 100;
        font-size: 6vw;
    }

    h1 {
        font-weight: 100;
        font-size: 5vw;
        text-align: center;
        position: absolute;
        top: 3%;
        right: 8%;
        align-self: right;
    }

    h2 {
        font-weight: 100;
        text-align: center;
        font-size: 12vw;
        padding-top: 18vh;
        padding-bottom: 10%;
    }

    h3 {
        font-weight: 100;
        text-align: center;
    }

    h4 {
        font-weight: 100;
        text-align: center;
        font-size: 6vw;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
    }

	.input {
        font-weight: 100;
		margin: 2px 0; 
		text-align: center;
		font-size: 6vw;
		border: rgba(20,20,20);
		/* padding-bottom: 20px; */
	}

	.button{
		padding-top: 1120px;
	}

    .center {
        text-align: center;
        font-size: 4vw;
    }

    .hidden {
        display: none;
    }

    .thankYou {
        font-weight: 100;
        font-size: 6vw;
        padding-left: 8%;
        padding-right: 8%;
    }
}

/*  2025 addition  */

/* .header {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	font-size: 1vw;
} */

.header .flag {
	width: 53px;
	/* height: 40px; */
	border: 1px solid rgb(20, 20, 20);
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	background-color: rgb(20, 20, 20);
}



.main {
	font-size: 18px;
	/* margin: 2px 0;  */
}

.disclaimer {
	font-size: 18px;
	color: #555;
	margin: 2px auto;
	width: 55%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: center;
}

.disclaimer.expanded {
	white-space: normal;
	overflow: visible;
}


/*  Flags from https://cdnjs.com/libraries/flag-icon-css  */

.fi-nl {
	background-image: url(4x3nl.svg);
}

.fi-gb {
	background-image: url(4x3gb.svg);
}

.fi-de {
	background-image: url(4x3de.svg);
}

.fi-is {
	background-image: url(4x3is.svg);
}

.flag {
	/* min-width: 150px;	 */
	background-repeat: no-repeat;
	background-position: center;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em
}

.flag-icon:before {
	content: '\00a0'
}

.flag-icon.flag-icon-squared {
	width: 1em
}

.me-1 {
    margin-right: .25rem !important;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: aliceblue;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgb(30, 30, 30);
    border: 0;
    font-size: 20px;
}

.dropdown-menu {
	background-color: rgb(30, 30, 30);
}

.btn-primary {
    color: aliceblue;
    padding: 20px;
    font-size: 20px;
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
	box-shadow: 0 0 0 .25rem rgba(20,20,20);
}

.btn-primary:active {
    color: aliceblue;
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
	box-shadow: 0 0 0 .25rem rgba(20,20,20);
}

.btn-primary:active:focus {
    color: aliceblue;
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
	box-shadow: 0 0 0 .25rem rgba(20,20,20);
}

.btn-primary:focus {
    color: aliceblue;
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
	box-shadow: rgb(20, 20, 20);
	box-shadow: 0 0 0 .25rem rgba(20,20,20);
}

.btn:focus {
	box-shadow: 0 0 0 .25rem rgba(20,20,20);
}

.btn-group-lg>.btn, .btn-lg {
    /* padding: .5rem 1rem; */
    padding: 2% 20%;
    font-size: 1.25rem;
    border-radius: .3rem;
    margin-top: 30px;
    margin-bottom: 10px;
	box-shadow: 0 0 0 .15rem aliceblue;
}