/*header style*/
.header{
 background-image: url('../images/background.png');
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
}

.overlay{
 position: absolute;
 min-height: 50%;
 min-width: 50%;
 left: 0;
 top: 0;
 background: rgba(244, 244, 244, 0.79);
}

.description{
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;
}
.description h1{
 color:#FFFFFF ;
}
.description p{
 color:#FFFFFF;
 font-size: 20px;
 width: 100%;
 line-height: 1.5;
}

div.num-2-col {
  column-count: 2;
}

div.num-3-col {
  column-count: 3;
}

div.num-4-col {
  column-count: 4;
}

div.col-fill-one {
 column-fill: 1; 
}

input.new-device-input {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.hidden {
	display: none;
}
