/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/*		THIS EDITS THE MAIN/BASE ELEMENTS OF THE WEBSITE		*/
/* line 18, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
body {
  background-image: url("/assets/background_0-e0fdb1bc4f5f5b9be63229f9433aead2.png");
}

/* line 22, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
div#alert {
  position: absolute;
  background-color: #152;
  width: 50%;
  left: 25%;
  text-align: center;
}

/* line 30, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
div#alert-danger {
  background-color: #B21;
}

/* line 34, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#main-block {
  background-color: black;
  width: 80%;
  min-width: 920px;
  padding: 20px 0px;
  margin: 12vh auto;
  border-radius: 15px;
  color: white;
}

/*		END MAIN/BASE ELEMENTS		*/
/*		THIS IS THE FORM CSS		*/
/* line 50, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.flex-or-block {
  display: flex;
  margin: 0px 10px;
}

/* line 51, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.flex-or-block > div {
  margin: 0px 10px;
  width: 100%;
}

/* line 53, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#reg-form {
  margin-left: 8%;
  margin-top: 2.5%;
}

/* line 59, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#reg-right {
  margin-right: 8%;
}

/* line 63, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 67, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.page-title {
  background-color: #595959;
  color: white;
  padding-top: 15px;
  text-align: center;
  padding: 10px;
}

/*		END FORM CSS		*/
/*		HEADER AND LOGO CSS		*/
/* line 83, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#header-bar {
  z-index: 5;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000;
  width: 100%;
  height: 10%;
  min-height: 40px;
  color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* line 99, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#header-center {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 105, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
td.text-bottom {
  vertical-align: bottom;
  padding-bottom: 2.5vh;
}

/* line 110, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
td.text-bottom-2 {
  vertical-align: bottom;
  padding-bottom: 3vh;
  font-size: 17px;
}

/* line 117, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
td.text-bottom-3 {
  padding: 3% 0 4% 10px;
  padding-top: 3%;
  padding-bottom: 4%;
  font-size: 2.5vh;
  line-height: 8px;
}

/* line 127, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#main-logo {
  min-height: 35px;
  height: 8.5vh;
  max-width: 70vw;
}

/* line 133, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#UK-logo {
  max-width: 20vw;
  min-width: 200px;
}

/*		END HEADER AND LOGO		*/
/*		SOCIAL LINKS		*/
/* line 145, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.social-div {
  float: center;
}

/* line 149, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.social-child {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

/* line 156, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#now-playing {
  color: white;
  display: table;
  background-color: black;
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 0 0 0 3px black;
  clear: both;
  float: none;
  margin: 0 auto;
}

/*		END SOCIAL LINKS */
/*    PROFILE IMAGE CSS */
/* line 174, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
.profile-round {
  border-radius: 15%;
}

/*    END PROFILE IMAGE CSS */
/*		NAVIGATION MENU CSS		*/
/* line 182, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#hamburger {
  display: none;
}

/* line 187, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
#hamburger-img {
  height: 4vh;
  position: fixed;
  left: 5px;
  top: 3.5%;
}

/* line 194, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
nav.menu {
  padding: 0px 30px 10px 20px;
  position: fixed;
  left: -400px;
  top: 10%;
  height: 100%;
  background: #333;
  z-index: 3;
  transition: left 0.9s;
}

/* line 205, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
nav.menu.open {
  left: 0px;
}

/* line 209, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
nav.menu ul {
  padding: 0 10px;
}

/* line 213, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
nav.open li {
  list-style-type: none;
}

/*		END NAVIGATION MENU CSS		*/
/* MAIN SLIDESHOW */
/* line 225, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
iframe#home-slideshow {
  width: 100%;
  height: 30vw;
  min-height: 370px;
}

/* END MAIN SLIDESHOW */
/* MAIN VIMEO */
/* line 236, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
iframe#home-vimeo {
  width: 100%;
  min-height: 175px;
}

/* END MAIN VIMEO */
/*    SPOTIFY CSS   */
/* line 247, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
iframe.spotify_audio_player {
  width: 95%;
  max-width: 500px;
  height: 80px;
  margin-top: 20px;
}

/*    END SPOTIFY CSS   */
/*    VIMEO CSS    */
/* line 261, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
iframe.vimeo-video {
  width: 100%;
  max-width: 450px;
  margin-top: -8px;
  height: 240px;
}

/*    END VIMEO CSS    */
/*		PLAYLIST CSS		*/
/* line 275, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
table.standard-table {
  border-collapse: collapse;
  width: 100%;
}

/* line 280, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
table.standard-table thead {
  text-align: left;
  color: #ffffff;
  background-color: #000000;
}

/* line 285, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
table.standard-table td, table.standard-table th {
  font-size: 1em;
  padding: 6px 4px;
}

/* line 289, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
tr.oddrow {
  background-color: #595959;
}

/* line 292, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
tr.even {
  background-color: #ffffff;
}

/* line 295, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
td.nowrap, th.nowrap {
  white-space: nowrap;
}

/*		END PLAYLIST CSS		*/
/* MOBILE CSS, MUST BE LAST */
@media screen and (max-width: 1000px) {
  /* line 307, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  .mobile {
    display: none;
  }

  /* line 311, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  td.text-bottom-3 {
    vertical-align: bottom;
    padding: 0 0 3vh;
  }

  /* line 316, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  .flex-or-block {
    display: block;
    margin: 0px;
  }

  /* line 317, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  .flex-or-block > div {
    margin: 0px;
  }

  /* line 319, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  table.standard-table td, table.standard-table th {
    font-size: 1em;
    padding: 6px 0px;
  }

  /* line 323, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  #main-block {
    width: 95%;
    min-width: 0px;
    margin: 12vh auto;
  }

  /* line 328, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  iframe#home-slideshow {
    height: 72vw;
    min-height: 1px;
  }

  /* line 332, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/application.css.scss */
  iframe.vimeo-video {
    max-width: inherit;
    height: 390px;
  }
}
