body {
    padding-top: 20px;
    /*margin: 60px auto;*/
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  /* font-weight: 600; */
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


.page-title-margin-bottom {
    height: 40px;
}

.list-buffer-top {
    height: 25px;
}

/* ========================
    TODO: Centered nav items
   ======================== */
nav .nav.nav-center {
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    text-align: center;
}

#mainNavbar {
    background: #fff;
    padding-inline: 20px;
    border: none;
    /*    background: #f0f0f0;*/
}

nav ul { /*, footer ul {*/
/*    font-family:'Helvetica', 'Arial', 'Sans-Serif';*/
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    list-style: none;
    font-weight: 600;
    /*text-align: center;*/
}
nav ul li a {/*, footer ul li {*/
    display: inline;
    margin-right: 20px;
    text-decoration: none;
    color: #999;

    -webkit-transition:color .1s;
    -moz-transition:color .1s;
    -ms-transition:color .1s;
    -o-transition:color .1s;
    transition:color .1s;

}

/* taken from Bootstrap navs css to override defaults */
.nav > li > a:focus, .nav > li > a:hover {
    color: #333;/*niceteal #37ADB3;/*green #36816c;/*orng #ce5d00; /*lightteal #74c9be; /*drk teal#3c9d9f; std blue #337ab7;*/
    background-color: #fff;
}

nav a.navbar-brand.navbarLabel {
    color: #999;
    transition:color .1s;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

nav a.navbar-brand.navbarLabel:hover {
    color: #333;/*#37ADB3; /*orange #f0672c;*/
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

}

/* The navigation menu links */
.sidenav p {
    padding: 20px 80px 20px 50px;
    /* text-decoration: none; */
    font-size: 15px;
    color: #818181;
    display: block;
    /* transition: 0.3s; */
}

.sidenav a {
   text-decoration: none;
}

/* When you mouse over the navigation links, change their color */
/* .sidenav a:hover {
    color: #f1f1f1;
} */

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

h1 {
    font-size: 3em;
    font-family: 'Bitter', serif;
/*    font-family:'Helvetica', 'Arial', 'Sans-Serif';*/
}

h1.title-text {
   font-size: 6em;
}

h2 {
    font-family: 'Bitter', sans-serif;
}
h3 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
}

p {
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    color: #333;
    margin-bottom: 20px;
}

ul.posts {
    margin: 20px auto 40px;
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}

.left {
    text-align: left;
}

.centered {
    text-align: center;
}

/* ==========================================================================
   TODO: Collapsing Navbar Styles
   ========================================================================== */

@media(min-width:768px) {
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 0;
    /* Add additional styles here for the UNCOLLAPSED state */
  }
  .navbar-default.affix {
    padding: 0;
    /* Add additional styles here for the COLLAPSED state */
  }
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.headerwrap {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top:120px;
    text-align:center;
    background-position: center center;
    min-height: 635px;
    width: 80%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headerwrap h1 {
    color:#ffffff;
    margin-top: 50px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.headerwrap p {
    color:#ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 10% ;
    /*margin-left: 80px;*/
/*	text-shadow: 1px 1px 1px #000; */
}

#footerwrap {
    background: #2b2b2b; /* #333; #2b2b2b */
    color: #999;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-size: .8em;
    font-family: 'Montserrat', sans-serif;
}

#footerwrap hr {
    position: relative;
    border: none;
    margin-top: 75px;
    padding-bottom: 20px;
}

#footerwrap hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    width: 50%;
    height: 1px;
    background: #6f6f6f;
}

/* From new website */
#footerwrap #footer-label {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: center;
    text-decoration: none;
}
/* svg-inline--fa fa-linkedin-in fa-w-14 fa-lg */
/* fontawesome icon */
#footerwrap .fa-lg {
    font-size: 1.6em;
    /* color: #999999; */
}

#footerwrap p {
    color: #999;
    font-size: 14px;
}

#about-me {
    padding: 0px 20px 0px 0px;
    /* border: 1px solid #6f6c6c; */
    float: left;
    width: 50%;
}
#about-me h2, p {
    /* color: #999; */
    text-align: left;
}

.LowerFooter {
    /* border-top: 1px solid #6f6c6c; */
    /* padding-top: 40px; */
    font-size: 14px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* margin: 30px 0; */
    color: #999999;
    /* padding-top: 30px; */

}

#footerwrap .FooterCopyrightContainer {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
}

/* #FooterCopyrightText {
    font-size: 11px;
    color: #6f6c6c;
} */

#footerwrap .FooterEmailContainer {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
}

#footerwrap .FooterSocialContainer {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-bottom: 32px;
}

#footerwrap .FooterSocial {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

#footerwrap .FooterSocialElem {
    margin-left: 32px;
    /* color: #999999; */

}

#footerwrap span.FooterSocialElem > a {
    -webkit-transition:color .1s;
     -moz-transition:color .1s;
     -ms-transition:color .1s;
     -o-transition:color .1s;
     transition:color .1s;
     color:#999999;
}

#footerwrap span.FooterSocialElem > a:hover {
    color: #dfdfdf;/*teal #37ADB3;/*best gold #e5c817;/*gold#f2d318;/* blue#4494ee; /*yellow #fcf113;*/
}

/* ==========================================================================
   Project Grid Sections
   ========================================================================== */

/* Custom styling for Projects header -
* Projects h2 comes with 20px top margin
*/


/* Custom styling for Projects nav bar -
* Projects h2 comes with 10px bottom margin
*/
div .row#row-projects-nav{
    padding: 0px 0px 10px 0px;
}

nav#projects-nav span {
    padding: 1rem 2rem;
}

nav#projects-nav button {
    padding: 1rem 2rem;
    border-width: 0px;
}

/* nav#projects-nav li:hover {
    color: #37ADB3 !important;
    background-color: none !important;
} */


/* Custom styling for Projects grid -
*/
div .row#row-projects{
    padding: 0px 0px 10px 0px;
}
