html {
    background-color: #2592ea;
}
body {
    /*background-color: #0056aa;*/
    background-image: url("./assets/bubbles-bg-rev2.jpg");
    background-repeat: repeat;
    background-size: contain;
}

body * {
    font-family: sans-serif
}

body a {
    color: rgb(0, 0, 238);
}
body a:hover {
    color: rgb(80, 80, 255);
}

#LayoutTable {
    max-width: 800px; margin: 0 auto;
    padding: 50px;
    background-color: white;
}

body p.reg,
body a.reg{
    text-align: center;
    font-size: 18px;
}

body p.strong{
    font-weight: bold;
}

.addresses {
    max-width: 550px;
}
.addresses p{
    font-size: 30px;
    white-space: wrap;
}
.addresses p.head{
    margin-bottom: 5px;
    font-weight: bold;
}

.addresses p.accepted-payments{
    font-size: 23px;
    font-weight: 300;
}

.dngr {
    color: #d10000
}
.prmry {
    color: black
}

.xl {
    font-size: 40px;
}

#LayoutTable img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

img.hover-link {
    transition: all .3s;
}
img.hover-link:hover {
    transform: scale(1.1);
}

img.logo {
    margin-bottom: 20px;
    max-width: 298px;
}

img.hours {
    display: block;
    margin-bottom: 20px;
    max-width: 600px;
}
div.bar {
    background-color: #0156ab;
    height: 32px;
    margin-bottom: 16px;
}