@charset "utf-8";
/* CSS Document */

body {
	background-color:rgba(251,243,243,1.00);
	font-family:verdana;
	font-size:26px;
	color:rgba(0,0,0,1.00);
}

/* unvisited link */
a:link {
    color: #000000;
	 text-decoration:underline;
	
}


/* visited link */
a:visited {
    color: #000000;
	 text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #D9729F;
	 text-decoration: none;
}

/* selected link */
a:active {
    color: #000000;
	 text-decoration: none;
}

.LinksContent {

	font-family:verdana;
	align-content:center;
	font-size:22px;
	color:  #000000;	
	
}

.links {
	display:none;
	
	width:100%;
 	margin: 0 auto;
	font-family:verdana;
	align-content:center;
	font-size:30px;
	color:  #FF91A4;	
	

}

.headerdesk {
	display:none;
}


.headermobile {
	display:block;
}

.content {
	width:100%;
}

.header {
	width: 80%;
	margin:auto;
	font-family:verdana;
	font-size: 18px;
	white-space: nowrap;
}

.container {
	width: 80%;
	margin:auto;
	font-family:verdana;
	font-size: 18px;
	color: #000000;
	
}

.pink {
	background-color:rgba(189,170,207,1.00);
	padding: 10px;
}

.black {
	background-color: #000000;
	padding: 10px;
}


.images {
	padding: 15px;
	
}