/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.body-indx {
  /*background: url('../images/background.png') no-repeat center fixed;*/
  /*background-size: cover;*/
  font-family: Tahoma;
}

Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  body {font-size: 100%;  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  body {font-size: 100%;  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {font-size: 100%;  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {font-size: 100%;  }
}

h1 {
  color: white;
  font-size: 8vw;
  font-family: Edwardian Script ITC Regular;
}

h2 {
  font-family: Perpetua;
  text-transform: capitalize;
}

.logo-bg {
  position: absolute;
  top: 1.8vw;
  left: 3.5vw;
  z-index: 100;
  width: 10vw;
  height: 11vw;  
}

img { 
    max-width: 200%; 
    height: auto; 
}

.logo-text {
  color: white;
  font-size: 11vw;
  font-family: Perpetua Titling MT;
  font-weight: bolder;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.title {
  width: 100%;
  height: 11vw;
  line-height: 12vw;
  text-align: right;
  vertical-align: middle;
  margin-top: 4vw;
  opacity: 0.8;
  background-color: #204811;
  padding-right: 8vw;
}

.titleText {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.list-top {
	margin-top: 80px;
}

.list-row {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

