
/********************************************************************************START OF NAVIGATION BAR******************************************************************/

.navbar-dark
{
	z-index: 1;
	background-color: #5f5f5f !important; /*575755 , 7bc35d*/
	color: #FFFFFF !important;
	letter-spacing:1px;
	padding: 0;
	height: 50px;
}

.navbar-nav > li > .dropdown-menu 
{ 
	background-color: #5f5f5f; 
}

.navbar-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    background-color: #5f5f5f;
}

.navbar-nav > li {
    /*float: left;*/  
}

.navbar-nav > li > .divider
{
	color: white !important;
}

.navbar-nav > li a {
    display: block;
    color: white !important;
    text-align: left;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

.navbar-nav > li a:hover:not(.active) {
    background-color: #28a745;
}

.navbar-nav .active 
{
    background-color: #28a745;
}

/*********************************************************************************END OF NAVIGATION BAR*******************************************************************/


container {
	padding:2rem;
	}

section {
	padding:2rem;
	}
.bg-primary {
	background-color:#007aeb;color:#fff;
	}
.bg-gray {
	background-color:#f7f7f7;
	}

#mydomain{
	/* background-color: #e2ecfd  */
}

#mydomain a
{
    font-weight: bold;
    text-decoration:none;
    color: #000;
}

#mydomain a:hover
{
    color: #4caf50;	
    font-weight: bold;
    text-decoration:none;
}

#mytext
{
	color: #4caf50;	
}

#banner
{
	/*background: url("../img/0.jpeg") #EEE ;*/
	background-image: url("../img/town.png");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 500px;
}

body {
  position: relative;
  background-color: #ffffff;
}

ul.nav-pills {
  top: 20px;
  /*position: fixed;*/
}
div.col-7 div {
  height: 500px;
}

.content-section {
  min-height: 2500px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Position the items */
    // &:nth-child(2) { top: 25%; }
    // &:nth-child(3) { top: 50%; }
    // &:nth-child(4) { top: 75%; }
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  padding: 0 15px;
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

/***********************************************************************************START OF FOOTER*********************************************************************/

footer
{
/* 	position: fixed;
	width: 100%;
	background-color: #2e2e2e;
	color: #FFFFFF !important;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px; */
	
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	color: #FFFFFF !important;
	background-color: #2e2e2e;
	text-align: center;
}

#myfooter 
{
	
  text-align: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#myfooter ul li
{
    list-style-type: disc;
}

#myfooter a
{
    font-weight: bold;
    text-decoration:none;
    color: #FFF;
    margin: 5px;
}

#myfooter a:hover
{
    color: #28a745;	
    font-weight: bold;
    text-decoration:none;
}

/************************************************************************************END OF FOOTER**********************************************************************/


.fixed-bg {
  background-image: url("../img/background/town_day.png");
  min-height: 38%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/************************************************************************************START OF CARD**********************************************************************/


.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
}

/*************************************************************************************END OF CARD***********************************************************************/

:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

html,
body {
  height: 100%;
}

.form-signup {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label,
.form-label-group > select {
  height: 45;
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}



.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}


.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group select::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group select:-ms-input-placeholder {
  color: transparent;
}

.form-label-group select::-ms-input-placeholder {
  color: transparent;
}

.form-label-group select::-moz-placeholder {
  color: transparent;
}

.form-label-group select::placeholder {
  color: transparent;
}

.form-label-group select:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group select:not(:placeholder-shown) ~ select {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}