123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- /* Author: Carlos Alvarez
- * URL: http://alvarez.is
- *
- * Project Name: Kelvin - Free Bootstrap 3 Resume Theme
- * Version: 1.0
- * URL: http://blacktie.co
- */
-
- body {
- background-color: #f2f2f2;
- font-family: "Lato";
- font-weight: 300;
- font-size: 16px;
- color: #555;
-
- -webkit-font-smoothing: antialiased;
- -webkit-overflow-scrolling: touch;
- }
-
- /* Titles */
- h1, h2, h3, h4, h5, h6 {
- font-family: "Raleway";
- font-weight: 300;
- color: #333;
- }
-
-
- /* Paragraph & Typographic */
- p {
- line-height: 28px;
- margin-bottom: 25px;
- }
-
- .centered {
- text-align: center;
- }
-
- /* Links */
- a {
- color: #f85c37;
- word-wrap: break-word;
-
- -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
- -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
- -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
- -o-transition: color 0.1s ease-in, background 0.1s ease-in;
- transition: color 0.1s ease-in, background 0.1s ease-in;
- }
-
- a:hover,
- a:focus {
- color: #7b7b7b;
- text-decoration: none;
- outline: 0;
- }
-
- a:before,
- a:after {
- -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
- -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
- -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
- -o-transition: color 0.1s ease-in, background 0.1s ease-in;
- transition: color 0.1s ease-in, background 0.1s ease-in;
- }
-
- hr {
- display: block;
- height: 1px;
- border: 0;
- border-top: 1px solid #ccc;
- margin: 1em 0;
- padding: 0;
- }
-
-
- /*---------------------------------------------------
- 3.1 Topbar
- ---------------------------------------------------*/
-
- #section-topbar {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 10000;
- overflow: visible;
- font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
- }
-
- #section-topbar a {
- color: #fff;
- }
-
- #topbar-inner {
- background: #111;
- line-height: 0;
- text-align: center;
- }
-
- /*
- Top Bar
-
- By default, top navigation bar uses "fixed" position
- */
- #section-topbar ul#nav {
- display: inline-block;
- position: relative;
- margin: 0;
- padding: 0;
-
- border-right: 1px solid #222;
-
- /* For IE, the outcast */
- zoom:1;
- *display: inline;
- }
-
- #section-topbar ul#nav > li {
- display: block;
- float: left;
- padding: 0;
- }
-
-
- #section-topbar ul#nav a {
- display: block;
- font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
- text-decoration: none;
- padding: 18px 20px 18px 20px;
- border-left: 1px solid #222;
- }
-
- #section-topbar ul#nav a:hover {
- background: #222;
- text-decoration: none;
- border-left: 1px solid #111;
- }
-
- #section-topbar ul#nav .active a {
- background: #44bbaa;
- border-left: 1px solid #111;
- }
-
- #section-topbar ul#nav .active a:hover {
- background: #44bbaa;
- }
- #section-topbar i {
- font-size: 25px;
- }
- /*---------------------------------------------------
- SECTION WRAPS
- ---------------------------------------------------*/
-
- /* Header Wrap */
- #headerwrap {
- background: url(../img/header-bg.jpg) no-repeat center top;
- margin-top: 60px;
- padding-top:140px;
- text-align:center;
- background-attachment: relative;
- background-position: center center;
- min-height: 500px;
- width: 100%;
-
- -webkit-background-size: 100%;
- -moz-background-size: 100%;
- -o-background-size: 100%;
- background-size: 100%;
-
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- }
-
- #intro h1 {
- font-size: 80px;
- color: white;
- }
-
- #intro h3 {
- font-size: 20px;
- color: white;
- }
-
- /* Intnro Wrap */
-
- #intro {
- background: #2c3e50;
- padding-top: 60px;
- color: white;
- }
-
- #intro h5, p {
- color: white;
- }
-
- #intro i {
- color: white;
- font-size: 20px;
- padding-right: 8px;
- vertical-align: middle;
- }
-
-
- #skillswrap {
- background: #2c3e50;
- padding-top: 60px;
- padding-bottom: 60px;
- color: white;
- }
-
- #skillswrap h5, p {
- color: white;
- }
-
- #footwrap {
- background: #2f2f2f;
- padding-top: 50px;
- padding-bottom: 50px;
- }
-
- #footwrap p {
- color: white;
- }
-
- #footwrap h5 {
- color: white;
- }
-
-
- #footwrap t {
- font-weight: 700;
- }
-
- #footwrap i {
- padding-right: 8px;
- color: #1abc9c;
- }
-
- /* Copyright Wrap */
-
- #c {
- background: #222222;
- padding-top: 10px;
- padding-bottom: 10px;
- text-align: right;
- }
-
-
- /* Global Values */
-
- .desc {
- padding-top: 100px;
- }
-
- .desc p {
- color: #2f2f2f;
- }
-
- .desc t {
- color: #34495e;
- font-weight: 700;
- }
-
- .desc imp {
- padding: 6px;
- color: white;
- background: #34495e;
- }
-
- .desc more {
- color: #95a5a6;
- }
-
-
- sm {
- font-size: 12px;
- }
|