/* Variables */
/* layout */
.searchFormContainer {
  z-index: 101 !important;
}

@media only screen and (min-width: 650px) {
  .pageContainer {
    margin-top: 60px;
  }
}
.center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1410px) {
  .btn-group {
    display: inline;
  }
}
.mainTranslationPane {
  margin-top: -120px;
}

#footer {
  position: fixed;
  bottom: 0;
  background-color: #00AC85;
  z-index: 2;
  width: 100%;
  padding: 10px 30px 0 30px;
}

.canadaLogo {
  vertical-align: middle;
  max-width: 15em;
  position: relative;
  margin: 10px auto;
  display: block;
}

@media only screen and (max-width: 650px) {
  .canadaLogo {
    max-width: 10em;
  }
}
.bottomImageAnchor {
  background-image: url("../imgs/pngfuel.com.png");
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  background-size: cover;
}

/* static */
/* Main DOM Elements */
html {
  box-sizing: content-box;
}

body {
  background-color: #60E8FE;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: "Luckiest Guy";
  color: white;
}

/* Headings Start */
.mainHeading {
  position: relative;
  z-index: 1000;
  font-size: 5em;
  margin-top: 250px;
  text-align: center;
  -webkit-text-stroke: 3px #00AC85;
}

/*Containers*/
.pageContainer {
  position: absolute;
}

.characterContainer {
  max-width: 960px;
  margin: 0 auto;
}

.containerPane {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  border: 6px solid white;
  border-radius: 2em;
  background-color: #00AC85;
  padding: 1em;
}

/* Buttons Start*/
.btn, .btn.btn-primary {
  background-color: #37F9CD !important;
  color: #246148;
  border: 3px solid white;
  border-radius: 10px !important;
  margin: 5px 5px 5px 0;
}

.btn.btn-success {
  font-size: 1.2em;
}

.btn.active.btn-primary {
  background-color: #246148 !important;
  border-color: white !important;
}

.btn:hover, .btn-success:hover {
  background-color: #246148 !important;
  border: 3px solid white;
  color: white;
  border-radius: 10px !important;
  cursor: pointer;
}

.btn-success {
  width: 100%;
}

.btn-success:hover {
  color: white;
}

/* Button Alerts */
.btn-alert {
  background-color: #FB5C01;
}

.searchInput {
  float: left;
  font-family: "Luckiest Guy" !important;
  font-size: 1.2em;
  border-radius: 0.7em;
  padding: 1.2em;
}

@media only screen and (max-width: 650px) {
  .tenseSelectorsContainer {
    visibility: hidden;
    height: 0px;
  }

  .searchFormGroup {
    margin: 0px;
  }
}
/* Tables Start */
.resultsTable {
  color: white;
  font-family: "Luckiest Guy";
  border: 0px;
}

.resultsTable td {
  border: none;
}

/* Tables End */
/*components*/
/* Modals Start */
.modal-content {
  border: 3px solid #FB5C01;
  border-radius: 2em;
  padding: 2em;
}

.modal-content h2 {
  color: #F96400;
}

.modal-header, .modal-footer {
  border: 0px;
}

/* Modals End */
/* Navigation  Start */
.SIFNav {
  width: 100%;
  position: fixed;
  z-index: 100000;
  border: 6px solid white;
  background-color: #00AC85 !important;
  font-family: "Luckiest Guy";
}

.SIFNav .nav-link {
  color: #95FCEE !important;
  font-size: 2em;
}

.navbar-brand {
  max-width: 100px;
}

@media only screen and (max-width: 650px) {
  .navbar-brand img {
    max-width: 75px !important;
  }
}
/* Navigation  End */
.character {
  position: relative;
  max-width: 200px;
  bottom: -40px;
  z-index: 2;
  max-width: 125px;
}

.alertBunny {
  float: right;
  top: 0;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 951px) and (max-width: 1310px) {
  .bearMainPage {
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 950px) {
  .bearMainPage, .beaverMainPage {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .tenseSelectors {
    visibility: hidden;
    height: 0px;
  }

  .bearMainPage, .squeakMainPage, .beaverMainPage {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
