@import url(//fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);

body{
    color: #2c3e50;
}

.sidebar {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding-top: 1%;
    background-color: #2c3e50;
    color: #fff;
}
.sidebar-color {
    background-color: #2c3e50;
    /*z-index: -500;*/
}

.sidebar-header {
    text-align: center;
    margin-bottom: 10px;
}
.sidebar-header .title{
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
}

.sidebar-header .title a{
    text-decoration: none;
    color: #fff;
}

a.nav-link {
    padding-bottom: 5px;
    padding-top: 7px;
    color: #aaa;
}
a.nav-link i{
    font-size: 16px;
}
a.nav-link:hover { color: #777; }

#bio {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#contact-list li .fa,
article .share .btn {
    -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  transition:color .2s ease-out, background 1s ease-in;
}
#contact-list li:hover .fa-mastodon,
article .share .mastodon:hover {
    color: #00ACEE;
    border-color: #00ACEE;
}
#contact-list li:hover .fa-linkedin {
    color: #1D87BD;
}
#contact-list li:hover .fa-github {
    color: #F0F0F0;
}
#contact-list li:hover .fa-envelope {
    color: #E93E30;
}
#contact-list li:hover .fa-pinterest {
    color: #CC2127;
}
#contact-list li:hover .fa-rss {
    color: #e74c3c;
}
article .share .facebook:hover {
    color: #43609C;
    border-color: #43609C;
}
article .share .gplus:hover {
    color: #C13929;
    border-color: #C13929;
}

#contact-list-secondary {
    padding-bottom: 10px;
}

.page-header {
    /*color: #e74c3c;*/
    /*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
}

@media only screen and (min-width: 768px) {
    .page-header{
        margin-right: 70px;
    }
}

article{
    margin-bottom: 40px;
}

.article_body{
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-date {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

article {
    padding: 0 5% 0;
}

article.home div a, article.home pre a { color: #2c3e50; }
article.home div a:hover, article.home pre a:hover { color: #2c3e50; text-decoration: none; }
article img { max-width: 100%; }

h1,h2,h3,h4,h5,h6 { font-family: 'Ubuntu', sans-serif; }
article.home h1,
article.home h2,
article.home h3,
article.home h4,
article.home h5,
article.home h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #f2756a;
}

article.home h1 a,
article.home h2 a,
article.home h3 a,
article.home h4 a {
    color: #f2756a;
}
article.home h1 a:hover,
article.home h2 a:hover,
article.home h3 a:hover,
article.home h4 a:hover {
    color: #e74c3c;
}

.author .author-image {
  float: left;
  margin-right: 20px;
}

footer {
    padding-top: 15px;
    font-family: 'Ubuntu';
}

/* nav-vertical-tabs component */
.nav-tabs-vertical {
    border-right: 1px solid #ddd;
}

.nav-tabs-vertical li {
    margin-right: -1px;
}

.nav-tabs-vertical>li.active>a, .nav-tabs-vertical>li.active>a:hover, .nav-tabs-vertical>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-color: transparent;
}

.nav-tabs-vertical>li>a {
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
}

.badge { background: #F2756A; }

#nav-menu{
    position: fixed;
    top: 45px;
    right: 45px;
    z-index: 2000;
}
#nav-menu .dropdown-menu {
    left: inherit;
    right: 0px;
}

ul.dropdown-menu>li>a>i.fa {
    width: 1.3em;
}
.sidebar-btn {
    position: relative;
    left: 2%;
    width: 96%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #3f4f5f;
    color: white;
}
.sidebar-btn:hover {
    border: 1px solid #00ACEE;
}

.profile-img-lg {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

.profile-img-sm {
    height: 35px;
}

.purdue-logo-sm {
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url('/assets/media/external/purdue-logo.png');
    background-size: 50px;
    background-repeat: no-repeat;
    display: inline-block;
}

.btn-default {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-default:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.sidebar-spacer {
    height: 50px;
    margin: 20 0 -50px 0;
    /* margin: 20px 0 -50px 0; use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}
#sidebar-btnbar {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 107%;
    min-height: 75px;
    margin-left: -15px;
    background-color: #2c3e50;
    color: #fff;
    overflow: hidden;
}
.mono-font {
    font-family: 'Ubuntu', sans-serif;
}

#sidebar-expand-menu {
    position: relative;
    left: 1.2%;
    right: 1.3%;
    top: 0px;
    width: 97%;
    background-color: #2c3e50;
    color: #fff;
    overflow: hidden;
}

.project-languages {

}

.project-tech {
    
}
.img-circle {
    border-radius: 50%;
}
.inline-item {
    display: inline-block;
}
.wip {
    display: inline-block;
    font-weight: bold;
    font-size: medium;
    color: #C81927;
    padding-left: 5px;
}
.carousel-btn {
    height: 50px;
    width: 50px;
    font-size: 25px;
}
.err-page {
    font-family: 'Microsoft Sans Serif' !important;
    line-height: normal;
}
.ie-font {
    font-family: 'Microsoft Sans Serif' !important;
    line-height: normal;
}
.ie-link {
    text-decoration: underline;
    color: red;
}
.ie-link:hover {
    color: red;
}
/*From https://stackoverflow.com/a/41411238*/
.iehr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #c6c3c6;
  }