body{
	margin:0px;
	padding:0px;
}
.chord{
	padding-top:50px;
	padding-bottom:30px;
}

h1, h2, h3{
	font-family: 'Poiret One';
	margin-bottom: 0px;
	padding-top:10px;
	line-height: 75%;
}
h4, h5{
	font-family: 'Poiret One';
	padding-top:10px;
	line-height: 50%;
}
span, p{
	font-family: 'Lato';
}
.button.small{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
.button.large{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
.button.medium{
	background-color:#ccc;
	color:#000;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
.chord input{
	background-color:#fff;
	border:1px solid #cccccc;
	color:#b2b2b2;
	border-radius:5px;
	height:30px;
	color:#000;
	margin-top:5px;
}
.chord textarea{
	background-color:#fff;
	border:1px solid #cccccc;
	color:#000;
}
.chord input::-webkit-input-placeholder {
	color: #8a8a8a;
}
.chord input:-moz-placeholder { /* Firefox 18- */
	color: #8a8a8a;
}
.chord input::-moz-placeholder {  /* Firefox 19+ */
	color: #8a8a8a;
}
.chord input:-ms-input-placeholder {
	color: #8a8a8a;
}
.chord textarea::-webkit-input-placeholder {
	color: #8a8a8a;
}
.chord textarea:-moz-placeholder { /* Firefox 18- */
	color: #8a8a8a;
}
.chord textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #8a8a8a;
}
.chord textarea:-ms-input-placeholder {
	color: #484848;
}
section:nth-of-type(4n+1){
	background-color:#fff;

}
section:nth-of-type(4n+1) *{
	color:#000;
}
section:nth-of-type(4n+1) h4{
	color:#ff0054;
}
section:nth-of-type(4n+1) span{
	color:#ff0054;
}
section:nth-of-type(4n+1) div.button{
	background-color:#ff0054;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+1) div.button * {
	background-color:#ff0054;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+1) .columns{
	background-color:#fff;
}
section:nth-of-type(4n+1) i{
	color:#ff0054;
}
section:nth-of-type(4n+1) .master{
	color:#ff0054;
	border-width:0px;
	border-color:#ff0054;
	border-style: solid;

}
section:nth-of-type(4n+2) {
	background-color:#53586c;
	color:#fafafb;
}
section:nth-of-type(4n+2) *{
	color:#fafafb;
}
section:nth-of-type(4n+2) h5{
	color:#fff;
}
section:nth-of-type(4n+2) .columns{
	background-color:#53586c;
}
section:nth-of-type(4n+2) div.button{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+2) div.button *{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+2) .master{
	color:#fff;
	border-width:0px;
	border-color:#fff;
	border-style: solid;
}
section:nth-of-type(4n+3) {
	background-color:#28282e;
	color:#fff;
}
section:nth-of-type(4n+3) *{
	color:#fff;
}
section:nth-of-type(4n+3) h1,
section:nth-of-type(4n+3) h2,
section:nth-of-type(4n+3) h3{
	color:rgb(62, 149, 190);
}
section:nth-of-type(4n+3) h4{
	color:rgb(164, 164, 164);
}
section:nth-of-type(4n+3) div.button{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+3) div.button *{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+3) .columns{
	background-color:#28282e;
}
section:nth-of-type(4n+3) input{
	background-color:#343539;
	border:1px solid #25262a;
	color:#b2b2b2;
}
section:nth-of-type(4n+3) textarea{
	background-color:#343539;
	border:1px solid #25262a;
	color:#b2b2b2;
}
section:nth-of-type(4n+3) input::-webkit-input-placeholder {
	color: #484848;
}
section:nth-of-type(4n+3) input:-moz-placeholder { /* Firefox 18- */
	color: #484848;
}
section:nth-of-type(4n+3) input::-moz-placeholder {  /* Firefox 19+ */
	color: #484848;
}
section:nth-of-type(4n+3) input:-ms-input-placeholder {
	color: #484848;
}
section:nth-of-type(4n+3) textarea::-webkit-input-placeholder {
	color: #484848;
}
section:nth-of-type(4n+3) textarea:-moz-placeholder { /* Firefox 18- */
	color: #484848;
}
section:nth-of-type(4n+3) textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #484848;
}
section:nth-of-type(4n+3) textarea:-ms-input-placeholder {
	color: #484848;
}
section:nth-of-type(4n+3) .master{
	color:#00cc88;
	border-width:0px;
	border-color:#00cc88;
	border-style: solid;
}
section:nth-of-type(4n+4){
	background-color:#747474;

}
section:nth-of-type(4n+4) *{
	color:#000;
}
section:nth-of-type(4n+4) h1{
	color:#000;
}
section:nth-of-type(4n+4) h4{
	color:#fff;
}
section:nth-of-type(4n+4) span{
	color:#fff;
}
section:nth-of-type(4n+4) div.button{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+4) div.button *{
	background-color:#00cc88;
	color:#fff;
	font-family:'Poiret One';
	margin-top:10px;
	margin-bottom:10px;
}
section:nth-of-type(4n+4) .columns{
	background-color:#747474;
}
section:nth-of-type(4n+4) i{
	color:#fff;
}
section:nth-of-type(4n+4) .master{
	color:#fff;
	border-width:0px;
	border-color:#fff;
	border-style: solid;
}
.chord--simple-header-menu{
	height: auto;
	width:100%;
	z-index:50;
	background-color:#313138;
	color:#fff;
	padding: 12px 0;
}
.chord--simple-header-menu a{
	color:#00cc88;
	margin-left:8px;
	margin-right:8px;
}

.chord--simple-header-menu h1 {
	padding: 0;
}
.chord--footer{
	background-color:#313138;
	color:#fff;
	padding-top:30px;
	padding-bottom:0px;
}
.chord--footer .row .columns {
	background: none;
}
.chord--footer a{
	color:#00cc88;
	margin-left:8px;
	margin-right:8px;
}