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

@font-face {
    font-family: nl;
	src: url(../font/nexa-l.woff)
}

@font-face {
    font-family: nb;
	src: url(../font/nexa-b.woff)
}

.bold {
	font-family: nb;
}

.light {
	font-family: nl;
}

body, html {
	font-family: nl;
	padding:0;
	margin: 0;
	text-align: center;
	
	max-width: 100%;
    overflow-x: hidden;
}

a {
	text-decoration: none;
	color: rgba(33,252,223,1.00);
}

.container {
	width: 104%;
}

body {
	background-image:url(../img/bg-poly.png);
	background-repeat: repeat-x repeat-y;
	background-position:center;
	background-attachment: fixed;
}

h1 {
	font-size: 17em;
	letter-spacing: .15em;
	color: rgba(255,255,255, 0.75);
	margin-top: 12%;
	padding-left: 1.6%
}

nav {
	width: 99%;
	margin-left: auto;
	margin-right:auto;
}

nav ul, .bottom-nav ul{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	list-style: none;
}

nav ul li, .bottom-nav ul li {
	display: inline-block;
	margin-left: 6%;
	margin-right: 6%;
	width:auto !important;
}

nav ul li a, .bottom-nav ul li a{
	display: block;
	border-radius: 50%;
	width: 3.8em;
	height: 3.8em;
}

.bottom-nav {
	width: 60%;
	padding-bottom: 1em;
	display:inline-block
}

.bottom-nav ul {
	text-align: center;
	margin-top: 6%;
	width: 100%;
}

.circle {
	border-radius: 50%;
	width: 3.8em;
	height: 3.8em; 
	/* width and height can be anything, as long as they're equal */
}

.h {
	background-color: #ec47b5;
}

.a {
	background-color: #bdff00;
}

.l {
	background-color: #1affdf;
}

.pink-bar, .green {
	margin-top: 17%;
	background-color: #ec47b5;
	opacity: .5;
	width: 100%;
	
}

.pink-bar h2 {
	display: inline-block;
	color: #FFFFFF;
	font-size: 4.8em;
	margin-left: .6em;
	margin-top: 1.6%;
	margin-bottom: 1.6%;
}

.weights-container {
	display: block;
	margin-top: 6em;
	padding-right: 3.5%;
}

.small {
	color:rgba(236,71,181,1.00);
	font-size: 3.2em;
	letter-spacing: .05em;
	margin-bottom: 0;
	margin-left: -6.65em;
}

.margin-fix {
	margin-top: 12%;
}

.big {
	font-size: 12em;
	padding: 0;
	margin: 0;
	margin-top: -.05em;
	margin-bottom: .1em;
}

.big a {
	text-decoration: none;
	color: rgba(47,47,47,.80);
}

#upper-case-l {
	margin-top: -13em;
	background-color: rgba(255,255,255,1.00);
	width: 70%;
	padding: 3.5%;
	border-radius: 4%;
	margin-left:auto;
	margin-right:auto;
	z-index: 200;
	position:relative;
}

.line {
	width: 45em;
	margin-left:auto;
	margin-right:auto;
	border-bottom: solid rgba(255,255,255,.70) .35em;
	margin-top: .25em;
}

.big-bottom {
	font-size: 15em;
	padding: 0;
	margin: 0;
	padding-top: .2em;
	}
	
.big-bottom a {
	text-decoration: none;
	color:rgba(255,255,255,.80);
}

.small-bottom {
	color:rgba(236,71,181,.7);
	font-family: nb;
	font-size: 2.15em;
	letter-spacing: .05em;
	margin-bottom: 0;
	margin-left: 6.75em;
	margin-top: -1.4em
}






.green {
	background-color: rgba(189,251,48,1.00) !important;
}

.green h2 {
		color: rgba(0,0,0,1.00) !important;
}

.green-body {
		margin-top: 12%

}

.green-body h3 {
	background-color: rgba(33,252,223,.80);
	color: white;
	padding: 1%;
	border-radius: .3em;
	width: 8em;
	font-size: 1.5em;
	font-family: nb;
	margin-bottom: -1.4em;
	margin-left: 12%;
	position: relative;	
}

.green-body p {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size: 1.4em;
	line-height: 1.2em;
	background-color: rgba(245,245,245,.40);
	padding: 2%;
	padding-top: 2.5%;
	border-radius: 1em;
}

.green-body a {
	color:rgba(236,71,181,1.00);
}

.green-body img {
	float: right;
	width: 25%;
	height: auto;
	max-width: 425px;
}

.gen {
	float: right;
	width: 35% !important;
	margin-right: 4.5%;
	margin-top: 1.5%;
	
}

#info-h {
	margin-left: 29%;
}

#info-p {
	width: 40% !important;
	margin-left: 6% !important;
	float: left;
}






.cyan {
	background-color:rgba(33,252,223,1.00);
	margin-top: 35em;
}

.cyan-body {
	margin-left: auto;
	margin-right: auto;
}

.cyan-body h3 {
	font-size: 1.7em;
	text-align:left;
	margin-left: 2%;
	margin-top: 6%;
	padding-bottom: .40%;
	border-bottom: .3em solid rgba(236,71,181,.50);
	margin-right: 45%;
	color: rgba(0,0,0,.70);
	font-family: nb;
	letter-spacing: .05em;
}

.cyan-body ul {
	padding: 0;
	border-bottom: .5em solid rgba(236,71,181,.50);
	padding-bottom: 3%;
	margin-bottom: 20%;
}

.cyan-body ul li {
	display: inline-block;
	margin-left: 1.5%;
	margin-right: 1.5%;
	list-style: none;
	margin-top: 2%;
	width: 16%;
	opacity: .5;
	
	transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .25s ease-in-out; /** Firefox **/
    -o-transition: all .25s ease-in-out; /** Opera **/
}

.cyan-body ul li:hover {
	opacity: 1.00;
}

.cyan-body img {
	width: 100%;
	height:auto;
	display: block;
	border-radius: 1em;
}

.cyan-body img:hover {
	-webkit-box-shadow:  1px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:      1px 0px 5px 0px rgba(50, 50, 50, 0.4);
}

.contact {
	padding-bottom: .5%; 
	padding-top: 2%;
	width: 95.5%;
	text-align: left;
	
}

.contact p {
	text-align: left;
	padding-left:1.15em;
	padding-bottom: 1%;
	margin: 0;
	margin-bottom: .1em;
	color: rgba(249,249,249,1.00);
	letter-spacing: .02em;
	width:90%;
}

.contact div p {
	margin-top: 1.5%;
	width: 40%;
	padding-left: 0;
	margin-left: 0;
	margin-left:auto;
	margin-right:auto;
}

form {
	margin-left: auto;
	margin-right:auto;
	width: 30em;
}

.form-list {
	list-style: none;
}

.form-list li {
	
	width: 25em;
	height: 100%;
	display: inline-block;
}

#email_me {
	border: none;
	width: 100%;
}

#email, #submit {
	margin: 0;
	padding: 1em;
	padding-right: 30%;
}

#email {
	background-color:rgba(248,248,248,1.00);
}

#submit {
	background: rgba(66,66,66,1.00);
	padding-right: 4% !important;
	margin-left: -.2em;
	color: rgba(255,255,255,1.00);
}

input {
	padding: ;
	background: none;
	
	border: none;
	font-family: nl;
	font-size: 1em;
	border-radius: .25em;
}

footer {
	
	background-color: rgba(114,114,114,.70);
}

footer section article h2 {
	padding-bottom: .25em;
}

#right {
	width: 30%;
	clear: both;
	display: inline-block;
	
}

#right p {border: solid .15em rgba(255,255,255,.40);
	width: 80%;
	margin-top: 9%;
	text-align:left;
	line-height: 1.2em;
	padding: 3%;
}

.bg {
	max-width: 1298px;
	height: auto;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#copyright {
	padding: 1em;
	padding-bottom: .05em;
	text-align: right;
	margin-right: 8%;
}


	

/*-----------------------Responsive---------------------------*/


@media only screen and (max-width : 925px) {
h1 {
	font-size: 15em !important;
}

.pink-bar, .green {
	margin-left: -3%;
}

.green-body p {
	width: 83% !important;
}

.cyan-body ul {
}

.cyan-body ul li {
	display: inline-block;
	
	padding: 2%;
	padding-bottom: 3%;
	list-style: none;
	margin-top: 2%;
	width: 35%;
}
}

@media only screen and (max-width : 850px) {
h1 {
	font-size: 13em !important;
}
}

@media only screen and (max-width : 865px) {


}

@media only screen and (max-width : 850px) {
h1 {
	font-size: 13em !important;
}
}

@media only screen and (max-width : 800px) {
h1 {
	font-size: 11em !important;
}

nav ul li {
	margin-left: 9%;
	margin-right: 9%;
}

nav ul li a{
	width: 4.5em !important;
	height: 4.5em !important;
}

.circle {
	width: 4.5em;
	height: 4.5em; 
	/* width and height can be anything, as long as they're equal */
}

.contact div p {
	width: 60% !important;
}

.contact p {
	margin-top: 3%
}

}

@media only screen and (max-width : 670px) {
.bottom-nav {
	display: none;
}

.gen {
	display: none;
}

#info-p {
	width: 80% !important;
	margin-left:auto  !important;
	margin-right:auto  !important;
	padding: 4%  !important;
	padding-top: 5%  !important;
	float: none  !important;
}

.green-body p {
	padding: 4%;
	padding-top: 5%;
}

.green-body img {
	width: 40%;
	padding-bottom: 2%;
	padding-left: 2%;
}

.cyan {
	background-color:rgba(33,252,223,1.00);
	margin-top: 5.5em;
}

.cyan-body ul {
	padding-top: 3% !important;
	padding-bottom: 9% !important;
}

.contact div p {
	width: 85% !important;
}
}

@media only screen and (max-width : 550px) {

h1 {
	font-size: 8em !important;
}

nav {
	margin-top: 50%;
	-ms-transform: rotate(90deg) scale(1.5,1.5); /* IE 9 */
    -webkit-transform: rotate(90deg) scale(1.5,1.5); /* Chrome, Safari, Opera */
    transform: rotate(90deg) scale(1.5,1.5);
	margin-bottom: 55%;
}

nav ul li {
	margin-left: 4%;
	margin-right: 4%;
}

.pink-bar {
	margin-top: 20% !important;
	padding-bottom: .35em
}

.pink-bar h2 {
	font-size: 3.5em !important;
}

.small {
	font-size: 3.2em;
	letter-spacing: .05em;
	margin-bottom: -.2em;
	margin-left: 10%;
}

.margin-fix {
	margin-top: 12%;
}

.big {
	font-size: 14em;
	padding: 0;
	margin: 0;
	margin-top: 30%;
	margin-bottom: .1em;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	margin-left: -10%;
}



#upper-case-l {
	margin-top: -13em;
	background-color: rgba(255,255,255,1.00);
	width: 70%;
	padding: 3.5%;
	border-radius: 4%;
	margin-left:auto;
	margin-right:auto;
	z-index: 200;
	position:relative;
}

.line {
	width: 45em;
	margin-left:auto;
	margin-right:auto;
	border-bottom: solid rgba(255,255,255,.70) .35em;
	margin-top: 18em;
}

.big-bottom {
	font-size: 15em;
	padding: 0;
	margin-top: 30%;
	padding-top: .2em;
	margin-left: 3%;
	
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	}
	

.small-bottom {
	color:rgba(236,71,181,.7);
	font-family: nb;
	font-size: 2.15em;
	letter-spacing: .05em;
	margin-bottom: 0;
	margin-left: -1.35em;
	margin-top: 2.3em
}


.cyan-body h3 {
	margin-right: 25%;
	font-size: 1.4em;
	border-bottom: .25em solid rgba(236,71,181,.50);
	text-indent: .7em;
}

.cyan-body ul {
}

.cyan-body ul li {
	width: 65%;
}

}


/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255,255,255,.50);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color:  rgba(255,255,255,.50);
  }
}




/*---------------------------animation----------------------*/
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #EEB1A1;
  background-color: #EEB1A1;
  color: white;
}

