/* Carousel Fixed Height 
Limit height on a carousel using inline background style 
*/
.slider-size {
  height: 200px; 
}

body {
    font-family: "Open Sans", sans-serif;
}
h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}
h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    margin: 5px;
    left: 0;
    right: 0;
    bottom: -10px;
}
.col-center {
    margin: 0 auto;
    float: none !important;
}
#close:hover{
    color: beige;
}
/*.slider_heading {
     -webkit-text-stroke: 3px white;
     -webkit-text-fill-color: black;
   color: black;
   font-size: 40px;
   text-shadow: 0px 4px 4px #282828;
   text-shadow:
       3px 3px 0 ,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}*/