/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    .footer {
        display: none;
    }
    
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    .footer {
        display: none;
    }
    
}

@media only screen and (max-device-width: 768px) {
    .footer {
        display: none;
    } 
}

.footer {
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  background-color: #f5f5f5;
  position: absolute;
}

/*body {*/
/*  color: #ff5631;*/
/*  background-color: #000;*/
/*}*/

.bg {
  background-image: url('scouse-notext.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

/*body a {*/
/*  color: #B32C11;*/
/*}*/

/*.navbar-default {*/
/*    background-image: none;*/
/*    background-color: #222222 !important;*/
/*    border-color: transparent;*/
/*}*/

/*.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {*/
/*    background-color: #000000;*/
/*    color: #ffffff;*/
/*}*/

/*.navbar-default .navbar-nav>li>a { color: #CCC; }*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /*background-color: #000000;*/
}

.cta div.container > h1,h2,h3,h5,h6 { font-size: 3.7rem !important; }


@media only screen and (max-width: 768px) {     /* For mobile phones: */     .cta div.container > h1,h2,h3,h4,h5,h6 { font-size: 1.1em !important; } 
     ul li {padding: 0}
     div.jumbotron {padding:0}
     
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}