/* Color codes
 *    #fafafa   Background color
 *    #ca5d1a   Business color
 *    #ff934f   Main block Background color
 *    #222222   Main block text color
 *    #cccccc   shadows
*/
html {
  width:1328px;
  margin: 0 auto;
  padding: 16px;
  background-color: bisque;
}
body  {
  /* width: 1296px; */
  width: 96%;
  background-color: #fafafa;
  box-shadow: 4px 6px 2px #ccc;
  margin: 1% auto 2%;
  border-top: 8px solid transparent;
  border-bottom: 1px solid transparent;
}
a, a:link, a:visited {
  text-decoration: none;
  color:inherit;
  padding: 2px;
}

/* for boxes */
.StandardBlock {
  display: table;
  margin: 0 1% 1% 1%;
  width: 96%;
  border: 2px solid #ca5d1a;
  border-radius: 8%;
  box-shadow: 0 6px 2px #ccc;
  padding: 0% 1% 0% 1%;
}

/* for header */
.Header > section:first-child {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}
.Header > section:nth-child(2) {
  display: table-cell;
  width: 90%;
  color: #ca5d1a;
  text-align: center;
  vertical-align: middle;
}
.Header img {
  vertical-align: middle;
  width:75%;
}
.Header h1 {
  font: bold 160% calibri, sans-serif;
}
.Header > section > img { width: 100% !Important }

/* for footer */
.Footer {
  padding-top: 8px;
  padding-bottom: 6px;
}
.Footer > section {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 2px;
}
.Footer > section:nth-child(2) {
  display: table-cell;
  width: 50%;
  text-align: right;
}
.Footer img {
  vertical-align: middle;
}
.Footer a {
  border: 2px outset transparent;
  padding-left: 8px;
}
.Footer a:hover {
  border-color: #ccc;
  padding-top: 7px;
  padding-bottom: 10px;
  background-color: #ccc;
  border-radius: 4px;
}

.inlineBlockMain {
  background-color: #ff934f;
  color: #222;
  font:  125% calibri, sans-serif;
  padding: 3%;
  width: 92%;
  position:relative;
  border-radius:8px !important;
}
.inlineBlockMain p {
    margin-left: 3%;
    margin-right: 3%;
}
.inlineBlockMain p:first-child {
    margin-top: 0px;
}
.inlineBlockMain .FirstImage {
	display:table-cell;
	float:left;
	width:40%;
}
.inlineBlockMain .FirstImage > img {
	border-radius: 4px;
}

/* for main menu navigation bar */
.NavMainMenu { /* main menu bar */
  position:absolute;
  right:12px;
  top:12px;;
}
/* for language menu navigation bar */
.NavLangMenu { /* language menu bar */
  position:absolute;
  right:12px;
  bottom:8px;
}
/* for navigation items */
.MainMenu > a {
  display:table;
  margin: 0 0 0 auto;
	border: 2px outset transparent;
	line-height: 125%;
	transition: background 0.5s;
}
.MainMenu a:hover {
  background: transparent linear-gradient(135deg,rgba(255,227,198,0.75),rgba(255,147,88,0.75)) center/cover;
  padding-left: 4px;
  padding-right: 4px;
  border: 2px outset #fafafa;
  border-radius: 4px;
}
.MainMenu > a > img {
  display: table-cell;
  width: 32px;
  vertical-align: middle;
}
.MainMenu > a > div {
  display:table-cell;
	font-size: 0px;
  vertical-align: middle;
	transition: font-size 0.5s;
}
.MainMenu a:hover > div {
  border-left: 5px solid transparent;
	font-size: 125%;
}

/* content h1 and h2 type list structure */
.ListH1H2 {
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 16px;
}
.ListH1H2 > h1 {
  font: inherit;
}
.ListH1H2 > h2 {
  font:inherit;
  display:list-item;
  list-style-position:inside;
  text-indent:2%;
  margin:0 0 0 0;
}

/* Image list configuration */
.ListImage > a {
  display:inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-left: 16px;
  background-color: black;
  background-position: center center;
  background-size: cover;
}
.ListImage > a[item="1"]  {  background-image:  url('petita001.jpg')   }
.ListImage > a[item="2"]  {  background-image:  url('petita002.jpg')   }
.ListImage > a[item="3"]  {  background-image:  url('petita003.jpeg')  }
.ListImage > a[item="4"]  {  background-image:  url('petita004.jpg')   }
.ListImage > a[item="5"]  {  background-image:  url('petita005.jpg')   }
.ListImage > a[item="6"]  {  background-image:  url('petita006.jpg')   }
.ListImage > a[item="7"]  {  background-image:  url('petita007.jpg')   }
.ListImage > a[item="8"]  {  background-image:  url('petita008.jpg')   }
.ListImage > a[item="9"]  {  background-image:  url('petita009.jpeg')  }
.ListImage > a[item="10"]  {  background-image:  url('petita010.jpg')  }
.ListImage > a[item="11"]  {  background-image:  url('petita011.jpg')  }
.ListImage > a[item="12"]  {  background-image:  url('petita012.jpg')  }
.ListImage > a[item="13"]  {  background-image:  url('petita013.jpg')  }
.ListImage > a[item="14"]  {  background-image:  url('petita014.jpg')  }
.ListImage > a[item="15"]  {  background-image:  url('petita015.jpg')  }
.ListImage > a[item="16"]  {  background-image:  url('petita016.jpg')  }
.ListImage > a[item="17"]  {  background-image:  url('petita017.jpg')  }
.ListImage > a[item="18"]  {  background-image:  url('petita018.jpg')  }
.ListImage > a[item="19"]  {  background-image:  url('petita019.jpg')  }
.ListImage > a[item="20"]  {  background-image:  url('petita020.jpg')  }

/* content h1 and h2 type table strucutre */
.TableH1H2 {
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 16px;
  display: table;
  width: 100%
}
.TableH1H2 > div {
  display: table-row;
}
.TableH1H2 > div > h1 {
  font: inherit;
  display: table-cell;
  width: 20%;
}
.TableH1H2 > div > h2 {
  font: inherit;
  display: table-cell;
}
