Added Join image and fixes
[fsf-giving-guide.git] / stylesheet.css
index 467fb20592f3e6b492bbc551e7f005b4f2c6785d..05197f89ed6b7d22d6d0a8fb35576e4713fc710e 100755 (executable)
@@ -62,20 +62,26 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: #2CAF8F;
   background-repeat: no-repeat;
   height: 776px;
-  background-size: 110%;
-  background-position: bottom;
+  background-size: 100%;
+  background-position: 100%;
 }
 
 .logo {
-  width: 180px;
-  height: 21px;
+  width: 247px;
+  height: 29px;
   padding: 1.3em;
-
 }
 
 .logo_wrapper {
 }
 
+.join {
+  width: 172px;
+  height: 29px;
+  padding: 1.3em;
+  float: right;
+}
+
 .top {
   position: relative;
 }
@@ -84,33 +90,25 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   border-bottom: 0;
 }
 
-.upper_links li {
-  list-style: none;
-  display: inline-block;
-  padding: 1em;
-  float: left;
-}
-
 .navbar ul {
   background-color: white;
   border-radius: 100px;
   text-align: center;
   width: 875px;
-  height: 3.55556em;
+  height: 2.55556em;
   margin: auto;
-  -webkit-transition: background 3s;
-  transition:  background-color 3s;
 }
 
  .navbar li {
+  font-size: 0.9em;
   font-weight: bold;
   list-style-type: none;
   border-right: 1px #9BD2BF solid;
   padding: 0 10px 0 10px;
-  line-height: 3.7;
+  line-height: 2.9;
   float: left;
   width: 91px;
-  height: 3.55556em;
+  height: 2.85556em;
 }
 
 .navbar li:first-child {