157 lines
3.0 KiB
CSS
157 lines
3.0 KiB
CSS
.SectionOne > h3 {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 2.2em;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 36px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionOne > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 28px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionOne > h4 {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 36px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionTwo > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 28px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionThree > h3 {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 2.2em;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 36px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionThree > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 28px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionThree > h4 {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 36px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionFour > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 18px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionFive > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 16px;
|
|
text-align: left;
|
|
}
|
|
|
|
@media (min-width: 576.98px) {
|
|
.SectionFive__btn {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.SectionFive__btn {
|
|
display: block;
|
|
width: 221px;
|
|
height: 49px;
|
|
box-shadow: 0 8px 20px rgba(82, 151, 34, 0.21);
|
|
border-radius: 24px;
|
|
background-color: #ffffff;
|
|
background-image: linear-gradient(to top, #6aaf5c 0%, #52b709 100%),
|
|
linear-gradient(
|
|
36deg,
|
|
rgba(255, 255, 255, 0) 0%,
|
|
rgba(255, 255, 255, 0.16) 47%,
|
|
rgba(255, 255, 255, 0.17) 50%,
|
|
rgba(255, 255, 255, 0) 100%
|
|
);
|
|
color: #ffffff;
|
|
font-family: 'Muller';
|
|
font-size: 1.3em;
|
|
letter-spacing: normal;
|
|
text-align: left;
|
|
border: none;
|
|
text-align: center;
|
|
margin: 28px auto;
|
|
}
|
|
}
|
|
|
|
.SectionSkills {
|
|
border: 1px solid #69bf2c;
|
|
padding: 28px 40px 16px 30px;
|
|
margin-top: 60px;
|
|
border-radius: 10px;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.SectionSkills {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.SectionSkills > h3 {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 28px;
|
|
text-align: left;
|
|
}
|
|
|
|
.SectionSkills > p {
|
|
font-family: 'GT Eesti Pro Display';
|
|
font-size: 1.8em;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
letter-spacing: normal;
|
|
line-height: 28px;
|
|
text-align: left;
|
|
}
|