body {
font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: white;;
  /* background-image: url("../public/hero.jpg") */
}

/*
#informational {
  margin-top: 1em;
  width: auto;
}

*/



h1 {
  display: block;
  margin: 3em auto 1em auto;
  text-align: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #00113B;
  
}

#scuffx-link{
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #00133B;
  height: 1.5em;
  width: 7em;
  border-radius: 3px;
  text-align: center;
  padding-top: 4px;
}

#scuffx-link:hover{
  color: white;
  background-color: #00133B;
}

.top-margin {
  margin-top: 1em;
}

#hours {
  display: flex;
  flex-direction: row;
}

#hours ul {
  display: flex;
  flex-direction: column;
}

#feature-flex{
  display: flex;
  flex-direction: column;
}

#feature-img {
  width: 80%;
  margin: 1em 0;
  max-width: 27em;
}

#featured-product figure {
  display: flex;
  flex-direction: column;
  align-items: center;

}

#featured-product {
  height: auto;

}

#feature{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.sico-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 5em auto 0 auto;
}

.sico-main img {
  display: block;
  width: 90%;
  margin: 0 auto;
/*
  position: relative;
  right: 0;
*/
  transition: all 0.5s;
  max-width: 35em;
/*  transition: position 0.5s;*/
}

/*
#sico-main img:hover {
  width: 115%;
  right: 10%;
}
*/

.sico-title{
  margin-left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  margin-bottom: 0;
}

#wallpaper a{
  color: #00113B;
  text-decoration: none;
}

#wallpaper {
  font-size: 20px;
  margin-bottom: 3em;
  margin-top: 3em;
}

#wallpaper h2 {
  margin-bottom: 2em;

}

#carousel-container {
  display: none;
}

.covid-header{
  font-size: 16px;
  font-weight: 700;
  color: red;
  position: relative;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.covid-header a {
  color: red;
  display: block;
  margin-top: 5px;
  /* border: 1px solid black; */
}


@media only screen and (min-width: 1540px){
  #feature-img{
    width: 20%
  }
  
  
  
  #featured-product {
    margin-bottom: 3em;
  }
  
  .top-margin {
    margin-bottom: 1em;
  }
 

  #feature-flex{
    display: none;
        
  }

  
  #sico-main{
    width: 50%;
  }
  
  #sico-main img{
    width: 50%;
    margin-left: 25%;
    
  }
  
  #sico-main h2{
    margin-bottom: 0;
  }
  
  h1{
    font-size: 30px;
  }
  
  h2 {
    font-size: 24px;
    color: #00113B;
  }

  

  #carousel-container{
    display: block;
    height: 35em;
  }

#carousel{
  display: flex;
  justify-content: space-between;
  width: 40em;
  height: 25em;
/*  border: 2px solid blue;*/
  position: absolute;
  top: 20em;
  left: 50%;
  transform: translateX(-50%);
}

.arrow{
 height: 4em;
  width: 4em;
  margin-top: 10em;
  border-radius: 100%;
/*  border: 2px solid rgba(0, 34, 76, 0.9);*/
/*  background-color: rgba(0, 34, 76, 0.5);*/
  transition: box-shadow 0.4s;
  transition: background-color 0.2s;

}
  
  .arrow:hover{
/*    background-color: rgba(0, 34, 76);*/
    box-shadow: 0px 0px 5px 7px  rgba(0, 34, 76, 0.7);
  }
  
  .arrow:active{
    background-color: rgba(0, 34, 76, 0.9);
  }

.arrow-img{
  margin-top: 8px;
  width: 3em;
}


.c-image{
  display: inline-block;
  width: 20em;
  height: 25em;;
  margin: 0 12em 0 0;
}
  
  
#feature-images-container:first-child {
    margin-left: 7.5em;
}

#feature-images-container {
  display: flex;
  flex-direction: row;
  position: absolute;
/*  top: 2em;*/
  left: -5em;;
  width: 100vw;
  justify-content:flex-start;
  transition: all 0.6s;
/*  border: 1px solid black;*/
  
}

#feature-images-wrapper{
  position: relative;
  width: 25em;
  height: 25em;
/*  border: 2px solid green;*/
  overflow: hidden;
}
}