.loadingImgMobile{
	width: 20%;
}


/* EVENTS */
.activeEventsMobile{
	text-align: center;
}

.contentTitleMobile {
    font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: darkred;
	margin-bottom: 0;
}

.eventMobile {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.eventLinkMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid silver;
    padding-top: 5%;
    padding-bottom: 5%;
}

.eventImageMobile {
	width: 25%;
	float: left;
}

.eventImgMobile {
    width: 100%;
}

.eventInfoMobile {
	width: 75%;
	float: left;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
}

.eventTitleMobile {
	font-family: 'Montserrat', sans-serif;
	font-size: 4vw;
}

.eventDateMobile {
	font-family: 'Montserrat', sans-serif;
	font-size: 3vw;
}

.eventPlaceMobile {
	font-family: 'Montserrat', sans-serif;
	font-size: 3vw;
	font-weight: bold;
}

.buttonBoxMobile{
	display: none;
}

.showButtonMobile{
    font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
	text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.noEventsTitleMobile{
	font-size: 3vw;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

/* CARDS */

.libraryCardMobile {
    background-image: url(../../img/projectsImages/library/slide1.jpeg);
    background-size: 100% 100%;
    width: 90%;
	margin: 10%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10%;
	box-shadow: 0em 0em 0.8em 0.1em #000000;
}

.utangeCardMobile{
	background-image: url(../../img/projectsImages/utange/slide1.jpeg);
    background-size: 100% 100%;
    width: 90%;
	margin: 10%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10%;
	box-shadow: 0em 0em 0.8em 0.1em #000000;
}

.studySupportCardMobile{
    background-image: url(../../img/projectsImages/studySupport/studySupport.jpg);
    background-size: 100% 100%;
    width: 90%;
	margin: 10%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10%;
	box-shadow: 0em 0em 0.8em 0.1em #000000;
}

.contestCardMobile{
	background-image: url(../../img/projectsImages/contest/poster.jpg);
    background-size: 100% 100%;
    width: 90%;
	margin: 10%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10%;
	box-shadow: 0em 0em 0.8em 0.1em #000000;
}

.cardInfo{
	background-image: radial-gradient(transparent, rgba(0,0,0,0.6), rgba(0,0,0,0.9));
	padding: 4%;
	border-radius: 10%;
}

.projectSlideTitleMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 5vw;
	color: white;
}

.projectCardText2Mobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 3.5vw;
	color: white;
	width: 60%;
	margin-left: 40%;
	text-align: right;
}

/* PROJECTS */
.projectMobile{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

.projectTitleMobile{
    font-family: 'Montserrat', sans-serif;
    font-size: 5vw;
}

.projectDescriptionMobile{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5vw;
}