/* Section One (Address and Phone Number) */

* {
    margin: 0;
    padding: 0;
}

.fa-map-marker-alt,.fa-phone{
    flex:1
}
.fa-map-marker-alt {
    color:rgb(0, 0, 0);
    font-size: 15px;
}
.fa-phone {
    color: rgb(0, 0, 0);
    font-size: 15px; 
}
.top-item{
    background-color: rgb(27, 111, 27);
    margin-bottom: -17px;

}
.bgimage {
    width:100%;
    height:500px;
    background:url(Images/DinoInside.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
  }
.bg-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #212529;
    opacity: .55
}
.text-white.text-muted {
    color: rgba(255,255,255,.65)!important;
}
.section {
    padding-top:7.5rem;
    padding-bottom: 7.5rem
}

.bg-triangle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto
}
.navbar-dark {
    color: #fff
}
.img-effect {
    position: relative
}

.img-effect>img {
    position: relative;
    box-shadow: 0 25px 100px -5px rgba(0,0,0,.15);
    z-index: 1
}

.img-effect-solid {
    padding-left: 20%;
    padding-right: 10%
}

.img-effect-solid:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 10%;
    left: 0;
    right: 0;
    background-color: rgb(27, 111, 27);
}

.img-effect-border {
    padding-left: 10%;
    padding-right: 20%
}

.img-effect-border:before {
    content: '';
    position: absolute;
    top: 75%;
    bottom: -10%;
    left: 35%;
    right: 10%;
    background-color: rgb(27, 111, 27);
}

.img-effect-border:after {
    content: '';
    position: absolute;
    top: -10%;
    bottom: 75%;
    left: 0;
    right: 55%;
    border: 2px solid rgb(27, 111, 27);
}
.section .container {
    position: relative;
    z-index: 2
}
.section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem
}
a.btn.btn-outline-primary{
    color: #ffffff;
    border-color: rgb(0, 0, 0);
    background-color: rgb(153, 36, 36);
}


.btn[class*=outline] {
    color: #212529;
}
.btn {
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase
}
.btn {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: .6875rem;
    line-height: 1.64063rem;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.pb-0,.py-0 {
    padding-bottom: 0!important
}
.section-top {
    padding-top: calc(5rem + 5.8125rem)
}
.bg-triangle-left {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")
}

.bg-triangle-left.bg-triangle-light {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>")
}

.bg-triangle-right {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")
}

.bg-triangle-right.bg-triangle-light {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>")
}

.bg-triangle-top {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}
.bg-incline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right,top right,calc(80% - 100vmax) top,calc(90% - 50vmax) top;
    background-size: 20% 100%,10% 100%,500vmax 500vmax,500vmax 500vmax
}




/* Logo -- add New Logo Later*/

/* Nav Bar Mobile - Desktop */

.Logo {
    transform: scale(4%)
}
nav .offcanvas-body {
    background-color:rgb(153, 36, 36);
}
nav {
    background-color:rgb(153, 36, 36);
    display: flex;
    justify-content: space-between; 
    color: white;
}
nav ul {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
nav ul li {
    list-style: none;
    padding: 0px 0px;
}
nav ul li a {
    
    font-size: 10px;
    text-decoration: none;
}
.nav-item a{
    color: black;
}
.navbar-brand strong{
    color: white;
    font-size: small;
}


nav .nav-link :hover {
    color: rgb(255, 252, 252);
    
}

a.nav-link.dropdown-toggle.active {
    background-color:rgba(255,255, 255, .25);
    color:rgb(0, 0, 0);
}
button.navbar-toggler {
    color: black;
}




/* Dino's Inside Photo of The Resturant */


/* Catering Backgound Photo */
.catering-photo {
    background-size:cover;
    min-height: 60vh;
    position: center;
    color: rgb(252, 252, 253);
}
.catering-photo {
    padding-bottom: 10px;
    padding-top: 20px;
}
.catering-photo-2 {
    background-size:contain;
    min-height: 100vh;
    
    color: rgb(252, 252, 253);
}
.catering-photo-2 {
    padding-bottom: 10px;
    padding-top: 20px;
}




/* Contact Page */
.contactus-area .card-body {
    color: white;
    background-color: rgb(153, 36, 36);
    border-color: rgb(153, 36, 36);
    border-style:outset;
}
.img-effect .contactus-area {
    z-index: 10;
    position: relative;
}

.outside-photo {
    background-size:cover;
    min-height: 60vh;
    position: relative;
    color: white;

}
.section-title {
    text-align: center;
    padding: 25px 0;
    
}
.section-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: oswald;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.section-title h2 span {
    color: rgb(0, 0, 0);
}
.contact-list {
    background-color:rgb(153, 36, 36);
    box-shadow: rgba(0, 0, 0, 1) 0 5px 15px;
    padding: 40px 30px;
    width: 600px;
}
.contact-list .Information {
    text-align: center;
}
.contact-list li {
    text-decoration: none;
    list-style: none;
    justify-content: space-evenly;
    
}
.map-wrapper {
    width: 600px;
    height: 465px;
    background: white;
    box-shadow: rgba(0, 0, 0, 1) 0 5px 15px;
    margin-bottom: 20px;
}
.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;

}
@media (max-width: 991px) {
    .contact-list {
        margin-bottom: 30px;
    }
    .map-wrapper {
        width: 100%;
        height: 400px;
    }
}

/* Menu */

.container {
    padding: 0;
    margin: 0; 
}
.image {
    display: block;
    width: 105%;
    height: 100vh; 
}
.scroll-up-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    color: rgb(0, 0, 0, 0.35);
    font-size: 60px;
    z-index: 1;
    
}
.information ul{
    list-style-type: none;
    background-color: rgb(27, 111, 27);
    color: rgb(255, 255, 255);
    padding: 10px;
    margin: 0px;
   
    
    
}
.card {
    padding: 0px;
    background-color: rgb(49, 49, 49);
    color: white;
    margin-bottom: 0px!important;
    
}
.card-fluid {
    padding-top: 50px;
}

.scroll-up-btn :hover {
    color: black;
}

/* Catering Menu */
.cards-wrapper {
    column-gap: 8px;
}

.title {
    color: white;
}
.card-header h1 {
    color: rgb(153, 36, 36);
    font-family:'Courier New', Courier, monospace

}
.header h3 {
    color: rgb(27, 111, 27);
    font-family: Arial, Helvetica, sans-serif;
}
.header h3 {
    color: rgb(27, 111, 27);
    font-family: Arial, Helvetica, sans-serif;
}
.card-title h3 {
    color: rgb(27, 111, 27);
    font-family: Arial, Helvetica, sans-serif;
}
.card-title h4 {
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.card-title p{
    font-family: Arial, Helvetica, sans-serif;
}
.card-title h6 {
    font-family:Arial, Helvetica, sans-serif;
}
.card-header p {
    font-family: Arial, Helvetica, sans-serif;
}
.card-body p {
    font-family: Arial, Helvetica, sans-serif;
}
.list-group li {
    font-family: Arial, Helvetica, sans-serif;
}


.list-group-item p {
    font-family: Arial, Helvetica, sans-serif;
}
.list-group-item h3 {
    color: rgb(27, 111, 27);
    font-family: Arial, Helvetica, sans-serif;
}
.header h5{
    color: rgb(27, 111, 27);
    font-family: Arial, Helvetica, sans-serif;
}
.header li {
    font-family:Arial, Helvetica, sans-serif;
}
.header .card-text {
    font-family: Arial, Helvetica, sans-serif;
}
.card-body h5 {
    color: rgb(27, 111, 27);
    font-family: cursive;
}
.card-body .card-title h4 {
    font-size:medium;
    font-style:italic;
    color: rgb(0, 0, 0);
}
.card-body .card-title h6 {
    font-size: 15px;
    font-style:italic;
    color: rgb(27, 111, 27);
}
@media (max-width: 375px) {
    .card-body .card-title h4 {
        font-size: 15px;
        font-style:italic;
        color: rgb(0, 0, 0);
    }
    .navbar-brand strong {
        font-size: medium;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
    } 
    .card-body .card-title h6 {
        font-size:10px;
        font-style:italic;
        color: rgb(27, 111, 27);
    }
}
@media (max-width: 390px) {
    .card-body .card-title h4 {
        font-size: 14px;
        font-style:italic;
        color: rgb(0, 0, 0);
    }
    .navbar-brand strong {
        font-size: medium;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
    } 
    .card-body .card-title h6 {
        font-size:9px;
        font-style:italic;
        color: rgb(27, 111, 27);
    }
}
.toppings {
    color: rgb(27, 111, 27);
}
.toppings h2 {
    color: rgb(153, 36, 36);
}
.box {
    border-bottom: 50px solid rgb(25, 70, 25);
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  height: 0px;
  width: 200px;
  padding: 0px;
    margin: 10px;
    margin-top: 10px;
   font-family: cursive;
   padding-left: 10px;
   
}
.box2 {
    border-bottom: 50px solid  rgb(25, 70, 25);
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  height: 0px;
  width: 350px;
  padding: 0px;
    margin: 10px;
    margin-top: 10px;
   font-family: cursive; 
   padding-left: 10px;
}
@media (min-width: 991px) {
    .box2 {
        width: 500px;
    }
}

/* Footer Widgets Hours - Contact Us - Like Us On Facebook */

.footer-area {
    display:flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    background-color: rgb(0, 0, 0);
    color: rgb(219, 219, 219);
    justify-content: space-between;
    padding-top: 10px;
   
    
}

.footer-area h4 {
    color:rgb(27, 111, 27);
    font-size: 20px;
}
.footer-area p {
    font-size: 14px;
    text-decoration: none;
}
.footer-area li a{
    font-size: 15px;
    text-decoration: none; 
    color: rgb(219, 219, 219);
}
.footer-area .row p {
    margin-bottom: 0px;
}
.footer-area ul {
    list-style: none;
    align-items: center;
    margin-left: -30px;
    
}

.copyright {
    color: white;
    margin-bottom: auto;
    margin-left: auto;
}

.footer-details h6 {
    color: rgb(219, 219, 219);
}

.footer {
    background-color: black;
}

/* Photos used are from Pexels.com which is provided free and copyright free */







