body {
background-image: url("seventhclassicbackground.png"), linear-gradient(to right,#232323,#353535,#919191);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
background-attachment: fixed;
margin: 0;
padding:0;
width: 1000px
}


p {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.seventhgenclassic {
    font-size: 30px;
    color:#a9aaaa;
    margin-left: 650px;
}

.seventhinfo {
    font-size: 20px;
    color:#a9aaaa;
    text-align: justify;
    width: 500px;
    margin-left: 50px;
    margin-top: 100px;
}

.nano {
    float: left;
    margin-left: 1050px;
    margin-top: -250px;
    filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.65));
    z-index: 1;
}

.classic-rollover {
    background-image: url("seventhclassicoff.png");
    width: 350px;
    height: 450px;
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
    filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.65));
    margin-left: 600px;
    margin-top: -450px;
}

.classic-rollover:hover {
    background-image: url("seventhclassicon.png");
}


.header {
    border-width: 15px;
    border-color:#a5a5a5;
    border-style: solid;
    width: 1450px;
    height: 100px;
    padding-right: 32px;
}

.logo {
    margin-left: 50px;
    transition: box-shadow 0.3s ease-in-out;
}

.logo:hover {
    filter: drop-shadow(10px 10px 10px #000000);
}

.classicmenu {
    position: relative;
    width: 400px;
    height: 100px;
    margin-left: 750px;
    margin-top: -110px;
}
/* stuff for the classic menu*/
.classic {
  position:absolute;
  height: 70px; 
  width: 150px; 
  background-image: linear-gradient(#434343, #888888, #434343);
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3;
  filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.68));
}

.classiclink:link {
    color: #000000;
    text-decoration:none;
}

.classiclink:visited {
    color: #000000;
}

.classiclink:hover {
    color: #a9aaaa;
}
/*end of classic menu*/
/*start of 5th generation menu*/
.fifthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#434343, #888888, #434343);
    border-radius: 50%;
    display: flex;
    margin-left: 120px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 2;
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.68));
}

.fifthgenlink:link {
    color: #000000;
    text-decoration:none;
}

.fifthgenlink:visited {
    color: #000000;
}

.fifthgenlink:hover {
    color: #a9aaaa;
}
/*end of 5th gen menu*/
/*start of 7th generation menu*/
.seventhgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#434343, #888888, #434343);
    border-radius: 50%;
    display: flex;
    margin-left: 217px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 1; 
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.68));
}

.seventhgenlink:link {
    color: #a9aaaa;
    text-decoration:none;
}

.seventhgenlink:visited {
    color: #a9aaaa;
}

.seventhgenlink:hover {
    color: #a9aaaa;
}
/* end of 7th gen menu*/

.nanomenu {
    position: absolute;
    width: 400px;
    height: 100px;
    margin-left: 1100px;
    margin-top: -100px;
}
/* start of nano menu*/
.nanoselect {
  position:absolute;
  height: 70px; 
  width: 150px; 
  background-image: linear-gradient(#434343, #888888, #434343);
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3;
  filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.68));
}

.nanoselectlink:link {
    color: #000000;
    text-decoration:none;
}

.nanoselectlink:visited {
    color: #000000;
}

.nanoselectlink:hover {
    color: #a9aaaa;
}
/* end nano menu*/
/*start 4th gen menu*/
.fourthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#434343, #888888, #434343);
    border-radius: 50%;
    display: flex;
    margin-left: 120px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 2;
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.68));
}

.fourthgenlink:link {
    color: #000000;
    text-decoration:none;
}

.fourthgenlink:visited {
    color: #000000;
}

.fourthgenlink:hover {
    color: #a9aaaa;
}
/*end 4th gen menu*/
/*start 7th gen nano menu*/
.seventhgennano {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#434343, #888888, #434343);
    border-radius: 50%;
    display: flex;
    margin-left: 217px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 1; 
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.68));
}

.seventhgennanolink:link {
    color: #000000;
    text-decoration:none;
}

.seventhgennanolink:visited {
    color: #000000;
}

.seventhgennanolink:hover {
    color: #a9aaaa;
}
/*end 7th gen nano menu*/
