* {
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none; 
  padding: 0px;
  margin: 0px;
}



.contenedor {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

/* a {
  outline: none;
}

a:focus, input:focus, a:active, input:active {
  outline: none;
} */

/* VARIABLES */

:root {
  --main-color: #FC018F;
  /* --secondary-color-light:#eff5f5; */ 
  --secondary-color-light:#dbebeb;
  --secondary-color-medium: #d0dbdb;
  --secondary-color-dark: #8da4a2;
  --color-light: white;
  --color-dark: black;
  --h1: 32px;
  --h2: 24px;
  --h3: 16px;
  --h4: 12px;
  --h5: 8px;

}


/* fonts */

@font-face {
    font-family: RobotoRegular;
    src: url("../fonts/Roboto-Regular.ttf");
}

body {
  font-family: RobotoRegular;
}

h1 {
  font-size: var(--h1);
  font-weight: 700;
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

a {
  color: black;
}

strike {
text-decoration: line-through;
}

/* HEADER */

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 4;
}

.background {
  background-color: var(--main-color);
  border-bottom: 3px solid var(--color-dark);
  height: 62px;
}

.current {
  color:  var(--color-dark) !important;
}

img.logo-berkana {
  width: 96px !important;
  height: auto;  
}

.top-menu.navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.navbar {
  padding: 8px 0px 0px 0px;
  justify-content: space-between;
  align-items: flex-start; 
}


.second-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
 
}

.libros_content {
  display: none;
  position: absolute;
  top: 43px;
  height: 50vh;
  background-color: white;
  border: 3px solid black;
  padding: 16px;
  text-align: left;
  overflow-x: scroll;
}

.libros_content h3 {
  color: black;
  font-weight: 700;
}

.navbar-collapse {
  position: absolute;
  left: -15px;
  top: 59px;
  background-color: var(--color-light);
  border: 3px solid var(--color-dark);
  color: var(--color-dark);
}

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


.navbar-dark .navbar-nav .nav-link {
  font-size:  var(--h3);
  display: inline-block;
  padding: 8px;
  color: var(--color-dark);
  font-size:  var(--h3);
  font-weight: 700;
}

.navbar-dark .navbar-nav .current a {
  color: var(--color-light);
}


.navbar-toggler {
  padding-top: 6px;
}

.list-item {
  padding: 8px;
}

.list-item:hover {
  background-color: var(--main-color);
}

.list-item:not(:last-child) {
  border-bottom: 3px solid var(--color-dark);
}

.list-inline-item {
  margin-right: 0px;
}

.list-inline-item {
  text-align: center;
}

.icon {
  width: 32px;
  height: 32px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}




/* SEARCH */

.busqueda-avanzada {
  margin-right: 16px;
  white-space: nowrap;
}

  .search-form {
  display: inline-block;
}
.search-input {
  border: none;
  padding: 8px 16px;
  display: none;
  }

.search-btn {
  background: none;
  border: none;
  padding: 8px 0px;
}

.navbar-form {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0px;
}

.navbar-form .form-input-group {
  width: 100%;

}


.searcher-section {
  width: 100%; 
  position: absolute;
  top:62px;
  background: var(--color-light);
  border-bottom: 3px solid black;
}


.form-control {
  width: 100%;
  background-color: var(--secondary-color-light);
  border: 1px solid  #bdcece;
}

.form-input-group {
  position: relative;
  border-radius: 0px;
}

.form-input-group .form-control {
  background-color: var(--secondary-color-light);
  border: 1px solid  #bdcece;
}

.close-ic {
  background-color: #b2b2b2;
  border-radius: .3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  padding: 0px 3px 0px 6px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
}


.ic-advanced {
  width: 16px;
  height: auto;
}


/* USER HEADER */


#user_header {
position: relative;
}

.user_content {
display:none;
position:absolute;
right: 72px;
top: 59px;
padding: 16px 24px;
text-align: left;
background-color: var(--color-light);
z-index:1;
line-height: 12px; 
border: 3px solid var(--color-dark);
}

.user_content .form-control {
margin-bottom: 16px;
}


/* MAIN */

/* HERO */

.hero {
  margin-top: 55px;
  width: 100%;
  height: 180px;
  background-color:  var(--secondary-color-light);
}

.hero-container {
  position: relative;
  top: -67px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
  text-align: right;
  color: var(--color-light);
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.6727065826330532) 0%, rgba(0,0,0,0.4654236694677871) 40%, rgba(0,0,0,0) 100%);
}


.hero-img-container {
  width: 100%;
  height: inherit;
  margin: 0 auto;
}

.hero-img-container .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero-container h3 {
 
  padding: 12px;
}

.hero-container h3 a {
  color: var(--color-light);
  margin-right: 16px;
}


/* BOOK DETAIL */

.book-cover-container {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: var(--secondary-color-light);
  margin-bottom: 32px;
}

.data-container {
  border: 1px solid var(--secondary-color-light);
  border-radius: 2px;
  padding: 16px;
}

.fact-title {
  font-weight: bold;
}

p.fact {
  margin-bottom: 4px;
}

.book-title {
  font-weight: 700;
}

.buy-card {
  background-color: var(--secondary-color-light);
  padding: 24px;
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pvp span {
  margin-right: 16px;
  font-size: 16px;
}

.old-pvp {
  font-size: var(--h3);
}

.current-pvp {
  font-weight: 700;
}

.estado {
  color: #45a2a2;
}

.primary-btn {
background-color: var(--main-color);
border: none;
height: 48px;
padding: 8px 48px;
color: var(--color-light);
font-weight: 700;
text-align: center;
line-height: 32px;
}

.secondary-btn {
background-color: var(--color-light);
border: 2px solid var(--color-dark);
height: 48px;
width: -webkit-fill-available;
padding: 8px 48px;
margin-top: 16px;
color: var(--color-dark);
font-weight: 700;
text-align: center;
line-height: 32px;
}

.btn-icon {
  width: 28px;
  margin-left: 8px;
}

.resume-section {
  margin: 40px 0;
}

.subsection-title {
display: inline-block;
  padding: 16px 40px;
  border-bottom: 3px solid black;
  background-color: var(--secondary-color-medium);
}

.resume {
  padding: 16px 40px;
}

.input-box {
  width: -webkit-fill-available;
  padding: 8px;
  border: none;
  border-bottom: 1px solid var(--secondary-color-light);
}

.privacity-checkbox {
  font-size: var(--h4);
}

.subjects h4 {
  margin-bottom: 40px;
}

.subject-info {
  margin-right: 16px;
}


/* CARRUSEL */

.carousel {
margin: 40px 0;
}

.carousel_item {
padding: 6px 12px 12px 12px;
margin: auto;
}

.carousel_item a {
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-item-prev, .carousel-item-next, .carousel-item.active {
  justify-content: space-between;
  align-items: flex-start;
}

.carrusel-card {
  border: none;
  position: relative;
  padding: 24px;
  min-width: 200px;
  text-align: center;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.carousel-img {
  height: 274px;
  width: 100%;
}


.owl-nav button {
 padding: 16px;
}

.owl-nav button span {
  font-size: 48px;
  padding: 0px 24px;
}

.btn-secondary-outline {
  color: black;
}

.item-description-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: var(--color-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}

.item-description-layer:hover {
  opacity: 1;
}

.item-description-layer h2 {
  padding: 16px;
}


/* NOTICIAS Y ACTIVIDADES */

.news-list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
}

.section-news {
  margin-top: 80px;
}

.news-item {
  width: 300px;
  border: 1px solid var(--secondary-color-medium);
  margin: 8px;
  padding: 16px;
} 

.news-img img {
  margin-bottom: 16px;
  width: 100%;
  height: 200px;
  object-fit: cover; 
}

.news-info h4 {
  color: var(--secondary-color-dark);
}

.descripcion {
  margin: 16px 0;
}

.learn-more {
  color: var(--secondary-color-dark);
 
}

.learn-more:hover {
  background-color: var(--color-light); 
}


/* DESTACADO */

.highlight-section {
  background-color: var(--secondary-color-light);
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.highlight-info {
  padding: 16px;
}

.hightlight-img-container {
  width: 100%;
  height: 200px;
}  

.highlight-img {
  object-fit: cover;
  width: inherit;
  height: 200px;
}

.banner {
  padding-left: 24px;
}


/* HOME SECTIONS */

.home-section {
  margin-top: 40px;
}

.home-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
}

.preview-item {
  margin: 28px 24px;
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.preview-item a {
  display: block;
  position: relative;
}


.news-preview-item {
  margin: 28px 0px;
  max-width: 214px;
  padding: 16px;
  border: 1px solid var(--secondary-color-light);
  display: flex;
  flex-direction: column;
  align-items: center;
 text-align: center;
}

.news-preview-item .preview-item-img {
  margin-bottom: 16px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.preview-item-img {
  margin-bottom: 16px;
  width: 100%;
}

.preview-item-title a{
  color: black;
  font-weight: 700;
}

.author {
  font-size: var(--h4);
  color: var(--secondary-color-dark);
}

.pvp {
  font-size: 24px;
  margin-right: 16px;
}

.submitButton {
  width: 180px;
  padding: 8px;
  border: 3px solid black;
  color: black;
  background-color: var(--color-light);
  border-radius: 0px;
  font-weight: 700;
}

.submitButton:hover {
  border: 3px solid black;
  color: black;
  background-color: var(--main-color);
}

.disabledButton {
  width: 180px;
  padding: 8px;
  border: 3px solid var(--secondary-color-dark);
  color: var(--secondary-color-dark);
  background-color: var(--secondary-color-medium);
  border-radius: 0px;
  font-weight: 700;
}

/* NOVEDAD Y OFERTA */

.new-icon {
  left: 8px;
  top: -4px;
  width: 40px;
  height: auto;
  position: absolute;
  z-index: 2;
  display: block;  
}

.offer-icon {
  right: 24px;
  top: 135px;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 2;
  display: block;
}


.offer-icon-home {
right: 10px;
bottom: 32px;
width: 52px;
height: 52px;
position: absolute;
z-index: 2;
display: block;
}


/* COLLECTIONS */

.home-list {
  display: flex;
  flex-direction: row;

}

.collection-list div {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.collection {
  margin: 28px 24px;
  display: flex;
  flex-direction: row;
  max-width: 540px;

}

.collection-item {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  margin-right: 16px;
}

.collection-link {
  width: inherit;
  height: inherit;
  word-break: normal;
}

.collection-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-title {
  position: absolute;
  padding: 16px;
  bottom: 0px;
  color: var(--color-light);
  word-break: break-all;
}

.collection-cover {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
}

.collection-description {
margin-bottom: 32px;
}

.collection-description h1 {
padding: 16px 0 8px 0px;
color: var(--main-color);
}




/* BOOK-DETAIL */

.section-detail {
  margin: 80px auto;
}

.tit-block {
  margin-bottom: 32px;
}

.basic-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-detail {
  width: 300px;
  height: auto;
  margin-bottom: 32px;
}

.data-sheet-container {
  border: 1px solid var(--secondary-color-light);
  padding: 16px;
  margin-bottom: 32px;
  width: fit-content;
  height: fit-content;
}

.data-sheet-title {
  font-weight: 700;
}

.detail-title {
  font-weight: 700;
}

.buy-product {
  background-color: var(--secondary-color-light);
  padding: 16px;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.ebook {
  margin-top: 16px;
}

.infotabs-list li {
  margin-right: 32px;
  text-align: center;
}

.recomend-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
}

.recomend-preview-item {
  margin: 28px 0px;
  max-width: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
 text-align: center;
}

.recomend-title {
  margin-bottom: 16px;
  padding: 8px 8px 8px 0px;
}

.recomend-preview-item .description {
  padding: 8px 8px 8px 0px;
}

.recomend-preview-item button {
  padding: 8px;
}

.rating {
  height: 24px;
  width: auto;
}

.availability p {
  margin-bottom: 8px;
}

.availability .form-control {
  background-color: white;
  margin-bottom: 16px;
}


/* NEWS DETAIL */

.section-news-detail {
  margin-top: 87px;
}

.news-img-container {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}



/* FORM COMENTARIOS */

.section-comments {
  margin-top: 80px;
}

.formComentarios .form-group input, .formComentarios .form-group textarea  {
  width: 100%;
}

.formComentarios .form-group input {
  border: none;
  background-color: var(--secondary-color-light);
  margin: 8px 0px 24px 0;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.formComentarios .form-group textarea {
  height: 100px;
  border: 3px solid var(--secondary-color-light);
} 

.form-group.comment {
  margin-bottom: 32px;
}

.form-group.buttons {
  text-align: end;
}

.submitButton.borrar {
  color: var(--main-color);
}

.submitButton.borrar:hover {
  color: var(--main-color);
  background-color: rgba(255, 0, 119, 0.1);
}

/* FLATPAGES */

.flatpage {
  margin: 80px auto;
}

/* SEARCH */

.search_cmp {
  display: none;
}

.form-group {
  margin-bottom: 0px;
}


.advanced-search-fieldset {
  min-width: 218px;
}

.select {
  max-width: 300px;
  overflow: hidden;
  border: none;
  margin-bottom: 1rem;
}

.submitButton.borrar {
  border: none;
}

.search-btns {
  margin-top: 24px;
}

.form-group .form-search {
  border: 3px solid var(--secondary-color-light);
  padding: 2px 8px;
  border: 1px solid  #bdcece;
}

.form-group .form-search:focus {
  border: 3px solid var(--color-dark);
}


/* LISTADO LIBROS */

.section-books {
  margin: 80px auto;
}

.listado .img {
  max-width: 60%;
  margin-bottom: 16px;
  text-align: center;
}

.listado-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.includes .pagination {
  justify-content: flex-start;
}


.list-buy-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.submit-secondary-button {
  padding: 8px;
  color: black;
  border: none;
  background-color: var(--color-light);
  border-radius: 0px;
  font-weight: 700;
}

.submit-secondary-button:hover {
  background-color: var(--secondary-color-light);  
}

.pagination li {
  padding: 0 12px;
  line-height: 38px;
}

.pagination .active {
  background-color: var(--secondary-color-medium);
}

.materias-item {

  margin-bottom: 8px;
}

.materias-item a {
  color: var(--secondary-color-dark);
}


.materias-item a:hover {
 color: var(--main-color);
}

/* LISTADO ARTÍCULOS */

.section-articles {
  margin: 80px auto;
}

/* FICHA AUTOR */

.file-section {
  margin-top: 122px;
  margin-bottom: 32px;
}

.info-author {
  padding: 24px;
  background-color: var(--secondary-color-light);
}

.file-section .image-container {
  float:left;
  margin-right: 16px;
  margin-bottom: 16px;
}



/* BOLETIN */

.boletin .text {
  border: none;
}

.privacy {
  margin-top: 8px;
}

.form-control-boletin {
  background-color: var(--secondary-color-light);
  border: 1px solid  #bdcece;
  padding: 4px 8px;
  border-radius: 6px;
}

/* FOOTER */

.footer {
width: 100%;
position: relative;
background-color:var(--main-color);
border-top: 3px solid var(--color-dark);
margin-top: 72px;
text-align: center;
}

.footer-menu {
  padding-top: 56px;
  border-bottom: 1px solid var(--color-light);
}

.footer-title {
  color: var(--color-light);
  font-weight: 700;
}

.info-section {
  margin-bottom: 24px;
  text-align: center;
}

.go-top-link {
  display: block;
position: fixed;
z-index: 2;
bottom: 15px;
right: 15px;
background-color: var(--color-light);
border: 3px solid var(--color-dark);
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.arrow-up {
  width: 48px;
}

.legal-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.info-item {
  color: var(--color-light);
}

.legal-item {
  padding: 8px 0px;
}

.info-item a {
  color: var(--color-light);
}

.logo-footer {
  max-width: 200px;
}

.nav-link {
  padding: 0px;
}

.nav-link:hover {
  color: var(--color-dark);
}

/* PAGINA DE ERROR */

.error-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}




/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }

    .navbar {
      padding-top: 0px;
      align-items: flex-start; 
    }

    .second-menu-item {
      padding-left: 0px;
      width: 64px;
      height: 64px;
      background-color: inherit;
      border: none;
    }

    .list-item {
      text-align: left;
    }

    .listado .img {
      max-width: 100%;
      margin-bottom: 0px;
    }

    .includes.row {
      align-items: center;
    }

    .includes .pagination {
      justify-content: flex-end;
    }

    .top-menu-container {
      flex: 1 0 20%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .second-menu-container {
      align-self: flex-start;
      margin-left: auto;
    }

    
.icon {
  width: 40px;
  height: 40px;
}

    .home-list {
      justify-content: flex-start;
    }

    .navbar-form {
      flex-direction: row;
    }

    .user_content {     
      top:59px;
    }

    .user_content .form-control {
      margin-right: 24px;
      margin-bottom: 10px;
    }

    .recomend-preview-item {
      margin: 28px 20px;
    }

    
    .news-preview-item {
      margin: 28px 20px;
    }
    
    .basic-info {
      flex-direction: row;
      justify-content: center;
    }

    .highlight-section {
      flex-direction: row;
      justify-content: flex-start;
    }

    .highlight-img-container {
      width: 100%;
      height: 240px;
      max-height: 240px;
    }  

  
    .highlight-img {
      object-fit: cover;
      width: auto;
      height: 100%;
    }
  
    .image-book-detail {
      width: 40%;
      height: auto;
      margin-bottom: 32px;
    }
  
    .data-sheet-container {
      border: none;
      padding: 16px;
      margin-bottom: 32px;
      width: fit-content;
      height: fit-content;
    }

    .search-btns {
      max-width: 218px;
    }
    
  .buy-product {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .author-img {
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }

  .searcher-section {
    top:62px;
  }
  
.file-section {
  margin-top: 80px;
  margin-bottom: 32px;
}

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

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

  .legal-item {
    padding: 8px 28px;
  }

  .listado-info {
    flex-direction: row;
    justify-content: space-between;
  }

  .listado-text {
    padding-right: 32px;
  }
  

  .list-buy-section {
 
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer {
    text-align: left;
  }

  
.hero {
  height: 250px;
}
  
.hero-container {
  top: -83px;
  padding: 16px 32px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .image-book-detail {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }

  .data-sheet-container {
    border: 1px solid var(--secondary-color-light);
    width: 100%;
  }

  
  .basic-info {
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .recomend-preview-item {
    margin: 28px 0px;
    border: 1px solid var(--secondary-color-light);
    padding: 8px;
  }

      
  .news-preview-item {
    margin: 28px 0px;
   
  }

  .search_cmp {
    display: block;
  }

  .icons.advanced-search {
    display: none;
  }
  

}
    
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .navbar {
    align-items: center;
  }
  
  .navbar-collapse {
    position: relative;
    left: -127px;
    right: 0px;
  }

  .navbar-brand {
    padding-top: 8px;
    margin-right: 150px;
  }


  .list-item {
    text-align: center;
    border-bottom: none;
    padding: 0px;
  }

  .list-item:not(:last-child) {
    border-bottom: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-light);
    text-align: center;
  }

  .navbar-collapse {
    left: 0px;
    top: 0px;
    background-color:var(--main-color);
    border: none;
    color: var(--color-light);
  }

    .container {
        max-width: 1440px;
  }

  .top-menu.navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 24px;
  }

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}