
/* body {font-family: Arial, Helvetica, sans-serif;} */

/* The Modal (background) */

/* Modal Content */

/* The Close Button */
/* layer popup */
header {
    background-color: #F1F1F1;
    text-align: center;
    padding: 20px;
}

/* Style the header */
header {
    background-color: #666;
    padding: 15px;
    text-align: center;
    font-size: 35px;
    color: white;
}

/* Create two columns/boxes that floats next to each other */
.nav {
    float: left;
    width: 60%;
    height: auto; /* only for demonstration, should be removed */
    background: #fffbfb;
}

/* Style the list inside the menu */
.nav ul {
    /* list-style-type: none; */
    padding-left: 8%;
    padding-right: 5%;
    font-size: 13px;
}
strong{
  color: #9c0a01;
}
h4{
color:#ff0000;
margin-bottom: 5px;
margin-top: 5px;
}
.h3 {
  color: #ded8d8;
  margin: auto;
  font-size: 17px;
}
.h2{
  padding-left: 2%;
  color: #ff0e00;
  text-align: left;
  font-size: 25px;
  margin: 4%;
}
.article {
    float: left;
    padding: 2px;
    width: 40%;
    background-color: #ffffff;
    height: auto;; /* only for demonstration, should be removed */
}

.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #ffffffd6;
    color: #ff0000;
    text-align: center;
    width: 25%;
    padding: 10px;
    border: 1px solid;
}

/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the footer */
footer {
    background-color: #777;
    padding: 10px;
    text-align: center;
    color: white;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
    .nav  .article {
        width: 100%;
        height: auto;
    }
}

/* images */
/* img {
  vertical-align: middle;
} */

/* Position the image container (needed to position the left and right arrows) */
.container-mo {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #fffbfb;
  padding: 2px 16px;
  color: #ff0000;
  border: 1px solid;
}

.rowmo:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
#caption{
  margin: 3px 0px;
}
.content{
  background-color: #ffffffe6;
  padding: 5px 16px;
  color: black;
  margin: 0px;
  text-align: left;
  /* font-style: italic; */
}

.w3-modal{
background-color: rgba(95, 95, 95, 0.74);
/* padding-top: 60px; */
}
 /* p{
   margin: auto;
 } */
 .carmo{
   margin-bottom: 15px;
 }
.w3-modal-content{
  width: 70%;
  background-color: #fffcfc;
}
.w3-center{
  width:0px;
  height: 0px;
  }
.ul-mach{
  font-weight: 100;
}

/* slider omages */

#myCarousel  .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}


#myCarousel-1  .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel-1 .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel-1 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel-1 .carousel-indicators > li.active img {
    opacity: 0.7;
}
.offset-lg-2{
  width: -webkit-fill-available;
}
