﻿@import url("fonts.css");

body
{
    background-color:#fbfbfb;
    font-family: 'PT Serif', serif;
    font-size:14pt;
    color: #48403d;
    overflow-x:hidden;
}

.PageContainer
{
    background-color:white;
}

.NavigationRow
{
    padding-top: 10px;
    height:75px;
    background-color : #b2d234;
}

.HomeBox
{
    padding: 40px;
}

.HomeBox h1
{
    margin-top: 10px;
}

.btnhome 
{
    font-family: 'PT Serif', serif;
    font-size:14pt;
}

.textRow
{
    padding-top:30px;
}


.nopadding
{
    padding:0;
}
.nomargin
{
    margin:0;
}

.TickerRow
{
    padding-top: 20px;
    padding-bottom: 20px;    
    background-color : #ec008c;
    margin-top:40px;
}
.TickerRow a
{
    color:white;
    text-decoration:none;
}
.TickerRow a:hover
{
    color:#f3e0eb;
}


.footer
{
    background-color:#1dbecf;
    font-family:Peignot;
    font-size:16pt;
    font-weight:bolder;    
    padding-top:40px;
    padding-bottom:60px;
}

a.footerLink
{
    color: #48403d;
    text-decoration:none;    
}
a.footerLink:hover
{
    color:white;
}

img.FBIcon
{
    float:left;
    margin-right:20px;
    margin-top:5px;
}


.PageHeader
{
    height:500px;
    background-size:cover;
    border-bottom: solid 50px #b2d234;    
}

.NavigationRowPage
{
    padding-top: 10px;
    height:75px;
}

.ListIndex
{
    background-color:#23b3c7;
    color:#FFFFFF;
    padding:20px 0 40px 40px;
    font-family:Peignot;
}

.ListIndex h1
{
    color:white;
    margin-bottom:30px;
}

.ListIndex a
{
    color:white;
    text-decoration:none;
    font-size:1.2em;
}
.ListIndex a:hover
{
    text-decoration:underline;
}

.ListItem
{
    margin-top:40px;
}
.ItemText
{
    padding-top:15px;
    padding-left:100px;
    padding-bottom:15px;
}

.contactLeft 
{
    background-color:#e9f0c3;
    padding-top:30px;
    padding-bottom:30px;
}
.contactRight
{
    padding-top:100px;
}

.vertical-align 
{
    display: flex;
    align-items: center;
}

.Field
{
    margin-bottom:10px;
    font-family: 'PT Serif', serif;
    font-size:14pt;
    background-color:#afdae3;
    border-radius:0;
}

.Button
{
    border-style:none;
    font-family: 'PT Serif', serif;
    font-size:14pt;
    background-color:#afdae3;
    padding:10px;
}