﻿.CMHeading {
  padding: 30px;
  margin-bottom: 30px;
  font-family: 'Century Gothic';
  font-size: 18px;
  font-weight: 200;
  line-height: 1.8;
  color: inherit;
  background-color: white;
}

.CMHeadingfont
{
  font-family: 'Century Gothic';
  font-size: 20px;
  color: #13186C;
}

.CMColourfont
{
  font-family: 'Century Gothic';
  font-size: 28px;
  color: #13186C;
}
.CMMenuText
{
  font-family: 'Century Gothic';
  font-size: 16px;
  color: #13186C;
}

.CMNormalText
{
  font-family: 'Century Gothic';
  font-size: 18px;
  color: black;
}

.CMSignatureText
{
  font-family: 'Lucida Calligraphy';
  font-size: 18px;
  font-style:italic;
  color: black;
}

.CMNormalTextTop
{
  font-family: 'Century Gothic';
  font-size: 18px;
  color: #4877BF;
  vertical-align:text-top;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 23px;
}

@font-face {
     font-family: myLogoFont;
     src: url(\fonts\times_0.ttf);
 }

h3 {
 font-family: myLogoFont;
 color: #4877BF;
 }

.jumbotron { min-height: 200px; }

.wrapper {
  display: inline-block;
  margin-top: 25px;
  position: relative;  
}

.wrapper img {
  display: block;
  max-width:100%;
}

.wrapper .overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.25);
  color:white;
}

.LabelCellOne
{
    width: 136px;
    height: 29px;
}

.TextCellOne
{
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #4877BF;
    width: 240px;
    height: 29px;
}

.LabelCellTwo
{
    width: 136px;
    height: 29px;
}

.TextCellTwo
{
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #4877BF;
    width: 180px;
    height: 29px;
}