body {
    width: 100%;
    height: 100%;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #3A4145;
    background-color: #E7EEF2;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Bungee', cursive;
    letter-spacing: 1px;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 50px;
}
h4 {
	font-size: 40px;
}
h5 {
	font-size: 30px;
}
h6 {
	font-size: 10px;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #B44C0F;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #B44C0F;
    text-decoration: none;
}

.light {
    font-weight: 400;
}

#mainNav {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #3A4145;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white;
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a {
    color: white;
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

#mainNav .nav-logo {
	width: 25px;
	height: 25px;
	display: inline !important;
	content:url("/img/symbol-basic-white-trans.png");
	vertical-align: middle;
    margin-right: 10px;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: transparent;
    }
    #mainNav.navbar-shrink {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #3A4145;
    }
    #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(180,76,15,.7);
    }
    #mainNav .nav-link.active:hover {
        color: white;
    }

    #kitchenLink.navbar-shrink {
        color: #B44C0F;
    }
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url(/img/intro-bg.jpg) no-repeat center center scroll;
    background-color: #3A4145;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.masthead .intro-body .brand-heading {
    font-size: 50px;
}

.masthead .intro-body .intro-text {
    font-size: 18px;
}

.header-img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.row-header-bottom {
	visibility: hidden;
}

@media(min-width:768px) {
    .masthead {
        height: 100%;
        padding: 0;
		background-attachment: fixed;
    }

    .masthead .intro-body .brand-heading {
        font-size: 100px;
    }

    .masthead .intro-body .intro-text {
        font-size: 25px;
    }

    .row-header-bottom {
		visibility: visible;
		position: absolute;
		margin: auto;
		bottom: 20px;
		left: 0;
		right: 0;
	}
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    background: transparent;
  }

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.content-section {
    padding-top: 50px;
}

.carried-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(/img/catalog.jpg) no-repeat center center scroll;
    background-color: #3A4145;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.coords-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(/img/flight.jpg) no-repeat center center scroll;
    background-color: #3A4145;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.newpara-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(/img/taps.jpg) no-repeat center center scroll;
    background-color: #3A4145;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.eventspara-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(/img/taps.jpg) no-repeat center center scroll;
    background-color: #3A4145;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .carried-section {
        padding: 100px 0;
		background-attachment: fixed;
    }
	
	.coords-section {
        padding: 100px 0;
		background-attachment: fixed;
    }
	
	.newpara-section {
        padding: 100px 0;
		background-attachment: fixed;
    }

    .eventspara-section {
        padding: 100px 0;
		background-attachment: fixed;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.btn-default {
    border: 1px solid #B44C0F;
    color: #B44C0F;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #B44C0F;
    outline: none;
    color: #3A4145;
    background-color: #B44C0F;
}

ul.banner-social-buttons {
    margin-top: 0;
}
  
@media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px;
    }
}
  
@media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0;
    }
    ul.banner-social-buttons li:last-child {
      margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    font-size: 14px;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.insta-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* or space-around */
}

.insta-a {
  /*display: inline-block;*/
  margin-bottom: 8px;
  width: calc(50% - 4px);
  text-decoration: none;
  color: inherit;
}

.insta-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .insta-a {
    width: calc(25% - 6px);
  }
}

/*.insta-a:hover img {
  transform: scale(1.15);
}*/

figure {
  margin: 0;
  overflow: hidden;
}

figcaption {
  margin-top: 15px;
  text-decoration: none;
}

.insta-img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
  /*transition: transform .2s ease-in-out;*/
}

.alpha-badge {
	width: 150px;
	height: 150px;
}

.book-logo {
	width: 150px;
	height: auto;
}

.footer-text {
	text-transform: uppercase;
}

.footer-copy {
	font-size: 16px;
}

.footer-credits {
	font-size: 10px;
}

.card {
    background-color: #E7EEF2;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu {
  background-color: #3A4145 !important;
}

.dropdown-item:hover {
  outline: none;
  background-color: transparent;
}