File size: 3,462 Bytes
9dfea7a
afdefbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a0b9535
 
f46e659
a0b9535
 
e295576
fa1b703
a0b9535
 
1e5f873
a0b9535
 
 
e295576
 
 
 
 
 
 
 
a0b9535
afdefbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d3835a4
afdefbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #252A34;
  }
  
  header {
    background-color: #1D2B3B;
    padding: 20px;
    text-align: center;
  }
  
  .title {
    font-size: 1.2em;
    margin-top: 5px;
    color: #F1F7F7;
  }
  
  nav {
    background-color: #1D2B3B;
    padding: 10px;
    display: flex;
    justify-content: space-around;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav li {
    display: inline-block;
    margin-right: 20px;
  }
  
  a {
    text-decoration: none;
    color: #FFDF7A;
  }
  
  main {
    padding: 20px;
  }
  
  section {
    margin-bottom:auto;
  }
  
  h1 {
    color: #F1F7F7;
  }
  
  h2 {
    color: #F1F7F7;
    text-align:center
  }
  
  p {
    color: #F1F7F7;
  }
  
  h3 {
    color: #F1F7F7;
  }
  
  li {
    color: #F1F7F7;
  }
  
  h4 {
    color: #F1F7F7;
  }
  
  img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");

  /* Set a specific height */
  height: 80%;
  /*width:50%;

  /* Position and center the image to scale nicely on all screens */
  background-position:90% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
  .card-a{
     width: 400px; /* Adjust width as needed */
    margin: 5px;
    background-color:#594545 ;
    border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
    .card-f{
     width: 400px; /* Adjust width as needed */
    margin: 5px;
    background-color:#3E503C;
    border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
    .card-cd{
     width: 200px; /* Adjust width as needed */
    margin: 5px;
    background-color:#17224D ;
    border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
    .card-d{
     width: 400px; /* Adjust width as needed */
    margin: 5px;
    background-color:#3B3B3B ;
    border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
  .card-container{
    display:flex; /* Arrange cards horizontally */
    flex-wrap: wrap; /* Allow cards to wrap to next line */
    margin: 20px;
    
  }
  .card-e{
    background-color:#C67D00;
     width: 200px; /* Adjust width as needed */
    margin: 10px;
      border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
  .card-s{
     background-color:#9D513D;
     width: 200px; /* Adjust width as needed */
    margin: 10px;
      border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }
   .card-ar{
     background-color:#146C94;
     width: 400px; /* Adjust width as needed */
    margin: 10px;
      border-radius: 5px;  /* Rounded corners */
    box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 15px;
  }