benhh.com/web/css/scrolling-nav.css

69 lines
2.3 KiB
CSS

/*!
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body {
width: 100%;
height: 100%;
}
html {
width: 100%;
height: 100%;
}
/*@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
}
}*/
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
.intro-section {
height: 100%;
padding-top: 50px;
text-align: center;
/*background: #fff;*/
background-image: url("https://lh3.googleusercontent.com/WCMJOUBJNjYPfyQNqoFBYscukZAwkzDTx92TrYk4hmmfZgVmhy__BynwiBqvBm_ZRQ8GVO182pl6qLom6x1nDFmia1c-59srG7sIU32YBRdrkHk6RsWNBLDl-OLTyfF0FhjPNSPxkfDhpHAp_pehwBOLl4AqfxUoxJbcV512xZrG-YrMigsYV4HNIw3s7g5_NfY_ssQ8nITFkfA2wyvGb1MRtTo8Z2eExqoe5ZXAfblOHaRImArQq-wtyG4LggBN3n5vE9ciLVgt-MqpdN-jiLA-dUdBqi4qvbJrq2QTZ-K7lZgo9kGr9XDUPAHjyvHO5anHFCz5-LDeiMrous2ehDCOeB7UXuPvsW9ZVGL2ZQpsdF8jojYUHPzYF32MFXSefDmeqsAe9rKWtWkpW4TVy3C42whhP9gCju3rFR8nvDQfz-InhsRn2eIeg108hoE8qO5Fu5an-5AlpTSZVUlOw26oaj5evt_hpDlvxP1i7dVvj1bSeJYCQ9NE3iUy0p8cKaIlwVP9b89k9omqEvEMnobvNdanxOUcPpNe8ZX6Mk_W06r93GZC7smxSMx2KC0wvlnHdi8FCTVZddyLO0w0Y_OmcqhM2NBC=w1187-h672-no");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
/*.intro-section .jumbotron {
height: 215px;
}*/
.about-section {
height: 100%;
padding-top: 80px;
text-align: center;
background: #eee;
/*hello there this is a comment*/
}
.contact-section {
height: 100%;
padding-top: 80px;
text-align: center;
background: #fff;
}
/*.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}