/* CSS Document */

/*********************
STRUCTURE
*********************/

/* Base styles for mobile phones */

html, body{
background-color: #fcf2ea;
scroll-behavior: smooth;
}

a:link {
color: #000047 !important;
text-decoration: none;
}

a:active {
color: #000047 !important;
text-decoration: none;
}

a:visited {
color: #000047 !important;
text-decoration: none;
}

a:hover {
color: #000047 !important;
text-decoration: underline;
}

#title {
color: #000047 !important;
display: flex;
justify-content: center;
padding-top: 40px;
z-index: 999;
}

div.header {
display: flex;
background-color: none;
justify-content: flex-start;
padding-left: 10px;
height: auto;
}

/* New nav */

/* Nav */

.topnav .navbar .transparent .navbar-inverse .navbar-inner {
background-color: #fcf2ea;
}

.navbar {
background-color: #fcf2ea;
height: 100px !important;
}

.topnav {
background-color: #fcf2ea;
}

/* New nav */

.newnav-container {
display: flex !important;
background-color: none !important;
justify-content: space-between;
height: 50px;
width: auto;
}

/* Book Button in Nav */

div#nav-button {
background-color: none !important;
display: flex;
margin-left: auto !important;
padding-right: 50px;
}

.book-florence-cottage {
background-color: #000047 !important;
border-radius: 4px;
display: flex;
border: none !important;
line-height: 1.5rem;
padding: 6px 12px 6px 12px !important;
}

.book-florence-cottage .button .btn .buttontext {
font-color: #fff !important;
}

/* Header titling adjustments */
	
p.florence-cottage-heading a {
background-color: none !important;
font-family: "EB Garamond", serif !important;
font-size: 28px !important;
}

/* Book button position */
	
div#nav-button {
background-color: none !important;
display: flex;
margin-left: auto !important;
padding-right: 16px;
}

/* Overlay/mobile menu */

.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fcf2ea;
overflow-x: hidden;
transition: 0.5s;
}

.overlay-content {
position: relative;
top: 15%;
width: 100%;
text-align: center;
margin-top: 0px !important;
}

.overlay a:hover, .overlay a:focus {
color: #000047 !important;
}

.overlay a {
 font-family: "EB Garamond", serif !important;
 font-size: 26px !important;
 color: #6b625b !important;
 display: block;
 padding: 8px;
 text-decoration: none;
 transition: 0.3s;
}

.overlay .closebtn {
position: absolute;
top: 10px;
right: 10px;
padding: 20px 8px 0px 0px;
font-size: 24px !important;
}

/* Main containers */
	
.florence-cottage-flex-container {
background-color: none;
margin: 0 auto !important; 
max-width: 100% !important;		
}	
	
.florence-cottage-flex-container-main {
background-color: none;
margin: 0 auto !important; 
max-width: 100% !important;
padding-bottom: 60px;
padding-top: 40px;
height: auto;
}	
	
.florence-cottage-flex-container-row {
background-color: none !important;
display: flex;
flex-direction: row;
flex-wrap: wrap !important;
justify-content: center !important;
margin: 0 auto !important;
height: auto;
}

.florence-cottage-flex-container-row-images {
background-color: none !important;
display: flex;
flex-direction: row;
flex-wrap: wrap !important;
justify-content: center !important;
margin: 0 auto !important;
height: auto;
}

.florence-cottage-flex-container-col {
background-color: none !important;
display: flex;
flex-direction: column;
flex-wrap: wrap !important;
align-items: center !important;
margin: 0 auto !important;
height: auto;
}
	
.florence-cottage-flex-container-row-text {
max-width: 100% !important;
padding-left: 38px;
padding-right: 38px;
}
	
/* Typography */

body {
font-family: "EB Garamond", serif !important;
color: #6b625b;
}


.eb-garamond-regular {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200 !important;
  font-style: normal;
}

.eb-garamond-bold {
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

/* Heading/title */

.florence-cottage-heading a {
font-family: "EB Garamond", serif !important;
font-size: 32px;
color: #6b625b !important;
line-height: 24px;
padding-top: 20px;
text-align: left !important;
letter-spacing: 0px !important;
text-decoration: none !important;
}

p {
font-family: "EB Garamond", serif;
font-weight: 400 !important;
font-size: 19px;
color: #6b625b;
line-height: 23px;
padding-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
font-family: "EB Garamond", serif;
word-break: break-word;
word-wrap: break-word; 
}

h1 {
font-family: "EB Garamond", serif !important;
font-size: 23px !important;
text-align: left;
}

h2 {
font-size: 18px !important;
font-weight: 600 !important;
text-align: left;
padding-bottom: 0px;
}
	
.med-text {
font-family: "EB Garamond", serif;
font-size: 23px;
line-height: 25px;
padding-top: 8px;
padding-bottom: 0px !important;
}

.med-text a, hover {
color: #6b625b;
text-decoration: underline;
}
		
.credit {
font-family: "EB Garamond", serif;
font-size: 12px;
line-height: 8px;
color: rgba(0, 0, 0, 0.85);
margin-top: 0px;
padding-right: 0px;	
padding-top: 3px;
text-align: center;
}
	
.credit-white {
font-family: "EB Garamond", serif;
font-size: 12px;
line-height: 8px;
color: #ffffff;
margin-top: 0px;
padding-right: 0px;	
padding-top: 3px;
text-align: left;
}
	
.small-text {
font-family: "EB Garamond", serif;
font-size: 16px !important;
padding-top: 0px;
text-align: left;
}

.small-text a {
color: #6b625b; 
}

.small-text a:hover {
text-decoration: underline; 
}

.small-text-title {
font-family: "EB Garamond", serif;
font-size: 16px;
color: #6b625b;
text-align: left;
text-transform: uppercase !important;
letter-spacing: 1px;
margin-left: 0px !important;
padding-left: 20px;
}

.caption {
font-family: "EB Garamond", serif;
font-size: 11px;
color: #6b625b;
margin-top: 0px;	
padding-top: 0px;
text-align: center;
}

.footer-text {
font-family: "EB Garamond", serif;
font-size: 11px !important;
padding-top: 0px;
text-align: left;
}

.footer-link {
font-family: "EB Garamond", serif;
font-size: 13px;
color: #6b625b;
text-align: center;
}

.footer-link a {
color: #6b625b;
}

.footer-link a:hover {
text-decoration: underline; 
}
	
/* columns */
	
.column-1 {
background-color: none;
margin: 0 auto !important;
padding-left: 28px;
padding-right: 10px;
}

.column-2 {
background-color:none;
flex-basis: 100%; /* increase width for mobile */
padding-right: 0px !important;
}

.nested-column-1 {
display: flex;
flex-direction: column;
background-color:none;
flex-basis: 50%; /* sets initial width to 60% */
padding-right: 12px;
}

.nested-column-2 {
display: flex;
flex-direction: column;
background-color:none;
flex-basis: 50%; /* sets initial width to 60% */
padding-right: 6px;
}
	
/* Image classes for small screens */

img.florence-cottage-large-landscape-image-inline {
display: flex;
align-content: center;
max-width: 100% !important;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
margin: auto;
}

img.florence-cottage-landscape-image-inline {
display: flex;
align-content: center;
width: 450px;
padding-top: 0px;
height: auto;
margin: auto;
}
	
img.florence-cottage-small-landscape-image-inline {
max-width: 70% !important;
}
	
img.florence-cottage-portrait-image {
display: flex;
align-content: center;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
max-width: 100% !important;
}

/* FAQ */

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
background-color: #fcf2ea;
color: #6b625b;
cursor: pointer;
font-size: 18px !important;
font-weight: 400 !important;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
background-color: #fcf2ea;
}

/* Style the accordion panel. Note: hidden by default */
.pane {
padding: 0 18px;
background-color: #fcf2ea;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

/* Accordion icon styling */

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 17px;
  font-weight: lighter !important;
  color: #000047 !important;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
  font-weight: lighter !important;
  color: #000047 !important;/* Unicode character for "minus" sign (-) */
}

/* Footer */
  
div#footerholder {
background: none repeat scroll 0 0 none;
padding-bottom: 0px;
padding-left: 24px;
text-align: center;
background-color: none;
padding-top: 25px;
z-index: 999;
}
	
.small-object {
background-color: none;
width: 24px; 
height: 24px;
margin: auto;
position: relative;
display: block;
padding-top: 0px;
vertical-align: bottom;	
}

/* Other */

div.clear {
clear: both !important; 
}

/* Sequential fade */

.fade {
 opacity: 0;
 transition: 0.8s opacity;
}

/* Tablet styles and up */

@media only screen and (min-width: 768px) 
{

.container {
position: relative;
}

/* New nav adjustment */
	
.newnav-container {
display: flex !important;
background-color: none !important;
justify-content: space-between;
height: 70px;
width: auto;
}
	
/* Overlay menu tweak */
	
.overlay .closebtn {
font-size: 20px !important;
top: 15px !important;
right: 12px !important;
}

/* Format images */

img.florence-cottage-portrait-image {
display: flex;
align-content: center !important;
width: 370px !important;
margin: auto !important;
padding-top: 5px;
padding-bottom: 5px !important;
height: auto;
}

img.florence-cottage-portrait-image-inline {
display: flex;
align-content: center;
width: 300px !important;
padding-top: 0px;
height: auto;
margin: auto;
}

img.florence-cottage-landscape-image-inline {
display: flex;
align-content: center;
width: 450px;
padding-top: 0px;
height: auto;
margin: auto;
}

img.florence-cottage-large-landscape-image-inline {
display: flex;
align-content: center;
width: 750px;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
margin: auto;
}

img.florence-cottage-small-landscape-image-inline {
display: flex;
justify-content: center !important;
max-width: 450px;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
margin: auto !important;
}

/* Other */

div.clear {
clear: both !important; 
}

/* Type adjustments */
	
p {
font-size: 18px !important;
line-height: 22px !important;
}
	
.med-text {
font-family: "EB Garamond", serif;
font-size: 23px !important;
color: #6b625b;
line-height: 26px;
margin-bottom: 8px;	
padding-top: 12px;
padding-bottom: 0px !important;
text-align: left;
}
	
.small-text {
font-family: "EB Garamond", serif;
font-size: 16px !important;
padding-top: 0px;
text-align: left;
}

.list-text {
font-family: "EB Garamond", serif;
color: #6b625b;
font-size: 13px;
font-style: normal;
letter-spacing: 0px;
line-height: 18px;
text-align: left;
}

.list-text a, hover {
font-family: "EB Garamond", serif;
color: #6b625b;
font-size: 13px;
font-style: normal;
letter-spacing: 0px;
line-height: 18px;
text-align: left;
text-decoration: underline;
}

/* Columns */

.florence-cottage-flex-container {
background-color: none;
display:flex;
flex-direction: row;
flex-wrap: wrap;
margin: auto;
padding-top: 0px;
max-width: 1200px;
height: auto;
}

.florence-cottage-flex-container-main {
background-color: none;
display: flex;
align-content: center;
align-items: center !important;
flex-direction: column;
flex-wrap: wrap;
margin: auto !important;
max-width: 900px;
padding-top: 80px;
height: auto;
}

.column-1 {
background-color: none;
flex-basis: 60%; /* sets initial width to 60% */
margin-left: 90px;
margin-right: 120px;
}

.florence-cottage-flex-container-row {
max-width: 100% !important;
}

.florence-cottage-flex-container-row-text {
background-color: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin: auto !important;
width: 750px;
height: auto;
}
	
.florence-cottage-flex-container-row-images {
background-color: none !important;
display: flex;
flex-direction: row;
flex-wrap: wrap !important;
gap: 10px;
justify-content: space-around !important;
margin: 0 auto !important;
height: auto;
width: 750px;
}


.nested-column-1 {
display: flex;
flex-direction: column;
background-color:none;
flex-basis: 70%; /* sets initial width to 60% */
padding-right: 20px;
}

.nested-column-2 {
display: flex;
flex-direction: column;
background-color:none;
flex-basis: 50%; /* sets initial width to 60% */
padding-right: 6px;
}

.inline-image {
display:flex;
max-width: 562px;
height: auto;
padding-top: 40px;
padding-bottom: 8px;
}


/* Footer */

div#footerholder {
background: none repeat scroll 0 0 none;
margin: auto !important;
padding-bottom: 10px;
position: relative;
text-align: center !important;
background-color: none;
width: 100%;
padding-top: 25px;
}

.small-object {
background-color: none;
width: 24px; 
height: 24px;
margin: auto;
display: block;
padding-bottom: 0px;
vertical-align: bottom;
}
}
