body {
	background-color: #b28ca9;
    margin-top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right:  0;
    text-align: center; /*-----  Parent must use--> text-align: center;  -----*/
    color: #777777;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    display: inline-block; /*-----  Child must use--> display: inline-block;  -----*/
    min-height: 110%;
}

.main {
    margin-bottom: 0;
    min-height: 100%;

}

.sectionhead {
    color: #777777;
    font-size: 20pt;
    text-align: center;
    max-width: 1000px;
}


.bodycolor {
    width: 100%;
    background-color: white;
    height: 100%;
    min-height: 38.4em;
    overflow: hidden; /*This makes the background color strectch behind floating elements*/
    
}


/*--------------------home page only start--------------------*/


/*-- Hides mobile navigation on home page --*/
#index #navigation {
    display: none;
}

.maingroup {
    width: 100%;
    font-family: 'bodoni-urw', serif;
    font-weight: 500;
}

/*----------bars code starts here---------*/
.bars {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    position: fixed;
    z-index: 3;
    
}



.nobar {
    background-color: #00000080;
    height: 40px;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
}


.nobar:hover {
    background-color: #ffffff60;
    color: white;
}


.nobar-TFL {
    background-color: #00000080;
    height: 40px;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
}



@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.bob-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bob-on-hover:hover, .bob-on-hover:focus, .bob-on-hover:active {
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}



a:hover { 
    color: white; 
}

.nobar div{
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 26px;
}


 a {
    text-decoration: none;
    color: #f69169;
    font-size: 26px;
}

.vertical-line {
    border-left: 60px solid #f69169;
    height: 50px;
    width: 10px;
    float: left;
    
}


.row {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.item {
  display: table-cell;
  vertical-align: center;
}
.item img {
  display: block;
  max-width: 30%;
}

/*----------bars code ends here---------*/


.bgimage {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -.45em;
    
}

.bgimage img {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.bgimage-2 {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -1em;
    
}

.bgimage-2 img {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -1em;
}


/*--------------------home page only end--------------------*/

