﻿body { 
    height: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    color:#555555;
}
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    z-index:9999;
}
.glyphicon {
    font-size: 30px;
}
.tr_td {
    background-color:#909090;
}
p {
    font-size:20px;
    color:#777777;
    text-align:left;
    padding-top:30px;
}
.h3left {
    text-align:left;
}
.dark {
    font-weight:bold;
    color:#333333;
}
.red {
    font-weight:bold;
    color:#e7462b;
}
.pink {
    font-size: 26px;
    font-weight: 700;
    color: #E4007E;
    line-height: 1.35;
    letter-spacing: -0.05em;
    padding-top: 15px;
}
table tr td {
    font-size:20px;
    text-align:left;
}
.img_in_div div img {
    padding-top:10px;
    padding-bottom:10px;
}


@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}