body{
    width: 100%;
    font-family: 'Lato', sans-serif;
}
  
h1{
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 11px 0;
}
  
h2{
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 11px 0;
}
  
h3{
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
  
section{
    width: 100%;
    padding: 60px 0;
}

.center{
    margin: 0 auto;
    text-align: center;
    display: block;
}
    
img{
    margin: 0 auto;
    display: block;
}  
  
@media screen and (max-width: 768px){
.conceal{
    display: none;
}
}


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {  /*<footer class="footer">*/
    padding: 20px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}