/*!------------------------------------------------------------------
[SUPLEMENTAL STYLESHEET for EPCCDiscover Site]
PROJECT:	EPCC Discover and Learn
VERSION:	1.0
-------------------------------------------------------------------*/


body {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #585757;
}

p, .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}


h1, .h1 {
  font-size: 80px;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
  }
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 25px;
}


.bg-secondary {
  background: #fdefe6 !important;
}

.bg-secondary {
  background: #ffffff !important;
  border-top-color: #f0b323;
  border-top-width: 8px;
  border-top-style: solid;
  border-bottom-color: #f0b323;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}


.navbar-brand {
 font-size:2.25rem;
}

ol,
ul {
  list-style-type: disc;
}


table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

table, th, td {
  border: 1px solid black;
}

th, td {
	padding: 5px 5px 5px 5px;
}




/*
 * Styles for case studies
 */
div.casestudy {
  width: 100%;
  border-bottom: 1px solid black;
  min-height: 200px;
  display: block;
  clear: both;
  float: left;
}

div.casestudy div.csimage {
  display: block;
  float: left;
  padding: 0;
  padding-top: 30px;
  width: auto;
}

div.casestudy div.cstext {
  width: 65%;
  display: block;
  float: left;
  padding: 15px;
}

/*
 * End of Styles for case studies
 */