|
|
@ -31,7 +31,7 @@ nav ul {
|
|
|
|
padding: .7em;
|
|
|
|
padding: .7em;
|
|
|
|
border: 1px solid #000;
|
|
|
|
border: 1px solid #000;
|
|
|
|
margin: .5em;
|
|
|
|
margin: .5em;
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: #000;
|
|
|
|
color: #000;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
@ -81,6 +81,15 @@ main {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
color: #C61730;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hero {
|
|
|
|
.hero {
|
|
|
|
width: 100vw;
|
|
|
|
width: 100vw;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|