/* inrids.css */
html, body 
{
    height: 100%;
}
  
#container 
{
    margin: 0 auto;
    width: 100%;
}

.imgcontainer {
  position: relative;
  text-align: center;
}
    
.imgtest {
  width: 100%;
  height: 100%;
}
#logo 
{
    width: 150%;
    padding-bottom: 50px;
}

.box1 {
  width: 30%;
  height: 200px;

}
#header 
{
    background: linear-gradient(to right,red, yellow,green); 
    padding: 20px;
    color: black;
    text-align: center;
    border-bottom: red;
    border-bottom-style: double;
}

#navigation 
{
    float: left;
    width: 100%;
    background: white;
    border-bottom: red;
    border-bottom-style: double;
}

#aboutpagenavbar 
{
    width: 100%;
    background: white;
    border-bottom: 2px solid red; 
    border-bottom-style: double;
    font-size: 18px;
}

  
#navigation ul 
{
    margin: 0;
    padding: 0;
}
 
#navigation ul li 
{
    list-style-type: none;
    display: inline;
}
    
#navigation li a 
{
    display: block;
    float: left;
    padding: 5px 10px;
    color: green;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #fff;
}
    
#navigation li a:hover 
{
    background: lightgray;
}
    
  /*   Scroll Images */
  #scroll-slow 
  {
    height: 100px;	
    overflow: hidden;
    position: relative;
   }
   
   #scroll-slow #inner 
   {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
   
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: scroll-slow 25s linear infinite;
    -webkit-animation: scroll-slow 25s linear infinite;
   animation: scroll-slow 35s linear infinite;
   }
   
   /* Move it (define the animation) */
   @-moz-keyframes scroll-slow 
   {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
   }
   
   @-webkit-keyframes scroll-slow 
   {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
   }
   
   @keyframes scroll-slow 
   {
    0%   
    { 
    -moz-transform: translateX(100%);  
    -webkit-transform: translateX(100%);  
    transform: translateX(100%); 		
    }
    100% 
   { 
    -moz-transform: translateX(-100%); 
    -webkit-transform: translateX(-100%); 
    transform: translateX(-100%); 
    }
   }
  .marquee-outer 
  {
    height: 100px;	
    overflow: hidden;
    position: relative;
    color: orange;
    }
   .marquee-inner 
   {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
   
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: scroll-left 5s linear infinite;
    -webkit-animation: scroll-left 5s linear infinite;
    animation: scroll-left 5s linear infinite;
   }
   /* Move it (define the animation) */
   @-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
   }
   @-webkit-keyframes scroll-left 
   {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
   }
   @keyframes scroll-left 
   {
    0%   { 
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%); 		
    }
    100% { 
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%); 
    }
   }
  
   #divnavbar
   {
    width: 100%; 
    height: 100%; 
    border: 1px outset green; 
   }
  
#sidebar 
{
     background: linear-gradient(to right,red, yellow, green); 
     overflow: hidden;
     text-align: center;
}
   
#divsidebar
{
      text-align: left; 
      border: 1px solid green; 
      width: 100%; 
      height: 100%;
}

#divparagraph1 
{
   /* height: 2%; */
    width: 80%; 
    border: 1px outset red; 
    float: left; 
    position: relative; 
    background-color: yellow;  
}
  
.divparagraph2 
{
  color: green; 
  font-size: 20px; 
  font-style: italic; 
  text-align: center;
}
.divparagraph3
{
  text-align: center;
  color: red; 
  font-weight: bold;
}

.divparagraph3a
{
  text-align: center;
  font-size: 20px;
  color: green;
}

.divparagraph4
{ 
  text-align: center;
  color: green;  
 /* font-family: Verdana, sans-serif; */
 font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  font-weight: normal;
  font-size: 20px
}

.divparagraph5
{
  color: black; 
  font-size: 16px;
  /* font-family: Arial, sans-serif;
  font-family: cursive; */
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  text-align: center;
  padding-left: 5px
}

.beachimg 
{
    width:10%; 
    border-radius: 50%;
    border-color: green; 
    border-bottom-style: groove
}

.divimg1
{
  width: 80%; 
  height: 30%;  
  object-fit: fill; 
  padding-left: 25px; 
  border: none;
}


.beachimage
{
  width: 100%; 
  position: relative; text-align: center; width: 290px; height: 300px;
  background-repeat: no-repeat; 
  background-position: top;
}

.beachimage background-image
{
vertical-align: middle;
}

.divspan11{
  /* color: red */
  color: red;
  font-weight: bold;
  font-size: 25PX;
}

.divspan1{
  /* color: red */
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.span1h1
{
  font-size: 25PX;
}


/*#mainparagraph1 
{
      height: 100%; width: 100%; border: 1px outset red; float: left; 
      position: relative; background-color: yellow;  color: yellow;
      color: green; font-size: 25px; font-style: italic; text-align: center;
}*/
#mainparagraph1 
{
  height: 100%; width: 100%; 
/* border-right: 10px solid red; */
float: left; 
position: relative; 
/*background-color: yellow;  */
/*color: yellow; */
/*color: green; */
font-size: 20px; 
font-style: italic; 
text-align: center;
}

#rightparagraph1 
{
height: 100%; 
width: 100%; 
/* border-right: 10px solid red; */
float: left; 
position: absolute; 
/*background-color: yellow;  */
/*color: yellow; */
/*color: green; */
font-size: 25px; 
font-style: italic; 
text-align: center;
}

#contentwrapper
{
   /* text-align: left;
    border:  1px solid green; 
    width: 100%; 
    height: 120%; */
    background-color: yellow; 
}
  
#contentwrapper
table
{
     width: 100%; 
     margin: none; 
     border: 2px solid red;
     /* margin-top: -19px; */
     height: 100%;
}

#productswrapper
{
     width: 100%; height: 100%;
}
#productswrapper 
  table
{
     width: 100%; 
     margin: none; 
     border: 2px solid red;
     /* margin-top: -19px; */
     height: 100%;
}

.divimg
{background-image: url(./images/Beach01_Orig.jpg);
               position: relative; text-align: center; width: 100%; height: flex 1;
               background-repeat: no-repeat; 
               background-position: top;
}

.divimagestyle
{
  width: 100%; height: 300px; display: flex;
}

#tablerow1
{
    background-color: yellow;
}
  
#content-container 
     table
     {
       border-collapse: collapse;
       border-spacing: 5px;
       width: 100%;
      /* margin-top: 5px; */
     }

.producthead 
  {
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-weight: bold;
    font-size: 13px; 
    font-style: normal; 
    color: red;
    margin-bottom: -25px;
    padding-left: 5px;
    margin-top: -5px;
    
  }

  .producttop
  {
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-weight: bold;
    font-size: 13px; 
    font-style: normal; 
    color: red;
    margin-bottom: -25px;
    margin-top: -50px;
    padding-left: 5px;
    vertical-align: top;
    
  }
.productp 
  {
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px; 
    font-style: normal; 
    padding-left: 35px;
  }

.producth2 
  {
  padding-left: 14px; 
  color: green;
  }

  .contactp 
  {
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 18px; 
    font-style: normal; 
    padding-left: 35px;
    text-align: left;
    background-color: green;
  }

.foodheading 
  {
  padding-left: 20px; 
  color: green;
  font-weight: bolder;
  }

  .foodheadingimg {
    width: 100px; border: 10px solid yellow; border-bottom-style:groove; box-shadow: red;
  }
  


.productdes 
  {
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  font-size: 13px;
  font-style: normal; 
  color: red;
  margin-bottom: -25px; 
  margin-top: -25px; 
  border-left: 40px;
  }
  
.productdesc 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: red;
    font-weight: bolder;
    margin-bottom: -25px; 
    margin-top: -25px; 
    border-left: 20px;
}



.fooddesc 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: green;
    font-weight: bolder;
    margin-bottom: -25px; 
    margin-top: -25px; 
    border-left: 20px;
}

.fooddesctop 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: green;
    font-weight: bolder;
  /*  margin-bottom: -25px; 
    margin-top: -80px; */
    border-left: 20px;
    vertical-align: top;
}

.productdesc1 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: red;
    font-weight: bolder;
    margin-bottom: -25px; 
    margin-top: -50px; 
    border-left: 20px;
}

.pdesc 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: red;
    font-weight: normal;
    margin-bottom: -25px; 
    margin-top: -60px; 
    border-left: 20px;
   /* vertical-align: top; */
}

.pdesc1 
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 13px;
    font-style: normal; 
    color: green;
    font-weight: normal;
    margin-bottom: -25px; 
    margin-top: -60px; 
    border-left: 20px;
    vertical-align: top;
}

.tdproducthead 
{
    width: 60%;
}

.tdproductdesc
{
    width: 40%;
    vertical-align: top;
}

.thproduct
 {
  border-width: thin; border-top: 1px;
 }

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

 .spfoodslogan
 {
 color: red; font-weight: bolder;
 }

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

 .fdimage
 {
   width: 100px; height:500px;
 }

.accordion 
{
    color: black;
    cursor: pointer;
    padding: 18px; 
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border: green;
    border-bottom-style: double;
    background: lightyellow;
}
  
table
{
     width: 100%; 
     margin: none; 
     border: 2px solid red;
     /* margin-top: -19px; */
     height: 100%;
}


td:fourth-child 
{
    background-color: red;
}

th:nth-child(odd)
{
    background: red;
}

th:nth-child(even)
{
    background: red;
}

/* Added 12/20/21 */
.panel-default > .panel-heading 
{
  background-color: red;
}

.panel-flashy 
{
    border-color: #ff934f;
}
  
.panel-flashy > .panel-heading 
{
    /* color: #fff;
    background-color: #ff934f; */
    border-color: #ff934f;
  }
  
/*.active, .accordion:hover 
{
    /* background-color: #ccc; 
    background-color: yellowgreen; 
} */
.accordion:active, .accordion:hover 
{
    background-color: yellowgreen; 
}

.accordion:visited
{
    /* background-color: #ccc; */
    background-color: yellowgreen; 
}
.panel 
{
    display: none;
    overflow: hidden;
    padding-left: 10px;
    background: yellow;
    vertical-align: top;
}
  
.panel1 
{
    padding: 0 18px;
    display: none;
    background-color: red;
    overflow: hidden;
}
  
td img 
{ 
    max-width: 100%;
    height: auto;
    border: 1px solid red;
    box-shadow: green;
    border-bottom-style: groove;   
}
  
#header h1 
{
    margin: 0;
}

.foodimage
  { 
     width: 110px; 
      border-color: red; 
      padding-left: 2px;
      box-shadow: 1000px yellow;
      margin-top: -50px;
    }
  
.foodimage3
{ 
    width: 110px;  
    border-color: red; 
    padding-left: 10px;
    box-shadow: 2000px yellow;
}
  
.foodimageclass
{
    padding-left: 20px padding-top -50px;
}
  
.colright
{
    padding-left: 20px padding-top -50px;
}
  
.foodoptions
{
  
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
    color: red;
}

.foodoptions1
{
    padding-left: 10px; 
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
    color: green;
}
.vegan
{
    padding-left: 5px; 
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
    color: red;
}
   
.foodimageclass 
{
     width:170px; 
     height: 70px; 
     padding-left: 10px;
}


.rightcol 
{
    width:100px; 
    height: 20px; 
    padding-left: 10px;
}

.rightside
{
    padding-left: 15px; 
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
    color: red;
}

.foodparagraph
{  
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-style: normal;
    margin-top: -50px;
}

.foodparagraph1 
{  
    font-size: 14px; 
    margin-bottom: -25px; 
    border-left: 20px; 
    font-weight: bold;
    color: green;
}

.foodparagraph2 
{  
  font-size: 13px; 
}
  
#content 
{
      clear: left;
      float: left;
      width: 60%;
      padding: 20px 0;
      margin: 0 0 0 4%;
      display: inline;
}
    
#content h2 
{
      margin: 0;
}
    
#aside 
  {
      float: right;
      width: 33%;
      padding: 20px 0;
      margin: 0 3% 0 0;
      display: inline;
  }
  
.sidebarmain
{
     background: linear-gradient(to right,red, yellow, green); 
     overflow: hidden;
     position: relative;
     vertical-align: top;
     text-align: left;
     color: black;
     font-weight: bold;
}

#aside h3 
{
    margin: 0;
}
    
.backgroundimg 
{
  width: 100%;
}

.thproduct
 {
  border-width: thin; border-top: 1px;
 }

#footer 
{
  border:solid red; 
  background: linear-gradient(to right,red, yellow,green);
  height: 50%;
}
  
#footerh
{
  clear: left; 
  border:solid red; 
  text-align: center;
  font-size: large;
  background: linear-gradient(to right,red, yellow,green);
  height: 20%;
}

.footerb
{
  clear: left; 
  border:solid red; 
  text-align: center;
  font-size: large;
  background: linear-gradient(to right,red, yellow,green);
 /* height: 50%; */

}

.aboutinrids
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  font-size: 16px; 
  margin-left: 35px;
}

.aboutinridsh
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  font-size: 20px; 
  color: green;
  margin-left: 20px;

}

.aboutinridli
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
  font-size: 18px; 
 /* color: green; */
  margin-left: 17px;

}

#aboutfooter
{
  clear: left; 
  border-top:solid red; 
  /*text-align: center;*/
  background-color: linear-gradient(to right,red, yellow,green);
 font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-weight: bold;
    font-size: 16px; 
  /*  margin-bottom: -25px;
    padding-left: 5px;
    margin-top: -5px; */
}

.contactinfo {
  background-color: white;
  color: yellow; 
      padding-left: 5px;
  }

  .contactinfop1 {
    background-color: white;
    color: black; 
        padding-left: 5px;
    }
  .contactinfop {
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    /* font-weight: bold; */
    font-size: 16px; 
    background-color: black;
    color: white;
    text-align: center; 
      border-bottom:solid red; 
        padding-left: 5px;
        
    }

    .contactinfop3 {
      font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
      /* font-weight: bold; */
      font-size: 16px; 
      background-color: black;
      color: white;
      text-align: left; 
        border-bottom:solid red; 
          padding-left: 5px;
          
      }

#contacth
{
  clear: left; 
  border:solid red; 
  text-align: center;
  font-size: 24px;
  background: linear-gradient(to right,red, yellow,green);
  /*height: 50%;*/
}

.footer-left 
{
      flex: 1;
      text-align: center;
}

.footer-right 
{
      text-align: right;
      padding-right: 3px;
      float:right;
      flex:1;
}
  
#footerp1 
{
      text-align: left;
}
  
#footerp2 
{
      text-align: right;
}
  
.wel2
{
  font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-style: italic;
    color: green; 
}
    
.backgroundimg 
{
    width: 100%;
}
    
#bchimg 
{
    width: 700px; 
    height: 320px;  
    object-fit: cover;
}
  
.container2 
{
    position: relative;
    color: red;
}
  
#top-left  
{
    position: absolute;
    bottom: 8px;
    left: 16px;
} 
#top-right 
{
    position: absolute;
    bottom: 8px;
    right: 16px;
}
  
#bottom-right
{
    position: absolute;
    bottom: 8px;
    right: 16px;
}

#centered 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%)
  }

.maincolumn
{
    width:100px; 
    height: 70px; 
    padding-left: 10px;
    padding-left: 15px; 
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
    background: linear-gradient(to right,red, yellow, green); 
}

#mainright 
{
    width:100%; height: 100%; 
    font-family: open-sans, museo, museo-sans, museo sans helvetica, Verdana, serif; 
    font-size: 14px; 
  /*  background-color: linear-gradient(to right,red, yellow, green); */
    overflow: visible;
   /* padding-right:  5px;
    text-align: left;*/
}

.mainrightp
  {text-align: left;}

    /* Media Print Styles */
    
@media print 
    {
      #footer, 
      #header, 
      #navigation 
      #sidebar
      #scroll-slow
      #inner{
      display:none;
      }
    
#content 
{
      width: 100%;
      margin-right: 0px;
}
#logo {display: none;}

#aside 
    {
      float: none;
      display: block;
      page-break-inside: avoid;
    }
}
  
.fdSlides1, .fdslides2, .fdSlides3 {display: none}
  /* Slideshow container */
  .slideshow-container 
  {
    max-width: 300px;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
.prev, .next 
{
    cursor: pointer;
    position: absolute; 
    top: 50%;
    width: auto;
    padding-left: 6px;
    padding-right: 20px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    align-items: center;
  }
  
  /* Position the "next button" to the right */
.next 
{
    right: 0;
    border-radius: 3px 0 0 3px;
}
  
  /* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover 
{
      background-color: #f1f1f1;
      color: black;
}
    
  /* Caption text */
.text 
{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute; 
    bottom: 8px;
    width: 100%;
    text-align: left;
}
  
  /* Number text (1/3 etc) */
.numbertext 
{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
  /* The dots/bullets/indicators */
.dot 
{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover 
{
    /* background-color: #717171; */
    background-color: lightgrey;
}
  
  /* Fading animation */
.fade 
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@-webkit-keyframes fade 
{
    from {opacity: .4} 
    to {opacity: 1}
}
  
@keyframes fade 
{
    from {opacity: .4} 
    to {opacity: 1}
  
}
    /* Small devices Media Types */
    
    /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
      .prev, .next, .text {font-size: 11px}
    }
    /* Tablet Media Types */
    
    @media only screen and (max-width: 730px) {
      #aside 
      {
        float: none;
        display: block;
        page-break-inside: avoid;
      }
  
      #logo { display: none;}
     
      #sidebar, #logo, #scroll-slow
      {
        display: none;
      }
    #content 
    {
      width: 90%;
      margin: auto 5%;
    }
}