
/*
STYLES.CSS

	The Easy IC Styles.CSS (10/5/2021)
	Free for personal and commercial use under the CCA 3.0 license (EasyIC.net)
*/

html,
body {
      height: 100%;
    /* overflow-x:hidden; */
}


/* Link Styling */
h1 {
	font-size: 2rem;

}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
  /*color: White; */
}

img {
    max-width: 100%;
}

a.navbar-brand {
  text-decoration: none;
}

table a:link {
  color: black;
  text-decoration: none;
}

 table a:hover {
  text-decoration: underline;
}

table a:visited {
  color: black;
  text-decoration: none;
}

table a.btn {
  text-decoration: none;
  color: White;
}



/* Terms and Conditions Link (for Text-Warning) */
#terms a {
  color: red;
}


/* Terms and Conditions Link (for Normal Text) */
.terms1 a {
  color: black;
}

/* Display Normal Text inline with header) */
  .inline_option {
    display: inline-block;
  }

  /* Set Max Width to Labels*/
  /*
  label {
    display: block; width: 800px;
  }
  */


/* Set Size to Checkbox Inside Table*/
.big-checkbox {
  width: 20px; height: 20px;
}


/* Cover ID */
.cover {
    background: #000 url("/images/home_screen1.jpg") no-repeat;
    background-size: cover;
    /*opacity: 1.0; */
    color: white;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

/* Landing Page <h1> Font Size and Weight */
.cover h1 {
  font-size: 5.5rem; /*1rem = 16px*/
}

/* Landing Page <h2> Font Size and Weight */
.cover h2 {
  font-size: 3.5rem; /*1rem = 16px*/
}

/* About Pages Enlarged Font Size and Weight */
.heavy {
  font-size: 2.5rem; /*1rem = 16px*/
  font-weight: bold;
}



/* Footer Link Text */
.text-footer {
  color: black;
}

a.text-footer:hover, a.text-footer:active {
  color: black;
  font-weight:300;
}

.text-footer a:visited {
  color: black;
}


/* Text Outline (black text w/White Outline) */
.outline
{
    color: rgba(0, 0, 0, 0.8);
    text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
}

/* Enlargened Size of Numbers */
.big-numbers {
  font-size: 4rem; /*1rem = 16px*/
}


/* Media Inquiry - Resize Font @ 768px 'h1, h2, h3, h4, h5' for small Section Break */
@media (max-width: 768px) {
h1 {font-size:2.5rem;} /*1rem = 16px*/
h2 {font-size:1.75rem;} /*1rem = 16px*/
h3 {font-size:1.5rem;} /*1rem = 16px*/
h4 {font-size:1.25rem;} /*1rem = 16px*/
h5 {font-size:1rem;} /*1rem = 16px*/
}


/* Media Inquiry - Resize Font @ 576px 'h1, h2, h3, h4, h5' for Medium Section Break */
@media (max-width: 576px) {
h1 {font-size:2rem;} /*1rem = 16px*/
h2 {font-size:1.75rem;} /*1rem = 16px*/
h3 {font-size:1.25rem;} /*1rem = 16px*/
h4 {font-size:1rem;} /*1rem = 16px*/
h5 {font-size:.75rem;} /*1rem = 16px*/
}


/* Media Inquiry - Resize Font '.cover h1, h2, h3, h4, h5' for Medium Section Break */
@media (max-width: 768px) {
.cover h1 {font-size:2.5rem;} /*1rem = 16px*/
.cover h2 {font-size:1.5rem;} /*1rem = 16px*/
}


/* Section Div Background Colors */
.shady-bright {
  background-color: #FBFBFD;
}

.shady-light {
  background-color: #ECECEC;
}

.shady-less {
  background-color: #E6E5E7;
}

.shady-med {
  background-color: #DADADA;
}

.shady-grey {
  background-color: #D5D3D6;
}

.shady-dark {
  background-color: #737373;
}

.logo-light {
  background-color: #DAE2EE;
}

.logo-dark {
  background-color: #B6C6DC;
}


/* Pagination Button Colors */
.pagination > li > a
{
    background-color: #eee;
    color: #000000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #000;
    background-color: #eee;
    border-color: #6C757D;
}

.pagination > .active > a
{
    color: #eee;
    background-color: #6C757D !Important;
    border: solid 1px #6C757D !Important;
}

.pagination > .active > a:hover
{
    color: #eee;
    background-color: #6C757D !Important;
    border: solid 1px #6C757D;
}


/* Fractions */
.top{
  border-bottom:solid black 1px;
  display:inline-block; float:left
}

.bottom{
   display:inline-block; clear:left;
   float:left
 }

.center {
  height: 65%;
  text-align: center;
  display: flex;
  align-items: center;
}


/* Align Math Table Text right */
.right {
  text-align: right;
}


/* Align Math Table Text Left */
.left {
  text-align: left;
}


/* Change DatePicker Colors */
.datepicker {
  background-color: #F5F9FF ;
  color: #333 ;
  border-width: 3px;
  border-color: #337ab7;}


  /* Line-Graph (Chart) Container */
.chart-container {
  top: 150px;
  width: 640px;
  height: 200px;
}


/* Make Video Responsive  */
video {
  height: auto;
  width: 100%;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


/* 'Countdown Timer' Elements  */
input.cdtblock {
    border: none;
    width: 350px;
    margin: 0 2px 7px 0;
    color: #FFFFFF;
    background-color: rgba(51,51,51,51.8);
}



/*----------------------------- CERTIFICATE OF COMPLETION ----------------------------- */

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}


.cert4 {
	font-size: 36px;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
}

.cert10 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cert11 {
	font-size: 12px;
  line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.cert12 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cert13 {
	font-size: 18px;
	font-style: italic;
}

.cert14 {
	font-size: 16px;
	font-weight: bold;
}

.certificate-box {
	position: relative;
	width: 792px;
	height: 570;
	margin: auto;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* border: 1px solid #000000; */
}

.letter-box {
	position: relative;
	width: 600px;
	height: 912px;
	margin: auto;
	vertical-align: middle;
	'background-size: 100% 100%;
	'background-repeat: no-repeat;
	/* border: 1px solid #000000; */
}

.certificate-print {
    position: absolute;
	top: 60px;
	left: 80px;
	width: 80%;
	text-align: center;
	vertical-align: top;
	/* border: 1px solid #000000; */
}

.certificate-signature {
    position: absolute;
	bottom: 60px;
	left: 90px;
	width: 40%;
	padding: 10px;
	text-align: left;
  line-height: 1;
	vertical-align: top;
	/* border: 1px solid #000000; */
}


/* Print Single Element OOnly  */
/*
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
*/
