html {
    height: 100%;
}

body {
    background-color: #eee;
    min-height: 100%;
    position: relative;
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
}

.footer {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer p {
    margin-bottom: 0px;
}

.portrait {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

a, a:active, a:visited, a:link {
    color: #041C93;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #800000;
    text-decoration: none;
}

.navbar-default .navbar-brand {
    color: #fff;
    color: #000;
    font-size: 24px;
    padding-right: 35px;
}

.navbar-default a.navbar-brand:hover {
    color: #000;
}

.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    border-color: #041C93;
    color: #041C93;
}

.navbar-default .navbar-nav>li>a {
    color: #041C93;
    font-size: 21px;
    border: 1px;
    padding: 14px;
    border-style: solid;
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #041C93;
    border-color: #041C93;
    color: #fff;
}

.container .jumbotron {
    padding-left: 0px;
    padding-top: 20px;
}

.demoimg {
    max-width: 40%;
    /*     max-height: 300px; */
}

.demoimg-portrait {
    transform: rotate(90deg);
    max-width: 30%;
    /*     max-height: 300px; */
}

.project-row {
    margin-bottom: 0px;
}




.column {
    float: left;
    width: 33.33%;
    /*height: 20%;*/
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}




span.italic {
    font-style: italic;
}

span.bold {
    font-weight: 400;
}

.jumbotron li {
    font-size: 21px;
    font-weight: 200;
}

@media screen and (max-width: 992px )
{
    .project-row {
        margin-bottom: 25px;
    }
    
    .demoimg {
        max-height: 230px;
    }
}

@media screen and (min-width: 500px) {
    .portrait {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        margin-left: 30px;
    }
    .portrait {
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .demoimg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .project-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 190px;
    }
    
    .project-row-normal {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    
    .project-row-reverse {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .project-row:after, .project-row:before {
        display: none;
    }
    
    .project-item {
        /*
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         */
        
    }
}

@media screen and (max-width: 500px) {
    .portrait {
        width: 125px;
    }
    .container .jumbotron p {
        font-size:18px;
    }
    .jumbotron li {
        font-size:18px;
        font-weight: 200;
    }
    .navbar-default .navbar-brand {
        font-size: 21px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
    h3 {
        font-size: 21px;
    }
}

