* {
	padding: 0;
	margin: 0;
	color: black;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f6f2e8;
	background-image: url(images/background2.jpg);
    background-size: cover;
}
div.flip, div.flop {
	width: 100%;
	height: 100%;
}
div#communication, div#about, div#learning, div#events, div#advisory, div#exchange, div#network {
	-webkit-transform: translateZ(0);
	position: absolute;
	width: 34.8vh;
	height: 40vh;
	-webkit-filter: blur(0);
	-webkit-clip-path:  polygon(49% 0, 51% 0,  100% 24%, 100% 76%, 51% 100%, 49% 100%, 0 76%, 0 24%);
clip-path:  polygon(49% 0, 51% 0,  100% 24%, 100% 76%, 51% 100%, 49% 100%, 0 76%, 0 24%);

}
.bold {
	font-weight: bold;
}
div#about {
	position: absolute;
}
a { color: #21409A;}
h2 {
	font-size: 20px;
	padding-bottom: 15px;
}
p { 
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 18px;
}
div.back, div.front {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
p, h2, h3 {
	text-align: center;
}
div.content {
	width: inherit;
	width: 86%;
	height: 70%;
	padding-top:15%;
	padding-left:7%;
}
div.content2 {
	width: inherit;
	width: 86%;
	height: 70%;
	padding-top:7.5%;
	padding-left:7%;
}
#exchange p.bold, #communication p.bold span {
    width: 84%;
    padding-left: 8%;
}

#network div.back img {
	padding-top: 7%;
}

div#communication div.front img, div#about div.front img, div#learning div.front img, div#events div.front img, div#advisory div.front img, div#exchange div.front img {
	width: 100%;
	height: 100%;
}
div.content img {
	width: 100%;
}
#about div.content img {
	width: 80%;
	padding-left: 10%;
}

#communication div.back {
		background-image: url(images/communication-bg.svg);
	background-repeat: no-repeat;
}
#about div.back {
		background-image: url(images/about-bg.svg);
	background-repeat: no-repeat;
}
#events div.back {
		background-image: url(images/events-bg.svg);
	background-repeat: no-repeat;
}
#exchange div.back {
	background-image: url(images/exchange-bg.svg);
	background-repeat: no-repeat;
}
#advisory div.back {
	background-image: url(images/advisory-bg.svg);
	background-repeat: no-repeat;
	color: white;
}
#advisory p, #advisory h2 {
	color: white;
}
#learning div.back {
	background-image: url(images/learning-bg.svg);
	background-repeat: no-repeat;
}
#network div.back, #network div.front{
	background-image: url(images/about-bg.svg);
	background-repeat: no-repeat;
}div#about{
	z-index: 10000;
}
div#communication {
	z-index: 9999;
}
div#events {
	z-index: 9998;
}
div#exchange {
	z-index: 9997;
}
div#advisory {
	z-index: 9996;
}
div#learning {
	z-index: 9995;
}
div#network {
	z-index: 994;
}
div.back {
	position: absolute;
}
div.front {
    position: absolute;
    top:0;
	cursor: pointer;
}
#contact {
	position: fixed;
	padding: 20px;
	left: 20px;
	bottom: 20px;
	 background-color: rgb(255,255,255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255,255,255, 0.3);	
	
}
#contact h2 {
	text-align: left;
}
#contact p {
	text-align: left;
	font-weight: normal;
}
div.lang {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;	
}

p.none {
	padding-bottom: 0;
}
p.none + p.bold {
	width: 90%;
	padding-left: 5%;
}
div#advisory div.content {
	width: 86%;
	padding-left: 7%;
}
#network .back .content {
	padding-top: 20%;
}
#events .content {
	width: 80%;
	padding-left: 10%;
}