/* General */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}

.roboto-regular {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-bold {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

.roboto-black {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: normal;
}

.roboto-thin-italic {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: italic;
}

.roboto-light-italic {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}

.roboto-regular-italic {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: italic;
}

.roboto-medium-italic {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: italic;
}

.roboto-bold-italic {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: italic;
}

.roboto-black-italic {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
}
  

:root{
    --mtg-white: #fffbd5;
    --mtg-blue: #aae0fa;
    --mtg-black: #cbc2bf;
    --mtg-red: #f9aa8f;
    --mtg-green: #9bd3ae;
    --mtg-multi: #d0ae5f;
    --mtg-land: #b97a57;
    --mtg-artifact: #d3d3d5;
}
h1{
    margin-bottom: 2rem;
}
a{
    text-decoration: none;
    color: blue;
}
a:hover{
    color: green;
}

.custom-button{
    padding: 10px 20px;
    border: 1px solid black;
    color: black;
    background: white;
    transition: 0.3s;
    border-radius: 4px
}
.custom-button:hover{
    background-color: black;
    color: white;
}
/* MtG */
.mtg-cards{
    margin-top: 3rem;
}
.mtg-card{
    margin: 1.5rem 0;
}
.mtg-card a{
    color: white;
}
.mtg-card h3{
    padding-top: 10px
}
.mtg-card a{
    margin-top: 5px;
}
.mtg-card img{
    border-radius: 25px;
}
.filters{
    max-width: 1000px;
    margin: auto
}
.filters ul li a{
    color: white;
}
.filters ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
.filters ul li{
    display: flex;
    border: 1px solid white;
    margin: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: center;
}
.filters ul li img{
    width: 40px;
    margin-right: 15px;
}
.filters ul li a{
    padding: 5px 20px;
    transition: 0.3s;
}
.filters ul li:hover{
    background-color: rgb(192, 188, 188);
    border: 1px solid rgb(192, 188, 188);
}
.filters ul li:hover a, .mtg-card a:hover{
    text-shadow: -1px 1px 2px #000,
    1px 1px 2px #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
}
.mtg-card div a{
    display: inline-block;
    padding: 0 5px;
    vertical-align: -webkit-baseline-middle;
}
.mtg-card img{
    max-width: 100%
}
.mtg-card div a.download-icon:hover svg path{
    fill: #33b5bf;
}
.filters ul li.all:hover a{
    color: white;
}
/* Colors */
.filters ul li.white:hover a, .mtg-card.white a:hover{
    color: var(--mtg-white);
}
.filters ul li.blue:hover a, .mtg-card.blue a:hover{
    color: var(--mtg-blue);
}
.filters ul li.black:hover a, .mtg-card.black a:hover{
    color: var(--mtg-black);
}
.filters ul li.red:hover a, .mtg-card.red a:hover{
    color: var(--mtg-red);
}
.filters ul li.green:hover a, .mtg-card.green a:hover{
    color: var(--mtg-green);
}
.filters ul li.multi:hover a, .mtg-card.multi a:hover{
    color: var(--mtg-multi);
}
.filters ul li.artifact:hover a, .mtg-card.artifact a:hover{
    color: var(--mtg-artifact);
}
.filters ul li.land:hover a, .mtg-card.land a:hover{
    color: var(--mtg-land);
}
.filters ul li.active{
    font-size: 0;
}
.filters ul li.active img{
    margin-right: 0;
}
.filters ul li.all.active{
    background: #bbbbbb;
}
.filters ul li.white.active{
    background: var(--mtg-white);
}
.filters ul li.blue.active{
    background: var(--mtg-blue);
}
.filters ul li.black.active{
    background: var(--mtg-black);
}
.filters ul li.red.active{
    background: var(--mtg-red);
}
.filters ul li.green.active{
    background: var(--mtg-green);
}
.filters ul li.multi.active{
    background: var(--mtg-multi);
}
.filters ul li.artifact.active{
    background: var(--mtg-artifact);
}
.filters ul li.land.active{
    background: var(--mtg-land);
}

.portfolio section{
    margin: 5rem 0 15rem 0;
}

.portfolio section#experience a{
    color: cyan;
}
.portfolio section#experience a:hover{
    color: rgb(20, 110, 110);
}
body {
    background-color: #121212;
    color: #ffffff;
}
.portfolio .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.portfolio .section-title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tab-content {
    margin-top: 20px;
}
.portfolio .semi-button{
    cursor: pointer;
    transition: all 0.3s ease;
}
.portfolio .semi-button.active{
    color: cyan;
}
.portfolio .semi-button:hover{
    color: gray;
}
.icon-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.round-icons li {
    margin: 10px;
    border-radius: 25px;
}

.round-icons a {
    display: inline-block;
    padding: 10px;
    background-color: #333;
    text-align: center;
    border-radius: 25px;
    border: 1px solid transparent;
}

.round-icons img {
    width: 40px;
    height: 40px;
}

.round-icons a:hover{
    transform: scale(1.2);
    border-color: cyan;
    border: 1px solid cyan;
}

.portfolio section#projects a{
    color: white;
}

.portfolio #hobbies img{
    border-radius: 25px;
    height: 450px;
}

.font-weight-bold{
    font-weight: 700 !important;
}

.portfolio #hobbies .card-1, .portfolio #hobbies a{
    position: relative;
}

.portfolio #hobbies .card-1{
    z-index: 20;
    transform: rotate3d(1, 1, 1, -2deg);
    left: -3%;
}

.portfolio #hobbies .card-2{
    position: absolute;
    left: 30%;
    transform: rotate3d(1, 1, 1, 9deg);
    z-index: 10;
}

.smart-link{
    position: absolute;
    top: -220px;
    width: 1px;
    height: 1px;
}

section{
    position: relative;
}

.cv-button{
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #333;
    transition: all 0.3s ease;
    padding: 8px 30px;
    border: 1px solid transparent;
}

.cv-button:hover{
    background-color: #333;
    color: cyan;
    border-color: cyan;
}

/* Responsiveness */
@media only screen and (max-width: 992px) {
    .filters ul li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .filters ul li img{
        margin-right: 0;
    }
    .portfolio section{
        margin: 5rem 0;
    }
    .portfolio #hobbies img{
        height: 300px;
    }
    .portfolio #hobbies .container{
        display: flex;
    }
    .portfolio #hobbies .card-1{
        left: 20%;
    }
}