/*
 Theme Name: Labs Twenty Fifteen
 description: A child theme of the Twenty Fifteen WordPress theme
 Author: UTD Office of Research Information Systems @UTDResearch
 Author URI: https://research.utdallas.edu
 Template: twentyfifteen
 Version: 1.0.0
*/

body {
  font-family: 'Rubik', sans-serif;
}

.home header.entry-header h1.entry-title {
  display: none;
}

a[href] {
  color: #c75b12;
}

a:hover, a:focus,
.site-info a:hover, .site-info a:focus,
.entry-footer a:hover, .entry-footer a:focus {
  color: #008542;
}

/*= People =================== */

.person-name {
  font-weight: normal;
}

.person-info {
  font-family: Rubik;
}

.person-title {
  font-weight: normal;
}

.phone-and-location {
  font-weight: normal;
}

.email a {
  color: #c75b12;
  border-bottom: none;
  font-weight: normal;
}

/*= WordPress Elements =================== */

.page .entry-header {
  background-color: #008542;
}

.page .entry-header .entry-title {
  color: #fff;
  background-color: #008542;
  font-weight: normal;
  padding: 4px 12px;
}

.site-info a {
  color: #c75b12;
}

site-info a:hover {
  color: #008549;
  text-decoration: none;
}

.post .entry-title  {
  border-bottom: none;
  background-color: transparent;
}

/*= General =================== */

header a {
  color: #c75b12;
}

.site-title a {
  color: rgb(0, 133, 66);
}

#page p {
  color: rgb(51, 51, 51);
}

.menu-item a {
  padding-left: 10px;
}

.custom-logo {
  line-height: 40px;
  -webkit-box-shadow: 0 0 0 0 #CCCCCC;
  -moz-box-shadow: 0 0 0 0 #CCCCCC;
  box-shadow: 0 0 0 0 #CCCCCC;
  height: 100px;
}

.site-branding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.more-link {
  color: rgb(0, 133, 66);
}
