@charset "UTF-8";

/* Dumb mfc crap */
#profile_header,#profile_main_photo,#header_bar,#footer_bar,#profile_photo_galleries,#profile_password_photo_galleries {
  display:none;
}

html {
  overflow:hidden;
}

a {
  color:#000;
}

.profile_section_content {
  margin:0;
  padding:0;
}

@font-face {
  font-family:'Crushed';
  font-style:normal;
  font-weight:400;
  src:local(Crushed),local(Crushed-Regular),url(https://fonts.gstatic.com/s/crushed/v6/Omv2eHy_AnjpAUA4svcAxwLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}

@font-face {
  font-family:'Josefin Slab';
  font-style:normal;
  font-weight:400;
  src:local('Josefin Slab'),local(JosefinSlab),url(https://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfaRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}

@font-face {
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/HrI4ZJpJ3Fh0wa5ofYMK8b3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}

@font-face {
  font-family:'Nothing You Could Do';
  font-style:normal;
  font-weight:400;
  src:local('Nothing You Could Do'),local(NothingYouCouldDo),url(https://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAXEXHkG8fPQqt_tcmM6oBg_3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family:'Give You Glory';
  font-style:normal;
  font-weight:400;
  src:local('Give You Glory'),local(GiveYouGlory),url(https://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuLIvcyZs3ZcXnterKxC2uN0.woff) format("woff");
}

i {
  border:solid black;
  border-width:0 3px 3px 0;
  display:inline-block;
  padding:3px;
}

i.right {
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}

i.left {
  transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
}

i.up {
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}

i.down {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}

body {
  margin:0;
  padding:0;
}

.clear {
  clear:both;
}

.emilylynne {
  position:absolute;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow-y:scroll;
}

.wrapper {
  overflow:hidden;
  position:relative;
}

/* Stars 
------------------------------------- */
#space {
  background:white;
}

#space,.stars {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
}

.stars {
  background-image:radial-gradient(2px 2px at 20px 30px,#111,rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,#000,rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,#222,rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,#000,rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,#000,rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,#222,rgba(0,0,0,0));
  background-repeat:repeat;
  background-size:200px 200px;
  animation:zoom 5s infinite;
  opacity:0;
}

.stars:nth-child(1) {
  background-position:50% 50%;
  animation-delay:0;
}

.stars:nth-child(2) {
  background-position:20% 60%;
  animation-delay:1s;
}

.stars:nth-child(3) {
  background-position:-20% -30%;
  animation-delay:2s;
}

.stars:nth-child(4) {
  background-position:40% -80%;
  animation-delay:3s;
}

.stars:nth-child(5) {
  background-position:-20% 30%;
  animation-delay:4s;
}

@keyframes zoom {
  0% {
    opacity:0;
    transform:scale(0.5);
    animation-timing-function:ease-in;
  }

  85% {
    opacity:1;
    transform:scale(2.8);
    animation-timing-function:linear;
  }

  100% {
    opacity:0;
    transform:scale(3.5);
  }
}

.emilylynne .cammiversary-chibi {
  position:absolute;
  left:50px;
  top:80px;
  bottom:0;
  width:400px;
  background:url(http://emilylynne.xxx/wp-content/uploads/2017/05/Chibi-Confetti.png) repeat-y;
  background-size:contain;
}

.emilylynne .cammiversary-chibi .chibi {
  position:fixed;
  left:110px;
  bottom:10px;
  width:200px;
  height:379px;
  background-image:url(http://emilylynne.xxx/wp-content/uploads/2017/05/Chibi-Em-Cammiversary.png);
  background-repeat:no-repeat;
  background-size:contain;
}

.emilylynne .floating-tip {
  position:fixed;
  left:45px;
  bottom:20px;
  width:275px;
  height:423px;
  background-image:url(http://emilylynne.xxx/wp-content/uploads/2019/03/Birthday-Chibi.png);
  background-position:left bottom;
  background-repeat:no-repeat;
  background-size:contain;
}

.emilylynne .floating-tip .text {
  position:absolute;
  right:0;
  left:280px;
  color:#1b2735;
  width:176px;
  height:108px;
  background-image:url(http://emilylynne.xxx/wp-content/uploads/2017/02/Speech-Bubble.png);
  padding:12px;
  box-sizing:border-box;
  font-size:26px;
  text-align:center;
  font-family:'Poiret One';
  font-weight:bolder;
}

@media (max-width:1750px) {
  .emilylynne .floating-tip {
    height:500px;
  }
}

@media (max-width:1375px) {
  .emilylynne .floating-tip {
    left:15px;
    bottom:15px;
  }
}

@media (max-width:1185px) {
  .emilylynne .floating-tip {
    width:15%;
    background-size:contain;
  }

  .emilylynne .floating-tip .text {
    display:none;
  }
}

@media (max-width:1085px) {
  .emilylynne .floating-tip {
    width:7.5%;
  }
}

.emilylynne .internal-container {
  position:relative;
  z-index:9999;
  width:700px;
  margin:0 auto;
}

.emilylynne h1 {
  font-family:'Poiret One';
  color:#000;
  text-align:center;
  font-size:72px;
  text-transform:uppercase;
  margin-bottom:15px;
}

.emilylynne .nav {
  text-align:center;
  margin-bottom:20px;
}

.emilylynne .nav ul {
  width:80%;
  background:#a1a1a1;
  margin:0 auto;
  padding:10px 0;
}

.emilylynne .nav ul li {
  text-align:center;
  display:inline-block;
  font-family:"Crushed";
  text-transform:uppercase;
  color:#000;
  font-size:16pt;
  padding:0 8px;
}

.emilylynne .nav ul li a {
  text-align:center;
  color:#000;
  text-decoration:none;
}

.emilylynne img {
  background-color:rgba(255,255,255,0.25);
}

.emilylynne .store-list img {
  background:none;
}

.emilylynne .section {
  background:#a1a1a1;
  color:#000;
  padding:25px;
  padding-top:15px;
  font-family:"Josefin Slab";
  font-size:15pt;
  line-height:1.4;
  margin:25px 0;
  text-align:center;
  border:10px solid;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.emilylynne .section h1 {
  font-family:'Poiret One';
  color:#000;
  font-size:42px;
  text-align:center;
  text-transform:none;
  margin:0;
  padding:5px 0;
  font-weight:normal;
  text-transform:uppercase;
}

.emilylynne .section h1 .subtitle {
  font-family:"Josefin Slab";
  font-size:16pt;
  margin-left:10px;
  text-transform:none;
}

.emilylynne .section#past-salt-crew {
}

.emilylynne .section#past-salt-crew .past-salt-crew-content {
  overflow:hidden;
  max-height:0;
  -webkit-transition:max-height 750ms ease-in;
  -moz-transition:max-height 750ms ease-in;
  -o-transition:max-height 750ms ease-in;
  transition:max-height 750ms ease-in;
}

.emilylynne .section#past-salt-crew:hover .past-salt-crew-content {
  max-height:200em;
}

.emilylynne .section.events {
  padding:25px 0;
}

.emilylynne .section.events h1 {
  padding:0 25px;
}

.emilylynne .event:not(:last-child) {
  margin-bottom:20px;
}

.emilylynne .event .title {
  width:100%;
  height:175px;
  background-size:cover;
  position:relative;
}

.emilylynne .event .title .twitter {
  opacity:.8;
  position:absolute;
  bottom:0;
  padding:0 10px;
  font-weight:bold;
}

.emilylynne .event .title .twitter.white {
  color:#fff;
  text-shadow:0 0 10px black;
}

.emilylynne .event .title .twitter.black {
  color:black;
  text-shadow:0 0 10px white;
}

.emilylynne .event .title .twitter.left {
  left:0;
}

.emilylynne .event .title .twitter.right {
  right:0;
}

.emilylynne .event .subtitle {
  padding:0 25px;
  text-align:center;
  margin-top:5px;
}

.emilylynne .vid-title .subtitle {
  font-weight:bold;
}

.emilylynne .left-col {
  float:left;
  display:inline-block;
}

.emilylynne .right-col {
  float:right;
  display:inline-block;
}

.emilylynne .right-col .section {
  margin-top:25px;
}

.emilylynne .col-3 {
  width:33%;
  display:inline-block;
  float:left;
}

.emilylynne .center {
  text-align:center;
}

.emilylynne .ht-type {
  text-align:center;
  font-size:15px;
  text-transform:lowercase;
  font-weight:bold;
}

.emilylynne ul.htippers {
  text-align:center;
  list-style:none;
  padding:0;
  margin:0;
}

.emilylynne ul.htippers li {
  padding:0;
}

.emilylynne ul.store-list {
  list-style:none;
  padding:0;
  margin-bottom:0;
  overflow:hidden;
}

.emilylynne ul.store-list li {
  padding:0;
  float:left;
  margin-bottom:8px;
  width:48%;
}

.emilylynne ul.store-list li:nth-child(even) {
  margin-left:4%;
}

.emilylynne ul.store-list li:nth-child(odd) {
  clear:both;
}

.emilylynne .store-list img {
  width:80%;
}

.emilylynne .vid-list img {
  width:100%;
}

.emilylynne .store-list a {
  color:#000;
  text-decoration:none;
}

.emilylynne #clubs {
  margin:25px 0;
}

.emilylynne #clubs .club {
  margin-bottom:15px;
  text-transform:uppercase;
  min-height:150px;
}

.emilylynne #clubs .club:last-child {
  margin-bottom:0;
}

.emilylynne #clubs h1 {
  margin-bottom:5px;
  font-size:40px;
  margin-top:0;
}

.emilylynne ul.club-members {
  list-style:none;
  padding:0;
  font-size:12.5pt;
  line-height:1.3;
  margin:0;
  margin-top:5px;
}

.emilylynne ul.club-members li {
  display:inline-block;
  text-transform:uppercase;
  font-family:"Josefin Slab";
  padding-right:25px;
}

.emilylynne ul.club-members li strong {
  text-transform:none!important;
}

.emilylynne #salt-squad ul.club-members li {
  width:33%;
  display:inline-block;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

.emilylynne #salt-squad ul.club-members li img {
  height:100px;
  display:block;
  margin:0 auto;
  margin-bottom:5px;
  background:none;
}

.emilylynne #new-clubs {
  padding:0;
  margin:25px 0;
}

.emilylynne #new-clubs h1 {
  padding:20px;
  text-align:center;
}

.emilylynne #new-clubs .club {
  position:relative;
  font-size:0;
}

.emilylynne #new-clubs .club:not(:first-child):after {
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:1px;
  border-bottom:1px solid #000;
}

.emilylynne #new-clubs .club > div {
  position:relative;
  display:inline-block;
  height:100%;
  font-size:15pt;
  padding:15px;
  box-sizing:border-box;
  text-align:center;
}

.emilylynne #new-clubs .club .title {
  height:100%;
  width:100%;
  font-family:'Poiret One';
  color:#000;
  text-align:center;
  font-size:48px;
  font-weight:900;
  margin-top:-15px;
}

.emilylynne #new-clubs .club .good {
  width:25%;
}

.emilylynne #new-clubs .club .desc {
  width:50%;
  background:rgba(0,0,0,0.15);
}

.emilylynne #new-clubs .club .desc .price {
  text-align:center;
  font-size:28px;
}

.emilylynne #new-clubs .club .desc .time {
  text-align:center;
  font-size:18px;
}

.emilylynne #new-clubs .club .price .subtitle {
  font-size:18px;
}

.emilylynne #new-clubs .club .evil {
  width:25%;
}

.emilylynne #new-clubs .club ul.club-members li {
  display:block;
  text-transform:none;
  padding:0;
  font-size:15px;
}

.emilylynne .floating-loyalty-bot {
  position:fixed;
  right:50px;
  top:75px;
  background:rgba(0,0,0,0.05);
  border:10px solid;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-family:"Josefin Slab";
  font-size:15pt;
  line-height:1.4;
  padding:0 25px;
}

.emilylynne .floating-loyalty-bot h1 {
  font-size:35px;
  margin-bottom:10px;
}

.emilylynne .floating-loyalty-bot ul {
  list-style:none;
  padding:0;
  margin-top:0;
}

@media (max-width:1300px) {
  .emilylynne .floating-loyalty-bot {
    display:none;
  }
}

.emilylynne #photos .store-list img {
  width:312px;
  height:175px;
}