@font-face {
  font-family: 'bariolregular';
  src: url('../fonts/bariol/Bariol-Regular-Webfont/bariol_regular-webfont.eot');
  src: url('../fonts/bariol/Bariol-Regular-Webfont/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bariol/Bariol-Regular-Webfont/bariol_regular-webfont.woff2') format('woff2'),
       url('../fonts/bariol/Bariol-Regular-Webfont/bariol_regular-webfont.woff') format('woff'),
       url('../fonts/bariol/Bariol-Regular-Webfont//bariol_regular-webfont.ttf') format('truetype'),
       url('../fonts/bariol/Bariol-Regular-Webfont/bariol_regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariolbold';
  src: url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.eot');
  src: url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.woff2') format('woff2'),
       url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.woff') format('woff'),
       url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.ttf') format('truetype'),
       url('../fonts/bariol/Bariol-Bold-Webfont/bariol_bold-webfont.svg#bariolbold') format('svg');
  font-weight: normal;
  font-style: normal;

}

* {
  font-family: 'bariolregular';
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:focus {
  border: none;
  outline: none;
}

.all-products-container a {
  padding-bottom: 30px;
}


/* MENU */
/* The side navigation menu */
.sidenav {
  font-family: 'bariolbold';
   height: 100%; /* 100% Full-height */
   width: 0; /* 0 width - change this with JavaScript */
   position: fixed; /* Stay in place */
   z-index: 15; /* Stay on top */
   top: 0; /* Stay at the top */
   right: 0;
   background-color: #111; /* Black*/
   overflow-x: hidden; /* Disable horizontal scroll */
   padding-top: 60px; /* Place content 60px from the top */
   transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
 }
 
 .sidenavlink{
  font-size: 2.6em;
  padding: 8px 8px 8px 32px;
 }

 .sidenavlink2{
  font-size: 1.2em;
  padding: 8px 8px 8px 32px;
 }
 /* The navigation menu links */
 .sidenav a {
   text-transform: uppercase;
   
   text-decoration: none;
   color: #ffffff;
   display: block;
   transition: 0.3s;
 }

 .sidenav a:hover {
   text-decoration: underline;
 }

 .info-contact {
  text-transform: uppercase;
  text-decoration: underline;
  color: white;
  padding: 50px 0px 0px 30px;
}

.info-contact p {
  margin: 5px 0px;
}
 
 /* When you mouse over the navigation links, change their color */
 .sidenav a:hover {
   color: #f1f1f1;
 }
 
 /* Position and style the close button (top right corner) */
 .sidenav .closebtn img {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  z-index: 3;
 } 
 
 /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
 #main {
   /* transition: margin-left .5s; */
 }
 
 /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
 @media screen and (max-height: 450px) {
   .sidenav {padding-top: 15px;}
   .sidenav a {font-size: 18px;}
 }


 .navigation {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
}

 .menu-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  z-index: 1;
}

.logo {
  position: absolute;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.logo-letter img {
  height: 100%;
  margin-left: 2px;
}

.logo-letter:nth-child(1) img {
  animation-duration: 1s;
  animation-delay: 400ms;
}

.logo-letter:nth-child(2) img {
  animation-duration: 1s;
  animation-delay: 800ms;
}

.logo-letter:nth-child(3) img {
  animation-duration: 1s;
  animation-delay: 1.2s;
}

.logo-letter:nth-child(4) img {
  animation-duration: 1s;
  animation-delay: 1.6s;
}



/* secções, page pilling alterações */
.section.pp-section.pp-table {
  background-color: white;
}


/* slide bootstrap alterations */

.carousel-indicators li{
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px !important;
  background-color: #000 !important;
  border-radius: 10px !important;
  border: 0 !important;
}

.slide-size {
  width: 37%;
}


/* product description */
.product-title {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline;
  margin-bottom: 2px;
}

.product-info {
  text-align: center
}

.product-image {
  /* padding: 60px; */
  max-height: 350px;
}

.product-description {
  text-decoration: underline; 
}

/* Article  */
.article-title {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: left;
  font-size: 1.4em;
  padding-left: 15px;
  padding-right: 15px;
}
.article-source {
  text-transform: uppercase;
  display: inline;
  margin-bottom: 15px;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.article-subtitle {
  text-decoration: underline;
  display: inline;
  margin-bottom: 2px;
  text-align: left;
  font-size: 1.0em;
  padding-left: 15px;
  padding-right: 15px;
}

/* slide info */
.product-slide-description {
  position: absolute;
  z-index: 98;
  bottom: 30px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.product-slide-scroll {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}

.product-slide-title {
  margin: 0;
  font-size: 1.1em;
}





/* all products container */
.intro-section {
  height: 50vh;
  /* background-image: url(../img/marble-textured-background.png); */
  background-size: cover;
  position: relative;
}

.intro-slide-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}


.all-products-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0px;
}

.product-thumbnail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.product-thumbnail a {
  color: black; 
  text-decoration: underline;
  text-transform: uppercase;
}


footer {
  height: 20vh;
  /* background-image: url(../img/marble-textured-background.png); */
  background-size: cover;
  position: relative;
}

.footer-container {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-decoration: underline;
  font-size: 1.1em;
  width: 80%;
}

.footer-container a {
  color: black;
}

.footer-container p {
  margin: 3px;
  letter-spacing: 1px;
}

/* product page container product info */
.product-info-page {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
}


.product-info-page .product-title {
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  font-family: 'bariolbold';
  font-size: 2em;
  text-decoration: none;
}


.product-info-page .product-description {
  text-decoration: underline;
  text-transform: uppercase;
}


.product-description p {
  margin-top: 0;
  margin-bottom: 2px;
}


.product-info-page .product-author {
  margin-top: 20px;
  font-family: 'bariolbold';
  letter-spacing: 2px;
}


/* about container */
.about-container {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0px;
  display: flex;
}

.left-container {
  width: 50%;
  display: inline-block;
}

.left-container img {
  width: 100%;
}

.right-container {
  width: 50%;
  position: relative;
}

.right-container .about-inf {
  font-size: 2.5em;
  position: absolute; 
  top: 50%;
  transform: translate(0, -50%);
  left: 70px;
  font-family: 'bariolbold';
}

.about-sec {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 70px;
}

/* - articles list - */
.about-wrapper {
  font-size: 1.4em;
  text-decoration: underline;
  letter-spacing: 1px;
  columns: 2;
}

.about-title {
  font-size: 2.5em;
  font-family: 'bariolbold';
  padding-bottom: 20px;
}

.articles-wrapper .product-thumbnail {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px;
}

/* - articles detail - */
.article-detail-container {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0px;
  display: flex;
}

.article-detail-title {
  font-size: 2.5em;
  font-family: 'bariolbold';
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.article-detail-info {
  font-size: 2em;
}

/* == md == */
@media (min-width: 768px) { 

  .articles-wrapper .product-thumbnail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

/* == xl == */
@media (min-width: 1200px) { 

  .articles-wrapper .product-thumbnail {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

 }