/* background styles */

@media (min-width: 768px) { 
  body {
  background: url(../images/Tomybackground_sm.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-clip: content-box;
}
}



@media(min-width: 992px){
body {
  background: url(../images/Tomybackground_md.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-clip: content-box;
}
}

@media(min-width: 1200px) {
body {
  background: url(../images/Tomybackground_lg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-clip: content-box;
}  
}

.container-push {
  background:  none;
}

#copyright {
  background-color: white;
}
 ----------------------------------- 

/* Styles for region navigation menus */

/* ----------------------------------- */

.locationlist {
    padding: 7px 20px;
    display: block;
    text-decoration: none!important;
    color: #000;
    font-size: large;
}
    .locationlist:hover {
    color: #fff !important;
    background-color: #005aab;
}

.listdisplay {
    display: block;
}

.menucustom {
    padding: 0px;
}


#content-wrapper .main-container .region-content {
   padding-top: 0px; 
}

@media(min-width: 768px){
	.navbar-nav.navbar-right:last-child {
	  margin-right: 0px;
	}  
}


@media(max-width: 768px) {
	#content-wrapper {
	  padding-top: 59px;
	}

}
    