* {
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: rgb(3,3,3);
  color: #ffffcc
}

main {
  background-color: rgb(3,3,3);
  background-image: url(gears_background_sm.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 170px 56px;
  min-height: 100vh;
}

.bgciMobileOnly {
  display: none;
}


@media (max-width: 1024px) {
  main {
    background-color: rgb(3,3,3);
    background-image: url(gears_background_sm.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -50px -50px;
    min-height: 100vh;
  }
  
  .bgciMobileOnly {
      display: flex;
  }

  .bgciDesktopOnly {
      display: none;
  }

}

h1.bgciH1 {
  font-size: 3.5em !important;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  h1.bgciH1 {
    font-size: 2.5em !important;
  }
  
}

h2.bgciH2 {
  color: #ffffff;
  margin-left: 20px;
  font-size: 1.5em !important;
  margin-top: 3px;
  margin-bottom: 3px;
}


h3.bgciH3 {
  color: #ffffff;
  margin-left: 20px;
  font-size: 1.5em !important;
  margin-top: 3px;
  margin-bottom: 3px;
}

p.bgciP {
  margin-left: 20px;
  font-size: 1.0em !important;
  margin-top: 3px;
}

a {
  color: lightskyblue;
}

a.hover {
  color: #ffffcc;
}

.bgciLogo { 
  width:200px;
  float:left;
}

.bgciHomePageTitle {
  min-height: 25vh;
  justify-content: left;
  align-items: baseline;
}

.bgciHomePageCard {
  background-color: rgba(229,217,182,.9);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bgciHomePageCardTitle {
  background-color: rgba(203,178,106,.4);
  border-top: 1px solid #be9e44;
  border-bottom: 1px solid #be9e44;
  padding: 5px;
}

.bgciHomePageBuffer {
  background-color: rgba(26,26,26,.9);
  text-align: center;
  padding: 20px;
  width: 100%;
}
