2017-04-14 07:53:18 +00:00
|
|
|
.flex-container {
|
2017-08-13 04:13:41 +00:00
|
|
|
width: 35rem;
|
|
|
|
max-width: 50%;
|
2017-04-14 07:53:18 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
body {
|
|
|
|
font-family: Roboto, Tahoma, sans-serif;
|
2017-08-13 04:20:41 +00:00
|
|
|
line-height: 1.45rem;
|
2017-08-11 05:07:27 +00:00
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
h1, h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.6rem;
|
2017-08-14 21:24:53 +00:00
|
|
|
line-height: 1.2em;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 1.45rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.3rem;
|
2017-08-11 05:07:27 +00:00
|
|
|
margin: 1em 0 0.1em 0;
|
|
|
|
font-weight: 500;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
2017-08-14 21:48:33 +00:00
|
|
|
p {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
2017-04-14 07:53:18 +00:00
|
|
|
p.attention {
|
|
|
|
text-align: center;
|
2018-03-22 04:42:02 +00:00
|
|
|
font-style: italic;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2017-08-13 04:13:41 +00:00
|
|
|
font-weight: 500;
|
2017-08-11 05:07:27 +00:00
|
|
|
font-style: italic;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.project {
|
2017-08-13 04:13:41 +00:00
|
|
|
display: block;
|
2017-08-11 05:07:27 +00:00
|
|
|
position: relative;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
.project-image {
|
2018-03-22 04:36:00 +00:00
|
|
|
margin-right: 2rem;
|
2017-08-11 05:07:27 +00:00
|
|
|
display: flex;
|
2017-08-13 04:13:41 +00:00
|
|
|
flex-direction: column;
|
2018-03-22 04:36:00 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 15rem;
|
|
|
|
max-width: 40%;
|
|
|
|
right: 100%;
|
|
|
|
align-items: flex-end;
|
2017-08-11 05:07:27 +00:00
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
.project-image > img {
|
2022-07-17 21:14:19 +00:00
|
|
|
max-width: 100%;
|
2018-03-22 04:36:00 +00:00
|
|
|
margin-bottom: 3rem;
|
2017-08-11 05:07:27 +00:00
|
|
|
-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
}
|
2017-08-14 21:24:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
img.headshot {
|
|
|
|
margin-top: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-links img {
|
|
|
|
width: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-links {
|
|
|
|
margin: 1rem;
|
2018-10-10 16:42:36 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2017-08-14 21:24:53 +00:00
|
|
|
}
|
|
|
|
|
2018-04-02 22:52:32 +00:00
|
|
|
.social-links a {
|
|
|
|
margin: 0.2rem;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-08-14 21:24:53 +00:00
|
|
|
|
|
|
|
span.no-break {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
margin-bottom: 2.3rem;
|
2017-08-14 21:48:33 +00:00
|
|
|
}
|
2018-03-22 04:36:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
.project-info {
|
|
|
|
margin: 1.5em 0 5em 0;
|
2018-03-22 04:42:02 +00:00
|
|
|
}
|
2022-07-17 21:14:19 +00:00
|
|
|
|
|
|
|
.clickable {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-x {
|
|
|
|
font-size: 25px;
|
|
|
|
text-align: end;
|
|
|
|
padding: 10px 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-modal-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
background: rgba(0,0,0,0.25);
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-modal-flex {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-modal {
|
|
|
|
flex-grow: 0;
|
|
|
|
max-width: 90vh;
|
|
|
|
background: #FFF;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-modal-contents img {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 10px 25px 25px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|