﻿


#titleblock1 {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    background-color: skyblue;
    /*skyblue in hex = #87CEEB*/
    /*bit darker, more opaque = #5bc0de*/
    /*slightly lighter than #00bfff = #07bdfa*/
    /*even more opaque = #00bfff*/
    /*even more opaque more to the blue side = #0db4f0 */
    /*dodger blue in hex =  #1e90ff */
}

#titleblock2 {
    display: block;
    /*margin: 0 0 40px 0;*/
    background-color: skyblue;
}

#title1 {
    text-transform: uppercase;
    font-family: Rockwell;
    display: block;
    padding: 40px 0 10px 0;
}

#title2 {
    text-transform: uppercase;
    display: block;
    padding: 0 0 35px 0;
    font-size: 1.75rem;
    font-weight: 700;
    font-family: Rockwell; /*  Rockwell, bold Georgia; */
}

#footer {
    width: auto;
    background-color: white;
    padding: 1px 5px 2px 5px;
    border-radius: 2px;
}

hr {
    border: solid thick #5bc0de;
    /*border: none;
            height: 2px;
            border-top: 4px solid skyblue;  */
    font-weight: 700;
}

#navigator {
    justify-content: center;
}

.logout {
    float: right;
}

.vertical-center {
    vertical-align: middle;
    padding-top: 6px;
}

img.imgContactMe {
    border: none; /*solid 1px #00BFFF;*/
    padding-left: 2px;
}

a.active {
    color: white !important;
    /*pointer-events: none;*/
}

ul li a.active {
    color: grey;
    /*pointer-events: none;*/
}

.center {
    text-align: center;
}

#timeout {
    /*background-color: yellow; dodgerblue*/
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 100%;
    color: black;
    font-size: large;
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
}

.bgColorSkyBlue {
    background-color: skyblue;
}

.bgColorYellow {
    background-color: yellow;
}

.privacyPolicy {
    color: #6e6868; /*#4d4848 - darker gray*/
    text-shadow: 2px 2px dodgerblue;
    margin-left: 25px;
    margin-right: 5px;
    text-decoration: none;
    /*font-weight: 600;*/
}

.privacyPolicy:hover {
    color: white;
    background-color: dodgerblue;
}