body {
    font-family: Montserrat, 'Open Sans', sans-serif;
    background: url("../images/bg2.jpg") fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.hello {
    color: #161825;
    font-style: italic;
    font-size: 4rem;
}

.introduction {
    padding: 20px;
    white-space: nowrap;
    color: white;
    font-size: 2.0rem;
    line-height: normal;
    letter-spacing: 0.2rem;
}

.introduction a {
    color: white;
}

.introduction a:hover, .introduction a:focus, .introduction a:active {
    text-decoration: underline;
}

.portfolio.menu {
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: Montserrat, 'Open Sans', sans-serif;
    font-size: 1.5rem;
}

.portfolio.grid {
    height: 100%;
}

.portfolio.column {
    max-width: 300px;
    width: 300px;
    max-height: 430px;
    height: 430px;
    background: transparent;
    border-color: #161825;
    border-style: solid;
    border-width: 5px;
    margin-left: -60%;
    border-right: none;
}