﻿.button {
  background-color: #111111; /* Green */
  border: none;
  /*color: white;*/
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.box {
    border: 5px solid #000;
    margin: 2%;
    padding: 2%;
    color: #ffffff;
	border-radius: 5px;
	box-shadow: 10px 10px 10px black;
}

.box-big {
    border: 5px solid #000;
    margin: 2%;
    padding: 2%;
    color: #ffffff;
	border-radius: 30px;
	box-shadow: 10px 10px 10px black;
}

.box-shade {
    border: 2px solid #000;
    background-color: #000000;
    margin: 2%;
    padding: 2%;
    color: #ffffff;
	border-radius: 5px;
	box-shadow: 5px 5px 5px black;
}

.box:hover {
	border-color: #dff7f2; 
}

.bg {
    background-color:#00466b
}

.bg1 {
	background-image: url('../images/beach1a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}

.bgRP1 {
    background-image: url('../images/rp_salad_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.bg2 {
	background-image: url('../images/beach2a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}

.bgRPcuban {
    background-image: url('../images/rp_cuban_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.bgbigking {
    background-image: url('../images/bk_big_king_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.bgbigfish {
    background-image: url('../images/bk_big_fish_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.bgrosiestorta {
    background-image: url('../images/rosiestortaBG.png');
	background-size: cover;
	background-repeat: no-repeat;
}


.bg3 {
	background-image: url('../images/beach3a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}
.bg4 {
	background-image: url('../images/beach4a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}
.bg5 {
	background-image: url('../images/beach5a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}
.bg6 {
	background-image: url('../images/beach6a.PNG');
	background-size: cover;
	background-repeat: no-repeat;
}

.asidebox {
    border: 1px solid #000;
    margin: 2%;
    padding: 2%;
    background-color: #187864;
    color: #f2f5f4;
	width: 125px;
	bottom: 1px;
	right: 1px;
	box-shadow: 2px 2px #000000;
}

.asidebox:hover {
	background-color: #dff7f2;
	color: #000000;
	
}

.webexpressionlink {
	
	color: black;
	text-align: center;
}

nav {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-family: Verdana;
}
nav ul {
	
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #111111;
}

nav li {
	display: inline-block;
	color: white;
	padding: 2px;
	text-decoration: none;
	
}

nav li a:hover {
		background-color:#333333;	
		color: #f5f765;
}

.grid {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
}
.grid-fixed {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 10px;
}

    
body {	
		background-image: linear-gradient(to bottom right, #baf7f4, #1c4f4c);
		font-family: Verdana, Sans;
}

h1{
	text-shadow: 2px 2px black;
	font-family: Georgia, Verdana, Helvetica;
}

h3{
	text-shadow: 0px 0px 10px black;
	font-family: Georgia, Verdana, Helvetica;
    color:  #baf7f4;
}

a:link {
	color: #05e7f7;
	text-decoration: none;
}
a:visited {
	color: #c8dbfa;
}
a:hover {
	color: #84f5ea;
}

img {
    border: 5px;
    border-color: black;
    box-shadow: 3px 3px 3px #000000;
    border-radius: 10px;
}

th, td {
  padding: 15px;
}


/*Picture Moving*/


.small-image {
  height: auto;
  width: 200px;
  cursor: pointer;
  transition: transform 1s, left 1s, top 1s;
}

.small-image:hover {
  transform: scale(5);
  
  
}


/*Picture Moving - Reviews*/

.small-image-fr {
  width: auto;
  height: 100px;
  cursor: pointer;
  transition: transform 1s, left 1s, top 1s;
}

.small-image-fr:hover {
  transform: scale(5);
}

.artimage {
    width: 80%;
    height: auto;
}

/* Style for the Description List with class "description-list" */
.description-list {
  background-color: #80CDC1; /* Seafoam Green background color */
  border: 1px solid #80CDC1; /* 1px solid border with the same color */
  padding: 20px; /* Padding inside the description list */
  border-radius: 5px; /* Rounded corners for a visually appealing look */
}

/* Style for the Description Term */
.description-list dt {
  font-weight: bold;
  color: rgb(31, 30, 30); /* Text color for terms */
  margin-bottom: 4px; /* Spacing between terms */
}

/* Style for the Description Definition */
.description-list dd {
  margin-bottom: 10px; /* Spacing between definitions */
  color: #666; /* Text color for definitions */
}

/* Add a border between terms and definitions */
.description-list dt::after {
  content: ":";
  margin-right: 4px;
}

/* Optional: Add a background color to the definition */
.description-list dd::before {
  
  color: #4286f4; /* Accent color for definition bullets */
  margin-right: 4px;
}

.footerclassdefault {
	display: block;	
}

.footerclassmobile {
	display: none;
	
}



/* Media Query for Mobile Viewport */
@media screen and (max-width: 480px), print {
    
	
	.grid {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0px;
    }
    .grid-fixed {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0px;
    }

    aside {
        grid-column: 1;
    }
	
	.button {
		background: #111111; /* Green */
		border: none;
		/*color: white;*/
		padding: 0px;
		text-align: center;
		text-decoration: none;
		display: block;
		font-size: 15px;
		margin: 1px 1px;
		border-radius: 2px;
	}

    nav li {
	display: inline-block;
	color: white;
	padding: 4px;
	text-decoration: none;
	
}

    .box-big {
        border: 5px solid #000;
        height: 100%;
        margin: 2%;
        padding: 2%;
        color: #ffffff;
	    border-radius: 30px;
	    box-shadow: 10px 10px 10px black;
    }

    .box {
        border: 5px solid #000;
        margin: 2%;
        padding: 2%;
        color: #ffffff;
	    border-radius: 5px;
	    box-shadow: 5px 5px 5px black;
    }


    .box-shade {
        border: 2px solid #000;
        background-color: #000000;
        margin: 2%;
        padding: 2%;
        color: #ffffff;
	    border-radius: 5px;
	    box-shadow: 5px 5px 5px black;
    }
    
    .footerclassdefault {
	display: none;	
	}

	.footerclassmobile {
	display: block;
	
	}

}   