* {
  box-sizing: border-box;
}

body {
  color: #797e83;
  font-size: 20px;
	margin: 0;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
  line-height: 1.5;
}

h1{
  font-family: 'Poiret One', cursive;
}

/*highlight active page*/
.active{
  color: #FF6828;
}

img{
  max-width: 60vmin;
  max-height: 60vmin;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #656a6e;
  text-decoration: none;
  font-weight: 400;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	width: 90%;
	margin: auto;
}

.row{
  flex: 1;
  flex-direction: row;
}

#bio-pic{
  display: flex;
  float: left;
  padding-right: 30px;
  max-width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.page-heading{
  text-align: center;
}

/* --------------------------
  SoundCloud Player Styles
--------------------------- */
#soundcloud{
  align: right;
}

/* --------------------------
  Media Queries
--------------------------- */
@media (max-width: 800px){
  .page-content{
    /*clear footer nav*/
    margin-bottom: 280px;
  }
}

@media (min-width: 769px) {

	p {
		-webkit-column-count: 1;
		-webkit-column-gap: 2.5em;

		-moz-column-count: 1;
		-moz-column-gap: 2.5em;

		column-count: 1; column-gap: 2.5em;
	}
  .page-content{
    margin-top: 1vh;
    margin-bottom: 200px;
  }
  .contact-page-content{
    margin-top: 16vh;
    text-align: center;
  }
}
@media (min-width: 1200px) {
	.container {
		width: 1080px;
	}

  body{
    font-size: 2.5vmin;
  }
}

@media (min-width: 1188px) {
	.container {
		width: 1200px;
	}
  img {
    max-width: 70vh;
    max-height: 70vh;
  }
}

/*fix slick slider load*/

.sliderload{
  display: none;
}
.slick-initialized{
  display: block;
}
