﻿html{
  /*  min-height:100%; make sure it is at least as tall as the viewport
    position:relative;*/
} 


body 
{
       /* 

    background-image:url(../airport/images/4.png);

    background-repeat: no-repeat;
    background-attachment: fixed;

 background-attachment: fixed;

     background-image:url(../images/seniorhome.jpg);*/
               background-repeat: no-repeat;
               background-position:top center;
               /*  height:100%; force the BODY element to match the height of the HTML element */
                  
}

h1
{
    color:#0099b6;
}


/* structure */

.container
{

    border:solid 0px pink;
    padding-right:2px;
    padding-left:2px;
    width:100%;
    background:none;
   /* height:100%;
        position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;*/
}

.bodyholder {
    width: 100%;
    /* background-image: url(../images/Backgrounds/sand-trans-darker.png); */
    border: solid 0px pink;
    padding: 0px;
    border-top: solid 0px #ffffff;
}

.bodycontainer
{
    border:solid 0px purple;
    max-width:1024px;
    margin: auto;
    position:relative;
    margin-top:12px;
     /*background-image:url(../images/Backgrounds/sand-trans-darker.png);*/
    
}


.topspacer
{
    width:100%;
   /* background-image: -webkit-linear-gradient(#0099b6,#8dcdde);*/
    height:3px;
    border-top:solid 1px white;
}

.topfullwidth
{
	border-style: solid;
    border-color: inherit;
    border-width: 0px;
    width:100%;
	height:158px;
	height:30px;
    border-bottom:0px solid #fcf8ef;
    opacity:.8;
text-align:right;
padding-right:100px;
}

.toplogomenuholder
{
    width:100%;
    opacity:5;
    z-index:999;
    background:rgba(255,255,255,0.99);
    height:110px;
    height:195px;
    border:solid 0px blue;
}

.logo
{
      /*   background-image:url(../images/logo250.png);*/
               background-repeat: no-repeat;
           border:solid 0px yellow;
               height:110px;
}


.menu
{
    border:solid 0px black;
    vertical-align:middle;
    height:40px;
    margin-top:35px;
    text-align:right;
    /*font-family:Calibri;*/
    font-size:18px;
}

.dropdown-menu>li>a
{
    font-size:18px;
}

.fullbackgroundspacer
{
    width:100%;
    position:relative;
    height:500px;
    height:384px;
    height:250px;
    height:455px;
   /* background-image:url(../airport/images/planehome1020.png);*/
    border: solid 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.buttontext
{
    /*font-family:Calibri;*/
    font-size:21px;
    line-height:1.5;
    font-weight:500;
   text-align:center;
    border:solid 0px;
    padding-top:100px;    
    color:#000;
}
.buttontext:hover
{
    color:#008aa8;
    color:#4f8636;
}

.homelinks
{
    color:#333333;
}

.homelinks:hover
{
    text-decoration:none;
    
}


/* ---------------------------  BootStrap -----------------------------*/

.row
{
    margin-left:0px;
    margin-right:0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}


/*-------------------  Drop Down Navigation ---------------------------*/


.navbar-default {
     background:none;
    /* border-color: #e7e7e7; */
    border:0px;
    
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    height:20px;
    float:right;
}


.navbar-default .navbar-nav>li>a {
    color: #000000;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    
    background-color: #4f8636;
    background-color:#455a3b;
    
    background-color:#749741;
}

.navbar-default .navbar-nav>.active>a:focus
{
        text-decoration: none;
    background-color: #84c3d4;
    color:#fff;
}

.dropdown .open
{
          text-decoration: none;
    background-color: #84c3d4;
    color:#fff;  
}

.navbar-default .navbar-nav>li>a:hover {
     text-decoration: none;
    background-color: #84c3d4;
    background-color:#008aa8;
    color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #4f8636;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0099b6;
    outline: 0;
}

.dropdown-menu>li>a:hover
{
    background-color:#8dcdde;
    
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #4f8636;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0099b6;
}

.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 5s ease;
       -o-transition: opacity 5s ease;
          transition: opacity 5s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;

}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 1.6s ease-in-out;
       -o-transition: opacity 1.6s ease-in-out;
          transition: opacity 1.6s ease-in-out;
  opacity: 1;

  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}




/*----------------------------------BODY---------------------------- ----*/

.verticalboxdefault
{
    position: absolute;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);http://localhost:57173/TownMegaNet/SeniorCenter/Images/slideshow/2.jpg
  transform: translateY(-50%);*/
margin:auto;
bottom:0px;
right:40px;
border:solid 0px yellow;
height:230px;
width:240px;
}
.verticalboxdefault p
{
    

text-shadow: 2px 2px 4px #000000; color:#fff; font-size:60pt;
  /*font-family:Calibri;*/ font-weight:bold; 
      border: 1px solid transparent; text-align:center;
}

.verticalboxdefault p:hover
{
    color:#00a99d;
    color:#337ab7;
    color:#008aa8;

}


.footer {
    height: 100%;
    background: #ffffff;
    background:#4f8636;
    background: -webkit-linear-gradient(#455a3b,#65AE46);
   background-color:#455a3b;
   
    border-top: solid 1px #ffffff;
    bottom: 0px;
}

.footercontainer {
    border: solid 0px purple;
    max-width: 1024px;
    width: 100%;
    margin: auto;
    position: relative;
    /* background: #07091e; */
}

.footercontainer2 {
    border: solid 0px purple;
    max-width: 1024px;
    margin: auto;
    position: relative;
    color: #ffffff;
}

.footer-col {
    /*border-right: 1px solid #777777;
    height: 300px;*/
    border:solid 0px;
    color:#ffffff;
    padding:10px;
}

.default-col {
    /*border-right: 1px solid #777777;
    height: 300px;*/
    border:solid 0px;
    text-align:left;
    height:150px;
}


/*---------------MEDIA COUTERACT ------------- */

.mobilebuttons
{
    display:none;
}

/*--------------------------------------  MEDIA SCREEN ----------------------------*/

@media screen and (max-width: 480px)

{


    
}


@media screen and (max-width: 767px)

{
    
    .default-col {
    border: solid 0px;
    text-align: center;
    height:auto;
    
}
    
    .buttontext {
    font-family: Calibri;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    border: solid 0px;
    padding-top: 0px;
}
    .mobilebuttons
    {
        display:block;
    }

.hideimage
{
   display:none;
   
}
      .verticalboxdefault
{
    width:350px;
}
.verticalboxdefault p
{

font-size:30pt;
}

.menu {
    border: solid 0px black;
   /* vertical-align: middle;*/
    height: 40px;
    margin-top: 0px;
    text-align: right;
    padding:0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color:rgba(255,255,255,0.65);
}


}



@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
   
  }

.navbar-nav>li>a {
     padding-top: 8px; 
     padding-bottom: 8px; 
}

  
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    
  }
  

}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
 
  }
}
