/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:#283059;
  font-family: 'Roboto', sans-serif;
}


body > .container {
  padding: 60px 15px 0;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #000;
  padding-right: 15px;
  padding-left: 15px;
}

a, a:hover {
  cursor:pointer;
  color:#fecc2f;
}


code {
  font-size: 80%;
}

.navbar{
  /*background-color: #283059;*/
  background-color:rgba(40,48,89,0.8);
}

.navbar-dark .navbar-nav .nav-link.active{
  color:#fecc2f;
}

.navbar-dark .navbar-nav .nav-link{
  color:#fff;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color:#6f79b2;
}

.navbar-dark .navbar-nav{
  margin-right:30px;
}



.social-links img{
position: relative;
top: 5px;
width:25px;
}

.logo{
  width:255px;
}

.main-content{
  margin-top:50px;
  color:#bdc2ec;
}

.main-content h1{
font-weight:bold;
color:#fff;
}

.big-image{
  position:relative;
  top:-45px;
}

.walkthrough{
  background-color:#fff;
  color:#666;
  /*display:none;*/
}

.walkthrough h1{
  color:#333;
}

.walkthrough h2{
  background: #59618c;
    color: #fff;
    padding: 5px 0;
}

    


.walkthrough h5{
  margin-top:25px;
  margin-bottom:0px;
  border-top:1px solid #ccc;
  padding-top:25px;
}

.walkthrough h5.no-border{
  border-top:0px;
}
