
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #980b1a;;
  font-family: 'Arial';
}

.navbar-nav {
  flex-direction: col;
}


.navbar-light .navbar-toggler {
  background: rgba(255,255,255,0.87);
  padding: 10px;
  padding-right: 10px;
  margin-right: 60px;
}

@media screen and (max-width:680px) {
  .navbar-light .navbar-toggler {
    background: rgba(255,255,255,0.87);
    padding: 7px;
    padding-right: 7px;
    margin-right: 0px;
  }
}

@media screen and (max-width:680px) {
  .navbar-toggler-icon {
    width:1em;
    height:1em;
  }
}



#navcol-2 {
  font-family: 'Arial';
  margin-left: 20px;
  color: rgb(4,4,4);
}

.nav.navbar-nav.mr-auto {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;


}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
  color: rgb(22, 22, 22)
}
  
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(152,11,26);

  }
  
  

  @media screen and (max-width:680px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: col;
    flex-direction: col;
  }
}



.nav.navbar-nav.text-uppercase.ml-auto {
  font-size: 20px;
  letter-spacing: 0.16em;
  font-family: 'Arial';
}


#title {
  color: #ffffff;
  text-align: center;
  font-family: 'Avenir LT Pro 85 Heavy';
  font-size: 47px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 160px;
}

#second_nav {
  background: #363739;
}


.navbar.navbar-light.navbar-expand-md.navigation-clean-search {
  background: var(--dark);
}



#advanced_footer_item {
  float: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}

.fa.fa-facebook {
  border-radius: 50%;
  color: #fefdfd;
  background-color: #949494;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  margin: 0 10px 0 auto;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}


@media screen and (max-width:680px) {
  .fa.fa-facebook {
    border-radius: 50%;
    color: #fefdfd;
    background-color: #949494;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    margin: 0 10px 0 auto;
    line-height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: inline-block;
    border-radius: 50px;
  }
}


.social_icons {
  border-radius: 50%;
  color: #fefdfd;
  background-color: #949494;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  margin: 0 10px 0 auto;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}


@media screen and (max-width:680px) {
  .social_icons {
    border-radius: 50%;
    color: #fefdfd;
    background-color: #949494;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    margin: 0 10px 0 auto;
    line-height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: inline-block;
    border-radius: 50px;
  }
}

#artsy {
  color: #fefdfd;
  background-color: #949494;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  margin: 0 10px 0 auto;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  display: inline-block;
  border-radius: 60px;
}

#small_text {
  font-size: 0.9rem;
  display: block;
}

#privacy_policy {
  margin-right: 10px;
}

a {
  margin-left: 1px;
  font-family: Arial;
  font-size: 1rem;
  text-decoration:none;    


}

a:hover {
  color: rgb(152, 11, 26);
  text-decoration: none;
}

@media screen and (max-width:680px) {
    a {
    font-size: 0.9rem;
  }
}


.figure {
  width: 100%;
  height: 90%;
  margin: 35px 0 0 0px;
}

@media (min-width: 300px) {
  #banner {
    width: 100%;
  }
}

#small_prints {
  text-align: left;
  margin: 3px 5px 3px 15px;
  color: rgb(0,0,0);
}

.text-uppercase.text-left.d-flex.justify-content-start.align-content-start {
  letter-spacing: 0.1em;
}


#hero_title {
  color: #fff;
}



#hero_title .container, .container-lg, .container-md, .container-sm, .container-xl {
  width: 800px;
  text-align: center;
}

#side-menu, .side-menu-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  display:none
}

body.overflow-hidden {
  overflow:hidden
}

#side-menu {
  width: 400px;
  right: -300px;
  overflow-y: auto;
  z-index: 1035;
  background: #fff;
  padding: 20px 30px;
  color: #333;
  transition:.4s;
  
}

body.side-menu-visible #side-menu {
  transform:translateX(-300px)
}

#side-menu .contents {
  margin-top:15px
  
}

#side-menu .nav-link {
  color: rgb(3, 3, 3);
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  padding:15px 0;
  height:45px;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
}

#side-menu .nav-link:hover {
  opacity:.8;
  color: rgb(152, 11, 26)
}

#side-menu .close {
  font-size: 36px;
  font-weight:400
}

.side-menu-overlay {
  left: 0;
  min-width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index:100
}

#side-menu.side-menu-left {
  right: auto;
  left:-300px
}

body.side-menu-visible #side-menu.side-menu-left {
  transform: translateX(300px)
}



