/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6em;
  color: #000;
  background-color: #FFF;
  background-image: url("../images/visual.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}
.textTable{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
div.logoHolder{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  background: rgba(255,255,255,0.75);
  text-align: left;
  box-sizing: border-box;
}
div.logoHolder div.logoContent{
  position: relative;
}

div.logoHolder p{
  width: 75%;
  display: block;
  margin-bottom: 180px;
  position: relative;
  z-index: 2;
}
div.logoHolder p a{
  font-weight: 700;
}
div.logoHolder p a:hover{
  color: #666;
}
div.logoHolder p b{
  font-weight: 700;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
}

div.logoHolder img{
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}

a.download{
  font-weight: 700;
  display: block;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
a.download:hover{
  color: #666;
}