body {
margin: 0em;
background: url(https://projects.codecraftworks.com/web/YGHHrwXTfJ9EYtwe25N2/assets/woodtexture.jpg);
}

:root {
--Body: #E7DBB6;
--Border: #453E3B;
}

#skip {
font-size: 1.2em;
position: relative;
opacity: 0;
}

#skip:focus {
opacity: 100%
}

#skip:link {
position: absolute;
color: #453E3B;
left: 2em;
top: .5em;
}

#skip:visited {
color: white;
}

#businesstitle {
margin: 0em 0em 0em 0em;
padding: .1em 0em .1em 0em;
font-size: 3em;
font-family: "Yatra One";
text-align: center;
background: url(https://projects.codecraftworks.com/web/YGHHrwXTfJ9EYtwe25N2/assets/lightwoodtexture.jpg);
color: #834D02;
text-shadow: 0px 2px 3px black;
}

#navbox {
padding: .1em 0em 0em 0em;
border-bottom: 3px solid var(--Border);
background-color: #E9E9E2;
}

#navigation {
margin: .4em 2em .4em 0em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.navitem {
font-size: 1.2em;
display: inline;
margin: 0em .6em;
}

.navlink {
text-decoration: none;
}

.navlink:link {
color: #A53712;
}

.navlink:hover {
color: #5B1F0B;
}

.navlink:hover:visited {
color: #5B1F0B;
}
.navlink:visited {
color: #A53712;
}

#mainbox {
display: flex;
flex-wrap: wrap;
margin: .5em 1.5em;
justify-content: center;
}

#cruise {
width: 60%;
min-width: 380px;
height: 325px;
}

#activity {
border: 2px dashed var(--Border);
padding: .2em 0em .2em 3em;
}

#destinations {
width: 70%;
min-width: 300px;
}

#information {
width: 15%;
min-width: 190px;
height: 15%;
}

.sectionbox {
font-size: 1.1em;
margin: .5em .2em 0em .2em;
padding: 0em .5em .4em .5em;
color: #4B1706;
border: 3px solid var(--Border);
background-color: var(--Body);
}

.sectionhead {
text-align: center;
font-family: "Yatra One";
font-size: 2em;
margin: .1em 0em;
color: #885002;
text-shadow: 0px 1px 1px black;
border-bottom: 5px double;
}

.figurebox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 3px solid var(--Border);
background-color: #F1E8D0;
margin: .5em .2em 0em .2em;
height: 319px;
min-width: 300px;
}

.caption {
text-align: center;
padding: 0em 0em .1em 0em 
}

.block {
padding: 0em 1em;
background-color: white;
}

#book {
position: relative;
top: .6em;
}

#book:link {
color: white;
padding: .3em;
border: 1px solid black;
border-radius: .5em;
text-decoration: none;
background-color: #885002;
}

#book:hover {
background-color: #885444;
}

#book:active {
background-color: #884450;
}

#book:visited {
color: white;
}

#gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.destinimg {
margin: .2em;
border: 2px solid var(--Border);
}

#infohead {
font-size: 1em;
}

#foot {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: #4B1706;
border-top: 3px solid var(--Border);
margin: 1em 0em 0em 0em;
padding: 0em .5em 4.5em .5em;
background: url(https://projects.codecraftworks.com/web/YGHHrwXTfJ9EYtwe25N2/assets/lightwoodtexture.jpg);
font-size: 1.5em;
}

#refund {
width: 240px;
font-size: .66em;
padding: .2em;
border: 1px solid var(--Border);
background-color: #F7E9C4;
}

.center {
text-align: center;
}
