#bottom1 a::after,
#bottom6 a::after,
#bottom8 a::after,
#top3 a::after {
background-color: #00FFFF;
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
content: "";
transform: scaleX(1);
transform-origin: bottom left;
transition: transform 0.25s ease-out;
}

#bottom1 a:hover::after,
#bottom2 a:hover::before,
#bottom3 a:hover::before,
#bottom6 a:hover::after,
#bottom8 a:hover::after,
#main a:hover::before,
#top3 a:hover::after {
transform: scaleX(0);
transform-origin: bottom right;
}

#bottom1 a,
#bottom6 a,
#bottom8 a,
#top3 a {
color: #182260;
display: inline-block;
position: relative;
}

#bottom2 a::before,
#bottom3 a::before,
#main a::before {
background-color: #00FFFF;
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
content: "";
transform: scaleX(1);
transform-origin: bottom right;
transition: transform 0.25s ease-in;
}

#bottom2 a,
#bottom3 a,
#main a {
color: #141414;
display: inline-block;
position: relative;
}

#bottom2,
#bottom3 {
text-align: center;
}

#link,
#navpath a:visited {
color: #141414;
}

#top3 {
background-color: #182260;
height: 400px;
max-width: 1500px;
margin-right: auto;
margin-left: auto;
}
