@media screen and (min-width: 993px){

	.mobile-center-left{
		display: block;
  		margin-left: auto;
  		margin-right: auto;
		text-align: left;
	}
	.mobile-center-right{
		display: block;
  		margin-left: auto;
  		margin-right: auto;
		text-align: right;
	}
	.bottom-bar{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #ABB2B9;
	}
	.test-bar{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #E74C3C;
	}
	.leo-blue-background{
      background: #154360;
    }
    .blue-grey{
      background: #17202A;
    }
    .hero-bg{
    	background-image: url('../img/hero-bg.png');
    	background-size: cover;
    }
    .round-logo{
    	display: block;
  		margin-left: auto;
  		margin-right: auto;
    	padding: 25px;
    	max-width: 25%;
  		height: auto;
    }
    .display-mobile{
    	display: none;
    }
    #slideshow {
	  margin: 80px auto;
	  position: relative;
	  width: 240px;
	  height: 240px;
	  padding: 10px;
	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	}

	#slideshow > div {
	  position: absolute;
	  top: 10px;
	  left: 10px;
	  right: 10px;
	  bottom: 10px;
	}

	.slide-container {
	  scroll-snap-type: x mandatory;
	  overflow-x: scroll;
	  display: flex;
	}
	.slide {
	  scroll-snap-align: start;
	  min-width: 100vw;
	  height: 100vh;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}

}