/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  overflow-x: hidden;
}
ol, ul {
	list-style: none;
  outline: 0;
}

a {
  outline: 0;
  color: #0D0D0D;
}

li {
  outline: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  outline: 0;
}

/*
FONT FAMILIES
*/


@font-face {
    font-family: practice_black;
    src: url(../assets/practice_black.otf) format('opentype');
}

@font-face {
    font-family: practice_bold;
    src: url(../assets/practice_bold.otf) format('opentype');
}

@font-face {
    font-family: practice_bold_italic;
    src: url(../assets/practice_bold_italic.otf) format('opentype');
}

@font-face {
    font-family: practice_italic;
    src: url(../assets/practice_italic.otf) format('opentype');
}

@font-face {
    font-family: theinhardt_regular;
    src: url(../assets/theinhardt_regular.otf) format('opentype');
}
@font-face {
    font-family: theinhardt_medium;
    src: url(../assets/theinhardt_medium.otf) format('opentype');
}

/*
CROSS-PAGE TEXT ELEMENT STYLING
*/


.med-tagline, .sm-tagline, .text-overlay {
    font-family: theinhardt_regular;
    color: #0D0D0D;
}

.x-lg-tagline, .lg-tagline, .med-bold-tagline, .sm-bold-tagline, .main-section-headline, .sub-section-tagline, .contact-page-tagline {
  font-family: theinhardt_medium;
  color: #0D0D0D;
}

.main-section-headline h2 {
  color: #0D0D0D;
  font-size: 30px;
  letter-spacing: .025em;
  line-height: 30px;
  margin: 31px 0px 31px 0px;
}

.x-lg-tagline h2 {
  color: #0D0D0D;
  font-size: 110px;
  letter-spacing: .05em;
  line-height: 105px;
  margin-left: 55px;
}

.x-lg-tagline h2 a {
  color: orange;
}

.lg-tagline h1 {
	font-size: 70px;
  letter-spacing: .025em;
  line-height: 75px;
  margin-left: 115px;
}

.med-tagline h2 {
  font-size: 65px;
  letter-spacing: .025em;
  line-height: 70px;
}

.contact-page-tagline h2 {
  font-size: 60px;
  letter-spacing: .025em;
  line-height: 70px;
}

.sm-tagline h2 {
  font-size: 50px;
  letter-spacing: .025em;
  line-height: 55px;
}

.sub-section-tagline h2 {
  font-size: 45px;
  letter-spacing: .025em;
  line-height: 50px;
}

.sub-section-tagline h3 {
  font-size: 25px;
  letter-spacing: .025em;
  line-height: 30px;
}

.text-overlay h2 {
  font-size: 50px;
  letter-spacing: .065em;
  line-height: 50px;
}

.section-text {
  font-family: practice_black;
  color: #0D0D0D;  
}

.section-text h3 {
  font-size: 35px;
  letter-spacing: .025em;
  line-height: 40px;
}


.section-text p {
  /*font-size: 25px;*/
	font-size: 25px;
  letter-spacing: .025em;
  line-height: 30px;
}

/*TEAM PAGE TEXT ELEMENT STYLING*/

.secondary-tagline, .bio-tagline, .main-tagline {
  font-family: theinhardt_medium;
  color: #0D0D0D;
}

.body-text {
  font-family: practice_black;
  color: #0D0D0D;  
}

.main-tagline h2 {
  font-size: 35px;
  letter-spacing: .025em;
  line-height: 40px;
}

.main-tagline h3 {
	font-family: practice_black;
  font-size: 25px;
  letter-spacing: .025em;
  line-height: 40px;
}

.main-tagline a {
  color: black;
}


.secondary-tagline h2, .bio-tagline h2 {
  font-size: 25px;
  letter-spacing: .025em;
  line-height: 30px;
}

.secondary-tagline h3 {
  font-family: practice_black;
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 30px;
}

.secondary-tagline p {
  font-family: practice_black;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 20px;
}

.body-text p {
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 25px;
}

.profile-header-text h3 {
  font-family: theinhardt_medium;
  font-size: 25px;
  letter-spacing: .025em;
  line-height: 30px;
}

.footerwrap {
  display: inline-flex;
  justify-content: center;
}

.team-tagline img, .team-tagline h2, .team-tagline h3  {
  cursor: pointer;
}

/*
MARGIN RULES
*/

.top-115 {
  margin-top: 115px;
}

.top-55 {
  margin-top: 55px;
}

.top-bottom-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.bottom-55 {
  margin-bottom: 55px;
}

.top-31 {
  margin-top: 31px;
}

.top-44 {
	margin-top: 44px;
}

.top-bottom-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.bottom-31 {
  margin-bottom: 31px;
}

/*
DEFAULT STYLES
*/


[class*='col-'] {
  float: left;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  padding-right: 20px;
}

#project1, #project2, #project3 [class*='col-']  {
  padding-right: 0px;

}

[class*='col-']:last-of-type {
  padding-right: 0px;
}

.inline {
	display: inline-block;
}

.col-1-1 {
	width: 100%
}

.col-3-4 {
	width: 75%;
}

.col-2-3 {
  width: 66.66666%
}

.col-3-5 {
  width: 60%;
}

.col-1-2 {
	width: 50%
}

.col-2-5 {
  width: 40%;
}

.col-1-3 {
	width: 33.33333%
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16%
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}
.collaborate {
  width: 1000px;
  margin: auto;
}

button {
  cursor: pointer;
}

button:hover {
  color: #FF9F36;
}

button:focus {
  outline:0;
}

.icon {
	color: #FF9F36;
}

hr.full-width {
  border: none;
  margin-left: 0px;
  width: 100%;
  height: 1px;
  background-color: #FF9F36;;
}

hr.footer-line {
	border: none;
	margin-left: 10px;
	width: 125px;
	height: 1px;
	background-color: black;
}

hr.short-left-line {
	border: none;
	margin-left: 0px;
	width: 200px;
	height: 1px;
	background-color: black;
}

#nav-wrap {
	width: 100%;
	height:90px;
	margin-left: auto;
  margin-right: auto;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: white;
}

.artistupload {
  margin-top: 30px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:41px;
    height:41px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../assets/form-radio-checkbox.png) left top no-repeat;
    cursor: pointer;
}

li#form-intern-btn {
      cursor: pointer;
}

.main-logo a img {
  width: 11em;
  margin-top: 25px;
  margin-left: 31px;
  padding-bottom: 20px;
}

#main-logo-footer {
  width: 11em;
  margin-top: 40px;
  margin-left: 31px;
  padding-bottom: 40px;
	float: left;
}

#gradient {
  width: 8em;
  margin-right: 15px;
  float: right;
  padding-bottom: 20px;
}

.image-upload > input
{
    display: none;
}

.image-upload label img {
  width: 100px;
  height: auto;
}

#nav-collaborate-btn {
  position: absolute;
  right: 101px;
  z-index: 10;
}

#nav-burger-btn {
  position: absolute;
  right: 31px;
  margin-top: 22px;
  border: solid 0px black;
  background: white;  
  padding: 0px;
  z-index: 10;
}

#hamburger-img {
    width: 64px;
    height: 45px;
}

.nav-container {
	position: absolute;
	top: 90px; /*MAKE 119px TO PUSH IT DOWN FOR NEW GRADIENT DIV */  
	right: 0px;
  height: 100vh;
	background-color: white;
	font-family: theinhardt_medium;
	font-size: 80px;
	width: 0px;
	text-align: right;
	transition: 0.1s;
}

#login-nav-container {
  height: 29px;
  color: transparent;
  text-align: center;
  font-size: 1rem;
  font-family: practice_bold_italic;
}

#login-nav-container a {
  margin-top: 7px;
  display: inline-block;
  text-decoration: none;
  color: white;
}

#login-nav-container a:hover {
  color: #FF9F36;
}

.form-nav-container ul {
  display: inline-block;
}

.form-nav-container li {
  display: inline-block;
  font-family: theinhardt_medium;
  font-size: 35px;
}

.form-nav-container span {
  font-family: theinhardt_medium;
  font-size: 35px;
  margin: 0px 32px 0px 32px;
}

.form-nav-container li a {
  color: black;
  text-decoration: none;
  font-family: theinhardt_medium;
  font-size: 35px;
}

.link-container {
  display: flex;
  flex-direction: column;
  height: 25%;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.link-container a {
	color: black;
	text-decoration: none;
	margin-right: 31px;
}

/* 
LOGIN NAV UI
*/

        #nav-wrap {
          height: 90px
          /*change to 119px when implementing login */;
      }

        #user-nav {
          display: none;
        }    

        #user-right-nav {
          margin-top: -5px;
          font-family: practice_black;
        }

        #user-nav ul {
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          list-style: none;
          text-align: right;
        }
        
        #user-nav li {
          font-family: theinhardt_medium;
          font-size: 20px;
          letter-spacing: 0.1rem;
          display: inline-block;
          padding-right: 40px;
        }
              
        #user-nav a {
          text-decoration: none;
          display: block;
          color: black;         
        }

        #user-nav a:hover {
          color: #FF9F36;
        }

/* 
LOGIN FORM UI
*/

  #login-form-container {
    display: none;
    margin-top: 90px;
    height: 15vh;
    background-color: white;
    width: 100vw;
    border-bottom: 1px solid #FF9F36;
}

  #login-form-container form {
    margin-left: 35px;
    margin-top: 20px;
    height: 200px; 
    width: 100vw;
    display: flex; 
    justify-content: flex-end;
    }

    #login-form-container form p {
      font-family: practice_bold; 
      font-size: 35px;
    }

    #login-form-container form input {
      margin-top: 15px; 
      width: 250px;
    }

    #login-btn {
      float: left;
      margin-left: 60px;
      margin-right: 35px;
    }

    #user-nav-img-btn {
      cursor: pointer;
      z-index: 3;
    }

    #user-nav-img {
      height: 25px;
      width: 25px;
      margin-right: 40px;
      border: 1px solid #FF9F36;
    }

#user-menu-container {
  display: none;
  margin-top: 90px;
  background-color: white;
  width: 100vw;
  border-bottom: 1px solid #FF9F36;
}

#user-menu {
  width: 100vw;
  background-color: white;
}

#user-menu ul {
    background-color: white;
    width: 100vw;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: space-around;  
    list-style: none;
    list-style-type: none;

  } 

  #user-menu ul li {
    font-family: practice_bold;
    font-size: 20px;
  } 

 #user-menu ul li a{ 
  text-decoration: none;
 }
.modal-bg {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.0);
}

.modal-form {
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
	margin-top: 15%;
	margin-top: 121px;
	padding-right: 31px !important;
	padding-left: 31px;
	padding-top: 16px;
	padding-bottom: 31px;
	width: calc(100% - 62px);
	height: auto;
	z-index: 11;
	background-color: white;
	border: #FF9F36 1px solid;
}

.close-btn {
	float: right;
  height: 78px;
  width: 78px;
  margin-top: 20px;
}

.close-btn:hover, .close:focus {
	color: black;
	text-decoration: none;
  cursor: pointer;
}

hr.wide-left-line {
  border: none;
  margin-right: 20px;
	margin-bottom: 0px;
  width: 210px;
  height: 1px;
  background-color: black;
}

hr.user-menu {
  border: none;  
  margin-top: 31px;
  margin-bottom: 31px;
  width: 89px;
  height: 1px;
  background-color: black;
}

.full-width-div {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

}

.services {
  margin-top: 50px;
  font-family: theinhardt_medium;
}

.services h2 {
  outline: 0;
}

.services > h2 {
  margin-top: 50px;
}

.services > h2:first-child {
  margin-top: 0;
}

.services p {
  margin-top: 20px;
  font-size: 2vw;
  line-height: 1.5em;
}

#splash-overlay-text {
  left: 45%;
  transform: translateX(-50%);
  position: absolute;
  font-family: theinhardt_medium;
  font-size: 5vw;
  color: white;
  z-index: 2;
  width: 80%;
  line-height: 1.5em;
  margin-top: 200px;

}

#splash-overlay-profile-text {
  left: 45%;
  transform: translateX(-50%);
  position: absolute;
  font-family: practice_black;
  font-size: 15vw;
  color: white;
  z-index: 2;
  width: 80%;
  line-height: 1.5em;
  margin-top: 200px;

}

#splash-text-grid {
	margin-top: 60px;
}

#splash-text-grid h1 {
	font-family: theinhardt_medium;
	font-size: 5vw;
}

.form {
  width: 100%;
  font-family:practice_black;
  font-size: 25px;
  letter-spacing: .025em;
  line-height: 48px;
}

.form label {
    margin-top:31px;
    margin-right: 5px;
}

#form-tabs ul {
	list-style-type: none;
  border-bottom: 1px solid black;
}

#form-tabs li {
	float: left;
}

#form-tabs li a {
	display: block;
	font-family: theinhardt_regular;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-right: 2em;
	font-size: 1em;
	text-decoration: none;
	color: black;
}

/* FLEXBOX RULES */

.flex-grid {
  display: flex;
  display: -webkit-flex;
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap;
}

.flex-grid-cell {
  
  flex: 0 0 33.3333%;
  padding: 20px;
}

.flex-grid-cell img{
  width: 100%;
}

.workflex {
  padding: 10px;
}
.work-img {
  width: 100%;
}
.work-row {
  margin-left: -10px;
  margin-right: -10px;
}


.filter-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
/*
  align-items: flex-start;
  justify-content: flex-start;*/
}

.row-vrt-aligned {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.all-center-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrt-flex-container {
  /* FOR VERTICAL ALIGNMENT */
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1;
  -webkit-flex: 1 auto;

}

.flex-2 {
  flex: 2;
  -webkit-flex: 2 auto;

}

.flex-6 {
  flex: 6;
}

.filter-button {
  /*margin-right: 40px;*/
	margin-bottom: 20px;
  white-space: nowrap;
}

.filter-btn {
	border: solid 1px black;
	padding: 5px 10px 5px 10px;
	width: 120px;
	height: 40px;
	margin-right: 43px;
	margin-bottom: 20px;
	white-space: nowrap;
	font-family: theinhardt_medium;
	font-size: 12px;
	background-color: white;
}

#tabs .ui-state-active a {
	color: #FF9F36;
}

#tabs .ui-state-hover a, .ui-state-focus a {
	color: #FF9F36;
}

li a:hover {
	color: #FF9F36;
}

a:hover {
	color: #FF9F36;
}

input {
  margin-top: 30px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid black;
  font-family: practice_black;
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 25px;
}

input:-webkit-autofill {
  /* WHITES OUT INPUTS INSTEAD OF YELLOW */
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.random-el-form-text{
  margin-top: 20px;
	margin-left: 5px;
}

input[type="submit"] {
	margin-top: 25px;
	border: solid 1px black;
	padding: 11px 25px 11px 25px;
	color: black;
	background: white;
	font-size: 1.5em;
	font-family: theinhardt_regular;
	
	  border-style: solid;
    border-width: 26px;
    -moz-border-image: url(../assets/button-border.png) 26 repeat;;
    -webkit-border-image: url(../assets/button-border.png) 26 repeat; /* Safari 3.1-5 */
    -o-border-image: url(../assets/button-border.png) 26 repeat; /* Opera 11-12.1 */
    border-image: url(../assets/button-border.png) 26 fill repeat;
}

input[type="submit"]:hover {
cursor: pointer;
color: #FF9F36;
}

textarea {
  font-size: 20px;
}

textarea:focus {
 outline: 2px solid #FF9F36;
}
.splash-image {
	margin-top: 90px;
}

/* MAKE SURE IFRAMES ARE FULL-WIDTH */
iframe {
  padding-right: 0px;
}

.grid.col-1-1.top-bottom-31 {
 padding-right: 0px; 
}

footer {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	display: flex;
  align-items: center;
}

#footer-nav {
	margin-top: -8px;
	float: right;
  margin-right: 15px;
}

#footer-nav ul {
	list-style-type: none;
}

#footer-nav li a {
	width: 125px;
	display: block;
	font-family: practice_black;
	margin: 15px 10px 20px 10px;
	padding-bottom: 4px;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: solid 1px black;
	color: black;
	text-align: left;
}

#footer-nav li a:hover {
  color: #FF9F36;
}

.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;

}

.subfooter {
  border-bottom: 1px solid black;
}

.subfooter-email-flex {
   border-right: 1px solid black;  
   flex:3;
   align-self: stretch;
}

#subfooter-email-form {
  position: relative;
  bottom: 33px;
  margin-left: 31px;
}

.subfooter-email-flex input[type=submit] {

  border: solid 1px black;
  padding: 10px 10px 10px 10px;
  color: black;
  background: white;
  font-size: 1em;
  font-family: theinhardt_regular;
  border-width: 12px;
  -moz-border-image: url(../assets/button-border.png) 17 repeat;
  -webkit-border-image: url(../assets/button-border.png) 17 repeat; /* Safari 3.1-5 */
  -o-border-image: url(../assets/button-border.png) 17 repeat; /* Opera 11-12.1 */
  border-image: url(../assets/button-border.png) 17 fill repeat;
}

.subfooter-email-flex input[type=submit]:hover {
  color: #FF9F36;
}

.subfooter-social-flex {
    border-right: 1px solid black;
    flex:2;
    align-self: stretch;
}

.subfooter-location-flex {
  flex:2;
  align-self: stretch;
  float: right;
}


.textcenter h2 {
    font-size: 45px;
    letter-spacing: .025em;
    line-height: 50px;
    font-family: 'theinhardt_medium';
    position: absolute;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
}


.small-btn {
  border: solid 1px black;
  padding: 11px 25px 11px 25px;
  color: black;
  background: white;
  font-size: 1em;
  letter-spacing: .075em;
  font-family: theinhardt_regular;
}

.border-btn {
    border-style: solid;
    border-width: 26px;
    -moz-border-image: url(../assets/button-border.png) 26 repeat;;
    -webkit-border-image: url(../assets/button-border.png) 26 repeat; /* Safari 3.1-5 */
    -o-border-image: url(../assets/button-border.png) 26 repeat; /* Opera 11-12.1 */
    border-image: url(../assets/button-border.png) 26 fill repeat;
    background-color: white;
    margin-top: 8px;
    float: right;
    margin-right: 20px;
    font-size: 1em;
    letter-spacing: .075em;
    font-family: theinhardt_regular;
}

/* .border-btn:active {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
} */

.lg-border-btn {
    border-style: solid;
    border-width: 26px;
    -moz-border-image: url(../assets/button-border.png) 26 repeat;;
    -webkit-border-image: url(../assets/button-border.png) 26 repeat; /* Safari 3.1-5 */
    -o-border-image: url(../assets/button-border.png) 26 repeat; /* Opera 11-12.1 */
    border-image: url(../assets/button-border.png) 26 fill repeat;
    background-color: white;
    font-size: 25px;
    letter-spacing: .075em;
    font-family: theinhardt_regular;
    white-space: nowrap;
    padding: 10px 0px 10px 0px;
}

.lg-border-btn a {
  color: black;
  text-decoration: none;
}

.lg-border-btn a:hover {
  color: #FF9F36;
}

.lg-side-btn {
  border: solid 1px black;
  padding: 15px 15px 15px 15px;
  color: black;
  background: white;
  font-size: 1.5em;
  letter-spacing: .075em;
  font-family: theinhardt_regular;
  white-space: nowrap;
  text-decoration: none !important;
}

.lg-side-btn a {
  text-decoration: none !important;
}



.active-filter {
  border: solid 2px #FF9F36;
}

.profile-sidebar {
  float: right;
  margin-right: 10px;
}

.profile-sidebar ul {
  list-style-type: none;
}

.show-div-button {
  cursor:pointer;
}

/*.services h2 {
  cursor:pointer;
}*/

.profile-sidebar li a{
  display: block;
  font-family: theinhardt_medium;
  margin: 15px 0px 15px 0px;
  font-size: 20px;
  text-decoration: none;
  color: black;
  text-align: right;
  float: right;
}

li > a:active {
  color: #FF9F36;
}

a:active {
  color: #FF9F36;
}

.active.show-div-button {
    color: #FF9F36;
}

li > a:hover {
  color: #FF9F36;
}

.team-img {
  width: 275px;
  height: 275px;
}

#team-press a{
  color: #FF9F36;
  text-decoration: none;
}

#team-press a:hover {
  color: #0D0D0D;
  text-decoration: none;
}

.wallplay-header {
font-family: theinhardt_medium;
 display: block;
 position: absolute;
 color: white;
 margin-top: 5%;
}

.wallplay-header h2 {
	font-size: 3em;
}

.wallplay-header--text-block {
  display: block;
  width: 80%;
  margin: 0 auto;

}

.is-animated {
  animation: .6s zoom-in;
  /*animation: .6s rotate-right; */
}

#artist-profile-img {
    display:block;
    margin:auto;
    float: right;
    margin-top: 20px;
		margin-right: 8px;
}

#artist-play {
  font-family: theinhardt_medium;
  font-size: 25px;
  letter-spacing: 0.025em;
  line-height: 50px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

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


}


@media only screen and (max-width: 1000px) {
  .wrap {
    width: 800px;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 800px) {
  .wrap {
    width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .wrap {
    width: 500px;
    margin: 0 auto;
/*    padding-left: 10px;
    padding-right: 10px;*/
  }

  footer #main-logo img {
    width: 8em;
    margin-top: 20px;
    margin-left: 15px;
    padding-bottom: 20px;
  }
}

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

  .wrap {
    width: 400px;
    margin: 0 auto;
/*    padding-left: 10px;
    padding-right: 10px;*/
  }

  footer #main-logo img {
    width: 8em;
    margin-top: 20px;
    margin-left: 15px;
    padding-bottom: 20px;
  }
}