* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    font-family: 'Raleway', sans-serif;
}

html {
  height: 100%;
  font-weight: 400;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

ul li {
     display:inline-block;
     list-style:none;
     padding-right: 10px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 30px;
}

button:focus {
  outline:0 !important;
}




/* NAV
================================================== */
#navcontainer {
    width: inherit;
    color: #B3B3B3;
}

.scrolling {
    background-color: rgba(36, 40, 48, 0.46);
    color: rgba(255, 255, 255, 0.64);
}

.nav, .navbar-brand {
    float: right;
    font-size: 15pt;
    text-transform: lowercase;
    color: #B3B3B3;
}

.navbar-brand {
  float: left;
  color: #B3B3B3;
}

.navbar-inverse, .navbar-toggle {
    background-color: transparent;
    border: 0pt transparent;
    color: #B3B3B3;
    transition: background 300ms linear;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
}

.navbar-inverse .navbar-brand {
    color: #B3B3B3;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
     background-color: transparent;
     border: 0pt transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    box-shadow: none;
    border: 0pt transparent;
}

.navbar-toggle {
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #B3B3B3;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #B3B3B3;
}

.navbar-inverse .navbar-nav > li > a {
    color: #B3B3B3;
}

/* VIDEO BACKGROUND
================================================== */
.video-background {
    z-index:0;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.video-background .video-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:80%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.video-background-title {
    font-size:58px;
    color:#fff;
    font-weight:300;
    /*text-transform:lowercase;*/
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

.video-square-btn {
    font-size:14px;
    font-weight: 400;
    text-transform:uppercase;
    text-decoration:none;
    color:#B3B3B3;
    background:transparent;
    border:2px solid #B3B3B3;
    padding:10px 14px;
    cursor:pointer;
    /*letter-spacing:2px;*/
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.video-square-btn:hover {
    color:#B3B3B3;
    border:2px solid #B3B3B3;
    background:rgba(255,255,255,0.20);
    text-decoration:none;
}

.video-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

.pattern {
    background-image:url(../img/background/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image:url(../img/background/divider.png);
    display:block;
    width:300px;
    height:35px;
    margin:5px auto
}

#colorize {
    color: #A8DBA8;
    font-size: 30px;
    font-weight: 300;
    /*text-transform:lowercase;*/
}






/* Music Section
================================================== */
.music-section {
    color:#7f8c8d;
    background:#fff;
    padding: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.title-super {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-tagline {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #4D4D4D;
}

.font-thin {
    font-weight: 100;
}

.title-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.item {
  width: 100%;
  height: 100%;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.buttons-container {
    width: 380px;
    height: 150px;
    margin-left: calc(50% - 190px);
    bottom: 60px;
    position: absolute;
}

.buttons {
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 30px;
    padding: 10px;
    color: rgba(245,245,245,0.7);
    text-align: center;
    position: relative;
    background-color: rgba(34,34,34, 0.4);
    font-family: Oswald;
    text-transform: uppercase;
}

.light-font {
    color: rgba(255,255,255,0.8);
}

a.buttons {
    width: 60px;
    margin-right: 5px;
}

.square-btn {
    width: auto;
    font-size:12px;
    font-weight: 500;
    text-transform:uppercase;
    text-decoration:none;
    color: rgba(245,245,245,0.7);
    background:transparent;
    border:2px solid rgba(245,245,245,0.7);
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.square-btn:hover {
    color:rgba(34,34,34,0.7);
    font-weight: 700;
    border:2px solid rgba(245,245,245,0);
    background:rgba(245,245,245,0.7);
    text-decoration:none;
}

.overlay {
    background-color: rgba(180,180,180,0.1);
}









/* MORE MODAL
================================================== */
.modalContainer {
  width: 100%;
  height: 100%;
}

.modalContainer h1 {
  font-family: Oswald;
  text-transform: uppercase;
  padding-left: 0;
}

.modalContainer h3 {
  font-family: Oswald;
  text-transform: uppercase;
}

.artcover {
  width: 100%;
  max-width: 300px;
  box-shadow: 0px 0px 10px #8b8b8b;
  margin: 20px auto;
}

.description {
  padding: 15px;
}

.gallery img {
  width: 100px;
  padding-top: 5px;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    padding: 0;
}

.close {
  font-size: 45px;
}


/* SMALL VIDEO BACKGROUND
================================================== */
.small-background-section {
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
    color: white;
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size: 30px;
    color:#A8DBA8;
    font-weight:300;
    z-index:2;
    display:inline-block;
    /*text-transform:uppercase;*/
    margin-bottom: 20px;
    margin-top: 0;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

.copyright {
    margin-top: 20px;
    color: #ccc;
    text-align: center;
    z-index:10;
}



/* SOCIALS
================================================== */
.socials a {
    color:#fff
}

.socials a:hover {
    color:#bdc3c7
}






/* Footer */
.footer {
  position: fixed;
  margin-top: 10px;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: transparent;
  z-index: 3;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
}

/* Music player */
#musicPlayer {
  width: 100%;
  height: 30px;
}

#trackName {
  float:left;
  margin-left: 10px;
  padding: 5px;
  color: rgba(245,245,245,0.7);
}

#trackTime {
  float:right;
  margin-left: 10px;
  padding: 5px;
  color: rgba(245,245,245,0.7);
}

.button {
  height: 30px;
  width: 30px;
  border: none;
  margin-right: 5px;
  float: left;
  outline: none;
  opacity: 0.6;
}

.play {
  background: url('../img/player/music-play-button.png') no-repeat;
  background-size: 75% 75%;
  background-position: center;

}

.pause {
  background: url('../img/player/music-pause-button.png') no-repeat;
  background-size: 75% 75%;
  background-position: center;
}

.previous {
  background: url('../img/player/music-previous-button.png') no-repeat;
  background-size: 75% 75%;
  background-position: center;
}

.next {
  background: url('../img/player/music-next-button.png') no-repeat;
  background-size: 75% 75%;
  background-position: center;
}

#controls {
  float: left;
  width: auto;
  height: inherit;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.nocursor {
  cursor: default;
}


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

  * {
    font-weight: 300;
  }

  body {
     margin-bottom: 100px;
  }

  .video-background {
      background: url(../img/background/backgroundTablet.png) 35% center;
  }

  .buttons {
    font-size: 30px;
    padding: 15px;
  }

  .square-btn {
    width: auto;
    font-size:12px;
    padding:10px 14px;
}

  .small-background-section {
      background: url(../img/background/background2.png) 35% 40%;
  }

  #colorize {
      color: #A8DBA8;
      font-size: 30px;
      text-transform:uppercase;
  }

  .title-super {
      font-size: 60px;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .title-tagline {
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #4D4D4D;
  }

  .footer {
    height: 50px;
  }

  /* Music player */
  #musicPlayer {
    height: 50px;
  }

  #trackName {
    font-size: 20px;
    padding: 10px;
  }

  #trackTime {
    font-size: 20px;
    padding: 10px;
    color: rgba(245,245,245,0.7);
    float: right;
  }

  .button {
    margin-top: 5px;
    margin-right: 5px;
    height: 40px;
    width: 40px;
  }

}


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

  .video-background {
      background: url(../img/background/background.png) 35% center;
  }

  .small-background-section {
      background: url(../img/background/background2.png) 35% 40%;
  }

  #trackName {
    font-size: 15px;
    padding: 15px 0px 10px 4px;
    margin: 0;
  }

  #trackTime {
    font-size: 15px;
    color: rgba(245,245,245,0.7);
    float: right;
    padding: 15px 0px 10px 2px;
    margin: 0;
  }

  .button {
    margin: 8px 0 0 0;
    padding: 0;
    height: 35px;
    width: 35px;
  }
}