body {
    background-color: #383838; /*932e32*/
}

h1 {
    color: #f00000; /*580818 6e0a1e ff1a1a 932e32*/
    font-style: italic;
  }

h2 {
    color: #f00000; /* 580818 */
    font-size: 1.7em;
}

h2.name {
  font-style: italic;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 8px;
  /*margin-bottom: -15px;*/
}

p {
    color: #ffe3b3; /*2c040c 160206 ffe3b3*/
}


/*ul {
  list-style-type: none;
}*/

a:hover {
  text-decoration: none;
}

hr {
  background-color: #f00000;
  width: 90%;
  margin-left: 0px;
}

.container a {
  text-decoration: none;
}

.article-link {
  color: #160206;
}
.article-link:hover {
  color: #160206;
}

.cookie-bar {
  text-align: center;
  background-color: black; /* 932e32 */
  color: #ffe3b3; /* ffe3b3 */
  margin-bottom: 0;
}

/*
.navbar {
  background: #2f2f2f;
}*/

.navbar-brand {
  font-size: 22px;
}

#frontimage {
  max-width:100%;
  max-height:100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 10px 13px -7px, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: rgb(0, 0, 0) 0px 9px 30px -7px, 5px 5px 15px 5px rgba(0,0,0,0.0);
  margin-bottom: 40px;
}



 /* **************************************************************** Breadcrumb ******************************************************************* */
 /* **************************************************************** Breadcrumb ******************************************************************* */
 /* **************************************************************** Breadcrumb ******************************************************************* */
 /* **************************************************************** Breadcrumb ******************************************************************* */
ul.breadcrumb {
  padding: 1px 1px;
  list-style: none;
  background-color: #383838; /* 932e32 */
  margin-bottom: 2px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #ffa33f; /* black */
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #ffe3b3; /* ffe3b3 */
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #ffa33f; /*997950 ffa33f*/
  text-decoration: none;
  } 

/* Current crumb element */
#current-crumb {
  color: #ffa33f; /* orange:ffa33f */ 
  font-style: italic;
}

/* ***************************************************************** End Breadcrumb *************************************************************** */
/* ***************************************************************** End Breadcrumb *************************************************************** */
/* ***************************************************************** End Breadcrumb *************************************************************** */
/* ***************************************************************** End Breadcrumb *************************************************************** */


/* ****************************************************************** Fixed sidebar menu ********************************************************** */
/* ****************************************************************** Fixed sidebar menu ********************************************************** */
/* ****************************************************************** Fixed sidebar menu ********************************************************** */
/* ****************************************************************** Fixed sidebar menu ********************************************************** */

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #383838; /* ffe3b3 932e32 */
  position: fixed;
  height: 80%;
  overflow: auto;
  z-index: 1;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: #ffa33f; /* ffe3b3 */
  padding: 8px;
  /* text-decoration: underline; */
}

 /* Active/current link */
.sidebar a.active {
  /* background-color: #ffe3b3; */
  color: #932e32; /* 580818 */
  border-radius: 0px 30px 30px 0px;
  /* box-shadow: 3px 5px 5px black; */
  font-style: italic;
  /* Yellow gradient - Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
      background: rgb(254,252,234); /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffe3b3 0%, rgba(254,252,234,1) 140%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* background: linear-gradient(135deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      /* End Yellow gradient */
}
.sidebar a.active.subactive {
  text-decoration: underline;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  /* background-color: #ffe3b3; */
  color: #932e32;
  border-radius: 0px 30px 30px 0px;
  box-shadow: 3px 5px 5px black;
  /* Yellow gradient - Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
      background: rgb(254,252,234); /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffe3b3 0%, rgba(254,252,234,1) 140%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* ackground: linear-gradient(135deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      /* End Yellow gradient */
}

.sidebar-sublist a {
  text-align: left;
  padding-top: 3px;
  padding-left: 30px;
  padding-bottom: 0px;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 5px;
  padding: 1px 16px;
  height: 100%; /* 1000px */
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 1300px) {
  .front-image {
    content: url(psfrontimage.png);
  }

  .sidebar {
    width: 80%;
    margin-left: 10%;
    height: auto;
    position: relative;
    margin-top: 0px;
  }
  .sidebar a {
    float: left;
    padding: 1px;
     text-align: center;
    float: none;
  }
  /* Active/current link */
  .sidebar a.active {
  background-color: #ffe3b3;
  color: #932e32; /* 580818 932e32 */
  text-decoration: underline;
  border-radius: 30px 30px 30px 30px;
  /* box-shadow: 3px 5px 5px black; */
  }
  /* Links on mouse-over */
  .sidebar a:hover:not(.active) {
  background-color: #ffe3b3; /* ffe3b3 */
  color: #932e32; /* 932e32 */
  border-radius: 30px 30px 30px 30px;
  box-shadow: 3px 5px 5px black;
  }
  .cookie-bar {
    font-size: 13px;
  }
  /* .breadcrumb {
    display: none;
  } */

  .nodisplay {
    display: none;
  }

  .sidebar-sublist {
    /* display: none; */
  }
  .sm-menu-bottom {
    margin-bottom: 10px;
  }
  #frontimage {
    box-shadow: none;
    margin-bottom: 10px;
  }

  i {
    padding-right: 20px;
    font-size: 14px;
  }

  #homepage-navbar-brand {
    display: none;
  }

    div.content {margin-left: 0;}
  }
  

  
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
/* @media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
} */

/* ************************************************************** End Fixed sidebar menu ********************************************************** */
/* ************************************************************** End Fixed sidebar menu ********************************************************** */
/* ************************************************************** End Fixed sidebar menu ********************************************************** */
/* ************************************************************** End Fixed sidebar menu ********************************************************** */
/* ************************************************************** End Fixed sidebar menu ********************************************************** */
/* ************************************************************** End Fixed sidebar menu ********************************************************** */


.hero-style {
    -webkit-box-shadow: rgb(0, 0, 0) 0px 10px 13px -7px, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: rgb(0, 0, 0) 0px 9px 10px -7px, 5px 5px 15px 5px rgba(0,0,0,0);
    /* box-shadow: rgb(0, 0, 0) 0px 9px 10px -7px, 5px 5px 15px 5px rgba(0,0,0,0); */
    background: black; 
    transform: scale(1.02);
}

.card-body.splash-and-genthemes {
  min-height: 125px;
}

.bg-btn {
    /*background-color: #ffe3b3;*/ /*#ffe3b3*/ 
    padding-bottom: 5px;
    border: 0px 1px 1px 0px solid black;
    border-radius: 5px;
    transform: scale(1.02);
    box-shadow: 3px 10px 7px black;
      /* Yellow gradient - Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
      background: rgb(254,252,234); /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffe3b3 0%, rgba(254,252,234,1) 140%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* Chrome10-25,Safari5.1-6 */
      background: #2f2f2f; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* background: linear-gradient(45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      /* End Yellow gradient */
}

.bg-btn:hover {
    box-shadow: 3px 5px 5px black;
    /*animation-name: coloring;
    animation-duration: 3000ms;
    animation-fill-mode: forwards;
    animation-iteration-countt: infinite;*/
    transform: scale(1.03);
    
}

.bg-btn:hover h2 {
    text-decoration: underline;
    text-decoration-color: #ffe3b3; /* 160206 */
}


/*@keyframes coloring {
  10% {
    margin-left: 10px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 50px;
  }
}*/
/*.bg-btn h2:hover {
  text-decoration: underline;
}*/

.bg-article {
    /* background-color: #ffe3b3; */
    padding-bottom: 5px;
    border: 0px 1px 1px 0px solid black;
    border-radius: 10px;
    /* Yellow gradient - Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
      background: rgb(254,252,234); /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffe3b3 0%, rgba(254,252,234,1) 140%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* Chrome10-25,Safari5.1-6 */
      background: black; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* background: linear-gradient(45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      /* End Yellow gradient */
}

.grid-padding {
    padding-bottom: 20px;
}

.padding-above-footer {
    padding-bottom: 30px;
}

.div-btn {
  text-decoration: none;
}

.footer {
  /* background-color: #ffe3b3; */
  padding-top: 20px;
  margin-top: 15px;
  border: 0px 1px 1px 0px solid black;
  border-radius: 5px;
  transform: scale(1.02);
  /* Yellow gradient - Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
      background: rgb(254,252,234); /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffe3b3 0%, rgba(254,252,234,1) 140%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); /* Chrome10-25,Safari5.1-6 */
      background: black; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* background: linear-gradient(45deg, #ffe3b3 0%,rgba(254,252,234,1) 140%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      /* End Yellow gradient */
} 

/*.footer-shadow {
    -webkit-box-shadow: rgb(0, 0, 0) 0px 10px 13px -7px, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: rgb(0, 0, 0) 0px -9px 10px -7px, 5px 5px 15px 5px rgba(0,0,0,0);
    /* box-shadow: rgb(0, 0, 0) 0px -9px 10px -7px, 5px 5px 15px 5px rgba(0,0,0,0); */
}



/* ************************************************************** Sidebar sublist dropdown ******************************************************** */
/* ************************************************************** End Sidebar sublist dropdown **************************************************** */


/* ************************************************************** Animated sidenav menu ************************************************************ */
/*
 --Open sidebar button--
.openNavMenu {
    background-color: #343a40; --#ffe3b3-- 
    color: #ffe3b3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 17px;
    margin-left: 70px;
    border-radius: 5px;
    box-shadow: 3px 5px 5px black;
}

.openNavMenu:hover {
    box-shadow: 2px 3px 3px black;
}

 -- The side navigation menu --
.sidenav {
  height: 84%;  -- 100% Full-height --
  width: 0; -- 0 width - change this with JavaScript --
  position: fixed; -- Stay in place --
  z-index: 1; -- Stay on top --
  top: 0; -- Stay at the top --
  left: 0;
  background-color: #932e32; -- Burgundy --
  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 --
}

-- The navigation menu links --
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: underline;
  font-size: 17px;
  color: #ffe3b3;
  display: block;
  transition: 0.3s;
}

.sidenav-active {
    color: #ffe3b3;
}

-- When you mouse over the navigation links, change their color --
.sidenav a:hover {
  color: #160206;
  font-size: 15px;
}

-- Position and style the close button (top right corner) --
.sidenav .closebtn {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 50px;
}

-- 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;
  padding: 0px;
}

-- 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;}
} 
*/
/* **************************************************************End Animated sidenav menu********************************************************** */

/* **************************************************************To maybe see one day*************************************************************** */
/*Gros TITRE 3D*/
/*html: <span class="text">ryan</span>*/

/*
body {
    background-color: #c4c4c4;
  
}

.text {
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 12em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}
*/
