/*
 Theme Name:   Cort Custom Theme
 Theme URI:    https://www.sidekickstudio.com/
 Description:  Cort Custom Theme
 Author:       Blueprint
 Author URI:   https://blueprintcompanies.co
 Template:     generatepress
 Version:      0.1
*/

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100vh;
}

.home {
  background-image: url("media/rugby-lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.cort-pic img {
  border-radius: 100%;
  max-height: 150px;
  max-width: 150px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 5px solid #fff;
  margin-top: -75px;
}
