@charset "UTF-8";


/* FONT STYLES --------------------------------------------------*/

<style>
@import url('https://fonts.googleapis.com/css?family=Raleway');
</style>

/* HTML and BODY ------------------------------------------------*/


* {
  box-sizing: border-box;
}
html {
    margin:0; border:0; padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

body {
      margin: 0px; border: 0px; padding: 0px;
      position: static;
  }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* HEADER --------------------------------------------------------*/

.header {
  z-index: 1;
  width: 100%;
  height: 126px;
  background-color: #050505;
  border:0;
  padding:0;
  margin:0;
  position: relative;
}
.menu-parent {
  margin-top: 56px;
  padding-right: 137px;
  text-align: right;
}

.menu {
  display: inline-block;
  margin-top: 0;
  font-size: 20px;
  /*float: right;*/
  letter-spacing: 2px;
}

#margin {
  margin-right: 137px;
}

/* LOGO ----------------------------------------------------------*/
.header-logo {
  position: absolute;
  height: 100%;
  width: auto;
  margin-left: 137px;
  margin-top: 26px;
  display: inline-block;
}

#lettercol-1 {
  color: #ed2367;
}
#lettercol-2 {
  color: #72cb6e;
}
#lettercol-3 {
  color: #00b4f2;
}

h3 {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 22px;
  line-height: 0%;
  margin: 18px;
  position: relative;
}
/*----------------------------------------------------------------*/
/* FIRST SECTION -------------------------------------------------*/

.banner {
   background-image:url(../img/first-image.jpg);
   background-size: cover;
   background-attachment: fixed;
   height: 1028px;
   width: auto;
   display: block;
   position: static;
}

.banner-section {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}

.center-text {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 20%;
  right: 20%;
  position: absolute;
}

h1 {
  display: block;
  line-height: 60px;
  font-family: 'Georgia' serif;
  font-weight: lighter;
  font-size: 64px;
  color: #050505;
  position: relative;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0.53em;
}

p {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #050505;
  position: relative;
  margin:0;
  -webkit-margin-before: 0;
}

#header-message1 {
  font-size: 28px;
  -webkit-margin-before: 1.00em;
  -webkit-margin-after: 0.23em;
  color: white;
  text-align: center;
}

#header-message2 {
  font-size: 24px;
  -webkit-margin-before: 0.43em;
  -webkit-margin-after: 0.23em;
  color: white;
  text-align: center;
}

/*----------------------------------------------------------------*/
/* SECOND SECTION ------------------------------------------------*/

.banner2 {
  background-image:url(../img/second-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1028px;
  width: auto;
  display: block;
  position: static;
}

.white-text {
  color: white;
}

#side-left {
  float: left;
}

.circle-img {
  margin-right: 20%;
  margin-left: 0%;
  border-radius: 50%;
  border: 2px, transparent;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0%;
  position: absolute;
}

/*----------------------------------------------------------------*/
/* Third SECTION -------------------------------------------------*/

.banner3 {
  background-image:url(../img/third-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1028px;
  width: auto;
  display: block;
  position: static;
}

h2 {
  display: block;
  font-family: 'Georgia', serif;
  font-size: 48px;
  font-weight: normal;
  color: white;
  position: relative;
  text-align: center;
}

.full-width {
  width:100%;
}

#quote-space {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 33%;
  right: 33%;
  position: absolute;
}

/*----------------------------------------------------------------*/
/* FOURTH SECTION ------------------------------------------------*/

.banner4 {
  background-image:url(../img/fourth-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1028px;
  width: auto;
  display: block;
  position: static;
}

.ban3-title {
  font-size: 64px;
  text-align: center;
}

.ban3-subtitle {
  font-size: 40px;
  text-align: center;
}

.centext {
  text-align: center;
}

.f18 {
  z-index: 1;
  color: #050505;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

#move-up {
  padding-bottom: -50px;
  margin-bottom: -10px;
}

/*----------------------------------------------------------------*/
/* FIFTH SECTION -------------------------------------------------*/

.banner5 {
  background-image:url(../img/fifth-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: auto;
  display: block;
  position: static;
}

.font-36 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #050505;
}

#f26black {
  font-size: 28px;
  color: #050505;
}

.box-space {
  width: 100%;
  height: 1028px;
  position: absolute;
}

#no-float {
  float: none;
  margin: 0;
}

.borderline {
  border: 2px solid #494949;
  height: 100%;
  padding: 150px;
  display: inline-block;
}

.high-pad {
  padding: 15%;
}

.sq-opac {
  width: auto;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
}

.border-line {
  border: 2px solid #494949;
  margin: 5%;
  height: 90%;
  width: 90%;
  display: inline-block;
}

.lowpad-top {
  padding-top: 0px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}

.lowpad-bottom {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0px;
}

.boxpadding {
    padding-top: 10%;
    padding-left: 177px;
    padding-right: 177px;
    padding-bottom: 10%;
}

/*----------------------------------------------------------------*/
/* SIXTH SECTION -------------------------------------------------*/

.banner6 {
  background-image:url(../img/sixth-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: auto;
  display: block;
  position: static;
}

.white-text {
  color: white;
}

.f26 {
  font-size: 28px;
}

.svg-size {
  height: auto;
  width: 200px;
}

.low-pad {
  padding: 100px;
}

#f64 {
  z-index: 1;
  font-size: 64px;
}

#f40 {
  z-index: 1;
  font-size: 40px;
}

.textbox {
  padding: 10%;
}
/*----------------------------------------------------------------*/
/* SEVENTH SECTION -----------------------------------------------*/

.banner7 {
  background-image:url(../img/seventh-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1028px;
  width: auto;
  display: block;
  position: static;
}

.f36 {
  z-index: 1;
  font-size: 36px;
}

/*----------------------------------------------------------------*/
/* EIGHTH SECTION ------------------------------------------------*/

.banner8 {
  background-image:url(../img/eighth-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1028px;
  width: auto;
  display: block;
  position: static;
}

.f20white {
  font-size: 20px;
  color: white;
}

.container-opac {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px;
}

/*----------------------------------------------------------------*/
/* NINTH SECTION -------------------------------------------------*/

.footer {
  background-size: cover;
  height: 411px;
  background-color: #050505;
  position: relative;
  padding: -137px;

}

.cointain-footer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  width: 85%;
  height: 137px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.no-margin {
  z-index: 1;
  margin-left: 0px;
  margin-right: 0px;
}

.footertext {
  text-align: right;
  color: white;
  padding: 40px 20px 20px 20px;
  font-size: 20px;
}

a {
  color: white;

    }

/*--------------------------------------------------------------------------------------*/
/* ARTWORKS PAGE -----------------------------------------------------------------------*/

.container-title {
  position: relative;
  height: 600px;
  width: auto;
  margin-left: 137px;
  margin-right: 137px;
}

.pink-title {
  color: #e10c53;
  font-size: 64px;
  -webkit-margin-after: 0.23em
}

.pink-text {
  color: #e10c53;
  font-weight: 500;
}

.gradient-line {
  position: relative;
  height: 200px;
  width: auto;
  background: white;
  background: -webkit-radial-gradient(#b4b3b3 5%, #cccccc 10%, white 60%);
  background: -o-radial-gradient(#b4b3b3 5%, #cccccc 10%, white 60%);
  background: -moz-radial-gradient(#b4b3b3 5%, #cccccc 10%, white 60%);
  background: radial-gradient(#b4b3b3 5%, #cccccc 10%, white 60%);
  margin-bottom: 100px;
}

.center-text2 {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 70%;
  left: 0%;
  right: 0%;
  position: absolute;
}

.white-gap {
  height: 120px;
  width: auto;
  background: white;
  position: relative;
}

.ignore-margin {
  margin: 0;
}

.stock-container {
  height: 475px;
  width: auto;
  margin-left: 147px;
  margin-right: 147px;
}

.stock {
  padding: 45px;
  background-repeat: no-repeat;
  background: cover;
  width: 80%;
  height: auto;
}

.text-section {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0px;
  padding-right: 45px;
  text-align: left;
}

.light {
  font-weight: lighter;
  font-size: 20px;
}

.pink {
  color: #e10c53;
}

.f24bold {
  font-weight: 500;
  font-size: 24px;
}

.footer-contain {
  height: 200px;
}

#no-pad {
  padding-right: 0px;
  z-index: 1;
}

/*----------------------------------------------------------------*/
/* MEDIA SCREENS -------------------------------------------------*/

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

  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  p {
    font-size: 18px;
    line-height: 22px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .ban3-title {
    font-size: 45px;
  }

  .ban3-subtitle {
    font-size: 30px;
  }

  .f26 {
    font-size: 20px;
    line-height: 24px;
  }

  .f18 {
    font-size: 16px;
  }

  .font-36 {
    font-size: 30px;
    line-height: 30px;
  }

  #f26black {
    font-size: 18px;
    line-height: 24px;
  }

  .f26black {
    font-size: 18px;
    line-height: 24px;
  }

  .square-opac {
    margin: -100px;
  }

  .banner  {height: 800px; background-attachment: scroll;}
  .banner2 {height: 900px; background-attachment: scroll;}
  .banner3 {height: 800px; background-attachment: scroll;}
  .banner4 {height: 800px; background-attachment: scroll;}
  .banner5 {height: 100%; background-attachment: scroll;}
  .banner6 {height: 100%; background-attachment: scroll;}
  .banner7 {height: 800px; background-attachment: scroll;}
  .banner8 {height: 800px; background-attachment: scroll;}
  .banner9 {height: 800px; background-attachment: scroll;}

.circle-img {

  transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  left: -20%;
  top:15%;
  float: left;
  position: absolute;
  }

  .svg-size {
    height: auto;
    width: 150px;
  }

  #quote-space {
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 20%;
    right: 20%;
    position: absolute;

  }

  #header-message1 {
    visibility: hidden;
    font-size: 22px;
    -webkit-margin-before: 1.00em;
    -webkit-margin-after: 0.23em;
    color: white;
    text-align: right;
  }

  #header-message2 {
    visibility: hidden;
    font-size: 20px;
    -webkit-margin-before: 0.43em;
    -webkit-margin-after: 0.23em;
    color: white;
    text-align: right;
  }

}
@media screen and (max-width:940px) {



  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  p {
    font-size: 20px;
    line-height: 24px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .banner .banner-section {
    float: left;
  }

  .circle-img {
    visibility: hidden;
  }

  .banner2 .banner-section .center-text {
    padding: 20%;
    width: 100%;
    height: auto;
    display: block;
  }

#margin {
  margin: 0;
}

.small-screen {
    z-index: 1;
    height: 100%;
    width: 250px;
    line-height: 0;
    margin: 0;
}

  .menu {
    position: relative;
    font-size: 20px;
    letter-spacing: 2px;
    float: right;
    height: auto;
}

.menu-parent {
  margin-top: 44px;
  padding-right: 50px;
  text-align: right;
  float: right;
}

.banner {
  padding-left: 127px;
}

.banner .banner-section .center-text {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 10%;
  right: 10%;
  position: absolute;
}

#quote-space {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 15%;
  right: 15%;
  position: absolute;
}

.banner4 .banner-section .center-text {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 10%;
  right: 10%;
  position: absolute;
}

.boxpadding {
  padding-top: 15%;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 15%;
}

#f40 {
  font-size: 26px;
  line-height: 1em;
}

.f26 {
  font-size: 18px;
}

.f20white {
  font-size: 16px;
}

.header {
  z-index: 1;
}

.circle-img {
  width: 0px;
  height: 0px;
  float: left;
}

#h1-shadow {
  text-shadow: 2px 2px 10px white;
}

}
@media screen and (max-width:680px) {

  .header-logo {
    margin-left: 0px;
  }

  .menu-parent {
    padding-right: 10px;
  }

  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 34px;
    line-height: 30px;
  }

  p {
    font-size: 18px;
    line-height: 22px;
  }

  h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .ban3-title {
    font-size: 34px;
  }

  .ban3-subtitle {
    font-size: 30px;
    line-height: 1em;
    -webkit-margin-before: 0.53em;
  }

  .center-text {
    padding: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
    right: 5%;
  }

  .boxpadding {
    padding-top: 5%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5%;
  }

  .circle-img {
    width: 0px;
    height: 0px;
    float: left;
  }

  .banner4 {
    height: 900px;
  }

  #f64 {
    font-size: 46px;
  }

  .banner {
    background-position: left -200px bottom 0px;
  }

  .banner2 {
    background-position: left -100px bottom 0px;
  }

  .banner3 {
    background-position: left -400px bottom 0px;
  }

  .banner4 {
    background-position: left -400px bottom 0px;
  }

  .banner7 {
    background-position: left -300px bottom 0px;
  }

  .font-36 {
    font-size: 24px;
  }

  p.footertext {
    font-size: 14px;
    width: 95%;
    padding: 45px 45px 5px 10px;
  }

  .halfbox {
    width: 62%;
    float: right;
  }
}

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

  .header-logo {
    margin-left: 0px;
  }

  .menu-parent {
    padding-right: 10px;
  }

  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 34px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    line-height: 20px;
  }

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .ban3-title {
    font-size: 28px;
  }

  .ban3-subtitle {
    font-size: 24px;
    line-height: 1em;
    -webkit-margin-before: 0.53em;
  }

  .center-text {
    padding: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
    right: 5%;
  }

  .boxpadding {
    padding-top: 5%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5%;
  }

  .circle-img {
    width: 0px;
    height: 0px;
    float: left;
  }

  .banner4 {
    height: 900px;
  }

  #f64 {
    font-size: 34px;
  }

  .f18 {
    font-size: 14px;
  }

  .f26 {
    font-size: 16px;
  }

  .banner {
    background-position: left -400px bottom 0px;
  }

  .banner2 {
    background-position: left -100px bottom 0px;
  }

  .banner3 {
    background-position: left -400px bottom 0px;
  }

  .banner4 {
    background-position: left -400px bottom 0px;
  }

  .banner7 {
    background-position: left -300px bottom 0px;
  }

  .font-36 {
    font-size: 28px;
  }

  p.footertext {
    font-size: 14px;
    width: 95%;
    padding: 25px 25px 5px 10px;
  }

}



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

  .header-logo {
    margin-left: 0px;
  }

  .menu-parent {
    padding-right: 10px;
  }

  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 30px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .ban3-title {
    font-size: 25px;
  }

  .ban3-subtitle {
    font-size: 22px;
    line-height: 1em;
    -webkit-margin-before: 0.53em;
  }

  .center-text {
    padding: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
    right: 5%;
  }

  .boxpadding {
    padding-top: 5%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5%;
  }

  .circle-img {
    width: 0px;
    height: 0px;
    float: left;
  }

  .banner4 {
    height: 900px;
  }

  #f64 {
    font-size: 31px;
  }

  .f18 {
    font-size: 13px;
  }

  .f26 {
    font-size: 14px;
  }

  .banner {
    background-position: left -400px bottom 0px;
  }

  .banner2 {
    background-position: left -100px bottom 0px;
  }

  .banner7 {
    background-position: left -100px bottom 0px;
  }

  .font-36 {
    font-size: 26px;
  }


}
