/*
  Name: Chez Caro
  Date: April 2018
  Description: Chez Caro
  Version: 1.0
  Author: Studio Le Fort - Mike Smith
*/
 
/**********  IMPORTS  **********/

@import url("mobile.css");



/**********  FONTS  **********/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);


@font-face {
    font-family: graphik-extra-light;
    src: url(./fonts/graphik-extralight.ttf);
}
 
@font-face {
    font-family: flama-condensed-bold;
    src: url(./fonts/FlamaCondensed-Bold.otf);
}



/**********  GLOBAL  **********/

* {
  margin: 0;
  padding: 0;
}

html,body {
  height: auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {

  background-color: #000000;
  color: #111111;
  font-size: 100%;
  font-family: "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 0px;
  font-size: 1.2rem;
  line-height: 1.5;
}

img {
    display: block;
}

/**********  MENU  **********/
div.menuwrap {
  position: fixed;
  margin: 0px auto;
  top: 0;
  height: 40px;
  width: 100%;
  background-color: #000000; 
  z-index: 100;
}

div.menutop {
  position: relative;
  left: 0; top: 0;
  margin: 0px auto;
  height: 40px; width: 960px;
  background-color: #0000ff; 
} 

div.menutopleft {
  position: absolute;
  left: 0px;
  top: 0;
  height: 40px;
}

div.menutopright {
  position: absolute;
  left: 160px;
  top: 0;
  height: 40px;
}

div.menutopitem {
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 160px;
  text-align: center;
  color: #ffffff;
}



/**********  COVID 19  **********/

div.covidwrap {
  position: relative;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff; 
}

div.covidtop {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #ffffff; 
}

span.c19green {color :#00ff00; font-weight: bold;}
span.c19red   {color :#ff0000; font-weight: bold;}



/**********  MAIN BODY  **********/
div.indexwrap {
  position: relative;
  margin: 0px auto;
  top: 40px;
  text-align: top;
  width: 100%;
  background-color: #ffffff; 
}


div.imgfullwrap {
  position: relative;
  margin: 0px auto;
  width: 100%;
  background-color: #ffffff; 
}

div.imgfullwrap img {
    width: 100%;
    height: auto;
}

div.textwhitewrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #ffffff; 
}

div.textwhite {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #ffffff; 
}


div.feteswrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #dddddd; 
}

div.fetes {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #dddddd; 
}



div.bookywrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #dddddd; 
}

div.booky {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #dddddd; 
}






div.floatrightwrap {
  position: relative;
  top: 0;
  width: 960px;
  background-color: #ffffff; 
  overflow: auto;
}

div.floatright {
  float: right;
  right: 0;
  margin-top: 0px;
  background-color: #ffffff; 
}

div.floatleftwrap {
  position: relative;
  top: 0;
  width: 960px;
  background-color: #ffffff; 
  overflow: auto;
}

div.floatleft {
  float: left;
  right: 0;
  margin-top: 0px;
  margin-right: 10px;
  background-color: #ffffff; 
}



div.contacttext {
  position: relative;
  left: 0px; top: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #ffffff;
  color: #000000;
  z-index: 1;

  font-family: "Raleway","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 3.2rem;
  line-height: 1.2;
  line-height:  120px;
}

div.contacttextbold {
  position: relative;
  left: 0px; bottom: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #ffffff;
  color: #000000;
  z-index: 1;

  font-family: "flama-condensed-bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  line-height:  120px;
  text-transform: uppercase;
}


/**********  SIMPLE SLIDESHOW  **********/

#slideshow { 
    margin: 20px auto; 
    position: relative; 
    width: 480px; 
    height: 320px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow2 { 
    margin: 20px auto; 
    position: relative; 
    width: 480px; 
    height: 320px; 
    padding: 10px; 
//    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow2 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/**********  ENQUIRY FORM  **********/

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=date], date {
    width: 50%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=number], number {
    width: 50%; 
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #bbbbbb;
    padding: 20px;
} 


/**********  COLOURS  **********/

div.greenwrap {
  position: relative;
  margin: 0px auto;
  bottom: 0;
  width: 100%
  height: 240px;
  background-color: #9ad55f;   
}

div.greentext {
  position: relative;
  left: 0px; top: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #9ad55f;
  color: #ffffff;
  z-index: 1;

  font-family: "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 3.2rem;
  line-height: 1.2;
  line-height:  120px;
}


div.greentextbold {
  position: relative;
  left: 0px; bottom: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #9ad55f;
  color: #ffffff;
  z-index: 1;

  font-family: "flama-condensed-bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  line-height:  120px;
  text-transform: uppercase;
}

div.maroonwrap {
  position: relative;
  margin: 0px auto;
  bottom: 0;
  width: 100%
  height: 200px;
  background-color: #822121;   
}

div.maroontextbold {
  position: relative;
  left: 0px; top:0px;
  margin: 0px auto;
  height: 200px;
  width: 960px;
  background-color: #822121;
  color: #ffffff;
  z-index: 1;

  font-family: "flama-condensed-bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  line-height:  200px;
  text-transform: uppercase;
}


/**********  FOOTER  **********/

div.footerwrap {
  position: relative;
  bottom: 0;
  width: 100%
  height: 240px;
  background-color: #ffffff; 

    margin-bottom: 0;
    bottom: 0;
}

div.indexgeneral {
  position: relative;
  left: 0px; top:0px;
  margin: 0px auto;
  width: 960px;
  color: #111111;
  vertical-align: center;
  height: 90px;
  background-color: #ffffff; 
} 

div.footerbodywrap {
  position: relative;
  margin: 0px auto;
  width: 100%
  height: 150px;
  background-color: #77777f; 
}

div.footerbody {
  position: relative;
  left: 0px; 
  bottom: 0;
  margin: 0px auto;
  height: 150px;
  width: 960px;
  background-color: #77777f;
  color: #ffffff;
  text-align: top;
  font-size: 85%;
  z-index: 1;
} 


/**********  GENERAL  **********/


h1 {
  font-family: "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #000000;
}

h2 {
  font-family: "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #000000;
  top-margin: 24px;
}

h3 {
  font-family: "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #ffffff;
  top-margin: 24px;
}

ul {
  list-style-position:inside;
} 

li {
  margin-top:10px;
}


img {
  border: none;
}

a img {  
  border: none;  
} 

table {
  cellspacing: 0px;
  cellpadding: 0px;
  padding: 0px; 
  border: 0px;
}

td {
  vertical-align: top; 
  text-align: left; 
}

/**********  LINKS  **********/

A         {COLOR: #b82828; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A:link    {COLOR: #b82828; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A:visited {COLOR: #b82828; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A:active  {COLOR: #b82828; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A:hover   {COLOR: #2dcb47; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}

A.grey         {COLOR: #ffffff; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A.grey:link    {COLOR: #ffffff; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A.grey:visited {COLOR: #ffffff; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A.grey:active  {COLOR: #ffffff; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}
A.grey:hover   {COLOR: #2dcb47; FONT-WEIGHT: normal; TEXT-DECORATION: none; border: 0;}



/**********  PALETTE  **********/

.cell84d2eb {
  background-color: #84d2eb; //egg shell blue 
}

.cellfee856 {
  background-color: #fee856; //bright yellow 
}