@charset "utf-8";
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 1.1em;
    font-family: Montserrat;
    background-color: #FCF2EA;
    font-weight: 400;
    line-height: 1.4;
    background-image: url(url);
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F2F2F2;
}
main {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 0px;
}
h1, h2, h3, h4, h5, h5, h6 {
    margin-left: 0px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;

}
.centerH1 {
    text-align: center;
}

a:link , a:visited{
    color: #EEEEEE;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
}
a:hover , a:active{
    text-decoration: none;
    color: #4C0E0E;
    background-size: auto auto;
}

/* 
nav  {
    background-color: #FAF3E0;
    height: 60px;
    display: block;
    justify-content: flex-end;
    align-items: baseline;
}
nav ul  {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: baseline;
}


nav ul li {
    display: flex;
    flex-basis: 30%;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    margin-top: 15px;

}
*/

nav {
    background-color: #A61B0F;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}

nav ul {
    list-style-type: none;
    display: flex; 
    justify-content: space-between; 
    margin: 0;
    padding: 0; 
    align-items: center;
}

nav ul li {
    display: inline-block; /* Keeps items inline without flexbox complexity */
    font-size: 0.9em;
    margin: 0 10px;
    text-align: center;
    background-color: #F56C6C;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}



#homeBanner {
    height: 500px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    background-image: url(assets/images/finalSite-JPWinterViewLandscape-940x500.jpg);
    background-position: 0 0%;
    width: 960px;
    background-size: auto auto;
}


#homeBanner h1 {
    color: rgba(255,255,255,1.00);
}
#homeBanner #homeHeading {
    margin-bottom: 0px;

}
#homeBanner #homeHeading h1 {
    font-size: 70px;
}

#infoMap {
    display: flex;
    margin-top: 70px;
    border-top: 4px solid rgba(63,9,10,1.00);
    padding-top: 50px;
}
#infoMap #mapText {
    margin-left: 0px;
    margin-right: 35px;
    margin-top: -20px;
}
#infoMap #mapText h2 {
    font-size: 1.4em;
}

#infoMap #mapText p {


}


#photoContainer  {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px;
}
#threeColumn {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
}
#blogImage  {
    flex-basis: 15%;
    order: 1;
}
#countriesList  {
    flex-basis: 30;
    order: 3;
    background-color: rgba(238,223,210,1.00);
}
#countriesList h3 {
    text-align: center;
    font-weight: 400;
}
#countriesList ul  {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#countriesList ul li {
    font-family: Montserrat;
    font-style: italic;
    text-align: left;
    font-weight: lighter;
    margin-left: 0px;
    margin-top: 5px;


}

#blogLinks  {
    order: 2;
    margin-left: 20px;
    margin-right: 20px;
}
#blogLinks h1  {
    text-align: center;
    font-size: 25px;
}
#blogLinks p  {
    /* [disabled]margin-left: 20px; */
    /* [disabled]margin-right: 20px; */
    margin-top: 60px;
}


#packagesLinks {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 18px;
    border: 10px solid #A61B0F;

}
#packagesLinks h1 {
    font-size: 1.2em;
    border-width: medium;

}

#packagesLinks p {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 35px;
    margin-bottom: 70px;
}

#blogGrid #gridContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gridChild-Blog {
    width: 250px;
    margin-top: 50px;
}
.gridChild-Blog img {
    display: block;
	margin: 0 auto;



}





#packages {
    margin-top: 70px;
    padding-top: 50px;
}
.gridChild {
    width: 250px;
    height: 250px;
    margin-top: 50px;
}

.gridChild img {
    display: block;
    height: auto;




}

.gridChild p {
    font-size: 0.6em;
}
#newsletter {
    border-radius: 18px;
    border: 10px solid #A61B0F;
    margin-top: 100px;
}

#newsletter p {
    margin-left: 70px;
    margin-right: 70px;
}







footer {
    margin-top: 150px;

}
#footerNav  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #BCB5A3;
    height: 140px;
}
#footerNav #contactList  {
    flex-basis: 30%;
    margin-left: 70px;
    margin-right: 70px;
}
#footerNav #contactList h1 {
    font-size: 1em;
    text-align: left;
    margin-left: 35px;
}

#footerNav #contactList ul li {
    list-style-type: none;
    font-size: 0.7em;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
	
}

.bottomNav  {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-color: transparent;
}

.bottomNav ul  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 70px;
    margin-right: 70px;
    margin-left: 70px;
    margin-bottom: 70px;
}
.bottomNav ul li  {
    list-style: none;
    font-size: 0.7em;
    margin: 5px 0; /* Add space between items */
    background-color: transparent;
}



footer #footerImage {
    margin-left: -70px;
    margin-right: -70px;
}
