/***********************************/
/***** Welcome to The Caroles! *****/
/******** Look at our style! *******/
/***********************************/

/**********************************************************************/
/**************************IMPORTS*************************************/
/**********************************************************************/


/* Import Google fonts 
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
*/

/**********************************************************************/
/**************************GLOBAL VARIABLES****************************/
/**********************************************************************/


:root{
  /* Display */
  display: block;
  box-sizing: border-box
  /* Font Styles */
  font-family: serif;
  font-size: 1rem;
  /*  Variables */
  --ratio: 1.5rem;
  --max_inline_size: 165ch;
  --font_color_main: black;
  /*--font_color_highlight: #832F39;*/
  --font_color_highlight: #e96521;
  /*--font_family_body: "Times New Roman", serif;*/
  --font_family_body: "Cormorant Garamond", serif;
  --font_family_title: 'Cinzel Decorative', serif;
}


/**********************************************************************/
/**************************GENERAL*************************************/
/**********************************************************************/


body {
  /* Location and Size */
  max-inline-size: var(--max_inline_size);
  margin-inline: auto;
  /* Font Styles */
  color: var(--font_color_main);
  font-family: var(--font_family_body)
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* Background */
  background-image: url('Background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*background-repeat: repeat;*/
  /*background-color: whitesmoke;*/
}

img{
  /* Display */
  display: block;
  /* Image Scale */
  max-width:100%;
  /* Margins */
  margin-inline: auto;
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1.5);
}

a {
  /* Font Styles */
  color: var(--font_color_main);
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,pre{
  /* Margins */
  margin: 0;
  padding: 0}

h1{
  /* Margins */
  margin-top: -1rem;
  margin-bottom: -1rem;
  /* Font Styles 
  font-size: 3.75em;*/
  font-family: var(--font_family_title);
  font-size: 3.0em;
  font-style: normal;
  font-weight: 800;
}

h2{
  /* Margins */
  margin-top: -.4rem;
  margin-bottom: -.4rem;
  /* Font Styles */
  font-family: var(--font_family_body);
  font-size: 1.75em;
  font-style: normal;
  font-weight: 800;
}

h3{
  /* Font Styles */
  font-family: var(--font_family_body);
  font-size: 1.55em;
  font-style: normal;
  font-weight: 600;
}

p{
  /* Font Styles */
  font-family: var(--font_family_body);
  font-size: 1.20em;
  font-style: normal;
  font-weight: 400;
}

.p2{
  /* Padding */
  padding-top: .5rem;
  /* Font Styles */
  text-indent: 1.20em;
}


/**********************************************************************/
/**************************HEADER**************************************/
/**********************************************************************/


header {
  /* Display */
  display: block;
  /* Margins */
  margin-bottom: calc(var(--ratio)*1.4);
}

.header_title{
  /* Display */
  display: inline-block;
}

.header_title h1{
  /* Display */
  display: inline-block;
  /* Font Styles */
  font-family: var(--font_family_title);
  font-weight: 600;
}

.header_title h1::first-letter{
  /* Font Styles */
  font-size: 1.20em;
}

/* Indicates the selected page */
/* Color is primary. No chage to hover state */
.hover_menu_no{color: var(--font_color_highlight);}
.hover_menu_no:hover{
    /* Font Styles */
  color: var(--font_color_highlight);
  text-shadow: none;
  /* Cursor Style */
  cursor: default;
}

/* Indicates a different page than self */
/* Color is black and the hover state is styled */
.hover_menu_yes{color: black;}
.hover_menu_yes:hover{
  /* Font Styles */
  /*color: white;*/
  /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
  text-decoration-line: underline;
  /* Cursor Style */
  cursor: pointer;
}

/* Note, hamburger menu not required yet. */
/* Mobile and Tablet media queries for the menu items are identical. */

.hamburger_menu{display: none;}


/**************************/
/**********MOBILE**********/
/**************************/
@media only screen and (max-width: 799px) {
  header {
    /* Margins */
    margin-top: calc(var(--ratio)*1);
  }

  .header_title_container{
    /* Display */
    display: block;
    /* Font Styles */
    text-align: center;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: calc(var(--ratio)*.5);
  }

  .menu_item_container{
    width: 100%;
    /* Font Styles */
    text-align: center;
  }

  .menu_item{
    /* Display */
    display: inline-block;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}


/**************************/
/**********TABLET**********/
/**************************/
@media only screen and (min-width: 800px) and (max-width: 1023px) {
  header {
    /* Margins */
    margin-top: calc(var(--ratio)*1.5);
  }

  .header_title_container{
    /* Display */
    display: block;
    /* Font Styles */
    text-align: center;
    margin-bottom: calc(var(--ratio)*.5);
  }

  .menu_item_container{
    width: 100%;
    /* Font Styles */
    text-align: center;
  }

  .menu_item{
    /* Display */
    display: inline-block;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}


/**************************/
/*********DESKTOP**********/
/**************************/
@media only screen and (min-width: 1024px) {
  header {
    /* Display */
    display: flex;
    flex-wrap: nowrap;
    /* Margins */
    margin-top: calc(var(--ratio)*2);
  }

  .header_title_container{
    /* Display */
    display: inline;
    /* Padding */
    padding-left: 1rem;
    /* Font Styles */
    text-align: left;
  }

  .menu_item_container{
    /* Display */
    display: flex;
    flex-wrap: nowrap;
    /* Margins */
    margin-left: auto; 
    margin-right: 0;
    /* Padding */
    padding-right: 1rem;
  }

  .menu_item{
    /* Margins */
    margin-top: auto;
    margin-bottom: 0;
    margin-left: calc(var(--ratio)*1); 
    margin-right: 0;
    /* Font Styles */
    text-align: right;
  }
}


/**********************************************************************/
/**************************HOME****************************************/
/**********************************************************************/


.home{
  /* Display */
  display: block;
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1.5);
}

.video{ 
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video iframe,
.video object,
.video embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**********************************************************************/
/**************************TOUR****************************************/
/**********************************************************************/


.tour{
  /* Display */
  display: block;
  /* Location and Size */
  max-inline-size: var(--max_inline_size);
  margin-inline: auto;
  /* Margins 
  margin-top: calc(var(--ratio)*1);*/
  margin-bottom: calc(var(--ratio)*1.5);
}

.tour_title{
  /* Font Styles */
  text-align: center;
  /* Margins */
  margin-top: calc(var(--ratio)*1.5);
  /*margin-bottom: calc(var(--ratio)*1);*/
}


/**************************/
/*********GENERAL**********/
/**************************/
.tour_entry{
  /* Display */
  display: block;
  /* Padding */
  padding-top: calc(var(--ratio)*1);
  padding-bottom: calc(var(--ratio)*1);
  padding-left: 1rem;
  padding-right: 1rem;
  /* Font Styles */
  font-size: 1.2em;
}

.tour_entry_next{
  border-color: rgba(0,0,0,0.25);
  border-style: solid;
  border-width: 1px 0 0 0;
}

.tour_entry_date,
.tour_entry_city,
.tour_entry_venue,
.tour_entry_time,
.tour_entry_link,
.tour_entry_description{
  /* Display */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tour_entry_venue{
  /* Font Styles */
  color: var(--font_color_highlight);
}

.tour_entry_description{
  /* Display */
  display: flex;
  /* Location and Size */
  justify-content: flex-start;
  flex-direction: column;
}

.tour_entry_link{
  /* Border Style */
  border-color: var(--font_color_highlight);
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
}

.tour_entry_link a {
  /* Font Styles */
  color: var(--font_color_highlight);
  text-decoration: none;
}

.tour_entry_link:hover{
  /* Border Style */
  background-color: var(--font_color_highlight);
}

.tour_entry_link:hover h3 a{
  /* Border Style */
  color: white;
}

.tour_image{
  /* Display */
  display: none;
}


/**************************/
/**********MOBILE**********/
/**************************/
@media screen and (max-width: 1024px) {
  .tour_entry,
  .tour_entry_next{
    /* Margins */
    margin-left: calc(var(--ratio)*1);
    margin-right: calc(var(--ratio)*1);
  }

  .tour_entry_date,
  .tour_entry_city,
  .tour_entry_venue,
  .tour_entry_time,
  .tour_entry_link,
  .tour_entry_description{
    /* Font Styles */
    text-align: center;
  }

  .tour_entry_description{
    /* Font Styles */
    font-size: .85em;
  }

  .tour_entry_link{
    /* Location and Size */
    max-inline-size: 25ch;
    margin-inline: auto;
    /* Margins */
    margin-top: 1rem;
  }
}

/**************************/
/*********DESKTOP**********/
/**************************/
@media screen and (min-width: 1024px) {
  .tour_entry,
  .tour_entry_next{
    /* Display */
    display: grid;
    grid-template-columns: 12.5ch auto 25ch 15ch;
    grid-template-rows: 2rem 2rem;
  }

  .tour_entry_date{
    /* Location and Size */
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    /* Padding */
    padding-left: 1rem;
  }

  .tour_entry_venue{
    /* Location and Size */
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    /* Location and Size */
    justify-content: flex-start;
    flex-direction: column;
  }

  .tour_entry_city{
    /* Location and Size */
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .tour_entry_description{
    /* Location and Size */
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    /* Padding */
    padding-right: 1rem;
    /* Font Styles */
    font-size: .95em;
  }

  .tour_entry_link{
    /* Location and Size */
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    /* Margins */
    margin-right: 1rem;
    /* Font Styles */
    text-align: center;
  }
}


/**********************************************************************/
/**************************LISTEN**************************************/
/**********************************************************************/


.contact{
  /* Display */
  display: none;
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1.5);
}

.contact_image{
  /* Display */
  display: block;
}


/**********************************************************************/
/**************************ABOUT***************************************/
/**********************************************************************/


.about{
  /* Display */
  display: none;
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1.5);
}

.about_text{
  /* Display */
  display: block;
  /* Margins */
  margin-left: 1rem;
  margin-right: 1rem;
}

.about_image{
  /* Display */
  display: block;
}

/**************************/
/**********MOBILE**********/
/**************************/
@media only screen and (max-width: 799px) {
  .about_text{
    /* Display */
    margin-left: 1rem;
    margin-right: 1rem;
  }
}


/**********************************************************************/
/**************************FOOTER**************************************/
/**********************************************************************/


footer {
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1.5);
  margin-left: calc(var(--ratio)*1);
  margin-right: calc(var(--ratio)*1);
  border: 1px;
  border-color: red;
}

.footer_title{
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  margin-bottom: calc(var(--ratio)*1);
  /* Font Styles */
  text-align: center;
}

.footer_icon_bar{
  /* Display */
  display: inline-block;
  width: 100%;
  text-align: center;
  /* Margins */
  margin-top: .5rem;
  margin-bottom: .5rem;

}

.icons{
  /* Display */
  display: inline-block;
  border: blue;
  text-align: center;
  /* Margins */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  /* Image Scale */
  max-width: 4ex;
}

.footer_note{
  /* Margins */
  margin-top: calc(var(--ratio)*1);
  /* Font Styles */
  text-align: center;
}