html , body{
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border:0;
  display:block;
  font-size: 16pt;
  color: #ffffff;
  height: 100% ;
  min-height: 100%;
    overflow-y: scroll;
  font-family: 'Gemunu Libre', sans-serif;
  background-color: #272847;
}
a{
        color: #ff0049FF;
}



.gradient {
	background: rgba(2,0,36,0.8);
	background: linear-gradient(180deg, rgba(0,212,255,0) 100px, rgba(2,0,36,0.8) 600px);
}

.gradient-solid {
		
	background: rgba(2,0,36,0.8);
	margin-top: auto;
	margin-bottom: auto;
	flex-grow: 1;
}

.outer-flex-container {
	min-height: 100%;
}

.hero-image{
  background-image: url(img/library_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width:1400px;
  margin:auto;
}
.widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  align-items: center;
  flex-wrap: wrap;
  margin:auto;
  gap:20px;
	max-width: 900px;
}


.shop-badges{
	width:40%;
	margin: auto;
	max-width: 80%;
}

.shop-image{
	width:100%;
}

ul {
	list-style-image: url('img/ListIcon.png');
}
li {
	margin-top: 0.5em;
	padding-left: 0.5em;
}

.logo{
  padding-top : 8vw;
  padding-bottom : 4vw;
}

.center-div{
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.videolink {
	width: 100%;
}
.playbutton{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 30%;
  transition-duration: 0.1s;
}
.playbutton:hover{
	height: 40%;
}

.video-container {
   position: relative;
	  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
	width:90%;
	
}


.footer-box{
	justify-content: center;
	max-width: 800px;
	
	margin-top: 4vw;
	margin-bottom: 10px;
	padding: 100ps;
	flex-direction: row;
}

.desc-text{
	padding-left:15px;
}
.imp-text{
	padding-left:15px;
	max-width:300px;
}
.imp-box{
	display: flex;
  flex-direction: column;
  max-width:1400px;
  margin:auto;
  gap:30px 100px;
}
.subheadline
{
	font-size: 1.5em;
	justify-content: center;
	max-width: 900px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	width:90%;
	text-align:center;
	align-self:center;
}
.text-box{
	justify-content: center;
	max-width: 900px;
	margin-left: 20px;
	margin-right: 20px;
	
	margin-bottom: 4vw;
	width:90%;
}
.headline
{
	color: #70e9ff;
	background: rgb(3,51,77);
	background: linear-gradient(90deg, rgba(3,51,77,1) 43%, rgba(3,51,77,0) 100%);
	width: 100%;
	height: 1em;
	font-size: 1.5em;
	padding: 5px 5px 5px 15px;
	font-family: 'Gemunu Libre', sans-serif;
	font-weight:bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	
	border-width: 0 0 5px 0;
	border-style: solid;
	border-image: linear-gradient(
      to right, 
      #ff0049FF 43%, 
      #ff004900 100%
    ) 1 ;
	
	
}



@media (min-width: 940px) {
  .text-box {
	margin-left: auto;
	margin-right: auto;
  }
}
  @media (min-width: 800px) {
  .widget-container {
	  
  flex-direction: row;
  }
	.imp-box{
		flex-direction: row;
		
	}
}