*
{
 box-sizing: border-box;
}
body
{
 margin: 0;
 text-align: center;
 font-family: 'Questrial', sans-serif;
 font-size: 20px;
 color: #484848;
 background-color: #c5f1f6;
}
#header
{
  position: relative;
  text-align: center;
  color: white;
 }
#header_image
{
 position: relative;
 object-fit: cover;
 width: 100%;
 object-position: bottom;
}
@media (max-aspect-ratio: 16/9) 
{
#header_image
{
 width: 100%;
 height: auto;
}
}
#header_image2
{ 
  position: absolute;
 left: 50%;
 top: 25%;
 transform: translate(-50%, -15%);
 width: 900px;
  /* max-width: 70%; */
}
#text_description
{
 margin: auto;
 width:92%;
 max-width:900px;
 margin-top: 25px;
 
 font-weight: normal;
 line-height: 1.35;
 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
 font-size: 24px;
 text-align: left;
 letter-spacing: .1em;
}
.text_headlines
{
 margin: auto;
 margin-top: 25px;
 width:92%;
 max-width:900px;
 
 font-weight: normal;
 line-height: 1.35;
 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
 font-size: 40px;
 text-align: left;
 /* letter-spacing: .1em; */
}
#store_badges
{
display:block; margin-top:20px; margin-bottom:40px;
}
#video_wrap
{
 width: 88%;
 max-width: 960px;
 margin: 0 auto;
 margin-top:40px;
}
ul 
{
  list-style-type: disc;
  /* padding: 0; */
  /* margin: 0; */
  /* other list styles: disc, circle, square */
}
/* ul li  */
/* { */
  /* text-align: center; */
/* } */

.video 
{
 position:relative;
 padding-bottom:56.25%; /* 16:9 */
 padding-top:30px;
 height:0;
 overflow:hidden;
}
.video iframe 
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.my-gallery 
{
 margin-top: 25px;
 font-size: 0;
 width: 100%;
}
.my-gallery img 
{
 width: 100%;
}
.my-gallery figure 
{
 border: 2px solid rgba(0,0,0,.5);
 display: inline-block;
 width: 600px;
 margin: 1%;
}
.my-gallery figure:hover 
{
 border: 2px solid rgba(0,0,0,1);
}
.my-gallery figcaption 
{
 display: none;
}
.my-gallery figure a
{
 font-size: 0px;
}
#footer
{
 margin-top: 75px;
 width:100%;
 height: 250px;
 line-height:250px;
}
.footer_links
{
 display: inline-block;	
 width: 180px;
}
a
{
  color: rgba(0,0,0,1);	
 font-family: 'Questrial', sans-serif;
 font-size: 20pt;
 text-decoration: none;
}
a:hover
{
  color: rgba(0,0,0,1);	
 /*text-decoration: underline; */
}
/*Responsive design*/
@media (max-width: 660px) 
{
 .my-gallery figure 
 {
  width:88%;
 }
 #footer
 { 
  margin-top: 75px;
  height: 300px;
  line-height:79px;
 }
 .footer_links
 {
  width: 100%;
 }
}