body {
background-image: url("corebackground.png"), conic-gradient(#e13492,#fedc00,#8bc13f,#1e94d2,#e13492,#fedc00,#8bc13f,#1e94d2);
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;
}

.introtext {
     color:#aa7700;
    font-size: 32px;
    position: static;
    float: left;
    margin-top: 35px;
    margin-left: 120px;
    width: 700px; 
    z-index: 2;
}


.nano {
    position: static;
    float: left;
    margin-left: 700px;
    margin-top: -400px;
    margin-right: 200px;
    filter: drop-shadow(20px 20px 5px rgba(163, 159, 124, 0.65));
    z-index: 1;
}

.outsidecontainer {
   position: static;
    margin-left: 50px;
}

.header {
    border-width: 15px;
    border-color:#aa7700;
    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 #d06e16);
}

.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(#f49f53, #eae6ce, #f49f53);
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3;
  filter: drop-shadow(20px 20px 10px rgba(94, 92, 74, 0.68));
}

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

.classiclink:visited {
    color:black;
}

.classiclink:hover {
    color: #e02590;
}
/*end of classic menu*/
/*start of 5th generation menu*/
.fifthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#f49f53, #eae6ce, #f49f53);
    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(94, 92, 74, 0.68));
}

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

.fifthgenlink:visited {
    color:black;
}

.fifthgenlink:hover {
    color: #ef877e;
}
/*end of 5th gen menu*/
/*start of 7th generation menu*/
.seventhgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#f49f53, #eae6ce, #f49f53);
    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(94, 92, 74, 0.68));
}

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

.seventhgenlink:visited {
    color: #000000;
    text-decoration: none;
}

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

.nanomenu {
    position: relative;
    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(#f49f53, #eae6ce, #f49f53);
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  z-index: 3;
  filter: drop-shadow(10px 20px 10px rgba(94, 92, 74, 0.68));
}

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

.nanoselectlink:visited {
    color:black;
}

.nanoselectlink:hover {
    color: #6faf86;
}
/* end nano menu*/
/*start 4th gen menu*/
.fourthgen {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#f49f53, #eae6ce, #f49f53);
    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(94, 92, 74, 0.68));
}

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

.fourthgenlink:visited {
    color:black;
}

.fourthgenlink:hover {
    color: #6199b4;
}
/*end 4th gen menu*/
/*start 7th gen nano menu*/
.seventhgennano {
    position: absolute;
    height: 50px;
    width: 120px;
    background-image: linear-gradient(#f49f53, #eae6ce, #f49f53);
    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(94, 92, 74, 0.68));
}

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

.seventhgennanolink:visited {
    color: black;
}

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