html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  font-size: 0.8em;
}

html {
  height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
  min-height: 100%;
  padding-bottom:400px;
  overflow: scroll;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.5em;
  color: #ff0000;
  text-align: center;
}

h3 {
  color: #ff0000;
  line-height: 1.5em;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-info h3 {
  color: #ff0000;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.menu-specials {
  margin-bottom: 25px;
}

.contact-info p {
  margin-bottom:1em;
}

.menu {
  border: 1px solid#ccc;
  padding: 20px 5% 20px 5%;
  margin-top: 15px;
}

.menu p {
  border-bottom: 2px dotted red;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 14px 0;
}

.menu-item-annoncement {
  font-style: italic;
  text-transform: none;
  color: red;
  font-size: 13px;
  margin-bottom: 10px;
}

.menu-specials {
  text-align: center;
}

ul.list-group li {
  padding: 11px 0;
}

.bloghead {
  z-index: 7;
}

.bloghead .shortstory > p {
  font-size: 1.2em;
  width: 65%;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  div.bloghead div.shortstory > p {
    font-size: 1em;
  }
}

.bloghead .shortstory > p {
  color:#fff;
  font-size: 1.5em;
  margin: 0;
  padding: 1em 2em 2em;
  opacity: 1;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
}

.icecream {
    font-size:1em;}
}

@media only screen and (max-width: 768px) {
  .bloghead .shortstory p {
    padding: 1.5em 1em 3em;
  }
}

.menu-specials ul li {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 20px 0;
  border-bottom: 2px dotted red;
  font-size: 1.2em;
}

@media only screen and (max-width: 768px) {
  .menu-specials ul li  {
    width: 100%;
  }
}

.menu-item-description {
  font-style: italic;
  color:#767676;
  font-size: 0.8em;
  margin-top: -.2em;
}

.bold-green {
  font-weight: bolder;
  color: green;
}

a.main_nav {
   color: #ff0000;
   background-color: #fff;
   line-height: 2em;
   padding:20px 20px;
   font-size: 1.3em;
   width: 70%;
   margin: auto;
}

a.main_nav:hover {
   color:yellow;
   background-color: #ff0000;
}

nav {
  position: fixed;
  top: 0;
}

.dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 92vh;
  position: relative;
  overflow: hidden;
  background: url('/images/background.jpg') 50% no-repeat;
  background-size: auto;
  background-size: cover;
}

.dashboard .overlay {
  position: absolute;
  top: -8px;
  right: -8px;
  left: -8px;
  bottom: -8px;
  background: url('/images/background.jpg') 50% no-repeat;
  background-image: url('/images/background.jpg');
  background-size: auto;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dashboard .button-line {
  flex: none;
  align-self: flex-start;
}

div.button-line {
  width: 100%;
  height: 55px;
  z-index: -1;
  display: table;
  text-align: center;
}

.dashboard .logo {
  z-index: 3;
  align-self: center;
}

img.logo {
  height: 35%;
  width: auto;
  max-height: 250px;
  z-index: 5;
}

.popdown {
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

.navbar {
  background-color:red;
  width: 100%;
  z-index: 8;
  padding: 0;
  border-bottom: 0 solid red;
  height: 55px;
  display: flex;
}

.navbar-icon {
  height: 100%;
  width: 55px;
  padding: 0;
  display: block;
  background-size: 100% 100%;
  background-position: 50%;
  background-image: url('/images/apc-logo.png');
  background-repeat: no-repeat;
}

.shortstory {
  color: #fff;
  background-color:rgba(0,0,0,.6);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: .4s ease-in;
}

@media only screen and (max-width: 768px) {
  .shortstory p {
    font-size: 0.8em;
    padding: 2em 1em 3.9em;
    line-height: 1.4em;
    text-align: center;
  }
}

.shortstory p {
  font-size: 1em;
  padding: 1.8em 1em 3.9em;
}

.container {
   margin: 6.5em auto 2em;
}

@media only screen and (max-width: 768px) {
  .container {
    margin: 2.5em auto 2em;
 } 
}

.shortstory p b {
  color: #ff0;
}

ol, ul {
  list-style: none;
}

ul li {
  padding:8px 0;
  border-bottom:1px solid #ccc;
}

ul li:nth-child(7) {
  border:0;
}

.list-group {
  margin-top:10px;
}

blockquote, q {
  quotes: none;
}

img {
  width:100%;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.logo {
  margin: 0px auto;
  width: 270px;
}

.center {
  text-align:center;
}

.logo img {
  width:270px;
  height:270px;
}

.announcement {
  color: yellow;
  padding:5px;
  font-size:4em;
  text-align:center;
  text-transform:uppercase;
  text-shadow:  3px  3px 3px #ff0000,
                3px -3px 3px #ff0000,
                -3px  3px 3px #ff0000,
                -3px -3px 3px #ff0000;
  font-weight:bold;
  margin-bottom:15px; 
}

.announcement-desc {
  color: #fff;
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
  text-shadow: 2px 2px 5px black;
}

@media only screen and (max-width: 768px) {
  .announcement-desc {
    font-size: 1.2em;
  }
}

footer {
   position: absolute;
   text-align: center;
   right: 0;
   bottom: 0;
   left: 0;
}

.copyright {
  background-color: #ff0000;
  color:white;
  font-size:1.3em;
  padding: 1rem;
}

footer a {
   color: yellow;
}

.google-maps {
  overflow: hidden;
  padding-top: 280px;
  position: relative;
}

.google-maps iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 24px;
  }

  .col-md-4 {
    margin-bottom:25px;
  }
}

/* NAVBAR */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  font-size: 10px;
  line-height: inherit;
  white-space: nowrap;
}

nav.navbar .navbar-toggler {
  height: 55px;
  width: 55px;
  padding: 0;
  z-index: 1001;
  margin-left: 10px;
  margin-right: 10px;
}

nav.navbar .logo-button {
  padding: 0;
  margin: 0;
  height: 100%;
  width: auto;
}

nav.navbar li, nav.navbar li.navitem {
  padding: 8px;
  width: auto;
  height: 100%;
  border-bottom: 2px solid  transparent;
  text-align: center;
}

nav.navbar li.navitem a.dropdown-item, nav.navbar li.navitem a.dropdown-toggle, nav.navbar li.navitem a.nav-link, nav.navbar li a.dropdown-item, nav.navbar li a.dropdown-toggle, nav.navbar li a.nav-link {
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1.2em;
  -webkit-text-decoration: None;
  text-decoration: None;
  background-color: red;
  color: #fff !important;
  line-height: 100%;
  display: block;
  text-align: center;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

  .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .dropdown-menu {
    position: static;
    float: none;
  }
}

nav.navbar li.navitem:hover, nav.navbar li:hover {
  border-bottom: 2px solid;
  border-bottom-color: currentcolor;
  border-color:#ff0;
}

nav.navbar .navbar-toggler-icon {
  height: 100%;
  width: 100%;
  padding: 0;
  background-size: 100% 100%;
  background-position: 50%;
  background-image: url('/images/mobile-hamburger.png');
  background-repeat: no-repeat;
}


/* .collapse {
  display: none;
} */

button.navbar-toggler {
  display: none;
}

@media only screen and (max-width: 768px) {
  button.navbar-toggler {
    display: block;
  }
}

a.action.priority-high {
  color: #fff;
  background:green;
  border: 2px solid#fff;
}

.navbar-text {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.action {
  right: 0;
  position: relative;
  font-size: 1.2em;
  line-height: 100%;
  font-weight: 700;
  top: 0;
  text-align: center;
  display: inline-block;
  z-index: 5;
  white-space: nowrap;
  color: #ff0;
  margin-top: -1px;
  padding: 9px;
  background: red;
  border-radius: 15px;
  border-width: 2px;
  transition: .2s ease-in;
}

a.action.priority-high:hover {
  text-decoration: none;
  background-color: #ff0;
  border-color:red;
  color: red;
}

.nav-link-mobile {
  display: none;
}

.orange {
  background:#ff5733 !important;
  display: none !important;
}

.icecream {
    line-height: 2em;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Balsamiq Sans", sans-serif;
    -webkit-animation: colorchange 20s infinite alternate;}

    @-webkit-keyframes colorchange {
      0% {
        
        color: #fa9bcf;
      }
      
      10% {
        
        color: LightSkyBlue;
      }
      
      20% {
        
        color: Turquoise;
      }
      
      30% {
        
        color: Salmon;
      }
      
      40% {
        
        color: GreenYellow;
      }
      
      50% {
        
        color: yellow;
      }
      
      60% {
        
        color: Cyan;
      }
      
      70% {
        
        color: CornflowerBlue;
      }
      80% {
     
        color: DarkOrchid;
      }
      
      90% {
     
        color: Fuchsia;
      }
      
      100% {
        
        color: pink;
      }
    }


.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  a.action {
    font-size: 0.85em;
    padding: 6px;
  }
  .nav-link {
    display: none !important;
  }
  .navbar-nav {
    margin-left: -35px;
  }
  .nav-link-mobile {
    display: block;
  }
  nav.navbar li, nav.navbar li.navitem {
    padding: 4px;
  }
  .orange {
    display: block !important;
  }
  .mobile-only {
    display: block !important;
  }
}

.align-right {
  margin-left: auto !important;
}

// Responsive navbar
//
// Custom styles for responsive collapsing and toggling of navbar contents.
// Powered by the collapse Bootstrap JavaScript plugin.

// When collapsed, prevent the toggleable navbar contents from appearing in
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
// on the `.navbar` parent.
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  // For always expanded or extra full navbars, ensure content aligns itself
  // properly vertically. Can be easily overridden with flex utilities.
  align-items: center;
}

// Button for toggling the navbar when in its collapsed state
.navbar-toggler {
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  background-color: transparent; // remove default button style
  border: 5px solid transparent; // remove default button style
}

// Keep as a separate element so folks can easily override it with another icon
// or image file as needed.
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-collapse {
  display: flex !important;
  height: 100%;
}

// Dark links against a light background
.navbar-light {
  .navbar-brand {
    color: red;
  }

  .navbar-nav {
    .nav-link {
      color: red;
    }

    .show > .nav-link,
    .active > .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: red;
    }
  }

  .navbar-toggler {
    color: red;
    border-color: red;
  }

  .navbar-toggler-icon {
    // background-image: $navbar-light-toggler-icon-b;
  }
}

// White links against a dark background
.navbar-dark {
  .navbar-brand {
    color: red;
  }

//   .navbar-nav {
//     .nav-link {
//       color: $navbar-dark-color;

//       @include hover-focus {
//         color: $navbar-dark-hover-color;
//       }

//       &.disabled {
//         color: $navbar-dark-disabled-color;
//       }
//     }

//     .show > .nav-link,
//     .active > .nav-link,
//     .nav-link.show,
//     .nav-link.active {
//       color: $navbar-dark-active-color;
//     }
//   }

//   .navbar-toggler {
//     color: $navbar-dark-color;
//     border-color: $navbar-dark-toggler-border-color;
//   }

//   .navbar-toggler-icon {
//     background-image: $navbar-dark-toggler-icon-bg;
//   }

//   .navbar-text {
//     color: $navbar-dark-color;
//     a {
//       color: $navbar-dark-active-color;

//       @include hover-focus {
//         color: $navbar-dark-active-color;
//       }
//     }
//   }
}
