html {
  height: 100%;
}

body {
  height: 100%;
  background: transparent url(../assets/DesktopBackgroundGris.png) 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Oswald', sans-serif !important;
}


.full-height{
  margin: auto;
  height:100%;
  width: 100%;
  display:table;
	position:relative;
}
    
.cell {
	display: table-cell;
	vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}

.header {
  width: 100%;
  background: rgba(93, 53, 80, 0.39) url(../assets/wifi.png) right no-repeat;
  background-size: 600px;
  padding: 0 0px 10px 50px;
  border-bottom: solid 10px rgb(93, 53, 80);
  border-top: solid 2px rgb(93, 53, 80);
}

.header img { 
  width: 100%;
  max-width: 500px;
  filter: brightness(140%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 0 0 30px 30px;
}

.header h1 {
  font-size: 5em;
  border-bottom: solid 2px rgba(255,255,255,0.3);
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  text-shadow: 2px 2px 1px black;
}

.header h2 { 
  font-size: 2em;
  color: #fff;
}

.main {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
  text-align: center;
}

.main img { 
  width: 100%;
  max-width: 600px;
  padding: 10px;
  filter: brightness(180%);
}

@media screen and (max-width: 769px) {

  .header {
    padding: 0 15px;
  }

  .header h1 {
    font-size: 2.8em;
  }
  
  .header h2 { 
    font-size: 1.4em;
  }

  .main {
    padding: 15px;
  }

}