html,
body,
.view {
    height: 100%; width:100%; padding;0; margin:0; box-sizing: border-box;
}
/* https://mdbootstrap.com/full-page-background-image/ */
.view {
    background:  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.bg-one {
    /* The image used */
    background-image: url("images/bann1.jpg"); 
   }
   
  .bg-two {
    /* The image used */
    background-image: url("images/bann2.jpg"); height: 50%; text-align: center !important;
   }

.follow_container_one {
    width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
}

.rik{ position:relative; text-align:center; height:100%;}
.follow_container_two {    
    
    width: 100%; 
    position: absolute!important;
     top:20%;
    text-align: center!important; 
}


@font-face {
    font-family: bebris;
    src: url(fonts/bebrisregular.ttf);
}



@font-face {
    font-family: bebris;
    src: url(fonts/bebrisbold.ttf);
    font-weight: bold;
}

.top-title{
    color: white;
    font-family: bebris;
    font-size: 10em;
    font-weight: 400;
 }
.second-title {
font-family: bebris;
    font-weight: lighter; 
    font-size: 4em; 
    font-style: italic; 
    text-transform: capitalize;
}
.white{
    color: white;
}
.cafetable td{ padding-bottom:10px!important;}
.cafebold {
     color:#480115; font-size:large;}
.drinkprice {
     color:#480115; font-size:larger }

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


a {word-wrap: break-word;} /*stops links from breaking out*/
#cellfone{display:none;}
#webfone{display:block;}
.hide{display:none;}


/* NAV BAR ************#480115***** */
.navbar { 
    margin-bottom: 0;
    background-color: #480115;
    z-index: 999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;  
}



.navbar li a, .navbar .navbar-brand{
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: #fff !important;
	color: #480115 !important;
    
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.dropdown-menu {background-color: #480115;}
.dropdown-menu li a{ color:#fff!important;  } /* rik ******************* */
.dropdown-menu li a:hover, .dropdown-menu li.active a {
    background-color: #fff !important;
	color: #480115 !important;
    
}

/* JUMBOTRON ******************* */
.jumbotron {
    background-color: #480115;
    color: #fff;
    padding: 100px 25px;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
	}
	
.logo-small {
    color: #480115;
    font-size: 50px;
}

.logo {
    color: #480115;
    font-size: 200px;
}

.thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    
}

.foodtext { text-align:left;}
.foodpics { }
.foodpics img{width:100%; max-width:250px; padding-bottom:5px;}

/* BEGIN CAROUSEL **************** */
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #480115;
}

.carousel-indicators li {
    border-color: #480115;
}

.carousel-indicators li.active {
    background-color: #480115;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

/* END CAROUSEL **************** */

/* BEGIN PANEL **************** */
.equal, .equal > div[class*='col-'] { /* equal heights */ 
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
	width:100%;
	margin:0 auto;
}
.panel {
    border: 1px solid #480115; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel-title a{ font-size:2em;} /* rik added for menu titles */

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #480115;
    background-color: #fff !important;
    color: #480115;
}

.panel-heading {
    color: #fff !important;
    background-color: #480115 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #480115;
    color: #fff;
}
/* END PANEL **************** */

/* FOOTER **************** */
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #480115;
}
/* END FOOTER **************** */

/* SLIDE ANIMATION **************** */
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/* END SLIDE ANIMATION **************** */


@media screen and (max-width: 768px) {
.panel-footer{width:100%; }

.container-fluid {
    padding: 60px 25px; 
}
    .col-sm-4 {
        text-align: center;
        margin: 25px ;
    }
	
	/*.dropdown-menu{ height:300px;}  rik, adjust dropdown menu height for horizontal phone if missing the full menu ******************* */
	
	.top-title{
    font-size: 4em;
     }
.second-title {
    font-size: 2.5em; 
    }

.equal, .equal > div[class*='col-'] { /* equal heights */ 
    display: block;
}

.tripad{margin: 10px 0;}	
	
}