/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Jul-2019, 15:44:50
    Author     : Michael
*/

.hoursIndent{
    margin-left: 55px;
}

h1{
   font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 60px;
    color: #ab47bc; 
}

h2 > a {
  position: relative;
  color: #000;
  text-decoration: none;
}

h2 > a:hover {
  color: #000;
}

h2 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h2 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.textArea {
  vertical-align: middle;
}

h4{
    color:black;
    font-family: "Raleway", Arial, sans-serif;
   
    margin: 0 0 10px 0;
    text-align: center;
}