@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Roboto&family=Roboto+Serif:opsz@8..144&display=swap');

/* 
#01257D
#00FFFF */

* {
    box-sizing: border-box;
}

body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

/* Center website */
.main {
    /* max-width: 1000px; */
    margin: auto;
}

.content {
    padding: min(5rem, 4%);
    padding-left: min(15rem, 12%);
    padding-right: min(15rem, 12%);
}

/* #background-image {
    background-image: url("images/bike.jpg");
    opacity: 0.5;
    background-size: 100% 100%;
    min-height: 100%;
} */

/* .background-overlay {
    background-image: url("images/overlay.png");
} */

.top {
    background-image: url("images/overlay.png");
    background-color: #262626;
    background-size: 100% 100%;
    min-height: 100%;
}

.top h1,
.top h2 {
    font-weight: 800;
    color: #F8F9F7;
    text-shadow:
        0.03rem 0.03rem 0.25rem #000000,
        -0.01rem -0.01rem 0.25rem #000000,
        0.01rem -0.01rem 0.25rem #000000,
        -0.01rem 0.01rem 0.25rem #000000,
        0.01rem 0.01rem 0.25rem #000000;

    /* -webkit-text-stroke: 0.02rem #000000;
    stroke-width: 1rem; */

}

.top h1 {
    font-size: 4rem;
    color: #F8F9F7;
    letter-spacing: -0.1rem;
    margin-bottom: 3rem;
}

.top h2 {
    margin-bottom: 5rem;
}

.top h3 {
    text-transform: capitalize;
    letter-spacing: 0.05rem;
    text-shadow:
        0.03rem 0.03rem 0.25rem #262626,
        -0.01rem -0.01rem 0.25rem #262626,
        0.01rem -0.01rem 0.25rem #262626,
        -0.01rem 0.01rem 0.25rem #262626,
        0.01rem 0.01rem 0.25rem #262626;
}

.top-text {
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 60%;
}

.about {
    background-color: #c6c6c6;
    padding-bottom: 3rem;
}

.about p {
    color: #262626;
}

.gallery .content {
    background-color: #F8F9F7;
    background-size: 100% 100%;
    padding-top: none;
}

h1 {
    font-size: 2.2rem;
    color: #F8F9F7;
    font-weight: 600;
}

.gallery h1 {
    font-family: Bitter, serif;
    font-weight: 500;
    color: #1e90ff;
}

.gallery h2 {
    color: #262626;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 3rem;
    font-family: 'Bitter', serif;
    text-transform: uppercase;

}

h3 {
    color: #1e90ff;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: 'Bitter', serif;
}

p,
ul {
    color: #262626;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.5rem;
    /* font-family: 'Bitter', serif; */
    letter-spacing: 0.05rem;
}

img {
    border-radius: 0.25rem;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: ease-in-out 300ms;

    /* &:hover {
        opacity: 0.5;
    } */
}

.gallery .row {
    margin: 8px -16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.gallery-content {
    background-color: #F8F9F7;
    padding: 10px;
    justify-content: center;
    align-items: center;
}


/* Add padding BETWEEN each column (if you want) */
.row,
.row>.column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
}

.gallery-switch>.column {
    /* flex-basis: 400px;
    flex-shrink: 0; */
    flex-direction: row-reverse;
    float: right;

}


/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* iframe */

iframe {
    width: 90%;
    height: 85%;
    border: none;
    border-radius: 0.25rem;
    margin-bottom: 2rem;

}

iframe,
img {
    box-shadow:
        1px 2px 2px #26262633,
        2px 4px 4px #26262633,
        4px 8px 8px #26262633,
        6px 12px 12px #26262633;
}

/* Icon */

a.icon {
    color: #525252;
    font-size: 1.5rem;
    padding-right: 1rem;
}

.icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: inherit;
    padding-right: 0.5rem;
    text-transform: none !important;
    font-family: FontAwesome;
    font-weight: 100;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    font-size: 1rem;

}

.icon>.label {
    display: none;
}

.skills-border {
    display: inline-block;
    color: #044317;
    background-color: #A7F0BA;
    border: 0;
    margin-top: 0.3rem;
    padding: 0.4rem;
    font-size: 0.7rem;
    text-align: center;
    border-radius: 2rem;
    text-decoration: none;
}

.link-hover {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Bitter', serif;
    line-height: 2rem;

}

.icon.arrow {
    font-size: 1.5rem;
    padding-left: 0.4rem;
}

.link-hover:hover {
    /* letter-spacing: 0.05rem; */
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.link-hover:hover>.icon.arrow {
    transform: translate(0.5rem, 0rem);
}

.contact {
    margin-top: 5rem;
}

.contact i {
    padding-right: 1rem;
}

.contact p,
.contact a {
    color: #525252;
}

#contact-icons {
    margin-top: 3rem;
}

#contact-icons a:hover,
.contact p a:hover {
    color: #1e90ff;
}

a {
    position: relative;
    /* color: inherit; */
    text-decoration: none;
    color: #1e90ff;
}

p a:hover,
ul a:hover {
    text-decoration: underline;
}

/* .contact p a:hover {
    color: #262626;
} */

a:visited {
    text-decoration: none;
    color: none;
}

/* .button {
    border: 0;
    line-height: 1.5rem;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    color: #f4f9fc;
    border-radius: 0.25rem;
    background-color: #7f00e0;
    text-decoration: none;

}

.button:hover {
    background-color: #748CDB;
    color: #f4f9fc;
    text-decoration: none;

}

.button:active {
    box-shadow:
        inset -2px -2px 3px rgba(255, 255, 255, 0.6),
        inset 2px 2px 3px rgba(0, 0, 0, 0.6);
} */

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}