/*Begin Landing Page Styling*/ .thumbnail { -webkit-box-shadow: -1px -1px 14px rgba(50, 50, 50, 0.29); -moz-box-shadow: -1px -1px 14px rgba(50, 50, 50, 0.29); box-shadow: -1px -1px 14px rgba(50, 50, 50, 0.29); padding: 100px; padding: 8px; text-align: center; border: none; height: 520px; position: relative; } .thumbnail img { min-height: 20px; min-width: 20px; max-width: 80%; } .thumbnail h3 { min-height: 45px; } .thumbnail p { min-height: 10px; } .thumbnail img { opacity: .3; } .thumbnail img:hover { opacity: 0.8; } .thumbnail a { min-height: 20px; text-decoration: none; } span { text-align: left; } .aligned { float: right; } .thumbnail .btn { border: 0px solid black; border-radius: 3px; background-color: #ff753f; font-size: 14px; font-weight: 100; padding: 0.5rem 0.5rem 0.5rem 0.5rem; position: absolute; bottom: 10px; right: 20%; left: 20%; } /*End Landing Page Styling*/