
.color_white {
  color: #fff;
}

/* line 59, ../../sass/base/_variables.scss */
.background_white {
  background-color: #fff;
}

/* line 60, ../../sass/base/_variables.scss */
.background_gray {
  background-color: #5e6062;
}

/* line 61, ../../sass/base/_variables.scss */
.color_gray {
  color: #5e6062;
}

/* line 62, ../../sass/base/_variables.scss */
.light_gray {
  background-color: #818181;
}

/* line 63, ../../sass/base/_variables.scss */
.dark_gray {
  background-color: #615a5a;
}

body {
  background-color: #C4C4C4;
  display: flex;
  justify-content: center; 
  align-items: center;    
  min-height: 100vh;      
  margin: 0;             
}

.darkGreen {
  background-color: #00535e;
}

.responsive-table {
  max-width: 1000px;
  width: 91%;
  min-height: 342px; 
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #00535e;
}

.responsive-table th {
  background-color: #00535e;
  color: white;
  text-align: center;
  padding: 10px;
  border: 1px solid #00535e;
  font-size: 40px;
  font-weight: 700;
}

.responsive-table td {
  background-color: white;
  color: black;
  padding: 45px;
  border: 1px solid #00535e;
}

.info, .about{
  font-size: 25px;
  line-height: 29px;
  
}

.copyRight{
  font-size: 22px;
  line-height: 28px;
}


@media (max-width: 767px) {
  .responsive-table {
    min-height: 401px; 
  }
  .info, .about{
    font-size: 21px;
    line-height: 23px;
    
  }

  .responsive-table th{
    font-size: 35px;
  }
  
  .copyRight{
    font-size: 18px;
    line-height: 20px;
  }

  .responsive-table td {
    padding: 21px;
  }
  
}

@media (min-width: 768px) {
  .responsive-table {
    width: 100%;
  }
}

.linkColor{
  color: #3366cc;
  font-weight: 700;
  text-decoration: underline;
}


/* line 95, ../../sass/base/_global.scss */
* {
  box-sizing: border-box;
  font-family: "ArialRegular";
}

/* line 108, ../../sass/base/_global.scss */
.ArialBold {
  font-family: "ArialBold";
}

/* line 112, ../../sass/base/_global.scss */
.ArialBlack {
  font-family: "ArialBlack";
}




/*font colors*/
/* line 127, ../../sass/base/_global.scss */
.txtBlack {
  color: #000000 !important;
}

/* line 130, ../../sass/base/_global.scss */
.txtlightBlack {
  color: #000000;
}

/* line 145, ../../sass/base/_global.scss */
.txtWhite {
  color: #fff !important;
}

/*background colors*/
/* line 171, ../../sass/base/_global.scss */
.bgWhite {
  background-color: #fff;
}

/* line 175, ../../sass/base/_global.scss */
.bgBlack {
  background-color: #000000;
}


/* line 285, ../../sass/base/_global.scss */
.cursorPointer {
  cursor: pointer;
}

/* line 289, ../../sass/base/_global.scss */
.whiteHover:hover {
  color: #fff;
}

/* ==========================================================================
 @import fonts : Fonts CSS
========================================================================== */
/* ========== futura Verdana Font ==========*/
/* ========== Arial Regular Font ==========*/
@font-face {
  font-family: 'ArialRegular';
  src: url("/static/fonts/Arial-Regular.eot");
  src: url("/static/fonts/Arial-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Arial-Regular.woff") format("woff"), url("/static/fonts/Arial-Regular.ttf");
}
/* ========== Arial Bold Font ==========*/
@font-face {
  font-family: 'ArialBold';
  src: url("/static/fonts/Arial-Bold.eot");
  src: url("/static/fonts/Arial-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Arial-Bold.woff") format("woff"), url("/static/fonts/Arial-Bold.ttf");
}

@font-face {
  font-family: 'ArialBlack';
  src: url("/static/fonts/Arial-Black.ttf");
}
/*@import "base/base";*/
