* {
    font-size: 100%;
    box-sizing: border-box;
}

body {
    box-sizing: inherit;
}

#tomName {
    font-size: 32px!important;
}

html {
    scroll-behavior: smooth;
    background-image: url('../images/background.jpeg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

mark {
    background-color: white;
    color: black;
    border-radius: 3px;
}

.example::-webkit-scrollbar {
    display: none;
}

#tompic {
    border-radius: 30px;
    max-width: 250px;
}

#columns {
    margin-left: 5%;
    margin-right: 5%;
}

.icon {
    width: 3.125rem;
    height: 3.125rem;
}

.media-content {
    width: 100%;
}

.icon img {
    max-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
}

.section {
    padding: 0;
}

.navbar-burger {
    width: 4.125rem;
    height: 4.125rem;
}

.quote {
    margin-top: 0.32rem;
    margin-left: 0.32rem;
    padding-left: 0.62rem;
    border-left: 2px solid #dbdbdb;
}

.team-section {
    background-color: rgba(255, 255, 255, 0);
}

.card {
    padding: 2.5rem;
    border-radius: 0.625rem;
    background: white;
    margin: 1.25rem;
    box-shadow: 0 0 10px 3px #4a4a4a;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

#active-page {
    background-color: rgba(235, 235, 235, 0.5);
}

#hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

#pokeballcolumn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

#pokeballcard {
    width: auto;
}

#pokeball {
    min-width: 30px;
    max-width: 200px;
}

#lead {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
}

figure {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
}

#team {
    width: auto;
    height: 100%;
}

.card-content {
    width: auto;
    height: auto;
    padding: 1%;
}

#info {
    display: flex;
    width: 50%;
    justify-content: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 500px) {
    .main {
        min-width: 25rem;
    }
    .home form {
        flex-direction: row;
        max-width: 37.5rem;
    }
    .home .control {
        width: calc(100% - 4.53rem);
    }
    .home button {
        margin-left: 0.625rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    #pokeballcolumn {
        flex-direction: column;
    }
}