.pageSectionMobile{
    padding-bottom: 5%;
}

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

.sectionSubtitleMobile{
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
}

.sectionTextMobile{
    font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

/* Become member */

.linksContainerMobile{
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pdfLinkMobile{
    text-align: center;
    float: left;
    margin-top: 4%;
    margin-bottom: 4%;
}

.pdfImageMobile{
    width: 30%;
}


/* Message */
.messageMobileBox{
	width: 100%;
	margin-top: 5%;
}

.messageMobileTitle{
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	color: darkred;
}

.messageMobileDescription{
	font-size: 4vw;
    color: black;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

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

.selectMobileType{
	width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    margin-bottom: 2%;
    font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

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

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

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

.submitMobile{
	width: 30%;
    font-size: 4vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

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

.resultMobilePopup{
	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;
}

.popupMobileWindow{
	width: 90%;
	background-color: whitesmoke;
	border-radius: 0.5rem;
}

.popupMobileImg{
	width: 15%;
	margin: 5%;
}

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

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

.closePopupMobile:hover{
	cursor: pointer;
}

.popupImgMobile{
	width: 15%;
	margin: 5%;
}

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

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

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