@charset "utf-8";
/* CSS Document */

#rt-copyright .rt-block a {color: #e2a4b2;}
#rt-copyright .rt-block a:hover {color: #ffffff;}

#rt-extension .rt-block a {color: #ffffff;}
#rt-extension .rt-block a:hover {color: #e2a4b2;}

/*Corrects menu appearing over logo on mobile */

@media (max-width: 767px){
body.layout-mode-responsive.logo-type-custom #rt-logo {
position: static;
margin: 0 auto -40px auto;
}
}

/*Removes blank space below menu */

div#rt-header {
	margin-bottom: 25px;
}

/*Removes margin and padding around top-a image */

#rt-top .rt-block {
    height:auto !important;    
    margin: 0;
    padding: 0;
}
          

/* Forces the showcase to resize to phone viewport

.showcase-type-customshowcase #rt-showcase {
    background-size: contain !important;
}
body.layout-mode-responsive #rt-header-surround, body.layout-mode-responsive #rt-main-surround, body.layout-mode-responsive #rt-footer-surround {
    margin-left: 0;
    margin-right: 0;
} 

*/