/* Main page with stikky-footer */
:root{
  --main-primary-color: #0053FF; /*#990000; crimson*/
  --main-secondary-color: #1B6AA5; /*#FF4400; Orangish Red*/
  /*267723 #27A822 #26AECE*/
}
html, body {
  height: 100%;
  background-color: #fff;
  /*font-family: 'Livvic', sans-serif;*/
  /*font-family: 'Inconsolata', monospace;*/
  font-family: 'Raleway', sans-serif;
  /* The html and body elements cannot have any padding or margin. */
  border-top: 3px solid var(--main-primary-color);
  /*border-top: 3px solid #99a099;*/
}

/* Wrapper for page content to push down footer */
#wrap {
  padding-bottom: 50px; 
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -65px;
  /* Pad bottom by footer height */
  /*padding: 0 0 60px;*/
}

/* Navbar */
.navbar-static-top {
  margin-bottom: 10px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color:#6b6b6b; 
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #6b6b6b;
}
.navbar-default .navbar-text {
  color: #6b6b6b;
}
.navbar-default .navbar-nav > li > a {
  color: #6b6b6b;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #6b6b6b;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #6b6b6b;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #6b6b6b;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #6b6b6b;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6b6b6b;
}
.navbar-default .navbar-link {
  color: #6b6b6b;
}
.navbar-default .navbar-link:hover {
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6b6b6b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #6b6b6b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #6b6b6b;
    background-color: #ffffff;
  }
}

/* Custom page CSS */
.container {
  width: auto;
  max-width: 800px;
  text-align: center;
}
.container .text-muted {
  margin: 20px 0;
}
.container a {
  color: var(--main-primary-color);
}
.container a:hover {
  color: var(--main-secondary-color);
}
.container p img, .img-responsive {
  display: block;
  height: auto;
  margin: 2rem auto;
  max-width: 100%;
}
.panel-default h4 {
  text-align: left;
  line-height: 24px;
  font-size: 22px;
}
.panel-default h5 {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}
.panel-default h6 {
  font-size: 15px;
}
.panel-default h4 a, h5 a {
  color: var(--main-primary-color);
}
.panel-default h4 a:hover, h5 a:hover {
  color: var(--main-secondary-color);
}
.panel{
  border-style: none;
}
.panel-body {
  padding-top: -10px;
  text-align: left;
}

.social-links {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0px;
  width: 100%;
  text-align: center;
  animation: fade 1s ease 1s both;
}
.social-links li {
  display: inline-block;
  padding: 5px;
  padding-top: 0;
  text-align: center;
}
.social-links li a {
  font-size: 20px;
  color: #000;
  padding: 10px;
  padding-bottom: 4px;
  transition: all .3s ease;
}
.social-links li a:hover {
  color: #99a099;
}
.avatar {
  padding-top: 5%;
  /* float: left; */
}
.emailbutton {
  display:inline-block;
  text-decoration:none;
  background-color:#FFFFFF;
  border:solid 1px black;
  color:black;
  cursor: pointer;;
  font-size:12px;
  line-height:35px;
  text-align:center;
  margin:0;
  height:35px;
  padding:0px 13px;
  border-radius:17px;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  /* font-weight:bold; */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.emailbutton:hover {
  display:inline-block;
  text-decoration:none;
  background-color: black;
  border:solid 1px black;
  color:white;
  cursor: pointer;;
  font-size:12px;
  line-height:35px;
  text-align:center;
  margin:0;
  height:35px;
  padding:0px 13px;
  border-radius:17px;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  /* font-weight:bold; */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.blog-post{
  padding-top: 15px;
}
.blog-title{
  padding-top: 2px;
}
.label {
  display: inline-block;
  margin-bottom: 5px;
}
.related-posts h4 {
  text-align: center;
}
.page-not-found {
  padding-top: 20%;
}
.disqus {
  padding-bottom: 15px;
}
.blogpost{
  text-align: left;
  line-height: 20px;
  font-size: 16px;
}

/* Footer  */
.footer {
  text-decoration: none !important;
}
.text-muted {
  color: #6b6b6b;
  font-size: 10px;
}
div.footer{
  border-bottom: 5px solid #FFFFFF;; 
  /*border-bottom: 5px solid #99a099;; 26AECE*/
}
/* Set the fixed height of the footer here */
/*.footer {
  height: 50px;
  padding-bottom: 15px;
  
}*/

/* First green color: #27A822*/

.projectThumbnail {
  margin-left:2%;
 float:left; 
 /* height:120px; */
 /* width:140px;	 */
 } 
 
.projectRow {
  display: flex;
  justify-content: left;
  width:100%;
  height:auto;
  padding:1%;
}

@media screen and (max-width: 768px) {
  .projectThumbnail {
    margin-left: 2%;
    margin-left: 20px;
  }
  .projectRow {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width:100%;
    height:auto;
    padding:1%;
  }
}