You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
1.6 KiB
CSS

.container {
background: #313131;
box-shadow: inset 0 15px 7.5px -7.5px rgba(0,0,0,0.2);
padding-top: 15px;
color: white;
padding-left: 25px;
padding-right: 25px;
}
.container > div {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
}
h1.title {
display: block;
width: 100%;
top: -20px;
font-size: 24px;
border-bottom: solid rgba(255,255,255,0.2) 1px;
}
h1.title a {
font-family: 'Cormorant Infant',serif;
font-weight: 600;
text-transform: uppercase;
text-decoration: none !important;
text-align: center;
color: inherit;
height: 1.02em;
display: inline-block;
width: auto;
}
h1.title span {
font-family: 'Cormorant Upright',serif;
font-weight: 300;
text-transform: lowercase;
font-style: italic;
margin-left: -0.2em;
margin-right: .2em;
position: relative;
top: -0.2em;
left: .05em;
font-size: 73.91304348%;
}
h1.title a {
border-bottom: solid 1px transparent;
position: relative;
padding-bottom: 2px;
top: 1px;
}
h1.title a:hover {
border-bottom: solid 1px currentColor;
}
.footerInfo {
color: white;
}
.footerInfo a {
color: white;
}
.footerNav {
position: absolute;
list-style: none;
top: -8px;
right: 0px;
}
.footerNav li {
display: inline-block;
font-family: 'Cormorant SC', serif;
padding-left: 40px;
text-transform: uppercase;
}
.footerNav li a {
display: inline-block;
font-family: 'Cormorant SC', serif;
color: white;
opacity: .7;
text-decoration: none;
}
.footerNav li a:hover {
opacity: .9;
border-bottom: solid 1px white;
}