html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hind', sans-serif;
}

.navbar-fixed {
  position: absolute;
}

nav .sidenav-trigger {
  float: right;
}

.nav-wrapper {
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}

@media(min-width: 992px) {
  .nav-wrapper {
    padding: 0 15px;
  }
}

a.brand-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.brand-logo img {
  height: 40px;
}

.hide-on-med-and-down a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 70px;
}

.hide-on-med-and-down a:hover {
  color: #333;
  background: transparent;
}

.sidenav-trigger {
  color: #000;
}

.parallax-container {
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 70px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

.home-header {
  height: 85vh;
}

.home-header h1 {
  margin: 0;
}

.header-content {
  height: 100%;
  
  color: #fff;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-content > * {
  max-width: 750px;
}

@media (min-width: 768px) {
  .header-content h1 {
    font-size: 80px;
  }
}

/* MAIN */

main {
  min-height: 60vh;
}

main .container {
}

.row {
  margin-bottom: 40px;
}

.feature-section {
  text-align: center;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-section h2+p {
  max-width: 550px;
}

.feature-section h2 {
  color: #07173c;
  font-size: 40px;
  margin-top: 60px;
}

.feature-section h3 {
  font-size: 24px;
  color: #07173c;
  font-weight: 600;
}

span.bold {
  font-weight: 700;
}

.card {
  margin: 1.5rem 1.2rem;
}

.card .card-reveal {
  display: block;
  opacity: 0;
  top: 0;
  transition: .2s;
}

.card:hover .card-reveal {
  opacity: 1;
}

.card .card-reveal .item-title {
  font-size: 24px;
}

.card .card-content {
  padding: 24px;
}

.card .card-content .card-title {
  
  margin: 0;
}

.card .card-content p {
  margin: 12px 0 0 0;
}

.card-content i {
  color: #07173c;
}

.row .col {
  padding: 0;
}

.row .col img {
  width: 100%;
}

.box {
  margin-top: -140px;
}

.box p {
  line-height: 25px;
}

.fw-box {
  width: 100%;
  display: flex;
}

.grey-bg {
  background: #f4f4f4;
}

.fw-box h2 {
  margin-bottom: .2rem;
}

.fw-box .row {
  margin: 60px auto;
}

.fw-box .row .col {
  padding: 1.5rem 1.2rem;
}

.fw-box .row .col li {
  padding: 9px 0;
}

.fw-box li:before {
  content: "●";
  color: #07173c;
  margin-right: 10px;
  margin-left: -1.2em
}

.second-title {
  display: flex;
}

.second-title h3 {
  margin-top: 0;
}

.row .section-img {
  position: relative;
  margin-bottom: 40px;
}

.row .col img {
  position: relative;
}

.row .section-img:before {
    content: "";
    left: 90px;
    right: 0;
    background: #ff6d00;
    position: absolute;
    top: 90px;
    bottom: 10px;
}

@media(min-width: 992px) {
  .fw-box .row .section-img+.col {
    padding-left: 30px;
  }
}

.second-title i {
  color: #666;
  margin-right: 15px;
}

.second-title+ul {
  margin-left: 30px;
}

.second-title h3 {
  margin-top: 10px;
  line-height: 33px;
  font-weight: 700;
  font-size: 36px;
}

.second-title span {
  font-weight: 500;
  font-size: 24px;
}


.card-image {
  display: flex;
  justify-content: center;
}

.row .col .card .card-image img {
  margin-top: 40px;
  max-height: 200px;
  width: auto;
}

.tapes .card {
  height: 330px;
}

/* CONTACT */

.card-panel {
  margin: 15px;
  min-height: 550px;
}

.card-panel > div {
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.card-panel > div:not(:last-child) {
  border-bottom: 1px solid #ddd
}

.card-panel > div p {
  margin: 0 0 0 25px;
}

.country {
  color: #000000de;
  font-weight: 500;
  font-size: 24px;
}

/* SIZES */

table {
  width: 90%;
  margin: 0 auto 50px auto;
}

.sizes {
  margin-top: 40px;
  
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section:nth-of-type(2) .sizes {
  align-items: flex-start;
}

.container section:first-of-type .sizes .col {
  margin: 10px 0
}

.sizes .col {
  margin: 40px 0;
  padding: 0 10px;
}

.col .second-title img {
  width: auto;
  height: 150px;
}

.col .second-title img + h3 {
  margin-left: 20px;
}

.sizes .second-title {
  justify-content: center;
}

/* GALLERY */

.pics img {
  margin: 30px 0;
}

/* FOOTER */

footer {
  height: 50px;
  background: #0e0e0e;
  color: #fff;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
}
