article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

html {
  font-family: 'Oswald', sans-serif;
}

body {
  max-width: 1280px;
}

h2 {
  text-decoration: none;
  text-transform: uppercase;
  height: 15vh;
  margin-left: 10vh;
}

img {
  max-width: 100%;
}

.nav {
  background-color: rgba(192, 178, 131, 0.7);
  width: 100%;
  height: 14vh;
  overflow: hidden;
  position: relative;
  border-bottom: 8px solid rgba(56, 56, 56, 0.4);
}

.nav_video {
  overflow: visible;
}

.video_logo {
  width: 16vh;
  position: absolute;
  top: 2vh;
  right: 4vh;
}

h4 {
  padding-left: 10vh;
}

.flex_container {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.flex_container ul {
  width: 100%;
}

.flex_container ul li {
  display: inline-block;
  color: #383838;
  font-size: 1rem;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  border-bottom: 2px solid transparent;
  transition: background-color 0.3s ease-in;
}

.flex_container ul li:hover {
  background-color: #f4f4f4;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  border-bottom: 2px solid #383838;
}

.nav li::after {
  content: " /";
  font-size: 1.3rem;
}

.nav a {
  text-decoration: none;
  color: #383838;
}

.BNR_logo {
  position: absolute;
  top: 0;
  left: 0;
  animation: white_logo 3.5s cubic-bezier(0.4, 0, 0.3, 0.94);
  animation-fill-mode: forwards;
}

.BNR_logo img {
  width: 18vh;
  margin-top: 2vh;
}

@keyframes white_logo {
  0% {
    top: -1%;
    left: 0;
  }
  100% {
    top: -1%;
    left: 87%;
  }
}

.title_logo {
  height: 30vh;
}

.title_page {
  height: 70vh;
  background-color: white;
}

.banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner h1 {
  text-transform: uppercase;
}

.fa_icons {
  height: 15vh;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border-bottom: 8px solid rgba(56, 56, 56, 0.4);
  color: #383838;
  background-color: rgba(192, 178, 131, 0.7);
  width: 100%;
  margin-bottom: 20vh;
}

.fa-3x {
  padding: 25px;
  color: #383838;
  transition: color 0.3s ease-in;
}

.fa-3x:hover {
  color: #f4f4f4;
}

.releases_flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 100%;
  margin-bottom: 20vh;
}

.intentions, .thirty, .spandex_effect, .sequin_sunrise {
  transition: border-radius 0.5s ease-in;
  margin: 100px;
}

.intentions:hover, .thirty:hover, .spandex_effect:hover, .sequin_sunrise:hover {
  border: 110px solid black;
  border-radius: 50%;
}

.intentions_img, .thirty_img, .spandex_effect_img, .sequin_sunrise_img {
  margin: 10vh;
}

figcaption {
  font-size: 1.5rem;
  text-decoration: none;
  color: #383838;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: border 0.2s ease-in;
}

figcaption:hover {
  padding-right: 5px;
  border-radius: 4px;
  border-bottom: 4px solid rgba(56, 56, 56, 0.4);
  border-right: 4px solid rgba(133, 133, 133, 0.4);
}

.intentions_img {
  position: relative;
}

.intentions_figcap {
  position: absolute;
  margin: 0, auto;
}

.thirty_img {
  position: relative;
}

.thirty_figcap {
  position: absolute;
  margin: 0, auto;
}

.spandex_effect_img {
  position: relative;
}

.spandex_effect_figcap {
  position: absolute;
  margin: 0, auto;
}

.sequin_sunrise_img {
  position: relative;
}

.sequin_sunrise_figcap {
  position: absolute;
  margin: 0, auto;
}

.album_cover {
  max-width: 400px;
  display: inline-block;
  margin: auto;
}

.main_carousel {
  height: 70vh;
  margin-bottom: 20vh;
  height: 70vh;
  margin-top: 20vh;
  padding-right: 2vh;
  padding-left: 2vh;
}

.carousel_cell {
  width: 50%;
  margin-right: 2vh;
}

.carousel_cell img {
  width: 100%;
}

.video_title {
  padding-top: 10vh;
}

.video_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video_wrapper {
  position: relative;
  padding-bottom: 65%;
  padding-top: 25px;
  height: 0;
}

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
}

.soundcloud iframe {
  margin: 10vh;
}

.connect_aside {
  float: left;
  width: calc(30% - 40px);
  margin-left: 5vh;
  padding-right: 5vh;
  margin-top: 10vh;
}

.connect_aside p {
  font-size: 2rem;
  padding-left: 10%;
}

.form_text {
  padding-top: 14vh;
}

.last_logo {
  width: 100%;
}

.my_form {
  float: left;
  width: 70%;
  padding: 5vh;
  padding-top: none;
  margin-top: 10vh;
}

input {
  box-shadow: 2px 2px 4px rgba(56, 56, 56, 0.4);
  border: 1px solid #383838;
  border-radius: 4px;
}

input[type="text"] {
  width: 41%;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 15px;
}

input[type="email"] {
  width: 41%;
  display: inline-block;
  line-height: 15px;
  margin-bottom: 20px;
}

input[type="submit"] {
  padding: 5px 15px;
  background-color: #c0b283;
  margin-top: 2vh;
}

.message {
  box-shadow: 2px 2px 4px rgba(56, 56, 56, 0.4);
  margin-top: 20px;
  border: 1px solid #383838;
  border-radius: 4px;
  width: 95%;
  display: block;
}

.message:hover, .name_input:hover, .email_input:hover {
  background-color: #f4f4f4;
}

.footer {
  margin-bottom: 0;
}

footer {
  padding-top: 10px;
}

/* Portrait tablet and small desktops */
@media (max-width: 940px) {
  @keyframes white_logo {
    100% {
      left: 84%;
    }
  }
  /* Landscape phone to portrait tablet */
}

@media (max-width: 940px) and (max-width: 768px) {
  .nav {
    height: 18vh;
  }
  .fa_icons {
    height: 18vh;
  }
  .title_page {
    height: 64vh;
  }
  .nav li::after {
    content: " /";
    font-size: 1rem;
  }
  .title_logo {
    height: 35vh;
  }
  @keyframes white_logo {
    100% {
      left: 82%;
    }
  }
  .carousel_cell {
    width: 100%;
    margin-right: 2vh;
  }
  .video_wrapper iframe {
    padding: 5%;
  }
  .last_logo {
    width: 100%;
  }
  input[type="text"] {
    width: 35%;
  }
  input[type="email"] {
    width: 35%;
  }
  .connect_aside p {
    font-size: 1.2rem;
  }
  .form_text {
    padding-top: 18vh;
  }
}

@media (max-width: 940px) and (max-width: 480px) {
  .nav {
    height: 20vh;
  }
  .flex_container li a {
    font-size: 0.9rem;
  }
  .BNR_logo img {
    width: 16vh;
    margin-top: 2vh;
  }
  .fa_icons {
    height: 20vh;
  }
  .title_page {
    height: 60vh;
  }
  @keyframes white_logo {
    100% {
      left: 75%;
    }
  }
  .main_carousel {
    margin-bottom: 5vh;
    margin-top: 5vh;
  }
  .connect_aside {
    float: none;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .connect_aside p {
    font-size: 2rem;
    margin-left: none;
    padding-left: none;
  }
  .form_text {
    padding-top: 5vh;
  }
  .last_logo {
    margin-left: none;
  }
  .last_logo img {
    width: 100%;
  }
  .my_form {
    float: none;
    width: 100%;
    padding: 5vh;
    margin-top: 10vh;
  }
  input[type="text"] {
    width: 35%;
    line-height: 10px;
  }
  input[type="email"] {
    width: 35%;
    line-height: 10px;
  }
}
