-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.css
More file actions
139 lines (139 loc) · 2.71 KB
/
media.css
File metadata and controls
139 lines (139 loc) · 2.71 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
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
@media screen and (max-width: 1180px) {
.section-3 {
background-size: cover;
}
.section-3 h6 {
padding-bottom: 50px;
}
.provide {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
margin-bottom: 0;
}
.section-3 button {
margin-bottom: 200px;
}
.provide-section {
margin: 25px 35px;
}
.provide-section p {
color: #c1c1c1;
font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
.main-line {
display: none;
}
.con-section {
width: 400px;
padding: 0;
padding-top: 100px;
}
.con-section-4 {
padding-bottom: 250px;
}
}
@media screen and (max-width: 750px) {
footer h1 {
padding-top: 0px;
}
.contact {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 50px;
}
.contact-section {
margin: 20px 15px;
}
}
@media screen and (max-width: 730px) {
.section-2 h6 {
padding-bottom: 80px;
}
.about-team {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.team {
padding: 25px 0px;
}
.about-team .team:nth-child(1), .about-team .team:nth-child(3) {
margin-top: 0;
}
}
@media screen and (max-width: 700px) {
nav {
position: absolute;
width: 100%;
height: 100vh;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
background: rgb(51,51,51);
background: rgba(51,51,51,0.8);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
z-index: 1;
}
nav a {
font-size: 25px;
padding: 15px 20px;
margin: 2px 0px;
color: #fff;
}
.logo, .logo-a, nav a:after {
display: none;
}
.nav-active {
color: #ffffff;
border: 1px solid #ffffff;
border-radius: 2px;
}
.burger {
display: block;
}
main p {
padding-top: 15px;
}
}
@media screen and (max-width: 470px) {
.con-section {
width: 300px;
}
.section-3 h6 {
padding-top: 20px;
}
}
@media screen and (max-width: 350px) {
.con-section h1 {
font-size: 42px;
padding: 0 20px;
}
.con-section p {
padding: 0 20px;
}
}
/*==========================*/
@media screen and (max-height: 750px) {
.nav-circle {
display: none;
}
}