/* CSS Document */

/* General Styling 
-------------------------------------------------- */
body {
	background-color: #FFF;
	color: #222222;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.logo {
	padding: 30px 0 0px;
	text-align: center;
}


a, a:active, a:visited {
	color: #222222;
	font-weight: bold;
}
a:hover, a:focus {
	color: #969898;
}

a[href^=tel] { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {font-family: 'Sree Krushnadevaraya', serif;}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.6rem;
}
.lead {
  font-size: 1.3rem;
  font-weight: 300;
}

.bgtop { background: #009896; color: #FFFFFF; padding: 100px;}
.bgpictop { background: #fff; padding: 0px; margin: 30px 0px 60px 0px;}
.bg1 { background: #222; padding: 100px;}
.bg2 { background: #969898; color: #FFF; padding: 100px; }
.bg3 { background: #643055; color: #FFFFFF; padding: 100px;}
.bg4 { background: #009896; color: #FFFFFF; padding: 100px; }
.bg5 { background: #e9eaea; padding: 100px;}
.bgpic { background: #fff; padding: 0px; margin: 60px 0px 30px 0px;}
.bgwhite { background: #FFF; padding: 100px;}
.bgwhite2 { background: #FFF; padding: 100px;}
.marleft { margin: 30px 30px 30px 0px;  }
.marright { margin: 30px 0px 30px 30px;}
.marfull { margin: 40px 0 30px; }


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row {
  margin-bottom: 0px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0px;
}
[class*="col-"] {
  padding: 10px 0 0;
}



/* Navigation
-------------------------------------------------- */

.nav-item { padding-right: 20px;}  /*adds space beside menu items*/

.navbar-custom {
    background-color: #FFF;
	font-family: 'Sree Krushnadevaraya', serif;
	font-weight: normal;
	padding-bottom: 30px;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #009896;
	padding-bottom:.5rem;
		font-size: 1.5rem;
}
.purple { color: #333333; }

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0, .5);
		font-size: 1.25rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(0,0,0, 0.8);
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #FFF;
	border: none;
}
.navbar-custom .dropdown-item {
    color: #fff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	color: #FFF;
	background-color: rgba(34,34,34,.5);
}
.navbar-custom .dropdown-item.active {
	color: #0C0304;
	font-weight: bold;
	background-color: rgba(255,255,255,.1);
}
/* this is a black icon with 50% opacity */
.navbar-light .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");
}
/*  this is a white icon with 50% opacity */
.navbar-dark .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, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*  this is a custom toggler icon with 80% opacity */
.navbar-custom .navbar-toggler {
    border-color: rgba(255,255,255, 0.9);
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.navbar-custom .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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navIcons {
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
	}
.navIcons:hover {
	font-size: 20px;
	color: #AAE800;
	}


/* Buttons 
___________________________________________________*/
.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}

/* default button */
.btn-default {
  color: #222;
  background-color: #e9eaea;
  border-color: #fff;
}
.btn-default:visited {
  color: #222;
  background-color: #e9eaea;
  border-color: #fff;
}
.btn-default:hover {
	color: #222;
	background-color: #D7D9D9;
	border-color: #fff;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  background-color: #442950;
  border-color: #442950;
}

.btn-default:active, .btn-default.active,
.show > .btn-default.dropdown-toggle {
  background-color: #67a402;
  background-image: none;
  border-color: #67a402;
}

/* primary button */
.btn-primary {
	color: #FFF;
	background-color: #502644;
	border-color: #ffffff;
}
.btn-primary:visited {
	color: #FFF;
	background-color: #502644;
	border-color: #FFFFFF;
}
.btn-primary:hover {
	color: #FFF;
	background-color: #643055;
	border-color: #FFFFFF;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #442950;
  border-color: #442950;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #442950;
  background-image: none;
  border-color: #442950;
}

/* secondary button */
.btn-secondary {
	color: #fff;
	background-color: #009896;
	border-color: #007C7A;
}
.btn-secondary:visited {
  color: #fff;
  background-color: #009896;
  border-color: #009896;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #00C3C0;
	border-color: #00B3B1;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #442950;
  border-color: #442950;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #A6804D;
  background-image: none;
  border-color: #9A7747;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 background: url(../images/footer_gr.png);
  background-repeat: repeat;
	height: 40px;
  text-align: center;
}
footer{
  color: #222;
}
footer a, footer a:active, footer a:visited {
  color: #fff;
	font-weight: normal;
}
footer a:hover{
  color: #8dc000;
}
.footer-top{
  background: #8dc000;  
  text-align: center;
  padding: 30px 0;
  border-top: 3px solid #8dc000;
    border-width: 1px 0;
    border-color: white transparent #8dc000;
    box-shadow: 0 1px 0px white, 0 -1px 0px #8dc000;
}

.footer-middle{
  padding-top: 2em;
}
.footer-middle a:hover{
  color: #8dc000;
	text-decoration: none;
}

.footer-bottom{
  padding: 2em;
  text-align: center;
	font-size: 11px;
}
.footer-bottom a{
  color: #222;
	font-weight: normal;
}


/* Sizing for Devices
-------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.footer-title h4{ font-size: 20px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.logo {
	padding: 30px 0;
	text-align: left;
}

.footer-title h4{ font-size: 30px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.bgwhite { background: #FFF; padding: 100px 10px;}	
.bgwhite2 { background: #FFF; padding: 100px 10px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .specalignL {text-align: left;}
  .specalignR {text-align: right;}
}


