a {
    text-decoration: none;
}

.textlink {
    font-weight: bold;
    color: #FF5D73;
}

.page-divider {
    width: 90%;
    margin: 10% 5%;
    height: 3px; 
    background-color: #7FB5A1;
    border: 0;
    border-radius: 5px;
}

#post-body ul {
    font-family: Inter, sans-serif;
}

#post-body ul li {
    margin-bottom: inherit;
}

/* X-SMALL DEVICES for portrait mobiles */

p {
    font-family: Inter, sans-serif;
    font-size: 4vw;
    margin: 0;
    
    &:not(:last-child)  {
        margin-bottom: 5%;
    }
}

    #post-body ul {
        font-size: 4vw;
    }

/* TOP NAVIGATION BAR */

nav {
    display: flex;
    height: 7%;
    max-width: 96%;
    margin: 2% 0 2%;
    padding: 0 1% 0 1%;
    align-items: center;
    justify-content: space-between;
}

#brand-logo {
    display: flex;
    flex-flow: row nowrap;
    flex: 6;
    height: 100%;
}

#brand-logo a {
    display: flex;
    height: 100%;
}

#nav-main-menu {
    display: none;
    color: #7FB5A1;
    flex: 7;
    list-style: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 20%;
    padding: 0;
    font-size: 1.8vw;
    font-family: Inter, sans-serif;   
}

nav ul a:link {
    color: #7FB5A1;
}

nav ul a:visited {
    color: #7FB5A1;
}

nav ul a:hover {
    color: #055E3E;
}

nav ul a:active {
    position: relative;
    top: 3px;
}

#nav-social-icons {
    display: flex;
    flex: 3;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    width: 10%;
    margin: 0 3% 0 0;
}

#nav-social-icons img {
    width: auto;
    height: 100%;
}

#nav-drop-icon {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-around;
    flex: 1;
    height: 70%;
    cursor: pointer;
}

#nav-dropdown {
    display: flex;
    flex-flow: column nowrap;
    width: 90%;
    height: 30%;
}
    
#nav-dropdown ul {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    
    font-size: 3vw;
    list-style: none;
    font-weight: 500;
}

#nav-dropdown ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25%;
    border-top: solid 1px #7FB5A1;
    
    font-size: 3vw;
    font-family: Inter, sans-serif; 
}

/* END TOP NAVIGATION BAR */

/* HOMEPAGE HEADER */

#homepage-header-image {
    max-width: 100%;
    height: auto;
}

#homepage-heading {
    width: 95%;
    height: auto;
    font-size: 6.5vw;
    letter-spacing: 3.5vw;
    font-family: Comfortaa, sans-serif;
    color: #055E3E;
    font-weight: 700;
    text-align: center;
    margin: 5% 2.5% 2%;
    padding: 0 0 0 3.5vw; /* Centre correction for line spacing */  
}

#homepage-subheading {
    width: 95%;
    height: auto;
    font-size: 3.8vw;
    letter-spacing: 1.4vw;
    font-family: Comfortaa, sans-serif;
    color: #7FB5A1;
    font-weight: 500;
    text-align: center;
    margin: 3% 2.5% 0;
    padding: 0 0 0 1.4vw; /* Centre correction for line spacing */
}

#homepage-intro {
    max-width: 70%;
    margin: 8% 15% 10%;
}
    
#homepage-intro p {
    font-family: "Inter", sans-serif;
    color: #60463B;
    opacity: 0.8;
    font-size: 2.5vw;
    line-height: 200%;
    text-shadow: 5;
    font-weight: 100;
    text-align: center;
}

/* END HOMEPAGE HEADER */

/* MEDIA MENU */

.media-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    grid-row-gap: 2vh;
    
    width: 90%;
    margin: 0 5%;
}

.media-menu-tab {
    width: 48%;
    margin: 0 0 0 0;
    position: relative;    
}

.media-menu-tab img {
    width: 100%;
    border-top-right-radius: 15%;
    border-top-left-radius: 15%;
}

.media-menu-tab h2 {
    margin: 0 0 -31%;
    position: absolute;
    
    width: 100%;
    top: 85%;
    font-family: Comfortaa, sans-serif;
    text-align: center;
    color: white;
    font-size: 4.5vw;
}

.media-menu-tab:active {
    transform: scale(0.9);
}

/* END MEDIA MENU */

/* CONTACT MENU */

.contact-menu {
    width: 90%;
    margin: 0 5% 5%;
    
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;    
}

.contact-tab {  
    width: 100%;
    height: auto;
    
    display: flex;
    flex-flow: column nowrap;
    
    position: relative;
}

.contact-tab h2 {  
    z-index: 5;
    position: absolute;
    top: 5%;
    
    width: 100%;
    margin: 0;
    
    text-align: center;
    font-family: Comfortaa, sans-serif;
    font-size: 6vw;
    color: white;
}

.contact-tab img {
    z-index: 1;
    
    width: 100%;
    position: relative;
    
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

.contact-tab:active {
    transform: scale(0.95);
}

.contact-options {
    width: 100%;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin: 5%;
    padding-left: 6vw;
    
    font-family: Comfortaa, sans-serif;
    color: #FF5D73;
    font-weight: 600;
}

.contact-option {
    width: 100%;
    height: 20%;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.contact-options img {
    width: 10%;
    margin: 0 5% 0 0;
}

.contact-options h3 {
    line-height: 100%;
    font-size: 4vw;
}

.contact-options a:link {
    color: #FF5D73;
}

.contact-options a:visited {
    color: #FF5D73;
}

/* FOOTER */

footer {
    
    
    background-color: #60463B;
    padding: 3%;
    color: white;
    font-family: Inter, sans-serif;
    font-size: 2.5vw;
    font-weight: 100;
    text-align: right;
}

/* MAIN PAGES - general */

#page-heading {
    max-width: 90%;
    margin: 5%;
    
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    font-size: 8vw;
    color: #055E3E;
}

#mainpage-body {
    max-width: 90%;
    margin: 0 5%;
}

#mainpage-body h2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 800;
    font-size: 6.5vw;
    color: #7FB5A1;
}

#mainpage-body h3 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    font-size: 5vw;
    color: #60463B;
}

.mainpage-tab {
    max-width: 100%;
    margin: 2% 0 0;
}

.mainpage-tab:active {
    transform: scale(0.9);
}

/* MAIN PAGES - Portfolio page */

.portfolio-tab {
    position: relative;
}

.portfolio-tab img {
    border-radius: 100px;
}

#mainpage-body .portfolio-tab h2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    font-size: 6vw;
    color: white;
    width: 60%;
    text-align: center;
    
    position: absolute;
    top: 5%;
    left: 30%;
}

.portfolio-tab:hover {
    cursor: pointer;
}

.portfolio-tab:active {
    transform: scale(0.9);
}

.content-dropdown {
    width: 90%;
    margin: 5% 5%;
}

.content-dropdown img {
    width: 100%;
    border-radius: 10px;
}

.content-dropdown h4 {
    width: 100%;
    font-family: Comfortaa, sans-serif;
    font-weight: 900;
    font-size: 4vw;
    color: #055E3E;
    letter-spacing: 0.1vw;
    margin: 3% 0 1%;
}

.content-dropdown p {
    width: 100%;
    font-size: 3.5vw;
    margin: 0 0 10%;
}

.content-dropdown a {
    font-family: Comfortaa, sans-serif;
    font-weight: 900;
    font-size: 4vw;
    color: #FF5D73;
    margin: 0 0 5%;
    width: 100%;
}

/* MAIN PAGES - About page */

.author-image {
    width: 25%;
    padding: 0 5% 5% 0;
    float: left;
}

.inpage-image {
    width: 100%;
    margin: 5% 0;
    height: auto;
}

.contact-button {
    max-width: 100%;
    margin: 5% 0;
    position: relative;
}

.contact-button img {
    width: 100%;
    border-radius: 50px;
    border: solid 3px #FF5D73;
}

.contact-button p {
    display: none;
    
    font-family: Comfortaa, sans-serif;
    font-size: 6vw;
    font-weight: 900;
    color: white;
    
    position: absolute;
    top: 30%;
    left: 45%;  
}

.contact-button:active {
    transform: scale(0.9);
}

.callout-button {
    border: solid 2px #FF5D73;
    border-radius: 50px;
    padding: 3%;
}

.callout-button a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
    
.callout-button a img {
    max-width: 10%;
    flex: 1;
    padding: 0 5% 0 0;
}

.callout-large-text {
    flex: 2;
    font-size: 5vw;
    padding: 0 0 0 10%;
}

.callout-button:active {
    transform: scale(0.9);
}

.organisation-tab {
    display: flex;
    flex: row nowrap;
    
    align-content: center;
    height: 10%;
    margin: 5% 0;
    background-color: #055E3E;
    border-radius: 10px;
}

.org-logo {
    flex: 1;
    align-content: center;
}

.org-logo img {
    max-height: 80%;
    margin: 0 10%;
    
}

#mainpage-body .organisation-tab h2 {
    flex: 3;
    align-content: center;
    text-align: left;
    font-size: 4vw;
    color: white;
    margin: 0 5% 0 0;
}

.organisation-tab:hover {
    cursor: pointer;
}

.organisation-tab:active {
    transform: scale(0.9);
}

/* INFOGRAPHIC PAGE */

.infographic-item {
    max-width: 100%;
    margin: 0 0 10%;
}

.infographic-item img {
    max-width: 100%;
    border-radius: 10px;
}

.infographic-item h4 {
    font-family: Comfortaa, sans-serif;
    color: #055E3E;
    font-weight: 700;
    font-size: 5vw;
    margin: 3% 0 3%;
}

/* PHOTOGRAPHY PAGE */

#photography-full-menu {
    margin: 10% 0 0;
}

.photo-album {
    max-width: 100%;
    margin: 0 0 10%;
}

.photo-album img {
    max-width: 100%;
    border-radius: 10px;
}

.photo-album h4 {
    font-family: Comfortaa, sans-serif;
    color: #055E3E;
    font-weight: 700;
    font-size: 5vw;
    margin: 3% 0 3%;
}

.photo-gallery img {
    max-width: 100%;
    margin: 5% 0;
}

/* POST PAGES */

.post-header-image {
    width: 100%;
    margin: 0;
    position: relative;
}

.post-header-image img {
    max-width: 100%;
}

.info-icon {   
    
    font-family: Inter, sans-serif;
    border: solid 1.5px white;
    border-radius: 100%;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    padding: 0 1.5vw;
}

.post-header-image .info-icon {
    position: absolute;
    bottom: 4%;
    right: 1%;
}

.inpost-image .info-icon {
    position: absolute;
    bottom: 3%;
    right: 2%;
}

#post-body th figure {
    position: relative;
}

#post-body th figure .info-icon {
    position: absolute;
    bottom: 8%;
    right: 8%;
    font-size: 4vw;
    padding: 0.1vw 2.5vw;
}

#post-body th figure figcaption {
    position: absolute;
    width: 86%;
    margin: 5%;
    bottom: 0%;
    padding: 2%;
    text-align: left;

    border-radius: 0 0 10px 10px;
    opacity: 1;
    background-color: #ff7d8f;
    }

.info-icon:hover {
    cursor: pointer;
}

figcaption {
    background-color: #FF5D73;
    opacity: 80%;
    text-align: left;
    padding: 1%;
    color: white;
    font-family: Inter, sans-serif;
    font-size: 3vw;
}

.photo-credit {
    font-size: 2.5vw;
    line-height: 200%;
}

.post-heading {
    max-width: 90%;
    margin: 5%;
    
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    font-size: 6vw;
    color: #055E3E;
}

#post-body {
    max-width: 90%;
    margin: 5%;
}

#post-body h2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 900;
    font-size: 5.5vw;
    color: #7FB5A1;
}

#post-body h3 {
    font-family: Inter, sans-serif;
    font-weight: 900;
    font-size: 4vw;
    color: #60463B;
}

#post-body strong, .chart-with-numbers strong {
    color: #055E3E;
}

#post-body img {
    width: 100%;
    margin: 10% 0 15%;
}

.inpost-image {
    position: relative;
    width: 100%;
    margin: 5% 0;
    height: auto;
}

.inpost-image img {
    width: 100%;
}

.chart-with-numbers {
    max-width: 90%;
    margin: 5%;
}

.numbered-chart {
    max-width: 100%;
    margin: 0 0 5%;
}

.image-bulletpoint {
    max-width: 8%;
    float: left;
    padding: 0 3% 0 0;
    margin: 0;
}

.pub-origin {
    display: block;
    max-width: 90%;
    margin: 5%;
    text-align: center;
    padding: 2%;
    
    background-color: #60463B;
    opacity: 60%;
    border: solid 2px #FF5D73;
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 2.5vw;
    color: white;
}

.pub-origin a {
    font-weight: 900;
    color: #FF5D73;
}

.pub-origin strong {
    font-size: inherit;
    font-weight: 900;
}

.youtube-embed {
    margin: 0 0 10%;
}

iframe {
    max-width: 100%;
}

.infobox {
    width: 80%;
    margin: 5%;
    border: solid 3px #FF5D73;
    border-radius: 10px;
    padding: 3%;
}

.infobox .youtube-embed {
    margin: 0;
}

    
#post-body .infobox img {
    width: 100%;
    margin: 0 0 5%;
    border-radius: 10px;
}

#post-body table {
    table-layout: fixed;
    width: 100%;
    border: 0;
}
    
#post-body table th {
    background-color: #055E3E;
    color: white;
    font-family: Comfortaa, sans-serif;
    font-size: 4vw;
    line-height: 150%;
    padding: 1%;
}

#post-body table th em {
    font-weight: 100;
    font-size: 3.5vw;
}

#post-body table th img {
    width: 90%;
    margin: 5%;
    border-radius: 10px;
}
    
#post-body table td {
    background-color: #7FB5A1;
    color: white;
    font-family: Inter, sans-serif;
    font-size: 4vw;
    vertical-align: top;
    padding: 2%;
}

/* under construction message */

.under-construction {
    width: 90%;
    margin: 5%;
    position: relative;
}

.under-construction img {
    width: 100%;
    border-radius: 10%;
}

.under-construction p {
    position: absolute;
    width: 100%;
    top: 43%;
    padding: 5% 0;
    font-size: 3vw;
    text-align: center;
    background-color: white;
}



/* SMALL DEVICES for landscape mobiles --> portrait tablets */
@media only screen and (min-width: 480px) {

    #brand-logo {
        display: flex;
        flex: 7;
    }
    
    #nav-drop-icon {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
    
    #nav-social-icons {
        display: flex;
        flex: 3;
    }
    
    footer p {
        font-size: 2.5vw;
    }
    
    #mainpage-body .organisation-tab h2 {
    font-size: 3.2vw;
    }
    
    #post-body table th {
        font-size: 3.5vw;
    }
    
    #post-body table th em {
        font-size: 3vw;
    }
    
    #post-body table td {
        font-size: 3vw;
    }

/* MEDIUM DEVICES for landscape tablets --> small laptops */
@media only screen and (min-width: 768px) {
    
    .page-divider {
        height: 4px;
    }
    
    p {
        font-size: 2vw;
    }
    
    #post-body ul {
        font-size: 2vw;
    }
    
    #brand-logo {
        display: flex;
        flex: 6;
    }
    
    #nav-drop-icon {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
    
    #nav-social-icons {
        display: flex;
        flex: 2;
    }
    
    #nav-dropdown {
        height: 32%;
    }
    
    #nav-dropdown ul li {
        font-size: 1.5vw;
        padding: 1%;
    }
    
    #homepage-heading {
        
        width: 90%;
        height: auto;
        font-size: 5vw;
        letter-spacing: 3.5vw;
        
        margin: 5% 5% 2%;
        padding: 0 0 0 3.5vw;
    }
    
    #homepage-subheading {
        width: 90%;
        height: auto;
        font-size: 4vw;
        letter-spacing: 1vw;
        
        margin: 2% 5% 5%;
        padding: 0 0 0 1vw;
    }
    
    #homepage-intro {
        margin: 0 20% 8%;
    }
    
    #homepage-intro p {
        font-size: 2vw;
    }
    
    .media-menu {
        width: 90%;
        margin: 0 5%;
    }
    
    .media-menu-tab {
        width: 22%;
        margin: 0;
    }
    
    .media-menu-tab h2 {
        max-width: 100%;
        font-size: 2.2vw;
    }
    
    .contact-menu {
        display: flex;
        flex-flow: row wrap;
        width: 90%;
        margin: 0 5%;
    }
    
    .contact-tab {  
        width: 46%;
        height: 100%;
        
        display: flex;
        flex-flow: column nowrap;
    }
    
    .contact-tab h2 {
        font-size: 2.5vw;
    }
    
    .contact-options {
        width: 46%;
        margin: 0;
        padding: 0;
    }
    
    .contact-option h3 {
        font-size: 2.2vw;
    }
    
    footer {
        margin-top: 5%;
    }
    
    footer p {
        font-size: 2vw;
    }
    
    #page-heading {
        width 80%;
        margin: 5% 10%;
        
    }
    
    #mainpage-body {
        width: 80%;
        margin: 0 10%;
    }
    
    .contact-button {
    max-width: 80%;
    margin: 3% 10%;
    }

    .contact-button img {
    border: solid 4px #FF5D73;
    }

    .contact-button p {
    font-size: 4vw;
    }
    
    #mainpage-body .portfolio-tab h2 {
        font-size: 4vw;
        top: 20%;
    }
    
    .content-dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 4vw;
    }
    
    .content-item {
        width: 46%;
        margin: 0;
    }
    
    .content-dropdown h4 {
        font-size: 2vw;
        margin: 5% 0 5%;
    }
    
    .content-dropdown p {
        font-size: 1.8vw;
    }
    
    .readmore-link {
        width: 100%;
        border: solid 2px #FF5D73;
        border-radius: 10px;
        text-align: center;
        padding: 0.7% 0;
    }
    
    .author-image {
        width: 17%;
        padding: 0 5% 3% 0;
    }
    
    .inpage-image {
        margin: 5% 0;
    }
    
    #mainpage-body .organisation-tab h2 {
    font-size: 2vw;
    }
    
    #infographics-full-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    }
    
    .infographic-item {
        width: 48%;
    }
    
    .infographic-item h4 {
        font-size: 2.5vw;
        margin: 5% 0 4%;
    }
    
    #photography-full-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    }
    
    .photo-album {
        width: 48%;
    }
    
    .photo-album h4 {
        font-size: 2.5vw;
        margin: 5% 0 4%;
    }
    
    .post-heading {
        max-width: 80%;
        margin: 5% 10%;
        font-size: 5.5vw;
    }
    
    .pub-origin {
        max-width: 80%;
        margin: 5% 10%; 
        font-size: 1.8vw;
    }
    
    #post-body {
        max-width: 80%;
        margin: 0 10%;
    }
    
    #post-body h2 {
        font-size: 4vw;
        margin: 5% 0% 2%;
    }
    
    #post-body h3 {
        font-size: 3vw;
    }
    
    #post-body p {
        margin: 3% 0;
    }
    
    #post-body img {
        width: 70%;
        margin: 5% 15%;
        border-radius: none;
    }
    
    #post-body table th {
        font-size: 2.5vw;
    }
    
    #post-body table th em {
        font-size: 2vw;
    }
    
    #post-body table th img {
        margin: 2% 5% 5%;
    }
    
    #post-body table td {
        font-size: 1.8vw;
    }
    
    .chart-with-numbers {
    max-width: 70%;
    margin: 5% 15%;
    }

    .image-bulletpoint {
        max-width: 5%;
    }
    
    .inpost-image {
        margin: 5% 0;
    }
    
    .info-icon {
        border: solid 2px white;
        font-size: 2vw;
        padding: 0 1vw;
    }

    figcaption {
        font-size: 2vw;
    }

    .photo-credit {
        font-size: 1.5vw;
    }
    
    .under-construction {
    width: 70%;
    margin: 5% 15%;
    }
    
    .under-construction p {
    font-size: 2vw;
    }
    
}

/* LARGE DEVICES for large laptops --> desktops */
@media only screen and (min-width: 992px) {  
    
    p {
        font-size: 1.2vw;
        
        &:not(:last-child)  {
        margin-bottom: 4%;
    }
    }
    
    #post-body ul {
        font-size: 1.2vw;
    }
    
    .page-divider {
        width: 70%;
        margin: 8% 15%;
        border-radius: 5px;
    }
    
    nav {
        height: 7%;
        max-width: 100%;
        margin: 1% 1%;
    }
    
    #brand-logo {
        display: flex;
        flex: 4;
        justify-content: flex-start;
    }
    
    #nav-main-menu {
        display: flex;
        flex: 8;
        
        font-size: 1vw;
    }
    
    #nav-social-icons {
        display: flex;
        flex: 1.5;
        justify-content: space-between;
    }
    
    #nav-dropdown {
        display: none;
    }
    
    #nav-social-icons img {
        
        width: auto;
        height: 100%;
    }
    
    #nav-drop-icon {
        display: none;
    }
    
    .top-social-icon:hover {
        position: relative;
        top: -3px;
    }

    .top-social-icon:active {
        position: relative;
        top: 0px;
    }
    
    #homepage-heading {
        
        width: 70%;
        height: auto;
        font-size: 3vw;
        letter-spacing: 2.5vw;
        
        margin: 5% 15% 2%;
        padding: 0 0 0 2.5vw;
    }
    
    #homepage-subheading {
        width: 70%;
        height: auto;
        font-size: 2.5vw;
        letter-spacing: 1vw;
        
        margin: 2% 15% 5%;
        padding: 0 0 0 1vw;
    }
    
    #homepage-intro {
        max-width: 34%;
        margin: 0 33% 8%;
    }
    
    #homepage-intro p {
        font-size: 1vw;
    }
    
    .media-menu {
        width: 70%;
        margin: 0 15%;
    }
    
    .media-menu-tab {
        width: 20%;
        margin: 0;
    }
    
    .media-menu-tab h2 {
        max-width: 100%;
        font-size: 1.5vw;
    }
    
    .media-menu-tab:hover {
        position: relative;
        top: -20px;
        box-shadow: 0 60px 15px -10px rgba(0,0,0,0.3);
    }
    
    .media-menu-tab:active {
        position: relative;
        transform: none;
        top: -10px;
        box-shadow: 0 50px 10px -10px rgba(0,0,0,0.3);
    }
    
    .contact-menu {
        display: flex;
        flex-flow: row wrap;
        width: 70%;
        margin: 0 15%;
    }
    
    .contact-tab {  
        width: 46%;
        height: 100%;
        
        display: flex;
        flex-flow: column nowrap;
    }
    
    .contact-tab h2 {
        font-size: 2vw;
    }
    
    .contact-tab:hover {
    position: relative;
    top: 20px;
    box-shadow: 0 -35px 10px -20px rgba(0,0,0,0.3);
    }

    .contact-tab:active {
    position: relative;
    transform: none;
    top: 15px;
    box-shadow: 0 -30px 10px -20px rgba(0,0,0,0.3);
    }
    
    .contact-options {
        width: 46%;
        margin: 0;
        padding: 0;
    }
    
    .contact-option h3 {
        font-size: 1.8vw;
    }
    
    .contact-options a:hover {
        position: relative;
        right: -30px;
    }

    .contact-options a:active {
        position: relative;
        bottom: -5px;
    }
    
    footer {
        margin-top: 5%;
    }
    
    footer p {
        font-size: 1vw;
    }
    
    #page-heading {
        max-width: 60%;
        margin: 5% 20% 3%;
        
        font-size: 5vw;
    }
    
    #mainpage-body {
        max-width: 60%;
        margin: 0% 20%;
    }
    
    .mainpage-tab {
        width: 100%;
        margin: 2% 0 0;
    }
    
    .contact-button {
    max-width: 70%;
    margin: 2% 15%;
    }

    .contact-button img {
    border: solid 5px #FF5D73;
    }

    .contact-button p {
    font-size: 2.5vw;
    }
    
    .portfolio-tab {
        position: relative;
    }
    
    #mainpage-body .portfolio-tab h2 {
        font-size: 4vw;
        position: absolute;
        top: 7;
    }
    
    .content-dropdown {
        justify-content: space-evenly;
        width: 98%;
        margin: 2% 1% 5%;
        grid-row-gap: 2vw;
    }
    
    .content-item {
        width: 22%;
    }
    
    .content-dropdown h4 {
        font-size: 1vw;
    }
    
    .content-dropdown p {
        font-size: 1vw;
    }
    
    .content-dropdown a {
        font-size: 1.2vw;
    }
    
    #mainpage-body h2 {
        font-size: 4vw;
    }
    
    .inpage-image {
        width: 60%;
        margin: 3% 20%;
        border-radius: 10px;
    }
    
    .author-image {
        width: 15%;
        padding: 0 2% 2% 0;
    }
    
    .callout-button {
        width: 40%;
        margin: 0 30%;
    }
    
    .callout-large-text {
        font-size: 1.5vw;
    }
    
    #mainpage-body .organisation-tab h2 {
    font-size: 1.5vw;
    }
    
    .organisation-tab:active {
    transform: scale(0.95);
    }
    
    .infographic-item {
    width: 30%;
    }
    
    .infographic-item h4 {
        font-size: 1.7vw;
        margin: 5% 0 4%;
    }
    
    .photo-album {
    width: 30%;
    }
    
    .photo-album h4 {
        font-size: 1.7vw;
        margin: 5% 0 4%;
    }
    
    .photo-gallery {
        max-width: 60%;
    }
    
    .photo-gallery img {
        width: 60%;
        margin: 3% 20%;
    }
    
    
    .post-heading {
        max-width: 60%;
        margin: 5% 20%;
        font-size: 3.5vw;
    }
    
    .info-icon {
        border: solid 2px white;
        font-size: 1vw;
        padding: 0 0.5vw;
    }
    
    figcaption {
        font-size: 1vw;
        padding: 0.8% 1% 0.5%;
    }
    
    .inpost-image figcaption {
        text-align: left;
    }

    .inpost-image figcaption {
        position: absolute;
        width: 98%;
        bottom: 0;

        border-radius: 0 0 10px 10px;
        opacity: 1;
        background-color: #ff7d8f;
    }

    .photo-credit {
        font-size: 0.8vw;
        line-height: 250%;
    }
    
    .pub-origin {
        max-width: 60%;
        margin: 3% 20% 2%;
        font-size: 1.2vw;
        padding: 1%;
    }
    
    #post-body {
        max-width: 60%;
        margin: 0 20%;
    }
    
    #post-body h2 {
        font-size: 3vw;
        margin: 5% 0% 2%;
    }
    
        #post-body h3 {
        font-size: 2vw;
    }
    
    #post-body p {
        margin: 3% 0;
    }
    
    #post-body img {
        width: 70%;
        margin: 5% 15%;
        border-radius: none;
    }
    
    #post-body table th {
        font-size: 1.5vw;
    }
    
    #post-body table th em {
        font-size: 1.2vw;
    }
    
    #post-body table th img {
        margin: 2% 5% 5%;
    }
    
    #post-body table td {
        font-size: 1vw;
        padding: 2% 4%;
    }
    
    .infobox {
        border: solid 4px #FF5D73;
    }
    
    #post-body .infobox img {
        width: 100%;
        margin: 0;
        border-radius: 10px;
    }
    
    .chart-with-numbers {
        max-width: 50%;
        margin: 3% 25%;
    }

    .image-bulletpoint {
        max-width: 5%;
    }
    
    .inpost-image {
        width: 60%;
        margin: 3% 20%;
        border-radius: 10px;
    }
    
    .inpost-image img {
        border-radius: 10px;
    }
    
    .under-construction {
    width: 40%;
    margin: 5% 30%;
    }
    
    .under-construction p {
    font-size: 1.2vw;
    }
    
}

