@media screen and (min-width: 1025px){
body {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fdfdfd;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.side-nav {
    position: fixed;
    top: 20%;
    left: 0;
    width: 200px;
    background: #0a3d62;
    border-right: 2px solid #c0a060;
    border-radius: 0 10px 10px 0;
    padding: 1rem 0;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.15);
    z-index: 1000;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav li {
    margin: 0;
    padding: 0;
}

.side-nav a {
    display: block;
    padding: 0.9rem 1rem;
    color: #fdfdfd;
    font-family: "Asul", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.side-nav a:hover {
    background: #123b52;
    border-left: 4px solid #c0a060;
    color: #c0a060;
}

article {
    max-width: 850px;
    margin-left: 220px; /* leave space for side nav */
    padding: 0.35rem 6% 3rem 6%;
    background: linear-gradient(to bottom, #ffffff, #f6f8fb);
    position: relative;
    overflow: hidden;
}
article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(192,160,96,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(192,160,96,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}
.text {
    position: relative;
    z-index: 1;
}

#transportTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #0a3d62;
    margin-bottom: 2rem;
    border-left: 6px solid #c0a060;
    padding-left: 1rem;
}

.mode {
    font-family: "Asul", sans-serif;
    font-size: 1.8rem;
    color: #0a3d62;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c0a060;
    display: inline-block;
    padding-bottom: 0.3rem;
}

h3{
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    color: #444;
    margin-top: 1.5rem;
    border-left: 3px solid #c0a060;
    padding-left: 0.6rem;
}

.text p{
    margin-bottom: 1.2rem;
    color: #333;
}


.text ul{
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 1rem;
    list-style-type: none;
}
.text ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}
.text ul li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #c0a060;
    font-size: 0.9rem;
    top: 0.2rem;
}

.hero-map {
    width: 150%;
    margin: 2rem 0 3rem 0;
    border: 2px solid #c0a060;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}
.hero-map iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

.picture {
    text-align: center;
    margin: 2rem 0;
}
.image {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid rgba(192,160,96,0.3);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.picture figcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
    color: #666;
}


a {
    color: #0a3d62;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #c0a060;
}}


@media screen and (min-width: 901px) and (max-width: 1024px){
body {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fdfdfd;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.side-nav {
    position: fixed;
    top: 20%;
    left: 0;
    width: 170px;
    background: #0a3d62;
    border-right: 2px solid #c0a060;
    border-radius: 0 10px 10px 0;
    padding: 1rem 0;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.15);
    z-index: 1000;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav li {
    margin: 0;
    padding: 0;
}

.side-nav a {
    display: block;
    padding: 0.9rem 1rem;
    color: #fdfdfd;
    font-family: "Asul", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.side-nav a:hover {
    background: #123b52;
    border-left: 4px solid #c0a060;
    color: #c0a060;
}

article {
    max-width: 850px;
    margin-left: 130px; /* leave space for side nav */
    padding: 0.35rem 6% 3rem 6%;
    background: linear-gradient(to bottom, #ffffff, #f6f8fb);
    position: relative;
    overflow: hidden;
}
article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(192,160,96,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(192,160,96,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}
.text {
    position: relative;
    z-index: 1;
}

#transportTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #0a3d62;
    margin-bottom: 2rem;
    border-left: 6px solid #c0a060;
    padding-left: 1rem;
}

.mode {
    font-family: "Asul", sans-serif;
    font-size: 1.8rem;
    color: #0a3d62;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c0a060;
    display: inline-block;
    padding-bottom: 0.3rem;
}

h3{
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    color: #444;
    margin-top: 1.5rem;
    border-left: 3px solid #c0a060;
    padding-left: 0.6rem;
}

.text p{
    margin-bottom: 1.2rem;
    color: #333;
}


.text ul{
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 1rem;
    list-style-type: none;
}
.text ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}
.text ul li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #c0a060;
    font-size: 0.9rem;
    top: 0.2rem;
}

.hero-map {
    width: 100%;
    margin: 2rem 0 3rem 0;
    border: 2px solid #c0a060;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}
.hero-map iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

.picture {
    text-align: center;
    margin: 2rem 0;
}
.image {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid rgba(192,160,96,0.3);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.picture figcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
    color: #666;
}


a {
    color: #0a3d62;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #c0a060;
}}

@media screen and (min-width: 769px) and (max-width: 900px){
body {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fdfdfd;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.side-nav {
    position: fixed;
    top: 20%;
    left: 0;
    width: 160px;
    background: #0a3d62;
    border-right: 2px solid #c0a060;
    border-radius: 0 10px 10px 0;
    padding: 1rem 0;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.15);
    z-index: 1000;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav li {
    margin: 0;
    padding: 0;
}

.side-nav a {
    display: block;
    padding: 0.9rem 1rem;
    color: #fdfdfd;
    font-family: "Asul", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.side-nav a:hover {
    background: #123b52;
    border-left: 4px solid #c0a060;
    color: #c0a060;
}

article {
    max-width: 850px;
    margin-left: 130px; /* leave space for side nav */
    padding: 0.35rem 6% 3rem 6%;
    background: linear-gradient(to bottom, #ffffff, #f6f8fb);
    position: relative;
    overflow: hidden;
}
article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(192,160,96,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(192,160,96,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}
.text {
    position: relative;
    z-index: 1;
}

#transportTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #0a3d62;
    margin-bottom: 2rem;
    border-left: 6px solid #c0a060;
    padding-left: 1rem;
}

.mode {
    font-family: "Asul", sans-serif;
    font-size: 1.8rem;
    color: #0a3d62;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c0a060;
    display: inline-block;
    padding-bottom: 0.3rem;
}

h3{
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    color: #444;
    margin-top: 1.5rem;
    border-left: 3px solid #c0a060;
    padding-left: 0.6rem;
}

.text p{
    margin-bottom: 1.2rem;
    color: #333;
}


.text ul{
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 1rem;
    list-style-type: none;
}
.text ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}
.text ul li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #c0a060;
    font-size: 0.9rem;
    top: 0.2rem;
}

.hero-map {
    width: 100%;
    margin: 2rem 0 3rem 0;
    border: 2px solid #c0a060;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}
.hero-map iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

.picture {
    text-align: center;
    margin: 2rem 0;
}
.image {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid rgba(192,160,96,0.3);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.picture figcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
    color: #666;
}


a {
    color: #0a3d62;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #c0a060;
}}

@media screen and (min-width: 481px) and (max-width: 768px){
body {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fdfdfd;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.side-nav {
    position: fixed;
    top: 20%;
    left: 0;
    width: 120px;
    background: #0a3d62;
    border-right: 2px solid #c0a060;
    border-radius: 0 10px 10px 0;
    padding: 1rem 0;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.15);
    z-index: 1000;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav li {
    margin: 0;
    padding: 0;
}

.side-nav a {
    display: block;
    padding: 0.9rem 1rem;
    color: #fdfdfd;
    font-family: "Asul", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.side-nav a:hover {
    background: #123b52;
    border-left: 4px solid #c0a060;
    color: #c0a060;
}

article {
    max-width: 850px;
    margin-left: 120px; /* leave space for side nav */
    padding: 0.35rem 6% 3rem 6%;
    background: linear-gradient(to bottom, #ffffff, #f6f8fb);
    position: relative;
    overflow: hidden;
}
article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(192,160,96,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(192,160,96,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}
.text {
    position: relative;
    z-index: 1;
}

#transportTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #0a3d62;
    margin-bottom: 2rem;
    border-left: 6px solid #c0a060;
    padding-left: 1rem;
}

.mode {
    font-family: "Asul", sans-serif;
    font-size: 1.8rem;
    color: #0a3d62;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c0a060;
    display: inline-block;
    padding-bottom: 0.3rem;
}

h3{
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    color: #444;
    margin-top: 1.5rem;
    border-left: 3px solid #c0a060;
    padding-left: 0.6rem;
}

.text p{
    margin-bottom: 1.2rem;
    color: #333;
}


.text ul{
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 1rem;
    list-style-type: none;
}
.text ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}
.text ul li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #c0a060;
    font-size: 0.9rem;
    top: 0.2rem;
}

.hero-map {
    width: 100%;
    margin: 2rem 0 3rem 0;
    border: 2px solid #c0a060;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}
.hero-map iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

.picture {
    text-align: center;
    margin: 2rem 0;
}
.image {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid rgba(192,160,96,0.3);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.picture figcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
    color: #666;
}


a {
    color: #0a3d62;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #c0a060;
}}

@media screen and (max-width: 480px){
body {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fdfdfd;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.side-nav {
    position: fixed;
    top: 10;
    width: 100vw;
    background: #0a3d62;
    border-right: 2px solid #c0a060;
    border-radius: 0 10px 10px 0;
    padding: 1rem 0;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.15);
    z-index: 1000;
    margin-top: 50px;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;         
    justify-content: flex-start; 
    gap: 1rem;
}

.side-nav li {
    margin: 0;
    padding: 0;
}

.side-nav a {
    display: inline-block;
    justify-content: flex-start;
    padding: 0.6rem 0.5rem;
    color: #fdfdfd;
    font-family: "Asul", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.side-nav a:hover {
    background: #123b52;
    border-left: 4px solid #c0a060;
    color: #c0a060;
}

article {
    max-width: 350px;
    margin-left: 4px; /* leave space for side nav */
    padding: 0.35rem 6% 3rem 6%;
    background: linear-gradient(to bottom, #ffffff, #f6f8fb);
    position: relative;
    overflow: hidden;
}
article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(192,160,96,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(192,160,96,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}
.text {
    position: relative;
    z-index: 1;
}

#transportTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #0a3d62;
    margin-bottom: 2rem;
    border-left: 6px solid #c0a060;
    padding-left: 1rem;
    padding-top: 50px;
}

.mode {
    font-family: "Asul", sans-serif;
    font-size: 1.8rem;
    color: #0a3d62;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c0a060;
    display: inline-block;
    padding-bottom: 0.3rem;
}

h3{
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    color: #444;
    margin-top: 1.5rem;
    border-left: 3px solid #c0a060;
    padding-left: 0.6rem;
}

.text p{
    margin-bottom: 1.2rem;
    color: #333;
}


.text ul{
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 1rem;
    list-style-type: none;
}
.text ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}
.text ul li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #c0a060;
    font-size: 0.9rem;
    top: 0.2rem;
}

.hero-map {
    width: 100%;
    margin: 2rem 0 3rem 0;
    border: 2px solid #c0a060;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}
.hero-map iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

.picture {
    text-align: center;
    margin: 2rem 0;
}
.image {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid rgba(192,160,96,0.3);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.picture figcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
    color: #666;
}


a {
    color: #0a3d62;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #c0a060;
}}