﻿ =======================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

/* ==============================
          	   GENERAL 
   ============================== */
   
html, body {
    background: #fff;
    color: #50535a;
	line-height: 22px;
    margin: 0;
    padding: 0;
      font-family: 'Roboto', sans-serif !Important;
    font-size: 1em;
}

h1 {
    color: #4d4d4d;
    font-size: 2em;
    font-weight: 200;
    line-height: 36px;
    text-transform: uppercase;
}

h2 {
    color: #595188;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 23px;
    text-transform: none;
}

h3 {
    color: #4d4d4d; 
    font-size: 1.5em;
    font-weight: bold;
    line-height: 22px;
}

h4 {
    color: #595188;
}



/* ----- Acquititon ----- */

#acquistion h2, th, tr {text-align: center; }
#acquistion .theader {
             color: white;
             background-color: #3E3EFF;
          }
#acquistion .megold, .megold2 {background-color: goldenrod;
                                font-weight: bold;
            }
#acquistion .megold2 {font-size: small; text-alighn: left;}
                    