-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
1 lines (1 loc) · 2.34 KB
/
main.css
1
@import "//fonts.googleapis.com/css?family=Raleway:300,500";html{width:100%}body{font-weight:300;width:100%;margin:0px;font-family:Raleway,sans-serif;background-attachment:fixed}body h1,body h2,body h3{font-weight:500}header{z-index:999;border-top:3px solid rgba(208,38,20,0.9);box-shadow:1px 1px 5px 1px rgba(0,0,0,0.7);position:absolute;top:0;width:100%;left:-50%;margin-left:50%;background:rgba(255,255,255,0.7)}header h1{display:inline-block;margin:10px}header nav{display:inline-block;position:absolute;right:20px;top:20px}header nav a{margin:0px 15px;display:inline-block;color:inherit;text-decoration:none}.top{background:url('img/hero.jpg');background-position:center center;background-size:cover}.top .hero{box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.7);width:100%;background:rgba(0,0,0,0.3);padding-top:95px;position:relative;min-height:380px;color:#FFF;font-size:1.3em;text-shadow:1px 1px 3px #000}.top .hero .text{display:inline-block;width:60%;max-width:600px;max-height:75%;vertical-align:bottom;margin-right:15px;text-align:center}.top .hero .ideas{margin-top:50px}.top .hero .ideas p{margin-bottom:-10px}.top .hero h1{font-size:2.5em}.top .hero .subheading{font-size:.5em}.codedays{text-align:center}.codedays .city{display:inline-block;color:#FFF;text-shadow:1px 1px 10px #000;text-decoration:none;background-size:cover !important;width:310px;height:200px;margin:5px}.codedays .city div{display:block;margin:0px auto;text-align:center}.codedays .city .citylabel{font-size:3em;position:relative;top:100px}footer{width:100%;text-align:center;margin-top:15px}.items{margin:0 auto;text-align:center}.faq{max-width:1200px;margin:0 auto;text-align:center}.faq .question{width:300px;display:inline-block;vertical-align:top;margin:10px 10px}.sponsors{max-width:1200px;margin:0 auto;text-align:center}.sponsors .global{width:250px;vertical-align:middle;margin:30px 30px}.sponsors .api{width:150px;vertical-align:middle;margin:30px 30px}.sponsors .past{width:100px;vertical-align:middle;margin:30px 30px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.social{text-decoration:none;padding:10px 16px;font-size:24px;border-radius:6px;background-color:#3B5998;color:#fff;border:1px solid #fff;margin-right:10px}.blur{width:100%;height:100%;filter:blur(2px)}.blur:after{clear:both}.blackout{width:100%;height:100%;background:rgba(0,0,0,0.3)}.blackout:after{clear:both}.hidden{display:none}