/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 50px;


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

.navbar {
 background:white;
filter:none;
box-shadow:none;
border-radius:0px;
border:none;
 margin-bottom: 50px;
}

.review-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.review-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noborder {
    /*margin-bottom: 10px;*/
    border: none;
}


.nobottompad {
    /*margin-bottom: 10px;*/
    padding-bottom: 0px;
}

.notoppad {
    /*margin-bottom: 10px;*/
    padding-top: 0px;
}

.nobottommargin {
    margin-bottom: 0px;
}