h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 5px 0;
}
h1 {
    font-size: 39px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 24px;
    line-height: 1.2em;
}
h2 {
    font-size: 32px;
    margin-top: 15px;
    line-height: 1.2em;
}
h3 {
    color: #3AB1BE;
    font-size: 15px;
    margin: 15px 0px 5px 0px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
}
h5 {
    color: #333333;
    font-size: 17px;
    line-height: 130%;
    margin-top: 16px;
    margin-bottom: 16px;
}
h6 {
    color: #3AB1BE;
    font-size: 11px;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
td,
th {
  padding: 8px;
}
hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
ol {
    list-style: decimal !important;
    list-style-position: inside !important;
}

.subh1 {
    color: #c1c1c1;  
}
.round-start {
    background-color: #51A0B4;
    border: 5px solid #51A0B4;
    border-radius: 10px;
    padding: 10px;
}
.round-blue {
    width: 100%;
    border: 5px solid #bff0ee;
    border-radius: 10px;
    padding: 15px;
}
.round-green {
    width: 100%;
    border: 5px solid #d3f2a6;
    border-radius: 10px;
    padding: 15px;
}
.round-pink {
    border: 5px solid #FFDCDB;
    border-radius: 10px;
    padding: 15px;
}
.red-button {
    display: inline-block;
    padding: 12px 16px 12px 16px;
    margin: 8px 8px;
    background-color: #F35338;
    border-radius: 10px;
    font-size: medium !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.box {
    background-color: #ECF0F0;
    padding: 8px 15px;
    border: 1px dotted #cccccc;
}
.round_start_red {
    border: 5px solid #A81432;
    border-radius: 10px;
    padding: 10px;
}


.petrol-button {
    display: inline-block;
    width: 190px;
    padding: 12px 16px 12px 16px;
    margin: 8px 8px;
    background-color: #7bced7;
    border-radius: 10px;
    text-align: center;
    font-size: medium !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.img-list div {
    position: relative;
    float: left; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    text-align: center; 
    width: 150px
}
.img-list .text-content {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    display: block;
    align-content: center;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.img-list div:hover .text-content {
    opacity: 1;
}

.entrance-table td {
    padding: 0 
}

#mainMenu .current {
    background-color: inherit !important;
    color: inherit !important;
}































