*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

h4.RedCenter{
  text-align: center;
  color: red;
}

/* Fixed image size */
.img300x200 {
  width: 300px; 
  height: 200px;
  object-fit: cover;
  }
/* Fixed image size */
.img150x100 {
  width: 150px; 
  height: 100px;
  object-fit: cover;
  }

.welcome h3 {
  color: #202020;
  letter-spacing: -2px;
}

.welcome h3 span {
  display: block;
  margin: 11px 0 17px 0;
  font-size: 40px;
  line-height: 80px;
  color: #aa8f67;
  text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;
  letter-spacing: -2px;
}


a.caption {
  color: white !important;
  text-decoration: none;
}

.carousel-caption {
  text-shadow: 2px 2px 4px black;
  bottom: 10px;
  left: 2%;
  right: 2%;
}

.carousel-caption a {
  margin: 0 12px;
}

.carousel-background {
  background-color: #5f5f5f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.panel-caption {
  background-color: #aa8f67;
  text-shadow: 2px 2px 4px black;
  padding: 5px;
  display: flex;
  align-items: center; /* horizontal */
  justify-content: center; /* vertical */
  color: white !important;
}

.panel-tag {
  top: 0;
  left: 0;
  background-color: red;
  height: 30px;
  width: 120px;
  color: white;
  position: absolute;
  padding: 5px;
}

.image-containter {
  position: relative;
}

.two-line-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: auto;
  max-height: 2.4em;
  width: calc(100%);
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 10px;
  color: white;  
}

.three-line-caption {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: auto;
  max-height: 3.6em;
  width: calc(100%);
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 10px;
  color: white;
}

.sidebar {
  margin: 15px 0 20px 15px;
  float: left;
  width: 95%;
}
.img300x200 {
  height:200px;
  width: 300px;
}

.line {
  border-bottom: 1px solid #ea4748;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
}
   
.textCenterNoLine{
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: center;
}

.textLineCenter {
  border-bottom: 1px solid #ea4748;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: center;
}

.textCenter {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: center;
}

.textCenterBlue {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #161af0;
  text-shadow: 2px 2px 5px #4f79f6;
  text-align: center;
}


.textPurpleCenter {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #7140e6;
  text-shadow: 2px 2px 5px #f02ee080;
  text-align: center;
}



.textLineLeft {
  border-bottom: 1px solid #ea4748;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: left;
}


.textLeft {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: left;
}

.textNormal {
  
  position: relative;
  margin-bottom: 5px;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  
}

.textNormalBlueCenter {
  
  position: relative;
  margin-bottom: 5px;
  color: #2c05f1;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: center;
  
}


.textRedLarge {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 5px;
  color: #f80a0a;
  text-shadow: 2px 2px 5px #ec3333;
  
}

.textNormalLarge {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 5px;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  
}

.textNormalLargeCenter {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 5px;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: center;

  
}

.textRedLargeCenter {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 5px;
  color: #f80a0a;
  text-shadow: 2px 2px 5px #ec3333;
  text-align: center;

  
}
.textRedNormalCenter {
  
  font-family: Cursive, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 5px;
  color: #f80a0a;
  text-shadow: 2px 2px 5px #ec3333;
  text-align: center;
}

.textRedNormalCenterNoShaddow {
  
  font-family: Cursive, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 5px;
  color: #f80a0a;
  text-align: center;
}

.textNormalLargePurpleCenter {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 5px;
  color: #a71696;
  text-shadow: 2px 2px 5px #ef8ef2;
  text-align: center;
  
}

.textNormalSmallPurpleCenter {
  
  font-family: Cursive, Helvetica, sans-serif;
  font-size: 30px;
  position: relative;
  margin-bottom: 5px;
  color: #a71696;
  text-shadow: 2px 2px 5px #ef8ef2;
  text-align: center;
  
}

.textNormalLeft {
  
  position: relative;
  margin-bottom: 5px;
  color: #6d5f4a;
  text-shadow: 2px 2px 5px #aa8f67;
  text-align: left;
}

.textPurpleLeft {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #7140e6;
  text-shadow: 2px 2px 5px #f02ee080;
  text-align: left;
}
.textPurpleNormalLeft {
  
  position: relative;
  margin-bottom: 5px;
  text-shadow: 2px 2px 5px #f02ee080;
  text-align: left;
}


.textCenterGold{
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(249, 196, 5, 0.912);
  text-shadow: 2px 2px 5px #46785a80;
  text-align: center;
}

.textCenterRed {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: red;
  text-shadow: 2px 2px 5px #f02ee080;
  text-align: center;
}
.textCenterNormalRed {
  
  position: relative;
  margin-bottom: 5px;
  color: red;
  /*text-shadow: 2px 2px 5px #f72b3280;*/
  text-align: center;
}

.textCenterNormalRedSmall {
  
  position: relative;
  font-size: 15px;

  margin-bottom: 3px;
  color: red;
  /*text-shadow: 2px 2px 5px #f72b3280;*/
  text-align: center;
}


.textLeftRed {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: red;
  text-shadow: 2px 2px 5px #f02ee080;
  text-align: left;
}
.textLeftNormalRed {
  
  position: relative;
  margin-bottom: 5px;
  color: red;
  text-shadow: 2px 2px 5px #f35c5c80;
  text-align: left;
}

.textCenterBlack {
  
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: black;
  text-shadow: 2px 2px 5px #3e3d3d80;
  text-align: center;
}

.textCenterNormalBlack {
  
  position: relative;
  margin-bottom: 5px;
  color: black;
  /*text-shadow: 2px 2px 5px #f72b3280;*/
  text-align: center;
}

.icon-title {
  overflow: hidden;
  line-height: 1.3em;
  max-height: 6.5em;
  text-align: left;
  margin: 0 auto;
  padding-right: 0px;
  color: #000;
  text-overflow: ellipsis;
}

marquee {  
  color: maroon;
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}    

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}
