Body {
Font-family: Noteworthy;
Margin-left: auto;
Margin-right: auto;
Max-width: 1024px;
Min-width 256px;
Padding-top: 8px;
Padding-bottom: 24px;
Padding-left: 24px;
Padding-right: 24px;
}

h1 {
color: white;
Font-size: 40px;
}

h3 {
color: white
}


Html {
Background: radial-gradient(circle, Gainsboro, Gainsboro 50%, Silver 50%, Gainsboro);
Background-size: 24px 20px;
}

Nav ul {
List-style-type: none;
Background-color: Snow;
Border-radius: 10px;
Font-family: Noteworthy;
Padding: 8px;
}

Nav ul li {
Display: inline;
Border-right: 2px solid silver;
Padding-left: 24px;
Padding-right: 24px;
}

Nav ul li:last-child {
Border-right: none;
}

Nav ul li a {
Text-decoration: none;
Color: black;
}
Nav li.selected {
Color: black
}

a {
Text-decoration: none;
Color: DimGrey;
}

a:hover {  color:DeepPink;	
Text-decoration: none
}


img.small {
float: left;
max-width: 200px;
border-radius: 10px;
cursor: pointer;
transition: 0.3s;
max-height:150px;
}

img.big {
max-width: 800px;
border-radius: 10px;
}


section {
background-color: White;
Border-radius: 10px;
Padding-left: 24px;
Padding-right: 24px;
Padding-top: 2px;
Min-height: 200px;

}


section.intro {
background-color: White;
Border-radius: 10px;
Padding-left: 24px;
Padding-right: 24px;
Min-height: 125px;
Padding-top: 11px;
}

section.intromiddle {
background-color: White;
Border-radius: 10px;
Padding-left: 24px;
Padding-right: 24px;
Min-height: 150px;
Padding-top: 11px;
}

section.introlong {
background-color: White;
Border-radius: 10px;
Padding-left: 24px;
Padding-right: 24px;
Min-height: 200px;
Padding-top: 11px;
}





img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


#imgAll img {
  margin: 24px;
  cursor: pointer;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
 overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
      max-width: 1000px;
}
 
#myModal {
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}	



/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 100px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}








