/* Standardize float right photos */
.fas-photo-float-right img {
  /*margin-left: 100px;
  margin-bottom: 10px;
  border-width: 1px;*/
  width: 300px;
}

/* Font size 1 larger for opening text */
.fas-font-larger {
  font-size: calc(100% + 1px);
}

h1 {
  color: rgb(68, 71, 82);
  font-weight: 500;
}

h2, h3, h4, h5, h6 {
  color: rgb(220, 120, 109);
  font-weight: 500;
}
#header {
    background-color: #962f24;
  }

strong {
    font-weight: bold;
}

a {
    color: rgb(150, 47, 36);
    text-decoration-color: initial;
    text-decoration: none !important; 
}

.btn {
    box-shadow: none;
    background-image: none;
    background-color: rgb(120, 38, 29);
    text-shadow: rgba(24, 26, 27, 0.75) 0px 1px 1px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-color: rgba(140, 130, 115, 0.1) rgba(140, 130, 115, 0.1) rgba(140, 130, 115, 0.25);
    color: rgb(232, 230, 227);
    line-height: 20px;
    text-shadow: none;
    padding-block-end: 5px;
    padding-block-start: 5px;
    padding-bottom: 5px;
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
}

.btn:hover {
  background: rgba(0,212,255,1);
}

/* Show sub-menu on hover */
.mod-menu .metismenu-item:hover .mm-collapse {
  display: block;
}