a.footer:link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-style: normal;
     color: #808284;
     text-decoration: none;
     font-weight: normal
}
 a.footer:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-style: normal;
     color: #808284;
     text-decoration: none;
     font-weight: normal
}
 a.footer:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-style: normal;
     color: #000000;
     text-decoration: none;
     font-weight: normal;
}
 a.topnav:link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #000000;
     text-decoration: none;
     font-weight: normal;
}
 a.topnav:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #000000;
     text-decoration: none;
     font-weight: normal;
}
 a.topnav:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #EC141C;
     text-decoration: none;
     font-weight: normal;
}
 a.link:link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #EC141C;
     text-decoration: none;
     font-weight: normal;
}
 a.link:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #EC141C;
     text-decoration: none;
     font-weight: normal;
}
 a.link:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     color: #808284;
     text-decoration: none;
     font-weight: normal;
}
a.button {
    background:#717171;
    color:#fff;
    padding:10px 20px;
    margin:20px 0px;
    display:inline-block;
    text-decoration:none;
    border-radius:5px;
    box-shadow:2px 2px 8px grey;
    font-weight:bold;
    transition:all .25s;
}
a.button:hover {
    background:#000;
    box-shadow:0px 0px 5px grey;
}
 .body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     line-height: 12px;
     color: #000000;
     text-decoration: none;
     font-weight: normal
}
 .body2 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     line-height: 14px;
     color: #000000;
     text-decoration: none;
     font-weight: bold
}
 .bodyGREY {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-style: normal;
     line-height: 11px;
     color: #808284;
     text-decoration: none;
     font-weight: normal
}
 .bodyBOLD {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: italic;
     line-height: 12px;
     color: #000000;
     text-decoration: none;
     font-weight: bold
}
 .titlesBOLD {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-style: normal;
     line-height: 20px;
     color: #EC161D;
     text-decoration: none;
     font-weight: bold
}

  h1
  {
    font-family: 'Courgette', cursive;
    font-size:26px;
    font-weight:bold;
    color:black;
    text-shadow: 2px 2px 8px grey;


  }

 h3 {
     font-size:14px;
     font-weight:bold;
     color:#EC161D;
}
 h4 {
     font-size:12px;
     font-weight:bold;
     color:#EC161D;
}

.social{
    margin-top:15px;
}
.social li{
    border:none;
    margin-left:0;
    padding:0 10px;
    font-size:20px;
    display:inline-block;
}
.social a{
    color:#808284;
}
iframe{
    width:100%;
    height:600px;
    margin:20px 0px 60px;
}
.bottom-tag-line{
    font-size:15px;
    padding:10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style:italic;
    letter-spacing:1px;
}
p, li{
    line-height:1.6em;
}
