@charset "UTF-8";
/* CSS Document - kingshotdogs.com */

/* Kingshotdogs CSS Coming Soon Page */

/* Background Styles */
* {
    box-sizing: border-box;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

html {
    background-color: black;
    height: 100%;
    position: relative;
}

footer {
  display: flex;
  position: relative;
  z-index: 10;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fdfff2;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    position: relative;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* end background styles */


/* header */

.navbar-wrap {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #fdfff2;
    color: black;
    height: 85px;
    border-bottom: solid 1px lightgray;
    box-shadow: 0px 1px 2px .5px #888888;
    z-index: 4;
}

.logo {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: .5rem;
    margin-right: .5rem;
    top: 0px;
    z-index: 4;
}

.logo img {
    max-width: 170px;
    height: auto;
}

.header-logo-img {
    position: relative;
    min-height: inherit;
    flex-shrink: 0.6;
}

.navbar-links {
    height: 100%; 
}

.navbar-links.active {
    transform: translate(-25%, 0%);
    height: -webkit-fill-available;
    position: relative;
    z-index: 4;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #555555;
    padding: 1rem;
    padding-top: 28px;
}
.nav-text {
    padding-top: 6px;
}

.navbar-links li a:hover {
    color: #911c1c;
}

.navbar-links li a:active {
    color: #BABABA;
}

.toggle-button {
    position: absolute;
    right: 2rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: #5c5c5c;
    border-radius: 20px;
    z-index: 5;
}


/* end header */

/* main cs page */

.content.columns {
    position: absolute;
    display: table-column;
    top: 100px;
    left: 0;
}

.column {
    margin: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
	}
    .left {
    min-height: 100%;
    flex-shrink: 2;
    flex-basis: 0;
    align-self: center;
    order: 3;
    }
    
    .center {
    min-height: 100%;
    flex-grow: 2;
    flex-basis: 0;
    order: 2;
	}
    
    .right {
    min-height: 100%;
    flex-shrink: 2;
    flex-basis: 0;
    align-self: center;
    order: 3;
}

/*  end main cs */ 
  




/* main */



.cover.image {
    width: 100%;
    height: auto;
    position: relative;
}

.above-fold-img > img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    z-index: 1;
    position: relative;
}

.above-fold-img {
    position: relative;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    z-index: 1;
}
/*
.overlay-container {
    position:absolute;
    top:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
}
*/
.overlay-container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.above-fold-img-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(21,50,67,0.7);
}

.overlay.longtext {
    position: relative;
    color: #fdfff2;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: none;
}

.overlay.shorttext {
    position: relative;
    color: #fdfff2;
    line-height: 1.6em;
    font-size: 16px;
}

.main.content {
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    flex-wrap: wrap;
    flex-direction: column;
}

.headings {
  position: inherit;
  text-align: center;
  color: #fdfff2;
  text-shadow: 0px 0px 3px #7a797f;
  letter-spacing: 1px;
}


.heading1.main-cover-heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    line-height: 16px;
}

.heading2 {
  letter-spacing: .5px;
}

.heading2.overlay.subheading {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 2.5px;
}

.subheading {
  text-align: center;
}
.navbuttons {
  display: table-column-group;
}
.btncontainer.fb {
  text-align:center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.btncontainer.pdf {
  text-align:center;
  padding-bottom: 50px;
}

.btncontainer.call {
  text-align:center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.btncontainer.directions {
  text-align:center;
  padding-bottom: 175px;
}

.button {
  background-color: #fdfff2;
  border-style: solid;
  border-color: #911c1c;
  border-width: 1px;
  color: #911c1c;
  border-radius: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.button:hover {
  background: #911c1c;
  color: #fdfff2;
  border-style: solid;
  border-color: #911c1c;
  border-width: 1px;
  border-radius: 2px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.button.fb {
  padding-left: 46px;
  padding-right: 46px;
}
.button.pdf {
  padding-left: 47px;
  padding-right: 47px;
}
.button.call {
  padding-left: 40px;
  padding-right: 40px;
}
.button.call.outline1 {
    background-color: transparent;
	border-style: solid;
    border-color: #fdfff2;
    border-width: 1px;
	color: #fdfff2;
}
.button.call.outline1:hover {
    background-color: #911c1c;
    border-color: #911c1c;
}
/* end main */

/* chalkboard css */
.chalkboard-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}
#chalkboard-wrapper {
    max-width: 267px;
    position: relative;
    display: flex;
    margin: auto;
    padding: 10px;
}

#dynamic-chalkboard {
    position: relative;
    width: 247px;
    height: auto;
    margin: auto;
}

#dailychalkboard {
    text-align: center;
    width: 227px;
    margin: auto;
    height: auto;
    display: block;
}
/* end chalkboard css */

/* feat img row section */  /* ----- note ** when creating this file externally, i used these global styles --> [line-height: 16px; position: relative; font-size: 100%; font-family: 'Montserrat', sans-serif;]  */
.feat-container {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.flex-clr-feat {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.flexbox-feat {
    z-index: 1;
    position: relative;
    display: flex;
    margin: 10px;
    background-position: center center;
    background-size: cover;
    min-height: 216px;

}

.flexbox-feat.burger {
    background-image: url(images/kings_food_images/360x328/cb_ltokm_360x328_60.jpg);
}

.flexbox-feat.dog {
    background-image: url(images/kings_food_images/360x328/hd_atw_360x320_60.jpg);
}

.flexbox-feat.sandwich {
    background-image: url(images/kings_food_images/360x328/bol360x328_60.jpg);
}

.feat-img-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(21,50,67,0.3);
}

.feat-img-overlay:hover {
    z-index: 2;
    background-color: rgba(253, 255, 242, 0.01);
}
                
.overlay-textbox {
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 26px;
    letter-spacing: 2.5px;
}

.overlay-text {
    z-index: 3;
    position: relative;
    display: flex;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}

.overlay-text:hover {
    color: #000f2b;
}

.overlay-text > a, .overlay-text > a:hover {
    text-decoration: none;
    color: inherit;
}
/* end featured image row section */

/* full menu button */
.btncontainer.fm {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.button.fullmenu {
  background-color: #fdfff2;
  border-style: solid;
  border-color: #911c1c;
  border-width: 2px;
  color: #911c1c;
  border-radius: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.button.fullmenu:hover {
  background: #911c1c;
  color: #fdfff2;
  border-style: solid;
  border-color: #360808;
  border-width: 2px;
  border-radius: 1px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* end full menu button */

/* fbtimeline css */
.fbcontainer {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-size: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #Fdfff2 0%, rgba(26, 108, 122, 0.2) 100%);
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: background 0.3s, border 0.3s;
}
  
.fbcontainer > .fbcontent {
  position: relative;
  display: block;
  margin: auto;
  width: 506px;
  height: 1200px;
  padding-top: 20px;
}

.fbtext {
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: center;
  line-height: 84px;
  letter-spacing: 4.3px;
  color: #1754A7;
}

.fbtimeline {
  position: relative;
  display: block;
  border-top: 3px double #1754A7;
  border-left: 3px double #1754A7;
  border-right: 3px double #1754A7;
  box-shadow: 1px 2px 7px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.fbcontainer.mobile {
    padding-bottom: 50px;
}

.fbcontent.mobile {    
    width: 306px;
    height: auto;
    margin:auto;
    text-align: justify;
}

.fbtimeline.mobile {
    padding-top: 0px;
}
/* end fbtimeline.css */

/* thumbnail carousel - slider.css
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-top-style: solid;
    border-top-color: rgba(228,236,244,0.2);
    border-top-width: 10px;
}
*/

.swiper-container {
width: 100%;
padding: 30px;
border-top-style: solid;
border-top-color: rgba(228,236,244,0.2);
border-top-width: 10px;
max-width: 100%;
max-height: 100vh;
min-height: 0;
min-width: 0;
}

.swiper-slide {
    text-align: center;
}

.swiper-wrapper {
    overflow: hidden !important;
}

#swiper-wrapper-17cb706b7e7029d0 {
}


.swiper-pagination {
    text-align: center;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    left: 0;
    width: 100%;
}

.slider-img {
    height: 150px;
    padding-left: 115px;
    padding-right: 115px;
}

/* end thumbnail slider - zach */

/* buttons under thumbnail slider */
.overline {
    text-decoration: overline;
    color : rgb(217, 217, 217);
}

.hungry-yet {
    margin-bottom: 0px;
    text-align: center;
    color: #625F5F;
}

.btncontainer.directions.dine-in {
    padding-bottom: 20px;
    padding-top: 50px;
}

.displaynone {
    display: none;
}

@media (max-width: 767px) {
    #visible767 {
        display: inherit;
    }
}
@media (min-width: 768px) {
    #visible768 {
        display: inherit;
    }
}
/* end thumbnail carousel - | slider.css | */

/* footer - coming-soon */
.copyright.box {
  padding-top: 8px;
  padding-bottom: 5px;
}

.copyrighttxt {
  text-align: center;
  color: #04030f;
  width: 100%;
  margin: 0px;
  font-size: 12px;
}
.footer.bar {
    position: relative;
    bottom: 0;
    border-top-style: solid;
    border-top-color: #edfdfb;
    border-width: 2px; 
    width: 100%;
    height: 48px;
    background-color: #e8e8ff;
    opacity: 0.5;
}
/* end coming soon footer */

/* footer_sidemenu */
/* footer bottom copyright */
.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #1d1d1d;
  border-top: 0.1px solid black;
  color: #b3b3b3;
}

.copyright {
   font-size: 12px;
   font-family: 'Montserrat', sans-serif;
}
/* end footer bottom copyright */

/* footer side navbar */
.footer-side-navbar {
    display: flex;
    position: relative;
}

.footer-navbar > li > a {
  text-decoration: none;
  color: #9e9e9e;
}

.footer-navbar > li {
  margin: 10px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2.4px;
}

.footer-call-icon {
  list-style: none;
  margin: 1px;
  font-size: 10px;
}

.flexbox-container {
    width: 100%;
    padding: 0px;
    position: relative;
    background-color: #222;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-top: 3px double black;
    border-radius: 3px;
}

.flexbox-item {
    max-width: 340px;
    margin: 0px;
    position: relative;
}

.brandbox {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    min-width: 228px;
    padding: 10px;
    margin: 5px;
}

.hours {
    min-height: 130px;
}

.fb-likebox {
    min-height: 130px;
    border: 2px solid #444444;
    border-radius: 4px;
    margin: 0px;
}

.footer-logo {
  display: block;
}

.footer-logo img{
  position: relative;
  display: flex;
  max-width: 210px;
  height: auto;
  margin-top: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-opensign {
    max-width: 235px;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.footer-phone {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: -30px;
  padding-bottom: 1px;
}

.footer-address {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 1.2px;
  margin-top: -10px;
}
/* end footer_sidemenu */


    
    
    








/* featured section */

#chili-clr {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #f2f2f2;
}

/*
#chili-image-wrapper {
    position: relative;
    display: flex;
    background-image: url(images/chili-bowl-50-rc.jpg);
    flex-basis: 100%;
    flex-grow: 2;
    min-height: 319px;
    max-width: 479px;
    background-repeat: no-repeat;
    margin: auto;
    border: 1px solid #3b3a3a;
    border-radius: 10px;
}   
*/

#jdrf-image-wrapper {
    position: relative;
    display: flex;
    background-image: url(images/jdrf_donate.jpg);
    flex-basis: 100%;
    flex-grow: 2;
    min-height: 239px;
    max-width: 630px;
    background-repeat: no-repeat;
    margin: auto;
    border: 1px solid #3b3a3a;
    border-radius: 10px;
}

#chili-clr3 {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
}

.JDRF {
    text-decoration: none;
    background: #05f;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 1px 2px rgb(0 8 26 / 8%);
    width: 100%;
    padding: 16px 32px;
    margin: 48px 0 40px;
    margin-top: 48px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    outline: 0;
    transition: none;
}

.featured-section {
    background-color: #fdfff2;
}

/* end featured section */

/* standard single style classes for use in html */
.block {
    display: block;
}

.flex {
    display: flex;
}

.margin-0 {
    margin: 0px;
}

.margin-auto {
    margin: auto;
}

.transition-ease {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition-property: background, border-radius, opacity;
    transition-duration: 0.3s, 0.3s, 0.3s;
    transition-timing-function: ease, ease, ease;
    transition-delay: 0s, 0s, 0s;
}
/* end of single style html classes */




    /* created by Zach Harris */