
body
{
	font-family: 'Andika', sans-serif;
	/*text-align: center;*/
  background: #E5E4DE;
  color: #818078;
 
}

/* Site Header Settings */

.site-header
{
  background-color: #fff;
  padding-top: 5px;
  border-bottom: 0px solid #FFC300;
}


/* Page Header section with fixed bg image */


.pg-header
{
  background:radial-gradient(circle farthest-side,rgba(238, 234, 27, 0),rgba(0,0,0,0.9)), url("../images/bgimg3.jpg") no-repeat center center fixed;
  background-size: cover;
  margin-bottom: -60px; 
  height:92vh; 
  border-bottom: 5px solid #fff;

}

/* News Scroller Settings| Increase background opacity to make the strip visible  rgba(0, 0, 0, 0.7) */

.news-scroll
{
  font-family: 'Andika';
  font-size: 1.0rem;
  font-weight: 100;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}


/* Main Navbar Settings */

.mainmenu
{
  font-family: 'Bebas Neue', cursive;
  font-size: 1.2rem;
  font-weight: 100;
  text-decoration: uppercase;
  background-color: rgba(255,255,255);
  overflow: hidden;
}

.mainmenu  .nav-item
{
  text-align: center;
  /*min-width: 125px;*/
  padding-right:5px ;
  padding-left: 5px;
}

.mainmenu  .nav-item:hover
{
  background-color: #FFC300;
  border: 0px solid #FFBF00;
  border-radius: 4px;
}

.nav-link
{
  padding: 2px;

}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #ccc;
} 

/* Make Menu items non wrapable */

li.nav-item
{
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;

}

.menu-bar
{
  padding-top: 10px;
}

.top-menu
{
border-bottom: 1px solid #ccc;

}

.align-menu
{
  margin-left: auto !important;
  margin-right: 0px;
}

/** Changes on window resize */

@media (max-width: 1200px){
.menu-bar
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 0px;
  padding: 1px;
}
.align-menu
{
  margin-left: auto;
  margin-right: auto;
}
.pg-header
{
  height: 80vh;
}

}

/* Home Page image & Text Scroller section */
.homecontent
{
  background: rgba(255,255,255,0.7);
  padding-top: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.content
{
  min-height: 800px;
  margin-top: 15px;
  padding-bottom: 10px;
  background: rgba(255,255,255,0.7);
}

/* Carousel base class */
.carousel {
  
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-inner
{
  height: 65%;
}
.carousel-inner > .carousel-item > img {
   width: 100%; 
   max-height: 65%;
   border:0px solid #000;

}


/* Cards on Home page */
.card
{
  border-radius: 10px 10px 0 0;
  border: none;
}
.bg-image 
{

width: 100%;
border-radius: 10px 10px 0 0;
border: 5px solid #fff;
height: 100%;
}

.card-title
{
	color: #000;
}


/** Horizontal Lines with section name */

div.hr-or {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  text-align: center;
  height: 0px;
  line-height: 0px;
}

div.hr-or:before {
  content: 'OR';
  background-color: #fff;
}

div.hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ccc;
  text-align: center;
  height: 0px;
  line-height: 0px;
}

.hr-title {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 6px;
  font-weight: 600;
  border-radius: 5px;
}
/** Floating Menu **/
.icon-bar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 150px;
  border: 0px solid #fff;
  width: 63px;
  margin: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.downloads {
  background: #E1A118;
  color: white;
}

.contact {
  background: #922B21;
  color: white;
}


/** Image Gallery */
/*
.gallery{
  background-color: #eee;
  padding: 10px 0;

}
.gallery img{
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 2px;
  width: 100%;
  height: 150px;
  box-shadow: 0 0 15px rgba(0,0,0,0);
  cursor: pointer;
}

#gallery-modal .modal-img{
  width: 100%;
}

.img-container
{
  margin-bottom: 2px;
   
}
.title-box
{
  background-color:#DE3163;
  color: #fff;
  text-align: center;
  padding: 2px;
  margin-bottom: 2px;
  border-radius: 2px;

}
*/
/** Contact Form **/

.form-control
{
  border-radius: 0px;
}

.input-group-text
{
  border-radius: 0px;
}
