source/stylesheets/visiting.css.scss (71 lines of code) (raw):

@import "variables"; h2, h3, h4 { font-weight: 400; } h1 small { font-weight: 300; } .title { margin-left: auto; margin-right: auto; text-align: center; margin-top: 80px; } .btn { min-width: 150px; } .listing .btn-group-vertical { margin-top: 15px; } .header-text { padding-top: 175px; text-align: center; max-width: 540px; margin: 80px auto; margin-top: 0; h1 { font-weight: 200; color: $color-white; font-size: 50px; } p { font-size: 20px; color: $header-text-light-color; } } .image-title { background: url("/images/ggbridge.jpg"); background-size: 100%; .color-bg { text-align: center; padding-top: 0; padding-bottom: 4%; height: 100%; width: 100%; margin-top: -1px; background-image: linear-gradient(to bottom, $color-primary 0%, rgba($color-primary, .85) 99%, rgba($color-primary, .79) 100%); } } .sub-wrapper { font-size: 17px; font-weight: 200; } .maps div:nth-child(3) { margin-top: 2%; width: 446px; img { width: 430px; position: absolute; } p { font-size: 6em; font-weight: 100; float: right; margin-top: 20px; } } .tabbed-text { padding-left: 30px; }