
header {
    background-color: rgb(60, 44, 83);
}

/* ******** Basic elements ******** */
nav {
    background-color: #3c2c53 !important;
}

footer {
    background-color: #bea6a0;
}

/*.footer-logos > img:hover {
  background-color: #d0c4b8;
}*/

h1, .lora-h1 {
    font-family: 'Lora';
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #3c2c53;
}

h2 {
    font-family: 'Lora';
    font-size: 1.25rem;
    color: #3c2c53;
}

h3 {
    font-family: 'Lora';
    font-weight: bold;
    font-style: italic;
    font-size: 1rem;
    color:#bea6a0;
}

p, p + ul, p + ul + li, .accordion-body {
    font-family: "DM Sans";
    font-size: 0.75rem;
    text-align: justify;
}

/* ******** Specific elements ******** */

.index-img-tiles {
    width: 100%;
    height: 50%;
    object-fit: cover;
    display: block;
    /*padding-left: 5%;
    padding-right: 5%;*/
}

.clickable-tiles-link {
    padding: 5% 5% 5% 5%;

    text-decoration: none;
    height: 450px;
    width: 100%;

    color: #3c2c53;
    overflow: visible;
    /*transition: box-shadow 0.3s ease;*/
}

.clickable-tiles-link:hover {
    background-color: #f8f3f2;
    box-shadow: 4px 2px 2px #d0c4b8;
    border-radius: 2px;
    overflow: visible;
    /*animation: bounce 0.4s;*/
}

@keyframes bounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.1); }
    50%  { transform: scale(0.95); }
    70%  { transform: scale(1.05); }
    100% { transform: scale(1); }
 }

.bg-alt {
  background-color: #f8f3f2;
}

.bg-beige {
  background-color: #bea6a0;
}

@media (min-width: 992px) {
  .overlap-lg {
    margin-left: -80px;
  }
}


/* **** Widgets **** */

/* clickable buttons */
.btn-link {
    border: solid black 1px;
    text-decoration: none;
    color: black;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-family: "DM Sans";
}
.btn-link:hover {
    color: inherit;
}

/* images hoovering */
.img-and-text-container {
  position: relative;
  overflow: hidden;
}

.img-and-text-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.4s ease;
  opacity: 0;
}

.img-and-text-container-parent:hover .img-and-text-text {
  opacity: 1;
}

.img-and-text-container-parent:hover {
 box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

/* carousel */
#carousel-avis {
  padding-bottom: 5rem !important;
}

.carousel-indicators {
  margin-top: 0.75rem;
  bottom: inherit;
  background-color: inherit;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color:#3c2c53;
  text-indent: inherit !important;
}

.carousel-control {
  width: 35px !important;
  height: 35px !important;
  background-color:white;
  opacity: 1;
}

/* **** Navbar **** */

.navbar-brand, #yourDressDropdown, .nav-link, .dropdown-item, .dropdown-toggle {
    color: #ffffff !important;
}

.dropdown-menu {
   background-color: #3c2c53;
   border-radius: 1px;
   border-color: #f8f3f2;
}

.navbar-brand {
    font-family: 'DM Sans';
    font-size: 12px;
}

.navbar-brand > img {
    height: 48px;
    width: auto;
}

#yourDressDropdown, .dropdown {
    font-family: 'Lora';
    font-weight: bold;
    background: None;
    border: None;
}

.nav-link, .dropdown-item {
    font-family: 'Lora';
}

.dropdown-item:hover {
    background-color: inherit;
    text-decoration: underline;
}

.navbar-toggler {
    border-color: #ffffff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ******** Special fonts ******** */

/* **** Quick definitions **** */
.sf-lora {
    font-family: 'Lora';
}

/* **** Lora **** */

/* Regular */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
/* Medium */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
/* Medium Italic */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
/* SemiBold */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
/* SemiBold Italic */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
/* Bold */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/static/Lora-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

/* **** DM Sans **** */

/* DM Sans Regular */
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  /* DM Sans Italic */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  /* DM Sans Thin */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  /* DM Sans ExtraLight */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
  }
  /* DM Sans Light */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  /* DM Sans Medium */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  /* DM Sans SemiBold */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
  }
  /* DM Sans Bold */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  /* DM Sans ExtraBold */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  /* DM Sans Black */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/static/DMSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }

/* ******** Debug ******** */

.dbblue {
    border: solid blue 2px;
}

.dbred {
    border: solid red 2px;
}

.dbyellow {
    border: solid yellow 2px;
}