﻿.Effect {
    border: none;
    color: white;
    text-align: center;
    font-size: 1.143em;
    margin: 4px 2px;
    opacity: 0.8;
    transition: 0.3s;
}

    .Effect:hover {
        opacity: 1;
    }

h1, h2, h3 {
    color: #444444;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0em;
    padding: 15px 0px;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2.0em;
}

.RowCss {
    text-align: center;
}

.CellCss {
    text-align: center;
}

a:focus {
    /* remove default focus style */
    outline: none;
    /* custom focus styles */
    box-shadow: 0 0 2px 2px #51a7e8;
    color: lime;
}

.form-control {
    width: 100%;
    min-height: 50px;
    padding: 15px 19px;
    font-size: 1.286em;
    font-weight: 400;
    line-height: 1.1;
    color: #8c8c8c;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0;
    transition: .3s ease-in-out;
    box-shadow: none;
    border: 1px solid #c7c7c7;
}

@media (max-width: 400px) {
    h1 {
        font-size: 2em;
        margin: 0em;
        padding: 10px 0px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .section-lg.section-lg_smaller-top {
        padding-top: 30px;
    }
}

.pre-footer-corporate {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
