-
Notifications
You must be signed in to change notification settings - Fork 0
/
Destination_Page_Singapore.css
171 lines (143 loc) · 2.68 KB
/
Destination_Page_Singapore.css
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
* {
box-sizing: border-box;
}
body.singapore {
background-image: url('https://i.imgur.com/G3G67Ry.jpg');
background-size: cover;
background-attachment: fixed;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
#directions {
background-color: #6FE87A;
padding: 10px;
}
.TitleText{
font-size: 100px;
font-family: 'Allerta Stencil';
text-align: center;
}
@media (max-width:700px){
.TitleText{
font-size:50px;
}}
@media (min-width: 600px){
.Cousine_TitleText{
font-size: 40px;
font-family: 'Cousine';
color: black;
}}
@media (min width:200px max-width: 1000px){
.Cousine_TitleText {
font-size: 40px;
font-family: 'Cousine';
color: white;
}}
@media (max-width: 200px){
.Cousine_TitleText {
font-size: 40px;
font-family: 'Cousine';
color: white;
}}
.container-fluid {
padding: 0px 0px 50px 0px;
}
.Cousine_Text{
font-size: 15px;
font-family: 'Cousine';
}
.ParagraphText{
font-size: 20px;
font-family: 'Source Sans Pro';
}
.ParagraphHeader{
font-size: 30px;
font-family: 'Black Han Sans';
}
.ParagraphSubHeader{
font-size: 25px;
font-family: 'Black Han Sans';
}
.ParagraphSignOff{
font-size: 28px;
font-family: 'Sedgwick Ave';
}
.navigation {
padding: 10px;
text-align: center;
font-size: 16px;
font-family: 'Roboto Mono', cursive;
}
header {
padding: 20px 0px 5px 0px;
text-align: center;
background-size: cover;
font-size: 15px;
font-family: 'Roboto Mono';
}
a {
color: navy;
}
a {
color: navy;
}
li.navigation {
display: inline;
padding: 10px 10px 10px 10px;
background-image: url("https://imgur.com/FXNoHj3.jpg");
background-size: auto;
background-position: center;
border-width: thin;
border-radius: 10px;
}
li.home {
font-size: 20px;
font-style: strong;
}
.parent{
position: relative;
}
.person{
width: 150px;
height: 150px;
border-radius:100px;
border: solid white 3px;
position: center;
text-align: center;
}
div.transbox {
margin: 30px;
font-weight: bold;
background: rgba(217, 225, 225, 0.8);
}
div.box {
margin: 30px;
font-weight: bold;
}
/* Fixed, non-scrolling map on the left column */
@media screen and (min-width: 1200px){
.fixed-map{
position:sticky;
top:0;
}}
/* Makes the tables responsive so that when they are displayed on a small screen
they will be displayed on top of one another rather than side-by-side */
@media (max-width: 600px) {
col-lg-6 .fixed-map, col-lg-6 {
width: 100%;
height: auto;
position: relative;
}}
.clearfix:after {
content: "";
display: table;
clear: both;
}
#googleMap{
height:500px;
width: 100%;
margin-left:30px;
}
html,body{
overflow-x: hidden;
}