@charset "utf-8";
/* CSS Document */

h1 {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 30px;
	position: relative;
    	 z-index: 9998!important;
    margin-top: 55px;
	margin-bottom: 25px;
	margin-left: 430px;
	/*color: rgba(0, 0, 0, 0.0);
	color: rgba(184,0,255,0.80);*/
	color: #FEEAFF;
}
h2 {
  text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 36px;
	position: relative;
    	 z-index: 9998!important;
	margin-top: 120px;
	margin-left: 5%;
	margin-right: 5%;
	color: #FEEAFF;
}

p {
  text-align: center;
}


#bar {
position: relative;
	cursor: pointer;
	height: 160px;
}

#top {
position: absolute;
  width: 100%;
  height: 200px;
  background: rgba(184,0,255,0.50);
	opacity: 1.0;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  /*font-family: Times New Roman;*/
  color: rgba(113,0,255,1.00);
	cursor: pointer;
}

#circle {
  position: absolute;
  text-align: center;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: rgba(184,0,255,0.50);
  font-size: 50px;
  font-family: Times New Roman;
  color: rgba(113,0,255,1.00);
  cursor: pointer;
}

.link {
  position: absolute;
  width: 100%;
  height: 160px;
	opacity: 0.1;
}

.noselect .img2 {
  position: absolute;
  width: 100%;
	height: 210px
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

a { color: #FFC6F2; }

/* unvisited link */

a:link {
  color: #F9A2FB;
}


/* mouse over link */

a:hover {
  color: hotpink;
}


/* selected link */

a:active {
  color: hotpink;
}