c70d33905a129af31b8eb059649450e88f608760
[bootswatch] / Progressus / assets / css / main.css
1 /* Header */
2 #head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
3 #head.secondary { height:100px; min-height: 100px; padding-top:0px; }
4         #head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
5         #head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
6                 #head .tagline a { color:#fff; } 
7         #head .btn { margin-bottom:10px;}
8         #head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
9                 #head .btn-default:hover,
10                 #head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
11                 #head .btn-default:active, 
12                 #head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }
13
14 @media (max-width: 767px) {
15         #head { min-height:420px; padding-top:160px; }
16         #head .lead { font-size: 34px; }
17 }
18
19
20 /* Autohide navbar */
21 .slideUp { top:-100px; }
22 .headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
23
24
25 /* Highlights (in jumbotron in most cases) */
26 .highlight { margin-top:40px; }
27         .h-caption { text-align: center; } 
28         .h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
29         .h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
30         .h-body { }
31
32
33 /* Typography */
34 h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
35 h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
36 blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
37 label { color: #777; }
38 .thin { font-weight:300; }
39 .page-title { margin-top:20px; font-weight:300; }
40 .text-muted { color:#888; }
41 .breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
42 ul.list-spaces li{ margin-bottom:10px; }
43
44 /* Helpers */
45 .container-full { margin: 0 auto; width: 100%; }
46 .top-space { margin-top: 60px; }
47 .top-margin { margin-top:20px; }
48
49 img { max-width:100%; }
50 img.pull-right { margin-left: 10px; }
51 img.pull-left { margin-right: 10px; }
52 #map { width:100%; height:280px; }
53 #social { margin-top:50px; margin-bottom:50px; }
54         #social .wrapper { width:340px; margin:0 auto; }
55
56 /* Main content block */
57 .maincontent { }
58
59 /* Sidebars */
60 .sidebar { padding-top:36px; padding-bottom:30px; }
61         .sidebar .widget { margin-bottom:20px; }
62         .sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 
63
64 /* Footer */
65 .footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
66         .footer1 a { color: #ccc; }
67                 .footer1 a:hover {color: #fff; }
68         .footer1 .widget { margin-bottom:30px; }                
69         .footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
70         .footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
71                 .footer1 .entry-meta a { color: #333333; }
72                 .footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
73         .follow-me-icons { font-size:30px; }            
74                 .follow-me-icons i { float:left; margin:0 10px 0 0; }           
75
76 .footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
77         .footer2 a { color: #aaa; }
78                 .footer2 a:hover { color: #fff; }
79                 .footer2 p { margin: 0; }
80
81         .widget-simplenav { margin-left:-5px; }         
82         .widget-simplenav a{ margin:0 5px; }