/*
  Name: Lococo France
  Date: October 2022
  Description: Lococo France 
  Version: 2.0
  Author: Studio Le Fort - Mike Smith
*/
 
/**********  IMPORTS  **********/

@import url("mobile.css");



/**********  FONTS  **********/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');


@font-face {
    font-family: 'Dancing Script', cursive;
    src: url(./fonts/DancingScript-VariableFont_wght);
}

@font-face {
    font-family: 'Josefin Sans', sans-serif;
    src: url(./fonts/JosefinSans-VariableFont_wght);
}

 


/**********  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: "JosefinSans","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;

//  background:url(./images/bg.jpg) top center no-repeat;
//  background-attachment:fixed;
//  background-size:100% 100%;

}

img {
    display: block;
}

/**********  MENU  **********/
div.menuwrap {
  position: fixed;
  margin: 0px auto;
  top: 0;
  height: 180px;
  width: 100%;
  background-color: #000000; 
  z-index: 100;
}

/*******  background-color: rgba(255,255,255,0.5);  -  transparent menu - needs work *******/




div.menutop {
  position: relative;
  left: 0; top: 0;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #000000; 
} 

div.menutopbanner {
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #000000; 
  color: #ffffff;
  font-family: "Dancing Script", "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: 200;
  font-size: 7.2rem;

}

div.menutopright {
  position: absolute;
  left: 0px;
  top: 120px;
  height: 120px;
}

div.menutopitem {
  font-family: Josefin Sans;
  position: absolute;
  height: 60px;
  line-height: 60px;
  width: 160px;
  text-align: center;
  color: #ffffff;
}


/**********  MAIN BODY  **********/
div.indexwrap {
  position: relative;
  margin: 0px auto;
  top: 180px;
  text-align: top;
//  min-height: 1300px;
//  min-height: 100%;
  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.textblackwrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #000000; 
}

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.textyellowwrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #edebb2; 
}

div.textyellow {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #edebb2; 
}

div.textgreenwrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #b0dbaf; 
}

div.textgreen {
  position: relative;
  top: 0;
  margin: 0px auto;
  padding 30px;
  width: 960px;
  background-color: #b0dbaf; 
}

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: "Josefin 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.contacttextbold {
  position: relative;
  left: 0px; bottom: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #ffffff;
  color: #000000;
  z-index: 1;

  font-family: "Josefin Sans","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: 0px auto; 
    position: relative; 
    width: 100%; 
    height: 712px; 
    padding: 0px; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#slideshow2 { 
    margin: 0px 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; 
}


/**********  QUARTER THIRD HALF TWOTHIRD THREEQUARTER  **********/

.w3-container:after,.w3-container:before,.w3-row:after,.w3-row:before{content:"";display:table;clear:both}
.w3-half,.w3-third,.w3-thirdmid,.w3-thirdgallery,.w3-twothird,.w3-threequarter,.w3-quarter,.w3-fifthtablet,.w3-fifth{float:left;width:100%}
.w3-padall {padding:12px}
.w3-padsides {padding-left:12px; padding-right:12px}
.w3-padright {padding-right:12px}
.w3-padleft {padding-left:12px}


@media only screen and (max-width: 768px) {
.w3-third{display: none;}
.w3-thirdmid{width:100%}
.w3-thirdgallery{width:100%}
.w3-twothird{width:100%}
.w3-fifth{width:100%}
.w3-fifthtablet{display: none;}
}


@media only screen and (min-width: 768px) {
.w3-fifth{display: none;}
.w3-fifthtablet{display: block;}
.w3-fifthtablet{width:33.3333333333%}
}


@media only screen and (min-width: 992px) {
.w3-fifth{display: block;}
.w3-fifth{width:20%}
.w3-fifthtablet{display: none;}
.w3-quarter{width:24.99999%}
.w3-third{width:33.3333333333%}
.w3-thirdmid{width:33.3333333333%}
.w3-thirdgallery{width:33.3333333333%}
.w3-half{width:49.99999%}
.w3-twothird{width:66.66666666666%}
.w3-threequarter{width:74.99999%}
}



.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-fifth,.w3-row-padding>.w3-col{padding:0 8px}








/**********  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.beigewrap {
  position: relative;
  margin: 0px auto;
  bottom: 0;
  width: 100%
  height: 240px;
  background-color: #e1d1af;   
}

div.beigetext {
  position: relative;
  left: 0px; top: 0px;
  margin: 0px auto;
  height: 120px;
  width: 960px;
  background-color: #e1d1af;
  color: #000000;
  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;
}


/**********  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: 423px;
  background-color: #000000; 
}

div.footerbody {
  position: relative;
  left: 0px; 
  bottom: 0;
  margin: 0px auto;
  height: 423px;
  width: 960px;
  background-color: #000000;
  color: #ffffff;
  text-align: top;
  font-size: 85%;
  z-index: 1;
} 

div.footerpadding {
  padding: 40px;
  height: 300px;
}


/**********  GENERAL  **********/


h1 {
  font-family: "Josefin Sans", "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: "Josefin Sans", "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: "Josefin Sans", "Open Sans","graphik-extra-light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  top-margin: 24px;
}

h4 {
  font-family: "Josefin Sans";
  font-weight: 800;
  font-size: 1.6rem;
  color: #ddd;
  top-margin: 24px;
  margin-bottom: 12px;
}

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 
}