body {
  background-color: #3d3d3d;
  background: url('../img/comfybg.gif') no-repeat center center fixed;
  width: 100%;
  height: 100%;
  background-size: cover; 
}

h1 {
  font-size: 3em;
}

a {
  color: #E46A6B;
}

a:hover {
  color: #E368A6;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

.vert-text {
  display: table-cell;
  vertical-align: center;
  text-align: center;
}

.text-header {
  margin: 0;
  padding: 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  font-family: "Verdana";
}

.text-header h1 {
  padding-bottom: 10%;
  font-size: 4.5em;
  text-shadow: 2px 2px 12px rgba(228, 106, 107, 0.75);
}

.text-header h2 {
  font-size: 3em;
  padding-bottom: 12px;
}

.clickable{
  cursor: pointer;
  color: #E46A6B;
}

.clickable:hover{
  color: #E368A6;
}

@media (max-width: 768px) {
    
  .text-header h1 {
    padding-bottom: 15%;
    font-size: 2em;
  }

  .text-header h2 {
    font-size: 1.5em;
    padding-bottom: 6px;
  }
    
  .text-header p {
    font-size: 12px;
      font-weight: 100;
  }
}

