﻿@font-face{font-family: "Montserrat Black";src: url('../fonts/a009f557-64e8-475d-a847-5c86831bcc42.ttf')}
@font-face{font-family: "Montserrat Light";src: url('../fonts/632d9e75-35cf-4fc7-8667-80fe72dbce66.ttf')}
@font-face{font-family: "Montserrat";src: url('../fonts/2e3d5f3e-5fa2-455b-80ab-b4ca525a07a3.ttf')}
h1{font-family:Montserrat Black;font-size:45px;color:#000000;line-height:50px;text-alignment:left;font-weight:bold;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:10px;}

h2{font-family:Montserrat;font-size:35px;color:#1F4294;line-height:40px;text-alignment:left;font-weight:bold;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:10px;}

h3{font-family:Montserrat;font-size:25px;color:#000000;line-height:30px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h4{font-family:Segoe UI;font-size:24px;color:#000000;line-height:24px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h5{font-family:Segoe UI;font-size:20px;color:#000000;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h6{font-family:Segoe UI;font-size:16px;color:#000000;line-height:16px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

body,td,div,p{font-family:Montserrat;font-size:16px;color:#000000;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

li{font-family:Montserrat;font-size:16px;color:#000000;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:link{font-family:Montserrat;font-size:16px;color:#1F4294;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:visited{font-family:Montserrat;font-size:16px;color:#1F4294;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:hover{font-family:Montserrat;font-size:16px;color:#1F4294;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:underline;font-style:normal;margin-top:0px;margin-bottom:0px;}

hr{color:#000000;background-color:#000000;height:1px;width:100%;border-width:0;margin:auto;}

.whiteLinks{font-family:Montserrat;font-size:16px;color:#FFFFFF;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}
.whiteLinks:link{font-family:Montserrat;font-size:16px;color:#FFFFFF;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

.whiteLinks:visited{font-family:Montserrat;font-size:16px;color:#FFFFFF;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

.whiteLinks:hover{font-family:Montserrat;font-size:16px;color:#FFFFFF;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:underline;font-style:normal;margin-top:0px;margin-bottom:0px;}

.hollowButton {
   padding: 15px;
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #ffffff;
   text-decoration: none;
   transition: .5s ease;
}

.hollowButton:link {
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   padding: 15px;
}

.hollowButton:visited {
   color: #ffffff;
}

.hollowButton:hover {
   color: #000;
   text-decoration: none;
   background: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #ffffff;
}

.redButton {
   padding: 15px;
   background: #d2232a;
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #d2232a;
   text-decoration: none;
   transition: .5s ease;
}

.redButton:link {
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   padding: 15px;
}

.redButton:visited {
   color: #ffffff;
}

.redButton:hover {
   color: #d2232a;
   text-decoration: none;
   background: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #d2232a;
}

.blueButton {
   padding: 15px;
   background: #1f4294;
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #1f4294;
   text-decoration: none;
   transition: .5s ease;
}

.blueButton:link {
   color: #ffffff;
   font-size: 20px;
   font-weight: bold;
   padding: 15px;
}

.blueButton:visited {
   color: #ffffff;
}

.blueButton:hover {
   color: #1f4294;
   text-decoration: none;
   background: #ffffff;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #1f4294;
}

.hollowBlueButton {
   padding: 15px;
   color: #1f4294;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #1f4294;
   text-decoration: none;
   transition: .5s ease;
}

.hollowBlueButton:link {
   color: #1f4294;
   font-size: 20px;
   font-weight: bold;
   padding: 15px;
}

.hollowBlueButton:visited {
   color: #1f4294;
}

.hollowBlueButton:hover {
   color: #ffffff;
   text-decoration: none;
   background: #1f4294;
   font-size: 20px;
   font-weight: bold;
   border: solid 5px #1f4294;
}

div.homeFloat {
   margin-top: 0px;
   transition: .4s;
   animation-timing-function: linear;
   position: relative;
}

div.homeFloat:hover {
   margin-top: -25px;
   transition: .4s;
   animation-timing-function: linear;
   position: relative;
}

a img{border: none;}