/* Font Styling */
.alt-font, .alt-font-primary, h1, h2, h3, h4, h5, h6, h7, p, a, div {
    font-family: 'Josephin Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 200 !important;
}

.alt-font {
    font-weight: 300;
}

/* DROPDOWN MENU */
.dropdown-menu.lang-menu{
/*	bottom: 0;
	padding: 0;
	float: left;*/
	top: 60%;
	/*margin-top: 60px;*/
}

.dropdown-menu.lang-menu a{
	font-size: 1rem;
}


/* COOKIE MESSAGE */
.cc_btn{
	background-color: white !important;
}
.cc_banner-wrapper{
	height: 63px !important;
}
.cc_container{
	background: black !important;
}

/* HEADER */
.header{
	/*z-index: 11;*/
  background-color: black;
}
.container-wrap{
	/*z-index: 12;*/
	padding-top: 6%;
}

/* NAV */

.navbar-light .navbar-nav .nav-link{
	font-size: 1rem;
}

@media (max-width: 48em){
	.navbar-brand img {
	    width: 68px;
	}
}

/* HOME EMAIL FORM */
.home-email-input{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
}





/* JOIN SECTION */
.join-section .btn{
	font-size: 2rem;
	margin-bottom: 30px;
}

.join-section p {
	font-size: 1.5rem;
}

.give-more{
	padding-left: 20px;
	font-size: 18px;
}
.choose-eprint{
  font-size: 18px;
}

.eprint-selection img{
  max-width: 100%;
}

.subscribe-input input{
	float: left;
	width: 25px;
	position: relative;
	bottom: -7px;
}
.subscribe-input label{
	font-size: 15px;
}
.label-error{
	color: red;
	list-style-type: none;
}
.label-error li{
	list-style: none;
}
.label-error ul{
	padding-left: 0px;
}

/* PARTICIPATION DESC */
.participation-group{
}

/* PARTICIPATION DESC */
.vitae-participation-m{
	min-height: 220px;
	margin-top: 20px;
}
.vitae-participation-l{
	min-height: 300px;
	margin-top: 20px;
}
.vitae-participation-actions{
	/*position: absolute;*/
	bottom: 0px;
}



.vitae-participation.selected{
	border: solid black;
	border-width: 5px;
}
/*PARTICIPATION FORM*/
.currency-input {
     position: relative !important;
 }
.currency-input input {
	display: inline;
	max-width: 100px;
     /*padding-right:18px !important;*/
 }
.currency-input:after {
     position: absolute !important;
     bottom: -3px;
     right: 30px;
     content:"€";
 }

.is-mobile a{
	min-width: 250px;
}

/* Hand Choice Page */
.hand-choice{
	margin-top: 70px;
	min-height: 200px;
}
/* File Upload Page */
.file-upload{
	min-height: 100px;
}

/* Webcam Styling */
.picture-container .container-wrap-background{
	background: none;
	box-shadow: none;
	color: white;
}

.picture-container .container-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.picture-container video{
	border-radius: 100%;
    object-fit: cover;
    /*border: solid white;
    border-width: 3px;*/
}

.picture-container canvas{
	border-radius: 100%;
    object-fit: cover;
	z-index: 10;
	/*border: solid white;
    border-width: 3px;*/
}

.picture-container h2{
	color:#fff;
}

.picture-action{
	padding-top: 20px;
}


/* CUSTOM CHECKBOX FOR CONSENT ON HOME PAGE*/
/* Customize the label (the container) */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
/*  border: solid;
  border-color: black;
  border-width: 3px;*/
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .custom-checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* JOIN FORM CONSENT CHEKBOX*/
.join-form-checkbox{
  display: flex;
}
.join-form-checkbox input{
  flex-basis: 23px;
  height: 23px;
  margin-right: 10px;
}
.join-form-checkbox label{
  flex-basis: 100%;
}

/* captcha center homepage */
.home-captcha-wrapper{
  display: flex;
  justify-content: center;
}