﻿body {
}

.tablebanner {
    width: 100%;
    background-color: darkblue;
}

.logo {
    width: 160px;
    height: 80px;
}

.bannertext1 {
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 15pt;
    font-weight: 700;
    vertical-align: central;
    font-style: inherit;
    word-wrap: break-word;
    /*white-space:pre-wrap;*/
    color: white;
}

.bannertext2 {
    text-align: center;
    font-family: Lobster, serif;
    font-size: 72pt;
    font-weight: normal;
    vertical-align: baseline;
    font-style: inherit;
    word-wrap: break-word;
    /*white-space:pre-wrap;*/
    color: white;
}

.bannertext3 {
    text-align: right;
    font-family: Merriweather, serif;
    font-size: 24.0pt;
    font-weight: 400;
    font-style: italic;
    word-wrap: break-word;
    white-space:pre-line;
    color: white;
}

.bannertext4 {
    text-align: right;
    font-family: Merriweather, serif;
    font-size: 24.0pt;
    font-weight: 400;
    font-style: italic;
    word-wrap: break-word;
    /*white-space:pre-wrap;*/
    color: white;
}

.grouptitle {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 19pt;
    font-weight: 700;
    color: rgba(116,31,138,1);
    word-wrap: break-word;
    white-space: pre-line;
}

.aboutcontent1 {
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 15pt;
    font-weight: bold;
    color: black;
    word-wrap: break-word;
    white-space: pre-line;
}

.aboutcontent2 {
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 12pt;
    font-weight: normal;
    color: black;
    word-wrap: break-word;
    white-space: pre-line;
}

.groupsubtitle {
    /*height: 5px;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 15pt;
    font-weight: 700;
    color: black;
}

.groupcontents {
    font-family: Merriweather, serif;
    font-size: 12pt;
    font-weight: 400;
    color: black;
    line-height: 2.5;
}

.groupimage {
    width: 455px;
    height: 370px;
}

.address {
    font-family: Merriweather, serif;
    font-size: 11pt;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: black;
    line-height: 2.5;
}

a {
    font-family: Merriweather, serif;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
    color: royalblue;
}

.copyright {
    font-family: Lobster, serif;
    font-size: 16pt;
    font-style: italic;
    text-align: center;
    color: blue;
}

#ontop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #00b2f2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 35px;
    transition: all .3s ease;
    cursor:pointer;
    z-index: 999
}

#ontop i {
    color: #fff;
    font-size: 20px;
}

#ontop:hover {
    background-color: fuchsia;
} 