body { background-image:url(images/bg.jpg); background-repeat: no-repeat; background-attachment: fixed; } .jumbotron{ background-image: url(images/website-bg.jpg); align-content: 2px; } .jumbotron-special{ background-image: url(images/website-bg.jpg); } .social:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); } .social { -webkit-transform: scale(0.8); /* Browser Variations: */ -moz-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } /* Multicoloured Hover Variations */ #social-fb:hover { color: #3B5998; } #social-tw:hover { color: #4099FF; } #social-gh:hover { color: #000; } #social-gl:hover { color: #000000; } #social-ig:hover { color: #be3131; } /* Quote box and Text */ .quote-box{ background-color: whitesmoke; } .quote-text{ font-size: x-large; font-style: italic; font-weight: bold; font-family: "Times New Roman", Times, serif; } .quote-writer{ font-size: large; font-weight: lighter; font-family: OCR A Std, monospace; } .about-landing{ border: 1px solid #000; width: 70%; border-radius: 10%; box-shadow: 2px 12px 15px black; } .about-landing-main{ margin: 20px; }