@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; }