|
|
|
@ -5,35 +5,51 @@
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
margin: 40px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
.content {
|
|
|
|
|
margin: 1rem auto;
|
|
|
|
|
max-width: 1000px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item {width: 100%;display: flex;flex-direction: column;}
|
|
|
|
|
.content-item {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item > * {
|
|
|
|
|
width: 50%;
|
|
|
|
|
max-width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:nth-child(odd) > * {align-self: flex-end;text-align: right;float: right;}
|
|
|
|
|
.content-item:nth-child(odd) > * {
|
|
|
|
|
align-self: flex-end;
|
|
|
|
|
text-align: right;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
.content-item:nth-child(even) > * {
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
position: static;
|
|
|
|
|
right: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
position: static;
|
|
|
|
|
right: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item img {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item p {margin: 10px 0;font-family: 'Redaction-Regular';line-height: 24px;font-size: 18px;/* width: 200px; */}
|
|
|
|
|
.content-item p {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
font-family: 'Redaction-Regular';
|
|
|
|
|
line-height: 2rem;
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p::selection {
|
|
|
|
|
color: #ee98b1;
|
|
|
|
@ -43,7 +59,7 @@
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 40px;
|
|
|
|
|
left: 40px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
width: 130px;
|
|
|
|
|
height: auto;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
@ -65,7 +81,6 @@
|
|
|
|
|
justify-content: right;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
margin: auto;
|
|
|
|
|
/* margin-top: 150px; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterContents {
|
|
|
|
@ -81,9 +96,9 @@
|
|
|
|
|
|
|
|
|
|
#about {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -30px;
|
|
|
|
|
left: 70px;
|
|
|
|
|
width: 80px;
|
|
|
|
|
top: -44px;
|
|
|
|
|
left: 80px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: auto;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
@ -99,8 +114,8 @@
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
@ -114,64 +129,77 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#about {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
left: 40px;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: auto;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#about {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
left: 40px;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: auto;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#home {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20px;
|
|
|
|
|
left: 20px;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: auto;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:first-of-type img {
|
|
|
|
|
margin-top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:last-child {
|
|
|
|
|
margin-bottom: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:nth-child(odd) {
|
|
|
|
|
align-self: flex-end;
|
|
|
|
|
/* margin-left: 50px; */
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.content-item:nth-child(even) {
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
margin-right: 50px;
|
|
|
|
|
}
|
|
|
|
|
.letterBox {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
padding: 18px;
|
|
|
|
|
max-width: 70%;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: right;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 110px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#home {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20px;
|
|
|
|
|
left: 20px;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: auto;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
width: 100%;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
.content-item > * {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item p {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
font-family: 'Redaction-Regular';
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
width: 200px;
|
|
|
|
|
|
|
|
|
|
.content-item:first-of-type img {
|
|
|
|
|
margin-top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:last-child {
|
|
|
|
|
margin-bottom: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:nth-child(odd) {
|
|
|
|
|
align-self: flex-end;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-item:nth-child(even) {
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
margin-right: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterBox {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
padding: 18px;
|
|
|
|
|
max-width: 70%;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: right;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 110px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|