@font-face {
    font-family: "FuturaLTW01-LightOblique"; 
    src: url("fonts/9a7e574c3eda05d71d03345d3f9e268e.eot"); 
    src: url("fonts/9a7e574c3eda05d71d03345d3f9e268e.eot?#iefix") 
    format("embedded-opentype"), url("fonts/9a7e574c3eda05d71d03345d3f9e268e.woff2") 
    format("woff2"), url("fonts/9a7e574c3eda05d71d03345d3f9e268e.woff") 
    format("woff"), url("fonts/9a7e574c3eda05d71d03345d3f9e268e.ttf") 
    format("truetype"), url("fonts/9a7e574c3eda05d71d03345d3f9e268e.svg#FuturaLTW01-LightOblique") 
    format("svg"); 
}

@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('fonts/GlacialIndifference-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
    font-family: "GlacialIndifference-Regular";
}

body, div, p, h2, h3, h4, button, a, input {
    font-family: "Montserrat-Light";
}

p { 
    font-size: 18px;
}

h1 {
    padding: 0px;
    margin: 0px;
    font-size: 80px;
}

h2 {
    font-size: 30px;
}

h3 {
    padding: 0px;
    margin: 0px;
    font-size: 50px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #BBBBBB;
}

.feedImage{
    padding: 0px;
    width: 100%;
    transition: width 0.5s;
    object-fit: cover;
}

.feedImage:hover {
    padding: 0px;
    width: 105%;
    transition: width 0.5s;
}

.feedTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.feedTableCell {
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.pageSection{
    margin: 0px;
    padding: 20px;
    margin: auto;
    text-align: center;
    max-width: 900px;
}

.reviewBar{
    padding: 30px;
    margin: 0px;
    height: 180px;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
}

.header{
    height: 700px;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url("images/header.jpg");
    background-size: cover;
    background-position: 0px, -120px;
}

.headerFloatLeft{
    position: fixed; 
    background-color: #1e1e1e55; 
    border-radius: 10px; 
    padding: 10px; 
    left: 20px; 
    top: 20px; 
    max-width: 25%;
}

.headerFloatRight{
    text-align: center;
    position: fixed; 
    background-color: #1e1e1e55; 
    border-radius: 10px; 
    padding: 10px; 
    right: 20px; 
    top: 20px; 
    max-width: 25%;
}