.desktopPage{
    display: block;
}
.mobilePage{
    display: none;
}

.loadingImg{
    width: 5%;  
}

/* Christmas */
.christmasBox{
	display: none;
}

.christmasTitle{
	font-size: 4vw;
	text-align: center;
	font-family: 'Christmas Sparkle PERSONAL USE', sans-serif;
    color: darkred;
}

/* Notices */
.noticeBox{
	margin-top: 2%;
    margin-bottom: 2%;
}

.noticesEventsTitle{
	width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    text-align: center;
    color: darkred;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.noticeTitle{
	font-family: 'Montserrat', sans-serif;
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
}

.noticeText{
	font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    text-align: center;
    text-decoration: none;
}

/* News */
.posterNewsBox{
	margin-top: 2%;
}
.newsTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5vw;
    text-align: center;
    color: darkred;
}

.newsSubtitle{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2vw;
}

.newsDescription{
	font-family: 'Montserrat', sans-serif;
	font-size: 1vw;
}

.singleNews{
	text-align: center;
	padding: 2%;
	padding-left: 10%;
	padding-right: 10%;
}

.teamingLink{
	width: 10%;
}

.posterTitle{
	font-family: 'Montserrat', sans-serif;
	color: darkgreen;
}

.posterDescription{
	font-family: 'Montserrat', sans-serif;
	font-size: 1vw;
}

/* Events slider */
.activeEventsTitle{
	width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    text-align: center;
    color: darkred;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.slideshowContainer{
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2%;
}

#slideshow{
    display: block;
    text-align: center;
}

.eventCard{
	width: 25% !important;
    margin-left: 4.167%;
    margin-right: 4.167% !important;
    border-radius: 4%;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
}

.eventCard:hover{
	box-shadow: 0 0 1vw rgba(0, 0, 0, 1);
	cursor: pointer;
}

.eventImg{
	width: 100%;
	border-radius: 4%;
}

.swiper-button-next, .swiper-button-prev {
    color: darkred;
}

.swiper-button-next:hover{
	color: black;
}

.swiper-button-prev:hover{
	color: black;
}

.showMore{
	text-align: center;
}

.showMoreBtn{
	text-align: center;
    width: 15%;
	margin-bottom: 5%;
	font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
	color: white;
	background-color: darkred;
	font-weight: bold;
	border: none;
	padding: 1%;
	border-radius: 10px;
}

.showMoreBtn:hover{
    color: white;
    background-color: black;
    cursor: pointer;
}

/* Projects slides */
.projectSlider{
	width: 100%;
	overflow: hidden;
	height: 34vw;
}
.projectSlider2{
	width: 100%;
	overflow: hidden;
	height: 34vw;
}
.projectInfo{
	background-image: linear-gradient(to right, black, rgba(0,0,0, 0.5) , transparent);
	display: grid;
	position: absolute;
    z-index: 1;
	width: 100%;
	padding-left: 2%;
	height: 34vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.projectInfo2{
	background-image: linear-gradient(to right, transparent, rgba(0,0,0, 0.5) , black);
	display: grid;
	position: absolute;
    z-index: 1;
	width: 100%;
	padding-right: 2%;
	height: 34vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.projectWrapper{
	width: 100%;
	display: flex;
	animation: slide 60s infinite;
}
.textSlide2{
	text-align: right;
}

.projectSlide{
	width: 100%;
	height: 34vw;
}

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

.projectSlideText{
	color: white;
	font-size: 1vw;
	font-family: 'Montserrat', sans-serif;
	width: 25%;
}

.projectSlideText2{
	color: white;
	font-size: 1vw;
	font-family: 'Montserrat', sans-serif;
	margin-left: 50%;
	width: 50%;
}

.buttonSlide{
	width: 100%;
}

.buttonSlide2{
	width: 100%;
    text-align: right;
}

.slideBtn{
	text-align: center;
    width: 10%;
	margin-bottom: 5%;
	font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
	color: black;
	background-color: white;
	font-weight: bold;
	border: none;
	padding: 1%;
	border-radius: 10px;
}

.slideBtn:hover{
    color: white;
    background-color: black;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

/* Contact us */
.messageBox{
	margin-top: 2%;
}
.messageTitle{
	width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    text-align: center;
    color: darkred;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.messageDescription{
	font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    text-align: center;
    text-decoration: none;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.messageForm {
    width: 100%;
    text-align: center;
    margin-top: 1%;
	padding-bottom: 5%;
}

.selectType {
    width: 13%;
    margin-right: 35%;
    margin-left: 35%;
    font-size: 1vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

.selectType:hover{
	cursor: pointer;
}

.optionType:hover{
	cursor: pointer;
}

.fromContact {
    width: 25%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 1%;
    font-size: 1vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

.messageText{
	width: 100%;
    margin-top: 2%;
	margin-bottom: 2%;
}

.messageTextArea{
    width: 50%;
    resize: none;
	border-radius: 0.5rem;
	font-size: 1vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.submit{
	text-align: center;
    width: 10%;
	font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
	color: white;
	background-color: darkred;
	font-weight: bold;
	border: none;
	padding: 1%;
	border-radius: 10px;
}

.submit:hover{
    color: white;
    background-color: black;
    cursor: pointer;
}

.resultPopup{
	display: none;
	align-items: center;
	text-align: center;
	justify-content: center;
    top:0;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.popupWindow{
	width: 30%;
	background-color: whitesmoke;
	border-radius: 0.5rem;
}

.popupImg {
    width: 10%;
    margin: 5%;
}

.closePopup {
    width: 20%;
    font-size: 1vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
    margin: 5%;
}

.resultMessage {
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
}

.closePopup:hover{
	cursor: pointer;
}

.sentButton:hover{
	background-color: rgba(0, 100, 0, 0.5);
}

.errorButton:hover{
	background-color: rgba(139,0,0,0.5);
}

.errorMessage{
	font-size: 1vw;
    color: darkred;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 414px), (orientation: portrait) {
    .desktopPage{
        display: none;
    }
    .mobilePage{
        display: block;
    }
}