/* Global Styles */ html, body { height: 100%; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; } body { padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ } .before-nav { background-color: #fff; color: #000; padding-top: -15px; padding-bottom: 0px; display: inline-block; } .before-nav a:link, .before-nav a:visited{ color: #9d9d9d; margin-right: 15px; text-decoration: none; } .before-nav a:hover, .before-nav a:active{ color: #9d9d9d; margin-right: 15px; text-decoration: none; } /* Resets */ h1, h2, h3, h4 { margin: 0px; padding: 0px; } .row { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; } .btn-default { color: #333; background-color: #fff; border: 1px solid #ccc; padding: 20px; border-radius: 1px; } .btn-default:hover { box-shadow: none; background-color: #fff; } .btn { box-shadow: 3px 3px 3px #ccc; } /* Home Page Carousel */ .carousel { height: 85%; background-color: transparent; background-image: url('../img/merrygo.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center center; background-size: cover; } .carousel .carousel-inner { height: 100%; } .carousel .item, .carousel .item-active, .carousel .fill { width: 100%; height: 100%; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: left; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption h2 { font-weight: 700; font-size: 40px; letter-spacing: 2px; color: #ed1c24; } .carousel-caption img { box-shadow: 0 0 35px #ffcb05; } /* Navbar */ .navbar-nav { margin-bottom: 0px; margin-top: 7.5px; margin-left: -15px; margin-right: -15px; background-color: transparent; } .navbar-inverse { background-color: #ffcb05; background-position: center center; background-repeat: repeat-x; background-size: contain; background-attachment: scroll; background-image: url('../img/nsibidi.jpg'); border-color: transparent; margin-top: 20px; } .navbar-inverse .navbar-nav > li > a { color: #000; font-size: 16px; border-bottom: 2px solid transparent; background-color: transparent; } .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #000; border-bottom: 2px solid #000; background-color: transparent; } .navbar-brand { float: left; height: 50px; padding: 5px 5px; font-size: 18px; line-height: 20px; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #000; } } /*// Navbar */ @media (min-width: 768px) { .navbar .navbar-nav { display: inline-block; float: none; } .navbar .navbar-collapse { text-align: center; } } @media (max-width: 994px) { .secondLogo { display: none; } } /* Regulators */ .margin-top { margin-top: 20px; } .margin-top-big { margin-top: 40px; } .margin-top-vbig { margin-top: 60px; } .margin-bottom { margin-bottom: 20px; } .margin-bottom-big { margin-bottom: 40px; } .margin-bottom-vbig { margin-bottom: 60px; } .headSectionAsh { padding: 20px; font-size: 20px; background-color: #bcbec0; background-image: url('../img/merrygo2.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; background-size: cover; } .headSectionAsh h1 { color: #ed1c24; font-size: 56px; font-weight: 200; } .headSectionAsh .author { font-size: 30px; margin-bottom: 20px; } .headSectionAsh .author a:link, .headSectionAsh .author a:visited { color: #000; text-decoration: underline; } .headSectionAsh .author a:active, .headSectionAsh .author a:hover { color: #000; text-decoration: none; } .headSectionAsh .award { font-size: 20px; margin-bottom: 40px; } .headSectionAsh img { align-content: center; } .yellowfooter { padding: 20px; color: #000; background-color: #ffcb05; } .yellowfooter h2 { color: #000; font-size: 36px; margin-bottom: 10px; padding: 0px; } .yellowfooter h3 { color: #000; font-size: 24px; font-weight: 200; margin: 0px; padding: 0px; } .yellowfooter h4 { color: #000; font-size: 20px; font-weight: 200; margin: 0px; padding: 5px; } .yellowfooter a:link, .yellowfooter a:visited { width: 80%; padding: 5px; display: inline-block; text-decoration: none; color: #000; font-weight: bold; border: 1px solid #ffcb05; } .yellowfooter a:active, .yellowfooter a:hover { width: 80%; padding: 5px; display: inline-block; text-decoration: none; color: #000; font-weight: bold; border-bottom: 1px dashed #000; } .yellowfooter .heading { width: 80%; padding: 10px; display: inline-block; text-decoration: none; color: #000; font-size: 20px; font-weight: bold; border-bottom: 1px solid #000; } .yellowfooter .socials { margin-top: 20px; color: #999; } .yellowfooter .socials a { margin-right: 40px; } a:link > .bookimg, a:visited > .bookimg { box-shadow: 0 0 15px #fff; border: 1px solid #ffcb05; } a:hover > .bookimg, a:active > .bookimg { box-shadow: 0 0 15px #ffcb05; } .author .img { border: 1px solid #ccc; background-color: #bcbec0; background-position: top center; background-repeat: no-repeat; background-size: cover; height: 350px; } .author .info { box-shadow: 0 0 15px #ccc; color: #fff; padding: 250px 10px 0px 10px; height: 100%; background-image: url('../img/trans-black.png'); visibility: visible; overflow: hidden; } .author a { color: #ccc; text-decoration: none; } .nsibidi { height: 50px; background-color: #ffcb05; background-position: center center; background-repeat: repeat-x; background-size: contain; background-attachment: scroll; background-image: url('../img/nsibidi.jpg'); }