2
0

main.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. /* Space out content a bit */
  2. body {
  3. padding-top: 0;
  4. padding-bottom: 0;
  5. font-size: 19px;
  6. font-family: 'Alegreya', serif;
  7. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,e9e4dd+100 */
  8. background: rgb(255,255,255); /* Old browsers */
  9. background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,228,221,1) 100%); /* FF3.6-15 */
  10. background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
  11. background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  12. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  13. }
  14. @media (min-width: 768px) {
  15. body {
  16. font-size: 22px;
  17. }
  18. }
  19. h1 {
  20. color: white;
  21. font-weight: 900;
  22. font-family: 'Lato', sans-serif;
  23. position: relative;
  24. }
  25. /*h1:before {
  26. position: absolute;
  27. top: -40px;
  28. left: -100px;
  29. width: 200px;
  30. height: 1px;
  31. background-color: #d4566b;
  32. content: '';
  33. }*/
  34. h2 {
  35. font-weight: 900;
  36. font-family: 'Lato', sans-serif;
  37. color: #63210d;
  38. }
  39. h3 {
  40. font-weight: 900;
  41. font-family: 'Lato', sans-serif;
  42. color: #63210d;
  43. }
  44. h4 {
  45. font-weight: 600;
  46. font-family: 'Lato', sans-serif;
  47. color: #63210d;
  48. font-size: 22px;
  49. }
  50. a, a:focus, a:visited {
  51. color: #d4566b;
  52. text-decoration: none;
  53. }
  54. a:hover {
  55. text-decoration: none;
  56. color: #eb7400;
  57. }
  58. a.btn {
  59. display: inline-block;
  60. background-color: #d4566b;
  61. color: white;
  62. font-family: 'Lato', sans-serif;
  63. padding: 15px 20px;
  64. font-size: 16px;
  65. text-transform: uppercase;
  66. letter-spacing: 0.15em;
  67. font-weight: 300;
  68. }
  69. a.btn:hover {
  70. background-color: #eb7400;
  71. color: white;
  72. }
  73. input {
  74. border-radius: 3px;
  75. border: none;
  76. font-size: 18px;
  77. padding: 10px;
  78. width: 100%;
  79. }
  80. p {
  81. margin: 0 0 30px;
  82. color: #444;
  83. }
  84. .intro {
  85. font-family: 'Lato', sans-serif;
  86. font-weight: 300;
  87. margin: 0 0 40px;
  88. font-size: 22px;
  89. }
  90. .stand-first {
  91. color: rgba(255,255,255,0.8);
  92. margin: 0;
  93. }
  94. /* queries for type */
  95. @media (min-width: 768px) {
  96. h1 {
  97. font-size: 60px;
  98. }
  99. .stand-first {
  100. font-size: 26px;
  101. }
  102. .intro {
  103. font-size: 30px;
  104. margin: 0 0 60px;
  105. }
  106. p {
  107. margin: 0 0 50px;
  108. }
  109. }
  110. ul {
  111. margin: 0 0 30px;
  112. }
  113. @media (min-width: 768px) {
  114. ul {
  115. margin: 0 0 50px;
  116. }
  117. }
  118. figure {
  119. margin: 0 0 30px;
  120. position: relative;
  121. }
  122. @media (min-width: 768px) {
  123. figure {
  124. margin: 0 0 50px;
  125. }
  126. }
  127. figcaption {
  128. background-color: rgba(99,33,13,0.8);
  129. position: absolute;
  130. width: 75%;
  131. left: 0;
  132. bottom: 0;
  133. padding: 10px;
  134. color: white;
  135. font-family: 'Lato', sans-serif;
  136. font-size: 16px;
  137. font-weight: 300;
  138. }
  139. img {
  140. display: block;
  141. width: 100%;
  142. }
  143. .search {
  144. margin: 15px 0 0 0;
  145. display: none;
  146. position: relative;
  147. }
  148. @media (min-width: 768px) {
  149. .search {
  150. float: right;
  151. margin: 0 0 0 30px;
  152. display: inline-block;
  153. }
  154. }
  155. .search-icon {
  156. position: absolute;
  157. display: block;
  158. width: 20px;
  159. height: 20px;
  160. top: 10px;
  161. right: 10px;
  162. display: inline-block;
  163. }
  164. .search-icon svg {
  165. fill: #d4566b;
  166. width: 20px;
  167. height: 20px;
  168. }
  169. nav {
  170. margin: 15px 0 5px;
  171. display: none;
  172. }
  173. @media (min-width: 768px) {
  174. nav {
  175. margin: 15px 0 0 0;
  176. border-top: 1px solid rgba(255,255,255,0.1);
  177. display: block;
  178. }
  179. }
  180. .nav-pills>li+li {
  181. margin-left: 0;
  182. }
  183. .nav-pills>li>a {
  184. color: white;
  185. border-top: 1px solid transparent;
  186. border-radius: 0;
  187. text-transform: uppercase;
  188. letter-spacing: 0.15em;
  189. font-weight: 300;
  190. padding: 10px 10px;
  191. font-size: 11px;
  192. color: white;
  193. font-family: 'Lato', sans-serif;
  194. margin-top: -1px;
  195. }
  196. @media (min-width: 768px) {
  197. .nav-pills>li>a {
  198. padding: 10px 20px;
  199. font-size: 14px;
  200. }
  201. }
  202. .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  203. color: #d4566b;
  204. background-color: transparent;
  205. border-top: 1px solid #d4566b;
  206. font-weight: 600;
  207. }
  208. .nav>li>a:focus, .nav>li>a:hover {
  209. text-decoration: none;
  210. background-color: transparent;
  211. border-top: 1px solid #d4566b;
  212. color: #d4566b;
  213. }
  214. /* Everything but the jumbotron gets side spacing for mobile first views */
  215. .footer {
  216. font-size: 16px;
  217. font-family: 'Lato', sans-serif;
  218. padding: 20px 0;
  219. margin: 40px 0 0;
  220. font-weight: 300;
  221. background-color: white;
  222. }
  223. .footer p {
  224. margin: 0;
  225. }
  226. /* Custom page header */
  227. .header {
  228. padding: 15px 0 15px;
  229. /* position: absolute;*/
  230. width: 100%;
  231. background-color: rgba(25,17,18,1);
  232. z-index: 10;
  233. }
  234. /* Make the masthead heading the same height as the navigation */
  235. .header h3 {
  236. margin-top: 0;
  237. margin-bottom: 0;
  238. line-height: 40px;
  239. }
  240. /* Custom page footer */
  241. .footer {
  242. padding-top: 19px;
  243. color: #777;
  244. }
  245. .container {
  246. width: auto;
  247. padding-left: 20px;
  248. padding-right: 20px;
  249. }
  250. /* Customize container */
  251. @media (min-width: 768px) {
  252. .container {
  253. max-width: 1400px;
  254. padding-left: 40px;
  255. padding-right: 40px;
  256. }
  257. }
  258. .container-narrow > hr {
  259. margin: 30px 0;
  260. }
  261. /* Main marketing message and sign up button */
  262. .jumbotron {
  263. text-align: center;
  264. border-bottom: 1px solid #e5e5e5;
  265. }
  266. .jumbotron .btn {
  267. padding: 14px 24px;
  268. font-size: 21px;
  269. }
  270. /* Supporting marketing content */
  271. .marketing {
  272. margin: 40px 0;
  273. }
  274. .marketing p + h4 {
  275. margin-top: 28px;
  276. }
  277. /* Article title and hero image */
  278. .hero {
  279. background-image: url("img/3.jpg");
  280. background-size: cover;
  281. background-position: center;
  282. padding: 200px 0 30px 0;
  283. position: relative;
  284. margin: 0 0 30px;
  285. }
  286. @media screen and (min-width: 768px) {
  287. .hero {
  288. padding: 400px 0 60px 0;
  289. margin: 0 0 40px;
  290. }
  291. }
  292. .hero-gradient-mask {
  293. position: absolute;
  294. width: 100%;
  295. height: 100%;
  296. bottom: 0;
  297. background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  298. background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  299. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  300. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  301. }
  302. /* Logo */
  303. .logo, .logo:visited, .logo:focus {
  304. display: inline-block;
  305. padding: 0;
  306. color: white;
  307. font-size: 30px;
  308. font-weight: 300;
  309. margin: 0 0 0;
  310. }
  311. .logo:hover {
  312. color: #d4566b;
  313. text-decoration: none;
  314. }
  315. blockquote {
  316. border-left: 5px solid #d4566b;
  317. margin: 0 0 50px;
  318. }
  319. blockquote p {
  320. font-size: 30px;
  321. margin: 0 0 10px;
  322. }
  323. cite {
  324. font-family: 'Lato', sans-serif;
  325. text-transform: uppercase;
  326. color: #888;
  327. font-size: 12px;
  328. font-style: normal;
  329. letter-spacing: 0.15em;
  330. }
  331. /* Responsive: Portrait tablets and up */
  332. @media screen and (min-width: 768px) {
  333. /* Remove the padding we set earlier */
  334. .header,
  335. .marketing,
  336. .footer {
  337. padding-right: 0;
  338. padding-left: 0;
  339. }
  340. /* Remove the bottom border on the jumbotron for visual effect */
  341. .jumbotron {
  342. border-bottom: 0;
  343. }
  344. }
  345. /* Responsive: Portrait tablets and up */
  346. @media screen and (min-width: 1024px) {
  347. }
  348. /* Menu dropdown hack */
  349. li.has-submenu a.allow-toggle {
  350. float: left;
  351. padding-right: 0;
  352. }
  353. .caret-custom {
  354. float: right;
  355. display: inline-block!important;
  356. padding: 10px 10px 15px 5px!important;
  357. }
  358. .caret-custom:after {
  359. content: "▼"!important;
  360. }
  361. /* Edd styling */
  362. .site-title {
  363. border-bottom: 1px #eee solid;
  364. }
  365. .site-title h1 {
  366. font-family: 'Alegreya', serif;
  367. font-size: 1.5em;
  368. margin-top: 10px;
  369. }
  370. .navbar-form {
  371. border: 1px solid #ddd;
  372. padding: 0;
  373. border-radius: 5px;
  374. margin-right: 0px;
  375. }
  376. .navbar-form .form-group .form-control {
  377. border: none;
  378. box-shadow: none!important;
  379. font-family: 'Lato', sans-serif;
  380. }
  381. .navbar-right button.btn.btn-default {
  382. margin-left: -10px;
  383. border: none;
  384. border-left: 1px solid #ddd;
  385. border-radius: 0;
  386. }
  387. .navbar-default {
  388. background-color: transparent;
  389. border-color: transparent;
  390. }
  391. .navbar-nav a {
  392. font-size: 14px;
  393. }
  394. .navbar-nav a span {
  395. font-size: 10px;
  396. }
  397. .navbar.navbar-default.navbar-custom {
  398. border-bottom: 1px #eee solid;
  399. }
  400. .navbar-nav > li:first-of-type > a {
  401. padding-left: 0;
  402. }
  403. .breadcrumb {
  404. background-color: transparent;
  405. font-size: 14px;
  406. }
  407. .breadcrumb>li+li:before {
  408. content: "\00BB";
  409. }