:root {

  --dark: black;
  /*--bgcolor: #212121; /* DARK GREY */
  --bgcolor: #202532;
  --fieldcolor: #2c3242;
  --light: white;
  /*--subcolor: #9e005d;*/
  /*--subcolor: #ED1E79;*/ /* ROSA */
   /*--subcolor: #AA74FF; */
   --subcolor: #F36E00; 
  /*--subcolor: #B20069;*/
  --mainfont: 'Montserrat', sans-serif;
  --headerfont: "Playfair Display", serif;
  
}


body,
button,
input,
select,
optgroup,
textarea {
    color: var(--light);
    font-family: var(--mainfont);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}

body {
 background-color: var(--bgcolor);
}

b {
    font-weight: 700;
    
}
p {
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}

h1, h3 {
 font-family: var(--headerfont);
}

h1,
.rightsection h1 {
    text-align: center;
    font-size: 3vw;
    font-size: clamp(2.3rem, 3vw, 6rem);
    width: 100%;
    letter-spacing: 0px;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    margin-bottom: 0px;
    text-transform: none;
}

.rightsection h1 {
 text-align: left;
}


h2 {
    text-align: left;
    font-size: 1.8em;
    line-height: 1em;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;   
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
    color: var(--subcolor);
}

h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0px;
    text-align: left;
}

h4{
 font-size: 16px;
 text-transform: uppercase;
 line-height: 18px;
}

h5{
 font-size: 14px;
 line-height: 18px;
}

.rightsection h1 {
 /*font-size: 3em;*/
  width: 80%;
}


@media (max-width: 1200px) {
 
 h1{
  /*font-size: 2.7em;*/
 }
 
 .rightsection h1 {
 /*font-size: 2.7em;*/
  width: 90%;
}

 
}