
body {
  background: #fff;
}

.bg-info {
  background-color: #27530C !important;
  color:#000;
  padding:0;
}

.container {
  color:#000;
  min-height: 100vh;
  padding-top:50px;
  margin-top:50px;
}

.container p {
  font-family: 'Open Sans', sans-serif;
  margin-top:10px;
}

.header {
  font-family: 'Arizonia', cursive;
  font-display:auto;
  src:local('Arizonia, cursive'), url(https://fonts.googleapis.com/css?family=Arizonia&display=swap);
  font-size:30px;
  margin:10px auto;
}

.row .center {
  margin:0 auto;
}

.row.content {
  margin-bottom:30px;
}

.row .center.work {
  margin-top:20px;
}

.left {
  display: inline-block;
  width:40%;
}

/*Custom Navigation Styles*/
.navbar-light .navbar-brand {
  font-family: 'Arizonia', cursive;
  font-display:auto;
  src:local('Arizonia', cursive), url(https://fonts.googleapis.com/css?family=Arizonia&display=swap);
  font-size:50px;
  color:#fff;
  margin:0 50px 0 30px;
}

.navbar-light .navbar-brand:hover{
  color:#fff;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.navbar-toggler .navbar-toggler-icon {
    border-color: rgba(0,0,0,.5) !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-nav .nav-link {
  color:#fff;
  font-size:18px;
  font-family: 'Mukta', sans-serif;
  font-display:auto;
  src:local('Mutka', sans-serif),url('https://fonts.googleapis.com/css?family=Mukta&display=swap');
  margin:0 0 0 30px;
  width:100px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color:#849c75;
}

.container img {
    width: 500px; // how much you want
    min-height: 200px;
    float: left;
    margin: 10px;
}

h2, h3 {
  margin:10px 0 0 0 ;
  padding:0;
}

.prices, h2, h3 {
  font-family: 'Arizonia', cursive;
  font-size:32px;
}

/*Gallery*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

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

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

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

/*To account for logo size when on device*/
@media only screen and (max-width: 900px) {
  .navbar-light .navbar-brand {
    font-size:5vw;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding-top:0;
  }
}

.fab, .fas {
  margin:6px 20px 0 0;
  font-size:24px;
  color:black;
  position:relative;
  top:3px;
  padding-top:10px;
}

a {
  color:black;
}

.fab:hover, .fas:hover, a:hover {
  color:#27530c;
}

.page-footer {
  background:#27530C;
  width: 100%;
  position: fixed;
  bottom:0;
  /* Set the fixed height of the footer here */
  color:#fff;
  height:50px;
}

.footer-copyright {
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}
