-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (70 loc) · 1.53 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (70 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.container {
padding: 60px 20px 0 20px; }
/* Dropdown Buttons */
.dropdown-menu > a:focus,
.active {
background-color: #292B2C !important; }
/* Social media buttons */
.social:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3); }
.social {
-webkit-transform: scale(0.8);
/* Browser Variations: */
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s; }
.smallFont {
-webkit-transform: scale(0.8);
/* Browser Variations: */
-moz-transform: scale(0.8);
-o-transform: scale(0.8); }
#social-fb:hover {
color: #3B5998; }
#social-tw:hover {
color: #4099FF; }
#social-in:hover {
color: #B6177E; }
form {
margin: auto;
max-width: 70%; }
.footerLine {
max-width: 70%; }
#gotchaHide {
display: none; }
.flex {
display: flex;
flexflow: column;
justify-content: center; }
/* xs < 768 */
@media screen and (max-width: 767px) {
.pad {
padding: 10px; }
body {
font-size: 0.9em; }
body .smallFont {
font-size: 1.5em; } }
/* sm */
@media screen and (min-width: 768px) {
body {
font-size: 1em; }
.smallFont {
font-size: 2em; } }
/* md */
@media screen and (min-width: 992px) {
body {
font-size: 1.2em; }
.smallFont {
font-size: 2.4em; } }
/* lg */
@media screen and (min-width: 1200px) {
body {
font-size: 1.3em; }
.smallFont {
font-size: 2.9em; } }
.lead {
font-size: 27px; }
/*# sourceMappingURL=style.css.map */