@font-face {
  font-family: 'Roboto';
  src:  url('fonts/Roboto-Regular.eot');
  src:  url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('fonts/Roboto-RegularItalic.eot');
  src:  url('fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-RegularItalic.woff2') format('woff2'),
        url('fonts/Roboto-RegularItalic.woff') format('woff'),
        url('fonts/Roboto-RegularItalic.ttf') format('truetype'),
        url('fonts/Roboto-RegularItalic.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src:  url('fonts/Roboto-Bold.eot');
  src:  url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel-medium';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cinzel-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/cinzel-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cinzel-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cinzel-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cinzel-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cinzel-v19-latin-regular.svg#Cinzel-medium') format('svg'); /* Legacy iOS */
}
body {
  font-family: Roboto, sans-serif !important;
  background-color: #f4efd1;
}
.show {
  transition: opacity 400ms;
}
.hide {
  opacity: 0;
}
a {
  color: #ee994d;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
p {
  text-align: justify;
}
code {
  background-color: #f4efd1;
  color: #598364;
}
table {
  max-width: 100%;
  margin: 10px auto;
  border-collapse: separate;
  border: 3px solid #ee994d;
  padding: 5px;
  border-radius: 10px;
  background-color: #fcf6e6;
  color: black;
  resize: none; overflow: auto;
}
th{
  text-align: center;
}
td {
  height: 25px;
  line-height: 25px;
  border: 3px solid #fcf6e6;
  resize: none; overflow: auto;
}
tr {
  background: #fcf6e6;
  transition: box-shadow 0.8s ease;
  resize: none; overflow: auto;
}
tr:hover {
  /*box-shadow:2px 2px 4px #ee994d;*/
  background: white;
}
#groupparts tr:hover {
  cursor: pointer;
}

.carousel {
  padding: 0;
  margin: 80px 0 0 10%;
}
.carousel-item {
  background: #000000;
  height: 20rem;
  color: white;
  padding: 20px;
}
.container-carousel {
  background:initial;
  position: absolute;
  padding-bottom: 50px;
}
.overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

@media(min-width: 768px){
  .content {
    margin: 26%;
  }
}
@media(max-width: 768px){
  .content {
    margin: 3%;
  }
}
.content {
    margin-top: 80px !important;
    border: 60px;
    padding: 50px;
    background: #fcf6e6;
    box-shadow: -20px -20px 0px #598364;
    border-right: 1px solid #598364;
    border-bottom: 1px solid #598364;
    /*color: white;*/
    /*line-height: 3.5;*/
    font-size: 1.2rem;
}


#landingpage{
    background: #598364;
    width: 20%;
    top: 10%;
    position: fixed;
    position: -webkit-sticky;
    list-style: none;
    padding: 2%;
    border-radius:0px 10px 10px 0px;
    display: flex;transition:all 0.7s ease-in-out;
    /*z-index: 1500;*/
    color: white;
    font-family: Cinzel-medium,serif;
    /*transform: translate(50%, 50%);*/
}
#landingpage.close{
    width: 10%;
}
#landingpage ul{
    padding-left: 8%;
    overflow: auto;
    width: 100%;
}
#landingpage.close ul{
    overflow: visible;
}
#landingpage.close .linkname{
    opacity: 0;
    pointer-events: none;
    font-size: 0.2rem;
}
#landingpage ul::-webkit-scrollbar{
    display: none;
}
#landingpage li{
    position: relative;
    transition: all 0.4s ease;
    list-style: none;
    word-break: break-word;
    padding-left: 6%;
}
#landingpage li img.arrow{
    text-align: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}
#landingpage li.showmenu img.arrow{
    transform: rotate(-180deg);
}
#landingpage.close ul img.arrow{
    display: none;
}
#landingpage li:hover{
    background-color: #f4efd1;
}
#landingpage li:hover .anchor .dot-landingpage .linkname{
    color: #000000;
}
#landingpage ul li .submenu{
    background-color: #598364;
    display: none;
}
#landingpage ul li.showmenu .submenu{
    display: block;
}
#landingpage li .submenu a{
    /*white-space: nowrap;*/
    transition: all 0.3s ease;
}
#landingpage li .submenu a:hover{
    background-color: #f4efd1;
    color: black;
}
#landingpage li .layer{
    display: flex;
}
#landingpage li a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    display:flex;
}
#landingpage.close li a{
    font-size: 0.1rem;
}
#landingpage.close li .submenu{
    position:absolute;
    left: 100%;
    top: -20px;
    margin-top: 0;
    padding: 10px 20px;
    border: black;
    border-radius: 0 6px 6px 0;
    transition: 0s;
    display: block;
    opacity: 0;
    pointer-events: none;
}
#landingpage.close li:hover .submenu{
    top: -10px;
    opacity: 1;
    width: 300%;
    pointer-events: auto;
    transition: all 0.4s ease;
}
#landingpage.close li:hover .submenu li:hover{
    background-color: #f4efd1;
}
#landingpage.close li:hover .submenu li:hover .anchor{
    color: black;
}

#landingpage li .submenu .linkname{
    display: none;
}
#landingpage.close li .submenu .linkname{
    display: block;
    opacity: 1;
}
#landingpage.close li .submenu .linkname{
    font-size: 1.2rem;
    font-weight: bolder;
    display: block;
}
#landingpage li .submenu.blank{
    opacity: 0;
    padding: 3px 20px 6px 16px;
    pointer-events: none;
}
#landingpage li:hover .submenu.blank{
    top:50%;
    transform: translateY(-50%);
}
#close-section{
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    top: 10%;
    left: 20%;
    transition: all 0.7s ease;
}
#hide-button{
    background-color: #598364;
    border-radius: 10px 10px 10px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.7s ease;
}
#hide-button #close-sidebar{
    width: 20px;
    height: 20px;
    background-image: url("arrow-orange.png");
    background-position: center;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.7s ease;
}
#landingpage.close ~ #close-section{
    left: 10%;
}
#landingpage.close ~ #close-section #close-sidebar{
    transform: rotate(270deg);
}
.dot-landingpage{
    color: #fff;
    display: block;
    padding: 5px 0;
}
.dot-landingpage::before,
.dot-landingpage::after{
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    transition: .2s ease-out;
}
.dot-landingpage::before{
    height: 5px;
    width: 5px;
    border: 2px solid #FFFFFF;
    left: 0;
    transform: translateY(-50%);
}
.dot-landingpage::after{
    height: 15px;
    width: 15px;
    border: 2px solid #f4efd1;
    left: -5px;
    transform: translateY(-50%) scale(0);
}
.dot-landingpage.active::before{
    border-color: #f4efd1;
    background-color: #f4efd1;
}
.dot-landingpage.active::after{
    transform: translateY(-50%) scale(1);
}

img {
    max-width: 100%;
    aspect-ratio: auto;
}

footer .logos {
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
}
footer {
    background-color: #ee994d !important;
}
footer .footermenu ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
footer .footermenu ul li a{
    text-decoration: none;
    color: white;
}
@media(max-width: 600px){
    #landingpage{
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    #close-section{
        display: none;
        opacity: 0;
        pointer-events: none;
    }
}
.section h1,h2,h3,h4,h5,h6 {
    font-family: Cinzel-medium,serif !important;
}
