1717 padding : 0 ;
1818 -webkit-font-smoothing : antialiased;
1919 -moz-box-sizing : border-box;
20- box-sizing : border-box
20+ box-sizing : border-box;
2121}
2222
2323html , body {
@@ -28,31 +28,24 @@ html, body {
2828}
2929
3030body {
31- font-family : "Open Sans" , sans-serif;
31+ font-family : "Open- Sans" , sans-serif;
3232 font-weight : 400 ;
3333 color : # fff ;
34- font-size : 16pt
35- }
36-
37- @media only screen and (max-width : 400px ) {
38- body { font-size : 70% ; }
39- }
40-
41- @media only screen and (max-width : 640px ) {
42- body { font-size : 80% ; }
34+ font-size : 16pt ;
35+ background : # 0074d9!important ; /*yolo*/
4336}
4437
4538h1 , h2 , h3 , h4 {
4639 color : # fff ;
4740}
4841
4942h1 {
50- font-size : 3.5em ;
5143 font-weight : 700 ;
5244}
5345
5446h1 a {
5547 color : # fff ;
48+ font-size : 1.5em ;
5649}
5750
5851h2 {
6356 color : # fff ;
6457}
6558
66- .bg {
67- content : "" ;
68- z-index : -1 ;
69- position : absolute;
59+ a : hover {
60+ color : # fff ;
61+ }
62+
63+ .jumbotron {
64+ background : 0 0 ;
65+ text-align : center;
7066 height : 100% ;
7167 width : 100% ;
72- background-attachment : fixed;
73- background-repeat : no-repeat;
74- background-position : center center;
75- background-image : url ("bg-bg.jpg" );
76- -webkit-background-size : cover;
77- -moz-background-size : cover;
78- -o-background-size : cover;
79- background-size : cover;
80- -moz-filter : brightness (55% );
81- }
82-
83- .container {
84- margin : 0 auto;
85- width : 80% ;
86- max-width : 640px ;
68+ margin : 0 ;
69+ padding : 0 ;
70+ }
71+
72+ .content {
8773 text-align : center;
88- background-color : rgba (0 , 0 , 0 , 0.5 );
89- padding : 50px ;
74+ }
75+
76+ .logo {
77+ margin-top : 50px ;
78+ margin-bottom : 50px ;
79+ }
80+
81+ p .lead {
82+ font-size : 1.2em ;
83+ line-height : 1.5em ;
9084}
9185
9286# mc-embedded-subscribe-form {
9690 text-align : center;
9791}
9892
93+ # mc-embedded-subscribe-form p {
94+ font-size : 1.2em ;
95+ line-height : 1.5em ;
96+ }
97+
9998input # mce-EMAIL .email {
10099 height : 50px ;
101- width : 70% ;
102- max-width : 400px ;
100+
103101 padding : 7px 15px ;
104102 display : inline-block;
105103 font-weight : bold;
@@ -115,18 +113,18 @@ input#mce-EMAIL.email:focus {
115113}
116114
117115input # mc-embedded-subscribe {
118- margin-left : 3% ;
116+ /* margin-left: 3%;*/
119117 -moz-border-radius : 5px ;
120118 -webkit-border-radius : 5px ;
121119 border-radius : 5px ;
122- width : 27% ;
123- max-width : 150px ;
120+ /* width: 27%;*/
121+ /* max-width: 150px;*/
124122 display : inline-block;
125123 height : 50px ;
126124 padding : 7px 10px ;
127125 color : # fff ;
128126 margin-top : 30px ;
129- background-color : # 202020 ;
127+ background-color : # 0074d9 ;
130128 border : 2px solid # fff ;
131129 font-size : 1em ;
132130 -moz-transition : all 0.2s linear;
@@ -137,7 +135,7 @@ input#mc-embedded-subscribe {
137135
138136input # mc-embedded-subscribe : hover {
139137 background-color : # fff ;
140- color : # 202020 ;
138+ color : # 0074d9 ;
141139 -moz-transition : all 0.2s linear;
142140 -o-transition : all 0.2s linear;
143141 -webkit-transition : all 0.2s linear;
0 commit comments