/* 
---------------------------------------------
General styles for page
--------------------------------------------- 
*/

.research-box {
  margin:auto;
  width:85%;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 90px;
}

/* 
---------------------------------------------
Text Styles
--------------------------------------------- 
*/

.section-heading {
  text-align: center;
}

.section-heading h4 {
	margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(49, 49, 49);
	letter-spacing: 1px;
}

.section-heading h4 span {
  color: #11719e;
}

.text-box h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 30px;
}

.text-box h2 em {
  color: #11719e;
  font-style: normal;
}

.text-box h2 span {
  color: #0a66ce;
}

.text-box p {
  font-size: 20px;
  margin: 30px 0px;
  text-align: justify;
}

.text-box p span {
  color: rgb(209, 34, 101);
  font-weight: 500;
}

.links-box a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.links-box a:link {
  color: rgb(0, 134, 211); 
}

.links-box a:visited {
  color: rgb(0, 134, 211); 
}

.links-box a:hover {
  color: rgb(255, 153, 0);
}

.links-box h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 30px;
}

.links-box h2 em {
  color:  rgb(150, 26, 88); 
  font-style: normal;
}

.links-box h2 span {
  color: #0a66ce;
}

.links-box h3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.links-box p {
  font-size: 18px;
}

.links-box li {
  list-style-type: circle;
  color: #c20b75;
}

.links-box li a{
  font-size: 18px;
  font-weight: 400;
  color: #191a20;
  text-decoration: none;
}

/* -----------
Image Styles
----------- */

.lab-life-image {
  margin: auto; 
  width: 90%;
  border: 3px solid #ffffff;
  box-shadow: 0px 6px 6px 2px rgba(136, 136, 136, 0.767);
}

.other-image {
  margin: auto; 
  margin-top: 35px;
  border: 3px solid #ffffff;
  box-shadow: 0px 6px 6px 2px rgba(136, 136, 136, 0.767);
}

@media (max-width: 600px) {
  .text-box h2, .links-box h2 {
    font-size:17px;
    margin-bottom: -20px;
    line-height: normal;
  }

  .links-box a {
    font-size: 16px;
  }

  .links-box li a{
    font-size: 14px;
  }

  .text-box p, .links-box p {
    font-size: 14px;
    line-height: normal;
  }

  .section-heading h4{
    font-size: 20px;
    margin-bottom: -20px;
  }
}