@font-face {
    font-family: bisonRegular;
    src: url(/css/Bison/Bison-Regular.ttf);
  }

  @font-face {
    font-family: bisonBold;
    src: url(/css/Bison/Bison-Bold.ttf);
  }

  @font-face {
    font-family: helveticaThin;
    src: url(/css/HelveticaNeueLTStd-Th.otf);
  }


  

body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;

}

  footer {
   float: left;

}

.video-container {
    min-height: 550px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  color: #ffffff;
  padding: 10px;


  margin-left: 70px;
  line-height: 1.0;
}

h2 {
    font-family: 'bisonBold';
    font-size: 120px;
    margin-bottom:0px;
    margin-top:90px;
}

h3 {
    font-weight: normal;
    font-family: helveticaThin;
    letter-spacing: 1.5px;
    font-size: 30px;
}


#promo-text {
  z-index: 10;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#front-promo {
    position: relative;
    width: 100%;
    float: left;
    height: 500px;
    background-color: #3a595c;
}

#logo {
    font-size: 50px;
    letter-spacing: 1.5px;
    color: lightgray; 
    margin-top: 30px;
}

#no-promo {
    float: right;
    right: 0px;
    margin-right: 30px;
    margin-top: 20px;
    font-family: helveticaThin;
    font-size: 20px;
    letter-spacing: 1.2px;
    color: lightgray;
}

#services {
    background-color: #f4f4f4;
    padding: 20px 20px 20px 70px;
    color: #333333;
}

header {
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */

    height: 70px;

}


header, footer {
    width: 100%;
	height: 700px;
    background-color: #333;
}

#footer-left {
    float: left;
    width: 40%;
    margin: 20px 4px 60px 60px;
}

.white, footer, header {
    color: #fff;
}

.m {
    font-size: 30pt;

}

.s {
    font-size: 24pt;
}

.bisonBold, header, #logo, .s {
    font-family: 'bisonBold';
  
}
