* body { 
    background-color: #C0C0C0;
        color: #666666;
    font-family: monaco;
    background-image: linear-gradient(to bottom, #eeeeee, #DCDCDC);
    background-attachment: fixed;
}

* {
    box-sizing: border-box;
}
header {
    background-color: #666666;
    color: #FFFFFF;
    font-family: copperplate;
}

header a {
    color: #FFFFFF;
    text-decoration: none; 
}

header h1 {
    line-height: 240%;
    margin-bottom: 0;
    background-position: right;
    background-repeat: no-repeat;
    height: 80px;
    text-align: center;
}

main {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    background-color: #FFFFFF;
}

#starwars1 {
    height: 300px; 
    background-size: cover;
    background-position: center;
    background-image: url(starwars1.jpg); 
    margin-left: 160px;
}

#ac2 {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-image: url(ac2.png); 
    margin-left: 160px;
}

#rdr1 {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-image: url(rdr1.png); 
    margin-left: 160px;
}

#death {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-image: url(death.jpg); 
    margin-left: 160px;
}

clear {
    clear: both;
}

nav {
    font-weight: bold;
    font-family: verdana;
    text-decoration: none;
    float: left;
    width: 160px;
    text-align: left;
    height: 300px;
    background-color: #666666;
}

nav ul {
    margin: 0px;
    padding-left: 0px;
}

nav a {
    color: #fff;
    padding: 1rem;
    display: block;
}

nav a:hover {
    background-color: #000;
}

h2 {
    font-weight: bold;
    color: #666666;
    font-family: Georgia, serif;
   text-align: center;
}

h3 {
    color: #666666;
    font-weight: 300px;
    text-align: center;
}

h4 {
    font-weight: bold;
    font-family: verdana;
   text-align: center;
    font-size: 2rem;
}

dt {
    color: #666666;
    font-weight: bold;
}

div { padding-left: 2em;
    padding-right: 2em;
    display: block;
}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
}

nav a {
    text-decoration: none;
}

#wrapper {
    width: 80%; 
    margin-right: auto;
    margin-left: auto;
    background-color: #424242;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}

.review {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 1rem;
}

.fool {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: center;
}

.checked {
  color: orange;
}

.cnt {
    text-align: center;
}

.tab {
    text-indent: 20px;
}

form {
    display: grid;
    text-align: center;
    grid-template-rows: 2rem 3rem 2rem 3rem 2rem 3rem 2rem 3rem 2rem 3rem;
    column-gap: 3rem;
    width: 100%;
}

footer {
    font-style: italic;
    color: #666666;
}

img {
    float: left;
    width:  250px;
    height: 250px;
    object-fit: cover;
}

hr.new {
    border-bottom: 7px dashed #666666;
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
}

.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  position: static;
  display: none;
}

@media only screen and (max-width: 768px) {
    .column {
        width: 10%;
        position: sticky;
    }
    
    .row {
        width: auto;
    }
        
}

