html,body{
  height: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 125%;
}

img {
  width: 100%;
  height: auto;
}

.lo_logo{
  width: 65%;
}

*.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main_holder{
  width: 100%;
  height: 100%;
}

.footer{
  width: 100%;
  min-height: 24px;
  font-style: oblique;
  font-weight: 300;
  font-size: 10pt;
  padding-bottom: 5px;
  color: #ddd;
  margin-top: auto;
}

.header{
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.header_padding{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  max-width: 1000px;
  width: 1000px;
  min-width: 400px;
  padding-left: 10px;
  padding-right: 1
}

.header_logo_wrapper{
  align-self: flex-start;
  flex-basis: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header_logo{
  filter: brightness(0);
  height: 24px;
  width: 168px;
}

.header_item{
  line-height: 45px;
  font-size: 16px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.header_item:hover{
  background-color: #ddd;
  text-decoration: underline;
  text-decoration-color: #ff7700;
  cursor: pointer;
}

.header a:link, a:visited{
  text-decoration: none;
  color: #000;
}

.header a:hover, a:active{
  text-decoration: underline;
  text-decoration-color: #ff7700;
  color: #666;
}

.splash_title a:link, a:visited, a:hover, a:active{
  text-decoration: none;
  color: #fff;
}

.splash_title a:hover, a:active{
  text-decoration: underline;
  color: #fff;
}

.splash_base {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.s4{
  background-image: url('images/clock17.png');
  background-position: right;
}
.s2{
  background-image: url('images/clock12.png');
}
.s3{
  background-image: url('images/clock_watchers.png');
}
.s1{
  background-image: url('images/clock14.png');
}
.s0{
  background-image: url('images/clock06.png');
}
.splash_dimmer{
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
}

.splash_dimmer_dark{
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  
}

.splash_title {
  color: #fff;
  font-weight: 900;
  font-size: 96pt;
  height: 100%;
  line-height: 90%;
  letter-spacing:3px;
}

.splash_subtitle {
  font-style: normal;
  font-weight: 100;
  font-size: 14pt;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
}

.splash_info{
  font-style: normal;
  font-weight: 300;
  font-size: 16pt;
  color: #fff;
  padding: 25px;
}

.contact_link:link{
  text-decoration: none;
  color: #fff;
}
.contact_link:hover{
  text-decoration: underline;
  color: #fff;
}
.contact_link:visited{
  text-decoration: none;
  color: #ddd;
}
.contact_link:active{
  text-decoration: underline;
  color: #ddd;
}

.post_splash{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.section{
  padding-top: 25px;
  padding-bottom: 25px;
}

.text_header{
  font-weight: 800;
  font-size: 20pt;
  padding-left: 0px;
  padding-bottom: 25px;
  text-align: center;
}

.description_text{
  word-wrap: break-word;
  text-align: center;
}

.description_text_big{
  font-size: 14pt;
  font-weight: 100;
  line-height: 150%;
}

.text_section{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}


.left{
  position: relative;
  width: 50%
}
.right{
  position: relative;
  width: calc(50% - 50px);
  max-width: calc(50% - 50px);
  
  /*border-left: solid 1px #ddd;*/
  height: 100%;
  min-height: 100%;
  padding: 25px
}

.left_text{

  height: 100%;
  min-height: 100%;
  position: relative;
  width: calc(50% - 50px);
  max-width: calc(50% - 50px);
  padding: 25px;
}

.right_image{
  width: 50%;
  position: relative;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
.header{
    display: block;
  }
  .header_logo{
    height:48px;
    width: 336px;
  }
  .header a{
    display: inline-block;
  }
  .header_padding{
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    padding-left: 0px;
  }
  .header_item{
    font-size: 26pt;
  }
  .header_logo_wrapper{
    align-self: center;
    flex-basis: 100%;
    text-align: center;
  }
  .text_section{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24pt;
  }
  .mobile_top{
    order:1;
  }
  .left{
    width:90%;
    max-width: none;
  }
  .right{
    width:90%;
    max-width: none;
  }
  .right_image{
    width:90%;
    max-width: none;
  }
  .left_text{
    width:90%;
    max-width: none;
  }
  .splash_title{
    font-size: 96pt;
  }
  .splash_subtitle{
    font-size: 28pt;
  }
  .splash_info{
    font-size: 24pt;
  }
  .text_header{
    font-size:28pt;
  }
  .description_text{
    font-size: 24pt;
    line-height: 150%;
  }
  .description_text_big{
    font-size: 24pt;
  }
  .image_desc{
    font-size: 18pt;
    padding: 10px;
    padding-right: 15px;
  }
  .image_desc_right{
    font-size: 18pt;
    padding: 10px;
  padding-left: 15px;
  }
}
@media (max-width: 750px){
  .header{
    display: block;
  }
  .header a{
    display: inline-block;
  }
  .header_padding{
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    padding-left: 0px;
  }
  .header_item{
  }
  .header_logo_wrapper{
    align-self: center;
    flex-basis: 100%;
    text-align: center;
  }
  .text_section{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
  .mobile_top{
    order:1;
  }
  .left{
    width:90%;
    max-width: none;
  }
  .right{
    width:90%;
    max-width: none;
  }
  .right_image{
    width:90%;
    max-width: none;
  }
  .left_text{
    width:90%;
    max-width: none;
  }
  .splash_title{
    font-size: 48pt;
  }
}

.section_spacer{
  height: 50px;
}

.section_header{
  text-align: center;
  width: 100%;
  font-weight: 800;
  font-size: 20pt;
  padding-bottom: 10px;
  flex-basis: 100%;
}

.section_image{
  display: block;
  position: relative;
}

.image_desc {
  position: absolute;
  bottom: 15px;
  left: 0px;
  background-color: #fff;
  padding: 2px;
  padding-right: 5px;
  font-size: 11px;
  font-style: oblique;
}


.image_desc_right {
  position: absolute;
  bottom: 15px;
  right: 0px;
  background-color: #fff;
  padding: 2px;
  padding-left: 5px;
  font-size: 11px;
  font-style: oblique;
}
