/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 260px;
  background: #414042;
  color: white;
}

.foot-container {
  padding: 15px;
}

@media (max-width: 767px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 85px;
    background: #414042;
  }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 50px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  font-weight:200;
}

code {
  font-size: 80%;
}


.foot-text{
  margin: 0px;
  color:white;
}

.foot-text a{
   color:white;
}

.foot-text:nth-of-type(1)
{
  margin-top: 10px;
} 

@media (min-width: 767px) {
  .foot-text:nth-of-type(2)
  {
      margin-top: 10px;
  }
}

