
/*All Pages*/

body {
  margin: 0px;
  background-color: #ffffff;
}


/*Scrow Bar personalization*/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 0px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, .5);
}

.Global_Container{
  display: flex;
  flex-direction: column;
  flex-flow: column;

  align-items: flex-start;
  justify-content: flex-start;

  width: 100%;
}

.Global_Pages_Container{
  display: flex;
  flex-direction: column;
  flex-flow: column;

  align-items: center;
  justify-content: center;

  width: 100%;
}

h1 {
  font-family: "Roboto";
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  font-family: "Roboto";
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-family: "Roboto";
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  font-family: "Roboto";
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  font-family: "Roboto";
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-family: "Roboto";
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  font-family: "Roboto";
  margin-top: 0px;
  margin-bottom: 5px;
}