/*
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 : 25-sep-2017, 11:27:11
    Author     : Mvalderrey
*/

.headroom 
{
    transition: all 0.4s ease-out 0s;
    background-color: #d9edf7;
    border-color: #0b62a4;
}
img 
{
    max-width: 100%;
}
h1, .h1, h2, .h2, h3, .h3 
{
    margin-top: 30px;
}
h1, h2, h3, h4, h5, h6 
{
    font-family: "Open sans",Helvetica,Arial;
}
.footer {
    background-color: #d9edf7;
    border: 1px solid #0b62a4;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    min-height: auto;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.top-space-header {
    margin-top: 100px;
}
.hiddenElement
{
    display: none;
}
