.columns {
    margin: 5% 5% 5% 5%;
}

.main-div {
    display: flex;
    justify-content: space-evenly;
}

.inner-div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.inner-div img {
    margin: 5px 5px 5px 5px;
}

.name {
    font-family: Raleway;
    font-size: 35px;
    line-height: 43px;
    color: #B26E63;
    margin-bottom: 32px;
}

.about {
    font-family: Lato;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 32px;
}

.about a {
    color: #488286;
    font-weight: bold;
}

.about a:hover {
    background-color: #ededed;
}

.icons-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.icons-div img {
    margin-right: 15px;
}

.navbar {
    font-family: Raleway;
    font-size: 24px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    color: #333333;
}

.navbar-brand{
    display: flex;
    justify-content: space-between;
}

.navbar-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


@media only screen and (max-width: 1023px) {
    input[type=checkbox]:not(:checked)~ .navbar-end {
        display: none;
    }

    .navbar-end{
        background-color: #ededed
    }
}

@media only screen and (min-width: 1024px) {
    #hamburger-label{
        display: none;
    }
}

#hamburger-checkbox{
    display: none;
}    

.name-icon {
    font-family: Raleway;
    font-size: 24px;
    cursor: pointer;
    color: #333333;
}

.home-icon :hover{
    background-color: #F5F5F5;
}

.project-title {
    font-family: Raleway;
    font-size: 20px;
    color: #B26E63;
}

.project-description {
    font-family: Lato;
    font-size: 15px;
    line-height: 28px;
}

.card {
    width: 400px;
    margin: 30px;
}

.title {
    font-family: Raleway;
    color: #B26E63;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.project-icon{
    width: 35px;
    height: 35px;
    margin-right: 30px;
}

.project-icon:hover{
    background-color: #F5F5F5;
}

.subtitle {
    font-family: Lato;
    font-size: 20px;
}

.content {
    font-family: Lato;
    font-size: 15px;
}

.card-container {
    margin: 5%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
