:root {
  --theme-background:rgb(128,128,128);
  --theme-color:white;
}

.text-center-align {
  text-align:center !important;
}

.site-background-color {
  /*background-color:black !important;*/
}

div, section, airtcle {
  box-sizing:border-box;
  position:relative;
  margin:0;
  padding:0;
}

html, body {
  /*background-color:green;*/
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  overflow-x:hidden;
}

.container-1900 {
  width:100%;
  max-width:1900px;
  /*min-width:300px;*/
  margin:auto;
  /*height:auto;*/
}

.container-1200 {
  width:100%;
  max-width:1200px;
  margin:auto;
  min-width:300px;
}

.hidden {
  display:none !important;
}

a:hover {
  text-decoration:none;
  /*color:black;*/
  cursor:pointer;
}

.clearfix {
  float:none;
  overflow:auto;
}

.absolute-centering {
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
}

.underline::after {
  content:'';
  display:block;
  position:relative;
  height:3px;
  background-color:white;
  width:100%;
  margin:auto;
}

.conatiner-section {
  width:100%;
}

.image-fit-to-parents {
  height:100%;
  width:100%;
  max-height:inherit;
  max-width:inherit;
  object-fit:fill;
}

body {
  background-color:rgb(255,251,248);
}

p {
  margin:0;
}

