123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- @CHARSET "UTF-8";
- html,body {
- padding: 0px;
- margin: 0px;
- }
- .content {
- background: #eef4f5;
- color: #505759;
- padding: 0;
- margin: 0;
- font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
- font-weight: normal;
- font-style: normal;
- line-height: 1;
- position: relative;
- cursor: default;
- }
- .top-bar {
- position: relative;
- background: #242C2E;
- border-bottom: 1px dotted #4f5556;
- height: 100px;
- background: #242C2E;
- }
- .top-bar img {
- float: left;
- margin-top: 1.5em;
- margin-bottom: 1em;
- margin-left: 50px;
- }
- .top-bar a:hover {
- cursor: pointer;
- }
- .right-nav {
- float: right;
- width: 320px;
- height: 25px;
- margin-right: 50px;
- padding-top: 2.5em;
- }
- .right-nav ul {
- padding: 0px;
- margin: 0px;
- }
- .right-nav ul li {
- display: inline;
- list-style: none;
- margin-right: 20px;
- }
- .right-nav li a {
- color: #a9c7cf;
- font-size: 16px;
- font-weight: 400;
- text-decoration: none;
- font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
- font-size: 16px;
- }
- .landing {
- width: 100%;
- background: #eef4f5 url(./assets/background.jpg) bottom left no-repeat;
- background-size: cover;
- padding-top: 50px;
- padding-bottom: 50px;
- overflow: hidden;
- }
- .hook {
- margin-left: auto;
- margin-right: auto;
- overflow: hidden;
- padding-left: 8%;
- padding-right: 8%;
- }
- .hook-image {
- float: left;
- margin-right: 20px;
- }
- .hook-text {
- padding: 10px;
- float: left;
- padding-bottom: 3em;
- }
- .hook-text h1 {
- color: #FFFFFF;
- text-shadow: 2px 2px #909090;
- font-weight: 100;
- font-size: 2.8em;
- line-height: 1.2em;
- font-family: "Dosis", "Open Sans" "Helvetica", Helvetica, Arial, sans-serif;
- }
- .hook-text h2 {
- color: #000000;
- font-family: "Open Sans", sans-serif;
- font-weight: 100;
- font-size: 1.2em;
- }
- .hook-text h3 {
- color: #303030;
- text-shadow: 1px 1px #909090;
- font-size: 1.4em;
- font-weight: 200;
- margin-bottom: 50px;
- }
- .button {
- cursor: pointer;
- font-family: "Dosis", "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
- text-decoration: none;
- padding: 1em 2em 1em 2em;
- font-size: 1.5em;
- background-color: #5DB055;
- color: white;
- -webkit-transition: background-color 300ms ease-out;
- -moz-transition: background-color 300ms ease-out;
- transition: background-color 300ms ease-out;
- border: none;
- border-radius: 3px;
- margin: 50px;
- }
- .button:hover,.button:focus {
- background-color: #3B9033;
- }
- .bottom-bar {
- width: 100%;
- background: #eef4f5;
- font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
- height: 350px;
- bottom: 0px;
- background: #eef4f5 url(./assets/bg_footer.png);
- overflow: hidden;
- }
- .footer-content {
- background: #eef4f5;
- margin-top: 2em;
- padding-top: 1em;
- border-top: 1px solid #D2DADB;
- width: 70%;
- margin-left: 15%;
- }
- .bottom-bar ul {
- padding-left: 0px;
- padding-top: 10px;
- margin: 0px;
- }
- .bottom-bar ul li {
- display: inline;
- padding: 10px;
- }
- .bottom-bar a {
- text-decoration: none;
- color: #C3C8C9;
- }
- .bottom-bar ul.major-link a {
- color: #929596;
- font-weight: 700;
- }
- .left-footer {
- float: left;
- }
- .right-footer {
- margin-top: 10px;
- float: right;
- }
- .copy {
- color: #929596;
- font-size: 0.8em;
- font-weight: 700;
- }
|