-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.css
128 lines (120 loc) · 2.18 KB
/
details.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
*{
padding: 0;
margin: 0;
}
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body, html {
height: 100%;
}
body{
/* background-image: url(assets/about_us.jpg)!important; */
background-image: url(assets/tanzania.jpg);
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
color: white;
/* The image used */
/* Set a specific height */
height: 500px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.nav li a{
color: white;
}
#logo{
max-height: 50px;
max-width: 100%;
}
#first {
background-color: #dddddd;
margin-top: 93vh;
color: black;
font-family: 'Raleway', sans-serif;
line-height: 2;
}
#first h1 {
margin-top: 70px;
}
#second {
padding: 10px 0 10px 0;
background-color: white;
color: black;
font-family: 'Raleway', sans-serif;
}
#second h1 {
margin-top: 70px;
}
.round {
width: 200px;
height: 200px;
background-color: rgb(143, 143, 143);
margin-bottom: 20px;
}
.icon {
margin-top: 60px;
color: white;
font-size: 5rem !important;
}
.btn {
margin-bottom: 60px!important;
}
.gray-text {
color:#D1D0D0 ;
}
nav{
position: fixed;
}
#slogan{
margin-top: 38vh;
font-size: 55px;
}
#second img {
margin-bottom: 80px!important;
}
#third h1 {
margin-top:70px;
}
#third{
background-color: #dddddd;
color: black;
font-family: 'Raleway', sans-serif;
line-height: 2;
padding: 0 0 30px 0;
}
.carousel-inner img{
filter: brightness(60%);
}
#carousel {
margin-bottom: 60px;
}
.availability {
width: 100px;
height: 60px;
background-color:rgb(43, 167, 29);
margin-bottom: 20px;
border-radius: 10px;
margin: 0 0 0 10px;
}
.availability p {
margin-top: 5px;
}
.unavailable {
width: 300px;
height: 60px;
background-color:rgb(167, 34, 29);
margin-bottom: 20px;
border-radius: 10px;
margin: 0 0 0 10px;
}
.unavailable p {
margin-top: 5px;
}
@media only screen and (max-width: 768px) {
#slogan {
margin-top: 25vh;
}
}