/*
Theme Name: culu Child
Theme URI: http://underscores.me/
Template: culu
Author: mb863
Author URI: http://underscores.me/
Description: Base theme for Cornell University library units.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1556303584
Updated: 2019-04-26 18:33:04
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Layout
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*
.hero__content .home-header h1 {
    position: relative;

    .unit-logo {
      height: 50px;
      display: inline-block;
      position: absolute;
      right: 10px;
      top: -7px;

      @media only screen and (min-width: 480px) {
        display: inline-block;
        position: absolute;
        right: -5px;
        height: 60px;
      }

      @media only screen and (min-width: 640px) {
        top: -10px;
      }

      @media only screen and (min-width: 768px) {
          top: -7px;
          height: 70px;
      }

      @media only screen and (min-width: 830px) {
          top: -7px;
          height: 80px;
      }

      @media only screen and (min-width: 1200px) {
        height: 90px;
      }

      @media only screen and (min-width: 1440px) {
        height: 100px;
      }
    }
  }
  */
footer {
  position: relative;
}
footer .college {
  position: absolute;
  right: 0;
  top: 20px;
}
footer .college .mann-watermark img {
  width: 300px;
  height: 300px;
}

/*# sourceMappingURL=style.css.map */
