
p, ol {
    color: #444;
    font-weight: 300;
    line-height: 1.75em;
}

#profile-pic {
    margin-top: 50px;
    width: 100px;
    height: 100px;
}

ul {
  list-style-type: none;
    padding-left: 0;
    margin-bottom: 40px;
    color: #444;
    font-size: .8em;
}

h6 {
    color: #999;
    text-transform: uppercase;
    font-weight: 100;
}

.navbar-brand {
    font-weight: 800;
    
}

.navbar-brand:hover {
    color: #fff;
}

h1 {
    margin-top: 40px;
}

h1, h2 {
    font-weight: 800;
}

.background-gray {
    background-color: #F4F4F4;
}

.tidbit {
    margin-top: 40px;
}

.project {
    margin-top: 20px;
    opacity: .5;
}

.project:hover {
    opacity: inherit;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

img {
    width: 100%;
}

.project-title {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: .12em;
    font-weight: 400;
    margin-top: 40px;
}

.idea {
    padding: 100px 0; 
}

.hero {
    margin: 60px 0;
}

.row {
    margin: 40px 0;
}

.next-link {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: .12em;
    font-weight: 400;
    margin-top: 10px;
}

a {
color: #00A9BF !important;
font-weight: 800;
}

/*
body {
    background-color: #fffdf5;
}


a h5 {
  background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #fcf113 50%);
  background-position: -0% 0;
color: #fff !important;
font-weight: 800;
  background-size: 200% auto;
     padding: 5px;
  transition: background-position 0.25s ease-out;
}

a h5:hover {
  background-position: -100% 0;
    text-decoration: none;
}

*/