/*

George Ivanchikov
190235

*/

.welcomeBox {
  background-color: lawngreen;
  font-size: 30px;
  width: 300px;
  border: 15px solid coral;
  padding: 20px;
  margin: 20px;
  width: 30%;
  margin: 30px auto;
  border-style: dashed;
  text-align: center;
}

.foodBox {
  background-color: lawngreen;
  font-size: 30px;
  width: 300px;
  border: 15px solid coral;
  padding: 20px;
  margin: 20px;
  width: 30%;
  margin: 30px auto;
  border-style: dashed;
  text-align: center;
  border-radius: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.bottomBox {
  background-color: lawngreen;
  font-size: 15px;
  width: 300px;
  border: 10px dashed coral;
  padding: 8px;
  margin: 16px;
  width: 30%;
  margin: 30px auto;
  text-align: center;
  float: none;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  background-image: url('https://cdn.pixabay.com/photo/2016/04/15/04/02/water-1330252_960_720.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.topnav {
  position: relative;
  overflow: hidden;
  background-color: #ff66ff;
  border-style: dashed;
  border-color: #66ff66;
}

.topnav a {
  float: left;
  color: #66ff66;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 28px;
}

.topnav a:hover {
  background-color: #66ff66;
  color: white;
}

.topnav a.active {
  background-color: #66ff66;
  color: black;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

.wrapper {
  margin: auto;
  width: 20%;
  /*border: 3px solid black; */
  padding: 250px;
}

#box1 {
width: 800px;
height: 700px;
border: 4px groove coral;
position: absolute;        
transform: translate(0%, 10%);
background-color: #66ff66;
cursor: pointer;
}

#box2 {
width: 800px;
height: 700px;
border: 4px groove coral;
position: absolute;     
transform: translate(-20%, -10%);   
background-color: #66ff66;
cursor: pointer;
}

#box3 {
width: 800px;
height: 700px;
border: 4px groove coral;
position: absolute;        
transform: translate(-40%, -30%);
background-color: #66ff66;
cursor: pointer;
}

#box4 {
width: 700px;
height: 600px;
border: 4px solid coral;
position: absolute;        
transform: translate(-95%, -30%);
background-color: #66ff66;
z-index: 1;
}


.boxHeader {
  padding: 0px;
  text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 50px;
  border: 2px outset coral;
}


.img {
  float: right;
  text-align:right;
  border-radius: 150px;
  width: 350px; 
  height: 300px; 
  padding: 30px;
  object-fit: cover;
}


.dot {
  height: 15px;
  width: 15px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}

.font {
	font-size: 21px;
	line-height: 95%;
	padding-left: 30px;
}

.font2 {
	font-size: 29px;
	line-height: 95%;
	padding-left: 10px;
	padding-right: 10px;
}

.fontHeader {
	font-size: 45px;
	line-height: 5%;
	padding-left: 30px;
}

table {
  border-collapse: solid;
  width: 40%;
  transform: translate(15%, -30%);
  border: 4px solid coral;
  background-color: #66ff66;
  position: absolute;    
}

td, th {
  border: 1px solid coral;
  text-align: left;
  padding: 40px;
  /*margin: 30px;*/
  font-size: 30px;
}

tr:nth-child(even) {
  background-color: #1abc9c;
}

