-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
116 lines (99 loc) · 2.09 KB
/
styles.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
html,body{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 16px;
}
@media (min-width: 540px) and (max-width: 840px) {
html, body {
font-size: 12px;
}
}
@media (min-width: 350px) and (max-width: 540px) {
html, body {
font-size: 8px;
}
}
@media (max-width: 350px) {
.header.item h1{
font-size: 1.5rem !important;
}
}
.masthead {
background: #222222 url('images/backgro.jpg') no-repeat center center;
background-size: cover;
min-height: 100vh;
}
.header.item h1 {
font-size: 4.375rem;
color: #040404;
font-family: 'Open Sans';
font-weight: 300;
text-align: center;
padding-top: 20vh;
text-shadow: 0px 0px 3px rgba(32,32,32,0.5);
}
.content {
background: #222222 url('images/backgro-repeat-y.png') repeat-y center center;
background-size: 100%;
min-height: 635px;
color: #EFEFEF;
font-family: 'Yantramanav';
font-weight: 100;
}
.description.item {
font-size: 1.75rem;
line-height: 1.75;
text-indent: 5rem;
text-align: justify;
}
.description.item h2 {
font-weight: 300;
font-size: 4rem;
}
.photos {
background: #222222 url('images/backgro-repeat-y.png') repeat-y center center;
background-size: 100%;
padding-bottom: 40px;
}
.photos a {
height: 375px;
margin: 0px !important;
}
.photos #img-1 {
background: #EFEFEF url('images/7.jpg') no-repeat center center;
background-size: cover;
}
.photos #img-2 {
background: #EFEFEF url('images/11.jpg') no-repeat center center;
background-size: cover;
}
.photos #img-3 {
background: #EFEFEF url('images/8.jpg') no-repeat;
background-size: cover;
}
.photos #img-4 {
background: #EFEFEF url('images/10.jpg') no-repeat center center;
background-size: cover;
}
.photos #img-5 {
background: #EFEFEF url('images/6.jpg') no-repeat center center;
background-size: cover;
}
.photos #img-6 {
background: #EFEFEF url('images/14.jpg') no-repeat;
background-size: cover;
filter: grayscale(1);
}
.footer {
background: #EFEFEF url('images/footor.png') no-repeat bottom center;
background-size: cover;
height: 200px;
}
.footer #contact {
padding-top: 75px;
text-align: right;
}
.footer i {
font-size: 50px;
color: #040404;
}