body {
background-image: url("fifthgenbackground.png"), linear-gradient(#ffffff, #abaaaa, #686969, #abaaaa, #aaaaaa, #ffffff);
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;
}

.fifthtitle {
    font-size:28px;
    margin-left: -480px;
    margin-top: 130px;
}

.fifthinfoleft {
    margin-left: -1050px;
    margin-top: 40px;
    width: 500px;
    font-size: 20px;
}

.fifthinforight {
    margin-left: -100px;
    margin-top: -190px;
    width: 400px;
    font-size: 20px
}

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

.classic-rollover {
    background-image: url("fifthgenclassicoff.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:100px;
}

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

.header {
    border-width: 15px;
    border-color:#3a3b3a;
    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(#2b2829, #666666, #2b2829);
  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: black;
    text-decoration:none;
}

.classiclink:visited {
    color: black;
}

.classiclink:hover {
    color: #ababab;
}
/*end of classic menu*/
/*start of 5th generation menu*/
.fifthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#2b2829, #666666, #2b2829);
    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: #ababab;
    text-decoration:none;
}

.fifthgenlink:visited {
    color: #ababab;
}

//.fifthgenlink:hover {
    color: #0048a3;
}
/*end of 5th gen menu*/
/*start of 7th generation menu*/
.seventhgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#2b2829, #666666, #2b2829);
    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: black;
    text-decoration:none;
}

.seventhgenlink:visited {
    color: black;
}

.seventhgenlink:hover {
    color: #ababab;
}
/* 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(#2b2829, #666666, #2b2829);
  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: black;
    text-decoration:none;
}

.nanoselectlink:visited {
    color: black;
}

.nanoselectlink:hover {
    color: #ababab;
}
/* end nano menu*/
/*start 4th gen menu*/
.fourthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#2b2829, #666666, #2b2829);
    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: black;
    text-decoration:none;
}

.fourthgenlink:visited {
    color: black;
}

.fourthgenlink:hover {
    color: #ababab;
}
/*end 4th gen menu*/
/*start 7th gen nano menu*/
.seventhgennano {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#2b2829, #666666, #2b2829);
    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: black;
    text-decoration:none;
}

.seventhgennanolink:visited {
    color: black;
}

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