/* Sticky footer styles
-------------------------------------------------- */
html {
}

#htmlothers {
  position: relative;
  min-height: 100%;
}

#htmllanding {
  height: 100%;
}

body {
    font-family: "Calibri Light","Calibri","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#bodyothers {
/* Margin bottom by footer height */
  margin-bottom: 170px;
  /*min-height: 100%;
  height: 100%;*/
}

#bodylanding {
  height: 100%;    
}

#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 170px;
}

#footerlanding {
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 170px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

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

.container > .row, .container > section > .row
{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.top-container {
  padding-top: 156px !important;
}

@media only screen and (max-width : 767px) {
.top-container {
  padding-top: 78px !important;
}
}

@media only screen and (max-width : 991px) and (min-width : 768px) {
.top-container {
  padding-top: 198px !important;
}
}

@media only screen and (min-width : 992px){
.navbar-padding {
  padding-top: 9px;
}
}

.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
