/* FSU Custom Research Repository Homepage Styles */

body.page-node-41 div.container {
  max-width: none;
  padding: 0;
}

body.page-node-41 ul.tabs--primary.nav-tabs {
  margin-left: 15%;
}
body.page-node-41 div.logo-container {
  margin-left: 2em !important;
}

body.page-node-41 div.featured-collection-block {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

body.page-node-41 div.breadcrumb {
  display: none;
}

body.page-node-41 h1.page-header {
  display: none;
}

div#rr-home-image-wrapper {
  width: 100%;
  background-image: url("/sites/default/files/fsu_theme/strozier-rr-home-banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20em;
  margin-top: -2.5em;
}

div#rr-home-image-wrapper h1 {
  text-shadow: 0 0 10px black;
  padding-top: 1em;
  padding-left: 22%;
  color: white;
}

div#rr-home-image-wrapper p {
  text-shadow: 0 0 10px black;
  font-size: 1.25em;
  padding-top: 1em;
  padding-left: 22%;
  color: white;
}

div#rr-home-icons-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

div.rr-home-icon {
  margin-left: 8%; 
  margin-right: 8%;
}

div.rr-home-icon figure {
  display: table;
  width: 10em;
}

div.rr-home-icon figure:hover {
  background-color: #F3EDE1;
  box-shadow: 0 0 1em 1em #F3EDE1;
}

div.rr-home-icon figcaption {
  text-align: center;
  color:#782f40;
}

div.rr-home-icon img {
  height: 120px;
  width: 120px;
}

div.rr-home-icon strong {
  font-size: 2em;
}

div#rr-home-textbox {
  background-color: #565554;
  width: 100%;
}


div#rr-home-textbox p {
  width: 50%;
  color: white;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

div#featured-collections-wrapper {
  margin-left: 18%;
  text-align: center;
}

h2#featured-collections-title {
  font-size: 2em;
  text-align:center;
  margin-top: 2em;
  margin-bottom: 1em;
}

body.page-node-41 a.featured-collection-link {
  margin: 0.5em;
  background-color: #782F40;
  width: 25%;
  height: 10em;
  display: inline-block;
}

body.page-node-41 a.featured-collection-link:hover {
  background-color: #F3EDE1;
  border: none;
  box-shadow: 0 0 0.5em 0.5em #F3EDE1;
}

body.page-node-41 a.featured-collection-link:hover span.featured-collections-label {
  color: #782F40;
}

body.page-node-41 a.featured-collection-link span.featured-collections-label {
  color: white;
  font-size: 1.5em;
  display: block;
}

body.page-node-41 a.featured-collection-link.featured-collection-oneliner span.featured-collections-label {
  padding-top: 2.5em;
}

body.page-node-41 a.featured-collection-link.featured-collection-twoliner span.featured-collections-label {
  padding-top: 1.8em;
}

div#rr-feedback-wrapper {
  position: fixed;
  display: block;
  top: 50%;
  right: 0;
  border-top: 0.2em solid black;
  border-left: 0.2em solid black;
  border-bottom: 0.2em solid black;
  border-radius: 2em 0 0 2em;
  padding: 1em 0.5em 1em 1em;
  background-color: #782f40;
  text-align: center;
  /*box-shadow: 0 1px 5px 0 black;*/
  box-shadow: 0px 5px 8px #0000008F;
}

a#rr-feedback-link {
  color: #ffffff;
  font-weight: bold;
}

a#google-scholar-years-list-link {
  display: none;
}

@media (min-width: 1000px) {

  body.page-node-41 div.collapsible {
    display: inline-block;
  }

  body.page-node-41 a.featured-collection-link {
    float: left;
  }

}

@media only screen and (max-width: 999px) {

  div#rr-home-image-wrapper {
	  height: 6em;
  }

  div#rr-home-image-wrapper h1 {
    padding: 10px 40px 0 40px;
    font-size: 90%;
  }

  div#rr-home-image-wrapper p {
    padding: 0 45px;
    font-size: 50%;
  }

  div.rr-home-icon {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  div#rr-home-textbox p {
    padding-left: .1em;
    padding-right: .1em;
    margin-left: 2em;
    margin-right: 2em;
    width: 80%;
  }

  div#featured-collections-wrapper {
    margin: 0;
  }

  body.page-node-41 a.featured-collection-link {
    width: 90%;
  }

}
