body {
    /*font-family: Times;*/
}

a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    /*line-height: 24px;*/
    border-bottom: 1px solid #000;
    padding-bottom: 3px
}

p {
    line-height: 24px;
    padding: 0;
    padding-bottom: 14px;
    margin: 0;
}

a:hover {
    color: red;
    border-bottom: 1px solid red;
}

a:active {
    color: black;
    border-bottom: 1px solid #000;
}

.ital {
    font-style: italic;
}

li {
    list-style: none;
}

header {
    position: fixed;
    width: 100vh;
    height: 50px;
    padding: 10px 0;
    margin: 0;
    bottom: -70px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: top left;
    -o-transform: rotate(-90deg);
    -o-transform-origin: top left;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: top left;
    transform: rotate(-90deg);
    transform-origin: top left;
}

header a {
    border-bottom: none;
}

header a:hover {
    border-bottom: none;
}

header a:active {
    border-bottom: none;
}

header ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.no-pad {
    padding-right: 0 !important;
}

header ul > li {
    font-family: arial;
    font-size: 16px;
    padding-right: 10px;
    display: inline-block;
}

@media screen and (min-height: 416px) {
    header ul > li {
        font-size: 26px;
        padding-right: 20px;
    }
}

@media screen and (min-height: 576px) {
    header ul > li {
        padding-right: 30px;
        font-size: 36px;
    }
}

.projects ul {
    padding-left: 70px;
    padding-right: 30px;
}

ul li {
    display: inline-block;
    font-size: 16px;
}

.col-1 a {
    border-bottom: none;
}

.col-1 img {
    width: 100%;
}

.col-1, .col-2 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .col-1, .col-2 {
        float: left;
    }

    .col-1 {

        width: 40%;
        padding-right: 2%;
    }

    .col-2 {
        height: 100%;
        width: 58%;
        vertical-align: middle;
    }
}

@media screen and (min-width: 1048px) {
    .col-1, .col-2 {
        float: left;
    }

    .col-1 {
        width: 30%;
    }

    .col-2 {
        width: 68%;
    }

}
