@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html, body {
    height: 100%;
    width: 100%;
    font-family:'Poppins', sans-serif;
    color: #222;  
}

h5 {
letter-spacing: 1px;
}


.navbar {
    padding: .8rem;
    background-color: #35424a !important;
}





.navbar-nav li {
    padding-right: 20px;
 
   
}


.nav-lin {
    font-size: 1.1em !important;
    
}


.carousel-inner img {
    width: 100%;
    height: 100%;
}



.carousel-caption h1 {
    font-size: 300%;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px 15px #000;
}

.carousel-caption h3 {
    font-size: 230%;
    font-weight: 500;
    text-shadow: 1px 1px 1px 10px #000;
    padding-bottom: 1rem;
}

.btn-primary {
    background-color: #008000;
    border: 1px solid #008000;}

.btn-primary:hover {
    background-color: #006400;
    border: 1px solid #006400;
}
    
.jumbotron {
    padding: 1rem;
    border-radius: 0;
}

.padding {
    padding-bottom: 2rem;
}

.welcome {
    width: 75d%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.fa-code {
    color: #e54d26;
}

.fa-bold {
    color: #563d7c;
}

.fa-css3 {
    color: #2163af;
}

.fa-code, .fa-bold, .fa-css3 {
    font-size: 4em;
    margin: 1rem;
}

.social a {
    font-size: 4.5em;
    padding: 3rem;
}

.fa-facebook {
    color: #3b5998;
}

.fa-facebook:hover  {
    color: #d5d5d5;
}

footer {
    background-color: #35424a;
    color: #d5d5d5;
    padding-top: 2rem;
}


footer {
    border-top: 1px solid #d5d5d5;
    width: 100%;
}

.hr-light {
border-top: 3px solid #fff;
width: 80px;
}

footer a {
    color:#d5d5d5;
}

hr.light-100 {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}




/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}


#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}


#timeDiv {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  //max-width: 355px;
  background: #fff;
  //width: 100%;
  margin: 0 auto;
  top: 55%;
  padding: 10px;
  border-radius: 0px;
  text-align: center;
  

  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

#timeDiv2 {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  //max-width: 355px;
  //background: rgba(231, 76, 60, 0.85);
  //width: 100%;
  margin: 0 auto;
  top: 55%;
  padding: 10px;
  //border-radius: 0px;
  text-align: center;
  

  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  
  color: white;
  //border: 1px solid rgba(0, 0, 0, 0.85);
  //box-shadow: 2px 2px 7px #1c2228;
}

.open {
  color: #27ae60;
  border: 2px solid #27ae60;
}

.closed {
  color: #cc0000;
  border: 2px solid #cc0000;
}

.closed 2 {
  //color: rgba(231, 76, 60, 0.85);
  //border: 2px solid rgba(231, 76, 60, 0.8);
}

#bottomBanner {
            display: none;
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #fcba03;
            text-align: center;
            padding: 5px;
            font-size: 15px;
            z-index: 1000;
        }

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

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








