html, body {margin: 0; height: 100%; overflow: hidden}
* {
    box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}


.bg {
      position: absolute;
       float: right;
       max-width: 100%;
       z-index: 0;
         -webkit-overflow-scrolling: touch;
		 top: 30%;
}
div.header {
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		display:table;

	}
div.header2 {
		display:table-cell;
		    vertical-align:middle;
		    text-align:center;
	}
	
	.menu-link2 {
	z-index: 200;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: .7px;
	font-size: .7em;
	text-decoration: none;
	text-align: center;
	color: #EC008C;
	position: fixed;
	margin-top: 17px;
	margin-left: -45px;
	align-content: center;

}
.menu-listaccordion {
position: fixed;
right:0%;}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: right;
}
li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.nav {
	position: relative;
	z-index: 100;
}

body {
      margin: 0;
      background-repeat: no-repeat;
      background-size: 1920px;

}

.feather {
	z-index: 5;
	background-color: white;
	position: fixed;
	left: 0%;
	top: 0%;
	height: 52px;
	width: 100%;
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.row {
    display: flex;
}

.column {
	position: relative;
    flex: 50%;
    margin-left: 17px;
	margin-right: 17px;
	height: 375px;
	margin-bottom: 0px;
	bottom: 0px;
vertical-align: bottom;
}

.shelf {
background-color: white;
	position: absolute;
	
	bottom:-12%;
	height: 12%;
	width: 100%;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	
}

.header {
    text-align: left;
    position: relative;
	width: 100%;
	left: 50px;
	top: 50px;
	margin-bottom: 50px;
}

.long {

height: 75%;
width: 3000px;
top: 25%;
overflow: scroll;

}

.contain {
	width: 100%;
	overflow: scroll;
}

@media (max-width: 800px) {
    .long {
        height: 75%;
        width: 2800px;
        top: 25%;
        overflow: scroll;
		overflow: auto;
	}
	
}

@media (max-width: 600px) {
    .long {
        height: 75%;
        width: 2500px;
        top: 25%;
        overflow: scroll;
		overflow: auto;
	}
	
}
@media (max-width: 400px) {
	.nav {
		width: 40%;
		float: right;
		font-size: 1em;
	}
	.nav a {
		font-family: 'Open Sans', sans-serif;
		font-size: 8px;
		font-weight: 600;
		letter-spacing: .15px;
		margin-top: 3px;
		margin-left: -10px;
	}
}

/* Create four equal columns that sits next to each other */


.column img {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
	width: 100%;
	margin-bottom: 0;
	bottom: 0;
	vertical-align: bottom;
	position: absolute;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.column img:hover {
	-webkit-box-shadow: 3px 10px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 10px 8px rgba(0,0,0,0.3);
	box-shadow: 3px 10px 8px rgba(0,0,0,0.3);
}

#first.column {
	margin-left: 30px;
}


html {
	background-color: white;
}


p.bold {
	font-family: 'Open Sans', sans-serif;
	 font-size: 1.5vh;
	 font-weight: 600;
	 letter-spacing: .3px;
	 text-decoration: none;
	 color: black;
	 text-align: left;
	word-spacing: .3px;
	display: block;
	margin: 10px 0;
}
p.regular {
	font-family: 'Open Sans', sans-serif;
	 font-size: 1.5vh;
	 font-weight: 400;
	 letter-spacing: .3px;
	 text-decoration: none;
	 color: black;
	 text-align: left;
	 display: block;
	 margin: 10px 0;
}


a {
	font-family: 'Open Sans', sans-serif;
	 font-size: 12px;
	 font-weight: 600;
	 letter-spacing: .15px;
	 text-decoration: none;
	 color: black;
	 -webkit-transition: all .4s;
	         transition: all .4s;
	
}
#currentpage {
	color: #EC008C;
}
a:hover {
	color: #EC008C;
}
.logo {
	position: fixed;
	width: 32px;
	height: auto;
	z-index: 6;
	float: left;
	left: -4px;
	top: -4px;
	margin: 15px;
}
img.tc {
	width: 100%;
	height: auto;
}






h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: .5px;
	font-size: .65em;
	text-align: center;
	color: #EC008C;
	position: fixed;
	top: 0%;
	z-index: 25;
	width: 100%;
	align-content: center;
}



#one {
	-webkit-animation: trans 1s;
	animation: trans 1s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#two {
	-webkit-animation: trans 2s;
	animation: trans 2s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#three {
	-webkit-animation: trans 3s;
	animation: trans 3s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#four {
	-webkit-animation: trans 4s;
	animation: trans 4s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#five {
	-webkit-animation: trans 5s;
	animation: trans 5s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#six {
	-webkit-animation: trans 6s;
	animation: trans 6s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#seven {
	-webkit-animation: trans 7s;
	animation: trans 7s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
	
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#eight {
	-webkit-animation: trans 8s;
	animation: trans 8s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#nine {
	-webkit-animation: trans 9s;
	animation: trans 9s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#ten {
	-webkit-animation: trans 10s;
	animation: trans 10s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#eleven {
	-webkit-animation: trans 11s;
	animation: trans 11s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#twelve {
	-webkit-animation: trans 12s;
	animation: trans 12s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#thirteen {
	-webkit-animation: trans 13s;
	animation: trans 13s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#fourteen {
	-webkit-animation: trans 14s;
	animation: trans 14s;
}
@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
