mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
937 lines
14 KiB
CSS
937 lines
14 KiB
CSS
@font-face {
|
|
font-family: "neon-future";
|
|
src: url("../fonts/NeonFuture.ttf")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "starixo";
|
|
src: url("../fonts/Starixo.otf")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "independent";
|
|
src: url("../fonts/INDEPENDENT.ttf")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "sunset-club";
|
|
src: url("../fonts/SunsetClub.otf")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "robotoreg";
|
|
src: url("../fonts/RobotoCondensed-Regular.ttf")
|
|
}
|
|
|
|
html, body {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
/* background-image: url('../photos/plexus.jpg'); */
|
|
/*url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')*/
|
|
background-attachment: fixed;
|
|
background-size: 100% auto;
|
|
background-clip: border-box;
|
|
background-color: #1a1a1a;
|
|
}
|
|
|
|
* {
|
|
font-family: "Roboto Condensed", sans-serif;
|
|
}
|
|
|
|
#menu {
|
|
height: 2rem;
|
|
display: none;
|
|
filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(1%) hue-rotate(151deg) brightness(95%) contrast(86%);
|
|
float: right;
|
|
margin-right: 1rem;
|
|
margin-top: .25rem;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* #defaultCanvas0 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
z-index: -69;
|
|
} */
|
|
|
|
#map {
|
|
height: 100%;
|
|
width: 100vw;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -69;
|
|
}
|
|
|
|
.leaflet-layer,
|
|
.leaflet-control-zoom-in,
|
|
.leaflet-control-zoom-out,
|
|
.leaflet-control-attribution {
|
|
filter: brightness(500%) contrast(130%);
|
|
}
|
|
|
|
.leaflet-tile-pane {
|
|
filter: brightness(50%);
|
|
}
|
|
|
|
h1, h2 {
|
|
color: #ecebeb;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2rem;
|
|
margin-top: 1rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
h3, h4 {
|
|
color: #a8a8a8;
|
|
}
|
|
|
|
strong {
|
|
color: #ecebeb;
|
|
}
|
|
|
|
p, li {
|
|
color: rgb(212, 212, 212);
|
|
font-size: 1rem;
|
|
}
|
|
|
|
a {
|
|
color: #a0a0a0a0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header h1 {
|
|
display: inline-block;
|
|
transition: .4s;
|
|
margin-bottom: 0px;
|
|
margin-top: .5rem;
|
|
margin-left: 1rem;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 0px;
|
|
margin-left: 0rem;
|
|
background-color: #1a1a1a;
|
|
width: 100%;
|
|
z-index: 99;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
transition: .4s;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#name-container {
|
|
display: inline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.name {
|
|
display: inline;
|
|
color: #a0a0a0a0;
|
|
background: url("../photos/sun.png") 0/5rem no-repeat;
|
|
background-size: contain;
|
|
padding-left: 5.5rem;
|
|
font-size: xx-large;
|
|
}
|
|
|
|
.glitch {
|
|
display: inline;
|
|
}
|
|
|
|
.textGrad {
|
|
font-family: "sunset-club" !important;
|
|
}
|
|
|
|
.navControl {
|
|
transition: .4s;
|
|
}
|
|
|
|
.navBar {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-left: 0px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.navElement {
|
|
border: solid black .2rem;
|
|
width: 25vw;
|
|
text-align: center;
|
|
font-size: 1.2rem;
|
|
font-size: 1rem;
|
|
background-color: rgba(139, 36, 36, 0.5);
|
|
}
|
|
|
|
.navElement:hover {
|
|
background-color: rgba(139, 36, 36, 0.8);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.navElement * {
|
|
color: white;
|
|
margin: 0px;
|
|
display: block;
|
|
padding-top: .3rem;
|
|
padding-bottom: .3rem;
|
|
transition: .4s;
|
|
}
|
|
|
|
#home {
|
|
/* height: 100vh; */
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.langstats {
|
|
width: 350px;
|
|
height: 165px;
|
|
border: none;
|
|
display: block;
|
|
}
|
|
|
|
.diamonds {
|
|
background: black;
|
|
background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75)), url('../chesscom-embed/diamonds.png');
|
|
}
|
|
|
|
.concentratedHead {
|
|
display: inline-block;
|
|
padding-right: 4rem;
|
|
border-bottom: #0f0f0f solid 5px;
|
|
color: white;
|
|
}
|
|
|
|
.foreground {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
min-width: 100vw;
|
|
min-height: 100vh;
|
|
overflow: hidden;
|
|
background-color: rgb(24, 24, 24, .85);
|
|
z-index: -1;
|
|
}
|
|
|
|
.foregroundContent {
|
|
padding-top: 6rem;
|
|
padding-left: 8rem;
|
|
max-width: calc(100%-8rem);
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.foregroundContent p {
|
|
line-height: 1.5em;
|
|
max-width: min(90%, 40rem);
|
|
}
|
|
|
|
.homeground {
|
|
background-color: rgb(0, 0, 0, .6);
|
|
}
|
|
|
|
.homegroundContent {
|
|
padding-top: 7em;
|
|
padding-left: 0em;
|
|
}
|
|
|
|
.noBackground {
|
|
background: none;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.noPad {
|
|
padding-left: 0px !important;
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
.centerContent {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.centerContent>div {
|
|
margin-top: 30vh;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
#HomeContent {
|
|
padding: 3rem;
|
|
display: inline-block;
|
|
background-color: rgb(44, 44, 44, .75);
|
|
border-radius: 1em;
|
|
border: solid black 4px;
|
|
text-align: center;
|
|
text-shadow: .15em .15em rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
#HomeContent p {
|
|
text-shadow: none;
|
|
color: #a8a8a8;
|
|
margin: 0;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.vFlex {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|
|
|
|
.wrap {
|
|
flex-wrap: wrap;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.spaceBetween {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.start {
|
|
justify-content: left;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.onRight {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
max-width: 100vw;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.onRight>* {
|
|
margin: auto;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.bgi {
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position-y: center;
|
|
opacity: 0.4;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
z-index: 0;
|
|
}
|
|
|
|
#Vertical {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 0;
|
|
height: 3rem;
|
|
border-right: rgb(156, 49, 45) solid 1px;
|
|
}
|
|
|
|
.sideimg {
|
|
float: right;
|
|
top: 0;
|
|
right: 0;
|
|
display: block;
|
|
max-width: min(40rem, 80%);
|
|
max-height: min(30rem, 100%);
|
|
}
|
|
|
|
/* #aboutGrid{
|
|
display: grid;
|
|
} */
|
|
|
|
.col {
|
|
width: calc(50% - 3rem);
|
|
margin-bottom: 3em;
|
|
float: left;
|
|
}
|
|
|
|
.rightCol {
|
|
float: left;
|
|
margin-right: 3em;
|
|
}
|
|
|
|
.boxedImg {
|
|
border: .5rem solid rgba(22, 22, 22, .8);
|
|
max-width: calc(90% - 1rem);
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.skills {
|
|
display: inline-block;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
border: solid rgba(156, 49, 45, .8) .3rem;
|
|
text-align: center;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.skill {
|
|
display: inline-block;
|
|
border: rgba(156, 49, 45, .8) solid .15rem;
|
|
padding: .2rem;
|
|
margin: .5rem;
|
|
background-color: rgba(11, 11, 11, .8);
|
|
color: rgb(212, 212, 212);
|
|
}
|
|
|
|
.projectList {
|
|
padding: 0px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.project {
|
|
display: inline-block;
|
|
text-align: left;
|
|
margin: 1rem;
|
|
width: 20rem;
|
|
height: 22rem;
|
|
border: .3rem rgba(156, 49, 45, .8) solid;
|
|
background-color: rgba(22, 22, 22, .8);
|
|
transition: .3s;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.projTitle>* {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.projBody {
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
|
|
.project .topBox, .project .bottomBox, .project .projTitle {
|
|
padding: 0 1rem;
|
|
z-index: inherit;
|
|
}
|
|
|
|
.backedBody {
|
|
background-color: #1a1a1a;
|
|
padding: .25em;
|
|
}
|
|
|
|
.tab {
|
|
display: inline;
|
|
float: right;
|
|
}
|
|
|
|
.project h3 {
|
|
display: inline-block;
|
|
border-bottom: black solid .2rem;
|
|
}
|
|
|
|
.project img {
|
|
margin-top: auto;
|
|
height: 3rem;
|
|
}
|
|
|
|
.bottomBox a, .placeholding {
|
|
vertical-align: middle;
|
|
display: inline;
|
|
text-align: left;
|
|
height: unset;
|
|
}
|
|
|
|
.project a img, .project a p {
|
|
padding: .5rem;
|
|
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(52deg) brightness(106%) contrast(101%);
|
|
}
|
|
|
|
.project a img:hover, .project a p:hover {
|
|
filter: invert(66%) sepia(0%) saturate(3964%) hue-rotate(99deg) brightness(100%) contrast(105%);
|
|
}
|
|
|
|
.incomplete {
|
|
color: red;
|
|
}
|
|
|
|
.WIP {
|
|
color: yellow;
|
|
}
|
|
|
|
.complete {
|
|
color: green;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.socials {
|
|
margin-left: 1rem;
|
|
width: 0px;
|
|
}
|
|
|
|
.socials img {
|
|
height: 2rem;
|
|
margin-bottom: 1rem;
|
|
filter: invert(29%) sepia(20%) saturate(1786%) hue-rotate(314deg) brightness(101%) contrast(110%);
|
|
transition: .2s;
|
|
}
|
|
|
|
.socials img:hover {
|
|
opacity: .5;
|
|
}
|
|
|
|
#vertLine {
|
|
border-right: 1px solid rgb(156, 49, 45);
|
|
margin-left: 1rem;
|
|
height: 10rem;
|
|
}
|
|
|
|
.neon {
|
|
display: inline-block;
|
|
font-family: "neon-future";
|
|
color: #fff;
|
|
text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #5271ff,
|
|
0 0 82px #5271ff, 0 0 92px #5271ff, 0 0 102px #5271ff, 0 0 151px #5271ff;
|
|
animation: pulsate 0.11s ease-in-out infinite alternate;
|
|
}
|
|
|
|
.neonBox h1 {
|
|
font-size: min(4em, 12vw);
|
|
}
|
|
|
|
.neonBox h3 {
|
|
font-size: min(2em, 6vw);
|
|
}
|
|
|
|
.neonBox {
|
|
border: 0.2rem solid #fff;
|
|
border-radius: 2rem;
|
|
padding: 2em;
|
|
margin: 2em;
|
|
box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #5271ff,
|
|
0 0 0.8rem #5271ff, 0 0 2.8rem #5271ff, inset 0 0 1.3rem #5271ff;
|
|
background-image: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.thedermacompany.co.uk%2Fwp-content%2Fuploads%2F2020%2F11%2Fblack-brick-scaled.jpg&f=1&nofb=1&ipt=d10be6df79141da1b4ec0c725575cef0f7b67e957e391662226d66cff02d25e6&ipo=images');
|
|
/* background-blend-mode: ; */
|
|
text-align: center;
|
|
}
|
|
|
|
@keyframes pulsate {
|
|
100% {
|
|
text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff,
|
|
0 0 40px #5271ff, 0 0 80px #5271ff, 0 0 90px #5271ff,
|
|
0 0 100px #5271ff, 0 0 150px #5271ff;
|
|
}
|
|
|
|
0% {
|
|
text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff,
|
|
0 0 38px #5271ff, 0 0 73px #5271ff, 0 0 80px #5271ff, 0 0 94px #5271ff,
|
|
0 0 140px #5271ff;
|
|
}
|
|
}
|
|
|
|
.fPage {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
position: absolute;
|
|
justify-content: center;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.heightBox {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.chess {
|
|
width: 300px;
|
|
border: none;
|
|
/* transform: scale(.8);
|
|
float: right; */
|
|
}
|
|
|
|
#chessProfile {
|
|
border-radius: 5px;
|
|
width: 300px;
|
|
height: calc(125px + 2em);
|
|
color: #AAAAAA;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chessInfo {
|
|
background-color: rgba(0, 0, 0, .3);
|
|
;
|
|
margin: 1em;
|
|
}
|
|
|
|
.chessRapid::after, .chessBlitz::after, .chessBullet::after, .chessPuzzles::after {
|
|
font-size: xx-small;
|
|
float: right;
|
|
margin-right: 5px;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.chessStat {
|
|
display: inline;
|
|
vertical-align: center;
|
|
}
|
|
|
|
.chessStat::after {
|
|
font-size: xx-small;
|
|
float: right;
|
|
}
|
|
|
|
.chessPuzzles::after {
|
|
content: 'Tactics';
|
|
}
|
|
|
|
.chessBullet::after {
|
|
content: "Bullet";
|
|
}
|
|
|
|
.chessBlitz::after {
|
|
content: "Blitz";
|
|
}
|
|
|
|
.chessRapid::after {
|
|
content: "Rapid";
|
|
}
|
|
|
|
.bottomtext {
|
|
font-size: x-small;
|
|
margin: 3px;
|
|
color: white;
|
|
text-align: right;
|
|
}
|
|
|
|
.black {
|
|
background-color: black;
|
|
}
|
|
|
|
.identity {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.identity h5 {
|
|
margin: 0px;
|
|
margin-top: -25px;
|
|
background: black;
|
|
z-index: 50;
|
|
position: relative;
|
|
width: 90%;
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.pfpContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.pfpContainer>div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.pfp {
|
|
border-radius: 50%;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.vContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.chessIcon {
|
|
display: inline-block;
|
|
font-family: Chess New;
|
|
font-size: x-large;
|
|
width: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
.rapid {
|
|
color: #6c9d41;
|
|
}
|
|
|
|
.blitz {
|
|
color: #f7c045;
|
|
}
|
|
|
|
.bullet {
|
|
color: #a58a45;
|
|
}
|
|
|
|
.puzzles {
|
|
color: #db7e3b;
|
|
}
|
|
|
|
.bookshelf {
|
|
width: 360px;
|
|
padding: 10px;
|
|
border: solid 2px #553;
|
|
background-image: url("/static/photos/wood.jpg");
|
|
}
|
|
|
|
.bookshelfHeader {
|
|
color: lightgray;
|
|
margin: .5em;
|
|
border-bottom: solid black 3px;
|
|
margin-right: 5em;
|
|
}
|
|
|
|
.bookContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.book {
|
|
width: 90px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.book img {
|
|
display: block;
|
|
margin: auto;
|
|
width: 75px;
|
|
height: 112px;
|
|
}
|
|
|
|
.book h4 {
|
|
font-size: x-small;
|
|
color: lightgray;
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.bookReview {
|
|
width: 6em;
|
|
padding: 1em;
|
|
}
|
|
|
|
.bookcover {
|
|
width: 6em;
|
|
}
|
|
|
|
.booklist {
|
|
margin: min(10em, 10%);
|
|
margin-bottom: 20em;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.timeitem {
|
|
transition: .4s;
|
|
overflow-y: clip;
|
|
height: auto;
|
|
max-height: 500px;
|
|
}
|
|
|
|
.timeitem a {
|
|
color: inherit;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.timeline-item {
|
|
border-left: solid #AAAAAA 3px;
|
|
}
|
|
|
|
.timeline-item h2 {
|
|
margin-top: 0px;
|
|
margin-left: .5em;
|
|
font-family: robotoreg;
|
|
}
|
|
|
|
.timeline-item p {
|
|
margin-bottom: 0px;
|
|
padding-bottom: 2em;
|
|
padding-left: 3em;
|
|
font-family: robotoreg;
|
|
}
|
|
|
|
.datetext {
|
|
margin: .25em;
|
|
font-size: small;
|
|
margin-left: -1.5em;
|
|
font-family: robotoreg;
|
|
}
|
|
|
|
.smallImg {
|
|
display: inline-block;
|
|
width: 75px;
|
|
}
|
|
|
|
.hover-container {
|
|
position: relative;
|
|
}
|
|
|
|
.hover-container .hover-element {
|
|
position: absolute;
|
|
top: 3em;
|
|
left: -50%;
|
|
padding: 1em;
|
|
border-radius: 1em;
|
|
width: 20em;
|
|
background-color: #1a1a1a;
|
|
opacity: 0;
|
|
transition: 1s;
|
|
z-index: -1;
|
|
}
|
|
|
|
.hover-container:hover .hover-element {
|
|
opacity: 1;
|
|
z-index: 10;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Chess New;
|
|
src: url('https://www.chess.com/bundles/web/fonts/chessglyph-new.0cc8115c.woff2');
|
|
}
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
|
|
.mobileV {
|
|
flex-direction: column;
|
|
}
|
|
|
|
#menu {
|
|
display: unset;
|
|
}
|
|
|
|
.header {
|
|
background-color: #1a1a1a;
|
|
border-bottom: solid 3px rgb(156, 49, 45, .4);
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.navBar {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.navElement {
|
|
width: 100vw;
|
|
}
|
|
|
|
.navControl {
|
|
max-height: 0px;
|
|
}
|
|
|
|
.projectList {
|
|
width: 95%;
|
|
}
|
|
|
|
.sideimg {
|
|
position: relative;
|
|
}
|
|
|
|
body {
|
|
background-size: auto 100%;
|
|
}
|
|
|
|
.foregroundContent {
|
|
/* centered objects will need to remove 1.5 of this to center */
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
padding-bottom: 36px;
|
|
padding-top: 3em;
|
|
}
|
|
|
|
.homegroundContent {
|
|
padding-top: 5em;
|
|
}
|
|
|
|
.onRight {
|
|
position: unset;
|
|
margin-top: 3rem;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.timeline {
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.col {
|
|
width: 100%;
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.rightCol {
|
|
position: inherit;
|
|
margin-right: inherit;
|
|
}
|
|
|
|
.footer {
|
|
position: relative;
|
|
width: 100%;
|
|
display: inline-block;
|
|
background-color: rgb(156, 49, 45);
|
|
}
|
|
|
|
.socials {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding-top: .5rem;
|
|
padding-bottom: .5rem;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: min(100vw, 400px);
|
|
}
|
|
|
|
.socials * {
|
|
display: inline;
|
|
text-align: center;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.socials img {
|
|
height: 2rem;
|
|
margin-bottom: 0px;
|
|
filter: none;
|
|
}
|
|
|
|
#vertLine {
|
|
display: none;
|
|
height: 0px;
|
|
}
|
|
} |