html, body {
    height: 100%;
    margin: 0;
}

p {
    font-family: Roboto;
}

hr {
    border: 0;
    border-top: 1.1px solid rgb(189, 189, 189) !important;
}

h1 {
    letter-spacing: 0.2rem;
    font-weight: 300 !important;
}

img {
    height: 250px;
    border-radius: 50%;
}

.home-outline {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.header-button {
    color: #5c94d4 !important;
    transition: all 0.3s ease-in-out !important;
}

.header-button:hover {
    text-decoration: none !important;
    color: #007bff !important;
}

.header-row {
    width: 70%;
}

.dot {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

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

.active {
    overflow: hidden;
}
#main {
    min-height: auto;
    transition: all 1s;
}

#resume-button {
    background-color: #1cb3ff;
    color: #fff;
    border-color: #1cb3ff;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .2s ease-in;
}

#resume-button:hover {
    background-color: #007bff !important;
}

.footer-icon {
    font-size: 1.25rem !important;
    color: grey;
    transition: color .35s ease-in;
}

.footer-icon:hover {
    color: #007bff !important;
}

@media only screen and (max-width: 1100px) {
    .wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 610px) {
    .wrapper {
        width: 90%;
    }
    .header-row {
        width: 100%;
    }
    a {
        font-size: 0.9rem;
    }
    body {
        font-size: 0.9rem !important;
    }
}