Redesign work
[rnaseq-cwl-training.git] / swc.css
diff --git a/swc.css b/swc.css
index cbb2f5feb89eed6b39de3b9123c90fe20a3e62bb..e270da8b42c44029d80ace8d4a0541ede2662e94 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -75,6 +75,7 @@ blockquote.testimonial cite {
 body {
     font-family: "Open Sans", Helvetica, Arial, sans-serif;
     color: rgb(03, 03, 03);
+    min-width: 400px;
 }
 
 /* Styling for editorial stylesheet */
@@ -319,31 +320,49 @@ dl.faq dt {
 section.content {
     width:100%;
     background: white;
-    /*padding-top:50px;*/
 }
 
-.header {
-    height:370px;
+.header.home {
+    min-height:430px;
     background: url(../img/header.png) no-repeat center center;
     background-attachment: fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
-    text-align: center;
+    text-align: left;
+    color:#FFF;
+}
+
+.header {
+    background:#2b3990;
 }
 
 .header h1 {
     color:#FFF;
-    line-height: 1.2;
-    /*font-weight:normal;*/
+    line-height: 1.1;
+    margin: 0;
+    font-size: 45pt;
+}
+
+#header-text {
+    font-size:17pt;
+    white-space: nowrap;
 }
 
 #logo {
     position: relative;
-    top: 20px;
+    top: 40px;
+        text-align: center;
 }
 
+#nav-logo {
+    width:270px;
+    height:60px;
+    position:fixed;
+    top:0;
+    left:0;
+}
 #home-options {
     background:#F6F6F6;
     border-top:1px solid #DDDDDD;
@@ -359,7 +378,8 @@ section.content {
 h4 a:link, h4 a:visited, a {
        color:#2b3990; 
 }
-section.footer {
+
+footer {
     background:#2b3990;
     padding:20px 0;
 }