/* Styles for Journey through Vietnam */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 26, 2024 */

/* @font-face {
    font-family: 'crimsonbolditalic';
    src: url('../fonts/crimson-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/crimson-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body {
    font-family: 'Verdana', Geneva, Tahoma, sans-serif;
    color: #333;
    background: #d4e4d7;
}

#wrapper {
    width: 940px;
    margin: 199px auto 20px;
    /* background-color: rgba(248, 250, 239, 0.9); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    padding: 0px 0px;
}

/* Header Styles */
header {
    background: #F8FAEF;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
}

.inner-header {
    margin: 0 auto;
    color: #004d40;
}

.social {
    position: fixed;
    top: 300px;
    right: 15px;
    list-style-type: none;
}

.social li {
    margin-bottom: 10px;
}

#logo {
    display: inline;
    /* padding-bottom: 6px; */
}

#primary {
    background-color: #004d40;
    height: 45px;
    line-height: 45px;
    position: fixed;
    width: 100%;
    top: 154px;
    left: 0;
}

#primary ul {
    width: 940px;
    list-style-type: none;
    margin: 0 auto;
}

#primary li {
    list-style-type: none;
    float: left;
    width: 25%;
    text-align: center;
}

#primary a {
    color: #ffffff;
    text-decoration: none;
    /* font-weight: bold; */
    display: block;
    font-size: 1.0em;
}

.home #primary li:nth-child(1) a,
.about #primary li:nth-child(2) a,
.destinations #primary li:nth-child(3) a,
.community #primary li:nth-child(4) a {
    background: #80cbc4;
    color: #004d40;
}


.big #primary li:nth-child(2) a,
.big1 #primary li:nth-child(3) a {
    background: #80cbc4;
    color: #004d40;
}

.tip #primary li:nth-child(4) a,
.meetups #primary li:nth-child(4) a,
.photo-journeys #primary li:nth-child(4) a  {
    background: #80cbc4;
    color: #004d40;
}

#primary a:hover {
    color: #004d40;
    background-color: #b2dfdb;
}

#secondary {
    margin-top: 18px;
    margin-bottom: 20px;
}

/* .urban #secondary li:nth-child(1) a,
.popular #secondary li:nth-child(2) a,
.hidden-gems #secondary li:nth-child(3) a,
.culture-highlight #secondary li:nth-child(4) a,
.nature-wonder #secondary li:nth-child(5) a {
    background: #79A5D3;
    color: #fff;
} */

#secondary li {
    height: 40px;
    line-height: 40px;
    background: #00796b;
    list-style-type: none;
    margin-bottom: 10px;
}

#secondary li:hover {
    background: #004d40;
}

.drop-down {
    display: none;
    position: absolute; 
    top: 100%; 
    left: 0; 
    background-color: #00796b; 
    margin:0;
    padding: 0;
}

.drop-down li {
    background: #00796b;
    margin: 0; 
    padding: 0; 
}

#secondary li:hover .drop-down {
    display: block;
    position: relative;
    top: 0;
}

#secondary a {
    display: block; 
    padding-left: 20px;  
    text-decoration: none; 
    color: #fff;
}

#secondary a:hover {
    background: #44a195; /*#00897b;*/
    color: white;
}

#hero {
    width: 100%;
    background-size: cover;
    text-align: center;
}

#hero img {
    width: 100%;
    height: 300px;
    display: block;
}

main {
    float: left;
    width: 580px;
    margin-bottom: 10px;
    margin-top: 25px;
    /*background-color: #e0f2f1;*/
    /*border-left: 5px solid #004d40; 
    border-right: 5px solid #004d40;
    border-radius: 10px; */
}

/* .home main {
    padding: 15px 0;
} */

aside {
    width: 340px;
    padding: 20px;
    background: #00796b;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: white;
    border-radius: 5px;
}

.destinations aside {
    background: none;
    padding: 15px; /*override setting in aside{}*/
}

.destinations aside h2, 
.destinations aside h3 {
    margin-left: 0px; 
    color: #FFB300;
    line-height: 40px; 
}

.destinations aside .specials p {
    color: #004d40;
    font-size: 1em; 
    line-height: 1.5;
}

.specials {
    background: #e0f7fa; 
    padding: 15px; 
    border-radius: 5px; 
    color: #004d40; 
}

.photo-journeys main h3,
.meetups main h3,
.tip main h3,
.community main h3 {
    margin-left: 0px; 
    color: #0f745e;
    line-height: 40px; 
}

.community .row p {
    margin-bottom: 5px;
}

.community .row a:hover {
    color: #ff6347;
}

.photo-journeys aside,
.meetups aside,
.tip aside {
    padding-bottom: 10px;
}

.photo-journeys aside a,
.meetups aside a,
.tip aside a,
.tip main a {
    display: block;
    color: #FFB300;
    margin-top: 20px;
    margin-bottom: 0px;
}

.tip main ul {
    padding: 0 20px;
}

.tip main ul li {
    font-size: 1.1em;
    margin-bottom: 5px;
    line-height: 1.5;
    color: #004d40; 
}

.photo-journeys aside a:hover,
.meetups aside a:hover,
.tip aside a:hover {
    color: #ff6347;
}

.big1 .center,
.big .center {
    max-width: 800px;
    margin: 10px auto 0px;
    display: block;
    text-align: center;
}

.big1 .center1 {
    max-width: 800px;
    margin: 10px auto 10px;
    display: block;
    text-align: center;
}

.big1 figure,
.big figure {
    background: none;
}

.big1 .center1 a:hover,
.big .center a:hover {
    color: #FF4500;
    text-decoration: none;
}


.big main {
    width: 800px;
    margin-left: 70px;
    text-align: center;
}

.big1 main {
   padding: 10px 20px;
}

.big1 aside {
    margin-top: 40px;
}

.big main h3 {
    color: #127aa3;
}

.big1 h2 {
    color: #00796b; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
}


.big p, .big1 p,
.big h3 {
    max-width: 700px;
    margin: 0 auto 10px;
}

/*.big1 figcaption,
.big main figcaption {
    max-width: 100%;
    color: #0c6154;
    font-style: italic;
    text-align: center;
}*/

.big1 figcaption,
.big  figcaption {
    max-width: 800px;
    text-align: center;
    color: #0c6154;
    font-style: italic;
    margin: 0px auto;
}

figure {
    margin-bottom: 15px;
    background-color: #004d40;
    padding: 10px;
    border-radius: 5px;
}

figure img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

figcaption {
    color: #fff;
    font-size: .875em;
    padding: 5px;
    font-style: italic;
}

.row {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.third {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.third:last-of-type {
    margin-right: 0;
}

.third h3 {
    color: #00796b;
    font-size: 1.5em;
    font-weight: 300;
}

.third p {
    color: #004d40;
    font-size: 1em;
}

footer {
    /* height: 45px;
    line-height: 45px; */
    clear: both;
    background-color: #004d40;
    color: white;
    text-align: center;
    padding: 12px 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    display: inline;
    margin-right: 15px;
}

footer a {
    color: #80cbc4;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover,
footer a:focus {
    color: #f4e04d;
    text-decoration: none;
}

h1,
h2, h3 {
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25;
    color: #004d40;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

h1 {
    font-weight: 500;
    font-size: 2.5em;
}

h2 {
    font-weight: 400;
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
    font-weight: 300;
    color: #f4e04d;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}

p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #004d40;
}

aside p {
    line-height: 1.5;
    font-size: .95em;
    color: white;   
}

aside li {
    font-size: .95em;
    line-height: 1.5;
    margin-bottom: 10px;
}

a {
    color: #00796b;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #ff6347; /*#f4e04d;*/
    /*text-decoration: underline;*/
}

.third a + h3 {
    margin: 5px 0px 5px ;
}

.third img + h3 {
    margin: 5px 0px 5px ;
}

.third p {
    font-size: .95em;
    margin: 5px 0 8px ;
    /* text-align: center; */
}

.third img {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.photo-essay img {
     max-width: 100%;
}

.row a {
    color: #0f8e92;
}

/* span {
    display: block;
    text-align: center;
    font-style: italic;
}

span a {
    color:#79A5D3;
    font-weight: bold; 
    font-size: 1.2em;
} */