@charset "UTF-8";

p, li
{
  line-height: 175%;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 overflow-y:hidden;
 font-family: 'Libre Franklin', sans-serif;
 background:#100d08;
 font-size: 16px;
}
#container {
  height: 100%;
  position:relative;background: url(../images/splash.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  position: relative;
}

.centerpiece
{
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform:    translate(-50%,-50%);
  -ms-transform:     translate(-50%,-50%);
  -o-transform:      translate(-50%,-50%);
  transform:         translate(-50%,-50%);
  background-color: rgba(255,255,255,0.8);
  max-width: 400px;
}

.centerpiece_info
{
  padding:50px;
  padding-top: 25px;
  text-align: center;
}

.centerpiece_info a 
{
  color: #000;
}

.centerpiece_info ul
{
  display: inline-block;
}

.centerpiece_info ul li
{
  padding-left: 30px;
  margin-left: -30px;
  position: relative;
  text-align: left;
}

.centerpiece_info ul li i
{
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 175%;
}

.webtitles
{
  position: absolute;
  left: 5%;
  bottom: 10%;
}

.webtitles h1
{
  background-color: #fff;
  color: #000;
  margin-bottom: 1em;
  font-size: 3em;
  padding: 20px;
  display: inline-block;
  text-transform: uppercase;
  max-width: 50%;
}

.webtitles h2
{
  background-color: #181d5f;
  color: #fff;
  font-size: 2em;
  padding: 10px;
  max-width: 70%;
}

#logo
{
  width: 100%;
  padding:25px;
}

#logo img
{
  width: 100%;
}

.centerpiece_mobile
{
  display: none;
}

@media screen and (max-width: 1150px)
{

}

@media screen and (max-width: 900px)
{

}

@media screen and (max-width: 640px)
{
  #container
  {
    background-image: none !important;
    background-color: #fff;
  }

  .centerpiece
  {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    max-width: 100%;
  }

  .centerpiece_mobile
  {
    display: block;
  }

  .centerpiece_mobile img
  {
    width: 100%;
  }

  .webtitles
  {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .webtitles h1, .webtitles h2
  {
    display: none;
  }

}

@media screen and (max-width: 400px)
{

}

@media screen and (max-height: 800px)
{
  .webtitles
  {
    font-size: 0.9em;
  }
  .webtitles h1
  {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-height: 600px)
{
  .webtitles h1, .webtitles h2
  {
    display: none;
  }
}