body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

h1,
.h1 {
    font-size: 24px;
}
h2,
.h2 {
    font-size: 20px;
}
h3,
.h3 {
    font-size: 16px;
}
h4,
.h4 {
    font-size: 12px;
}
h5,
.h5 {
    font-size: 10px;
}
h6,
.h6 {
    font-size: 10px;
}

p {
    padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    padding-bottom: 10px;
}

.homeblock {
  min-height: 485px !important;
  display: flex;
  flex-direction: column;
}
.panel-homeblock {
  flex: 1;
}
#block-centres p {
    padding-left: 10px;
    font-size: 24px;
    color: #ffffff;
}
#block-centres a, #block-centres a:hover, #block-centres a:active, #block-centres a:visited   {
    color: #ffffff;
}
#block-centres h2{
    font-size: 28px;
    color: #ffffff;
}
#home_page {
    background-color: #0a74b7;
    padding: 20px;
}
#footer {
    background-color: #0a74b7;
    padding: 20px;
}
#footer-wrap > div {
    height: 200px;
    padding-top: 50px;
    color: #ffffff;
}
#footer-wrap > div a {
  color: #ffffff;
}
#copyright {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #282828;
    color: #999999;
}
#copyright a {
    color: #999999;
}

#main {
    margin-top: 20px;
    margin-bottom: 20px;

}
#block-homepageblocks {
  margin-top: 20px;
}
#home-page-block-gradient {
    background-color: #f0f0f0; /* For browsers that do not support gradients */
    background-image: linear-gradient(#f3f3f3, #f0f0f0); /* Standard syntax (must be last) */
}
.twitter-timeline-rendered {
  height: 595px !important;
  min-height: 595px !important;
  max-height: 595px !important;
  background-color: #ffffff;
}
#home-page-block {
  margin-bottom: 20px;
}
.panel-heading.home-highlights {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
}
.panel-body.home-highlights {
  height: 90px;
  min-height: 90px;
  max-height: 90px;
}

.panel-heading.homepage-highlights {
  min-height: 180px;
}
.panel-body.homepage-highlights {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.field--name-field-photogallery div, .field--name-field-translated-photogallery div {
    float: left;
    padding: 2px;
}
.material-icons {
    padding-top: 20px;
}
.block-title {
    font-size: 24px;
}
.file {
    font-size: 100%;
    display: inline;
    font-weight: normal;
}
.align-left {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.align-right {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.department-link {
  padding-top: 50px;
}

.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.publication_title {
  font-weight: bolder;
}
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.center-image-wrapper img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
  border: none !important;
}
/* Media query for small screens */
@media (max-width: 991px) {
  .homeblock {
    min-height: 200px !important;
  }
  #footer-wrap > div {
    height: auto;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
  }
}

