/****************************************
* Maintenance mode
*****************************************/
@font-face {
  font-family: Fenway Park JF;
  src: url("fenway-park-jf.eot") format("eot"), url("fenway-park-jf.woff") format("woff"), url("fenway-park-jf.ttf") format("truetype"), url("fenway-park-jf.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: rift-soft;
  src: url("rift-soft.eot") format("eot"), 
       url("rift-soft.woff") format("woff"), 
       url("rift-soft.ttf") format("truetype"), 
       url("rift-soft.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/*$font-family-secondary: $font-family-Nunito;*/
/* line 8, ../sass/maintenance.scss */
.maintenance-page {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 70px !important;
}
/* line 15, ../sass/maintenance.scss */
.maintenance-page #logo-title {
  margin-left: 50px;
  width: 150px;
}
/* line 18, ../sass/maintenance.scss */
.maintenance-page #logo-title img {
  width: 150px;
  height: auto;
}
/* line 22, ../sass/maintenance.scss */
.maintenance-page #logo-title .site-slogan {
  text-align: center;
}
/* line 27, ../sass/maintenance.scss */
.maintenance-page #content-content {
  margin-left: 50px;
  margin-top: 10px;
  text-align: left;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  color: #2984a8;
}
