@media screen and (max-width: 600px) { /*MOBILE*/
.post-block {
    width: 94vw;
    height: 120vw;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.post-block-title {
    position: absolute;
    bottom: 54vw;
    text-align: center;
    color: white;
    width: 90vw;
    font-size: 32px;
    padding-left: 5px;
}
.post-block-date {
    position: absolute;
    top: 62vw;
    text-align: center;
    color: white;
    width: 90vw;
    height: 49vw;
    vertical-align: bottom;
    font-size: 18px;
}

.header-button {
    display: none;
    padding-left: 10px;
    vertical-align: middle;
}
#page-title {
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#H-L {
    display: none; 
    width: 24vw;
}
#H-C {
    display: inline-block; 
    width: 98vw;
}
#H-R {
    display: none; 
    width: 24vw;
    text-align: right;
}

#phone-only-buttons {
    width: 98vw;
    display: block;
}
.phone-only-buttons-align {
    text-align: center;
}
.phone-only-buttons-align-w {
    text-align: center;
    color: white;
}

#phone-only-R {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

header {
    height: 130px;
    width: 100vw;
}

.about {
    width: 100%;
    display: inline-block;
}
.about-content {
    width: 82vw;
    margin-left: auto;
    margin-right: auto;
}
#about-left {
    margin-left: auto;
    margin-right: auto;
}
#about-right {
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

#about-photo {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#all-post-content {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.all-posts {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
}

.post-title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 250px;
    color: white;
}
}

@media screen and (min-width: 600px) { /*NON-MOBILE*/
.post-block {
    width: 32vw;
    height: 32vw;
    position: relative;
    display: inline-block;
}
.post-block-title {
    position: absolute;
    bottom: 15vw;
    text-align: center;
    color: white;
    width: 30vw;
    font-size: 40px;
    padding-left: 15px;
}
.post-block-date {
    position: absolute;
    top: 15vw;
    text-align: center;
    color: white;
    width: 30vw;
    height: 15vw;
    vertical-align: bottom;
    font-size: 18px;
}

.header-button {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
#page-title {
    text-align: center;
    vertical-align: middle;
}

#H-L {
    display: inline-block; 
    width: 24vw;
}
#H-C {
    display: inline-block; 
    width: 48vw;
}
#H-R {
    display: inline-block; 
    width: 24vw;
    text-align: right;
}

#phone-only-buttons {
    display: none;
}

header {
    height: 90px;
}

.about {
    width: 40vw;
    display: inline-block;
    height: 80vh;
}
.about-content {
    width: 82vw;
    margin-left: auto;
    margin-right: auto;
}
#about-left {
    margin-left: auto;
}
#about-right {
    margin-right: auto;
    vertical-align: top;
}

#about-photo {
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#all-post-content {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
}

.all-posts {
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
}

.post-title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 250px;
    color: white;
    font-size: 42pt;
}
}

.garamond {
    font-family: 'Cormorant Garamond', serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}
.ROBOTO {
    font-family: 'Roboto', sans-serif;
}


.header-button-w {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    color: white;
}
#page-title-w {
    text-align: center;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
}

.clear-link {
    text-decoration: none;
    color: inherit;
}
.line-link {
    text-decoration: underline;
    color: inherit;
}

.about-text {
    font-size: larger;
    text-align: center;
}




.post-header {
    position: absolute;
    top: 0px;
}
.post-end {
    text-align: center;
}
footer {
    height: 90px;
    text-align: center;
}

.post-block-photo {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
}



.post-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
html {
    padding: 0;
    margin: 0;
}
.post-body {
    padding: 0;
    margin: 0;
}


iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

audio {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.post-content {
    font-size: large;
}
.POST-CONTENT {
    font-size: large;
}