header .logo img {
  height: auto;
  width: 100%;
  
}


.hero {
  background-image: url(./images/Varma.jpg);
  background-position: center center;
} 

.research a,
.teaching a,
.publications a,
.team a {
  background-size:cover;
  background-position:top right;
  background-repeat:no-repeat;
  width:100%;
  display:block;
  position:relative;
  text-decoration: none;
}

.research a {
  background-image: url("./images/troy_research.jpg");
  background-position: 65% 60%;
}

.teaching a {
  background-image: url("./images/troy_teaching.jpg");
}

.publications a {
  background-image: url("./images/troy_publications.jpg");
}

.team a {
  background-image: url("./images/troy_team.jpg");
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .boxes .row .research,
  .boxes .row .teaching,
  .boxes .row .publications,
  .boxes .row .team {
    height: 100%;
  }
}

.boxes .row .research,
.boxes .row .teaching,
.boxes .row .publications,
.boxes .row .team {
  padding: 10px;
}



.research a .caption,
.teaching a .caption,
.publications a .caption,
.team a .caption {
  text-shawdow: 2px 2px 5px #000;
}


/*

.college .coe-grid .box.short a {
  height: 130px;
}

.college a.research {
  background-image: url("./images/troy_publications.jpg");
  background-color: #5B6870;
  border-bottom: 8px solid #5B6870;
}

.college a.teaching {
  background-image: url("./images/troy_publications.jpg");
  background-color: #085C11;
  border-bottom: 8px solid #085C11;
}

.college a.publications {
  background-image: url("./images/troy_publications.jpg");
  background-color: #ffd100;
  border-bottom: 8px solid #ffd100;
}

.college a.team {
  background-image: url("./images/troy_publications.jpg");
  background-color: #C76C14;
  border-bottom: 8px solid #C76C14;
}

*/