﻿body {
    padding-top: 110px;
    padding-bottom: 20px;
    font-family: "Alan Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    color: #000;
    overflow-y: scroll;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a,  a:active,a:visited {
    color: #808080;
}
    a:hover {
        color: #d3d3d3
    }
footer{
    padding:10px;
    text-align:center;
}

h1, h2, h3, h4 {
    font-family: "Alan Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

h2{
    text-transform: uppercase;
    letter-spacing:-1px;
}
h3 {
    color: #000;
}
.navbar {
    background-color: #fff;
    border-bottom: solid 1px #808080;
    padding-bottom:12px;
}

.project{
    border: solid 0px white;
    border-radius: 8px;
}

    .project img {
        width: 100%;
        margin-right: -15px;
        max-width: 320px;
    }

.proj:hover img{
    width:100%;
}

.tech{
    font-size: 90%;
    font-style:italic;
}

.negativelogo {
    height: 70px;
    margin-top: 12px;
}

.negativelogo-mob
{
    height:32px;
    margin-top:12px;
}


.navbar-inverse .navbar-nav > li > a {
    color: whitesmoke !important;
    font-size: 120%;
    font-weight: 700;
}

.navbar-nav li {
    margin-top: 21px;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
}

.proj {
    border: solid 1px #808080;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 8px;
}

    .proj h3 {
        margin-top: 4px;
        text-transform: uppercase;
    }

.tech {
    color: #808080;
}

.branding {
    height: 90px;
    margin-left: 40px;
}

@media only screen and (max-width: 768px) {
    .branding {
        height: 60px;
        margin-left: 40px;
    }
    .navbar-nav li {
        margin-top: 10px;

    }
    .mr-auto
    {
        text-align:right;
    }
}

@media only screen and (max-width: 368px) {
    .branding {
        margin-left: 10px;
    }

   
}

footer
{
    margin-top:50px;
}