html body
{
    background: white;
    height: auto;
    min-height: 100%;
    position: relative;
}

#presbody
{
    min-height: 100%;
    padding-bottom: 150px;
}

#preshaut
{
    display: flex;
}

#preslogo 
{
    width: 150px;
    height: 150px;
    margin: 20px;
}

#presbistop
{
    height: 130px;
}

#presizicse
{
    background: #22567D;
    width: 100%;
    height: 130px;
    color: white;
    font-size: 72px;
    text-align: center;
}

#presizicse p
{
    height: 100px;
    margin: 0;
    font-family: Times;
}

#presmenu
{
    height: 30px;
    margin: 0;
    display: flex;
    list-style: none;
}

#presmenu li
{
    height: 100%;
    font-size: 16px;
    margin: 0 10px;
}

#presmenu a
{
    color: white;
    text-decoration: none;
}

#presfooter
{
    position: absolute;
    bottom: 0;
}

#presbas
{
    display: flex;
    align-items: flex-end;
}

#presadr
{
    width: 50%;
    height: 136px;
    background: #22567D;
    color: white;
    padding: 20px 0;
}

#presadr p
{
    margin: 0;
    text-align: center;
}

#presmnt
{
    width: 50%;
    height: 104px;
    background: #58A9E0;
    color: white;
    padding: 20px 0;    
}

#presbis
{
    height: 136px;
}

#presconn
{
    text-align: center;
}

#prescont
{
    text-align: center;
    margin: 50px auto;
}

#presscre
{
    margin-top: 100px;
    position: relative;
}

#presscre img
{
    display: block;
    width: 100%;
    height: auto;
}

#presscre div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #007BFF;
}

#presscre span
{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#presscre:hover div
{
    opacity: 1;
}

#fmcnt
{
    margin-left: 50px;
}

#fmcnt textarea
{
    height: 200px;
}

h2
{
    font-weight: bold;
    font-size: 22px;
}

.p1
{
    margin-left: 50px;
    font-weight: bold;
    font-size: 24px;
}

.p2
{
    margin-left: 50px;
    font-size: 20px;
}

.u1
{
    list-style: none;
    font-size: 24px;
    display: table;
    margin: auto;
}

.u1 li
{
    display: table-row;
}

.u2
{
    list-style: none;
    font-size: 20px;
}