@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* Variables */
/*for clearfixing*/
.cf:before,
.cf:after {
  content: "";
  display: block; }
.cf:after {
  clear: both; }
.cf {
  zoom: 1;
  /*for old ie - triger has layout - ie sucks it */ }
/* 
 * https://github.com/jtrost/Complete-CSS-Reset
*/
@font-face {
font-family: "Whitney";
src: url("whitney-book.otf") format("opentype");
}
body * {
  line-height: 1;
  box-sizing: border-box; }
/* Displays for HTML 5 */
article, aside, audio, command, datagrid, details, dialog, embed,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
video, wbr {
  display: block; }
bdi, figcaption, keygen, mark, meter, progress, rp, rt, ruby, time {
  display: inline; }
/* Deprecated tags */
acronym, applet, big, center, dir, font, frame, frameset, noframes, s,
strike, tt, u, xmp {
  display: none; }
/* Reset styles for all structural tags */
a, abbr, area, article, aside, audio, b, bdo, blockquote, body, button,
canvas, caption, cite, code, col, colgroup, command, datalist, dd, del,
details, dialog, dfn, div, dl, dt, em, embed, fieldset, figure, form,
h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img,
input, ins, keygen, kbd, label, legend, li, map, mark, menu, meter, nav,
noscript, object, ol, optgroup, option, output, p, param, pre, progress,
q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  background: transparent;
  border: 0;
  font-size: 16px;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline; }
/* Miscellaneous resets */
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
body{
    font-family: 'Whitney', 'Nunito Sans', 'Arial', 'helvetica', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
p{
    line-height: 1.25em;
}
.raleway { font-family: 'Raleway'; font-weight: 600; }
a.btn:hover{
    background-color: black;
    color: white;
}
a.btn{
    display: inline-block;
    padding: 1rem;
    transition-duration: .25s;
    color: black;
    border: 1px solid black;
    margin-bottom: 1rem;
}
a.btn_yellow:hover{
    background-color: transparent;
    color: #c97c2c;
}
a.btn_yellow{
    background-color: #c97c2c;
    color: white;
    border-color: #c97c2c;
	font-weight: bold;
	text-align: center;
}
a.btn_red:hover{
    color: #a31f36;
    background-color: transparent;
}
a.btn_red{
    background-color: #a31f36;
    color: white;
    border-color: #a31f36;
}

h1{
    background-color: #a31f36;
    color: white;
    padding: 1rem;
    text-align: center;
}
h1 span{
    font-weight: bold;
}
.part1{
    padding: 2rem 1rem;
    text-align: center;
    background-image: url(../img/swirl.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: -5% 50%;
}
.part1 img{
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto 2rem;
}
.part1 p{
    text-align: center;
}
p.sub{
    font-size: 3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #57585b;
    font-weight: bold;
}
.part1 p strong{
    color: #a31f36;
    font-size: 4.0rem;
    text-transform: uppercase;
    font-weight: bold;
}
/*
.part1 p strong{
    color: #a31f36;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
*/
.part2{
    background-color: #fff;
    padding: 2rem 1rem;
}
.part2 .container{
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.part2 .container p.intro{
    color: #57585b;
}
.part2 p strong{
    font-weight: bold;
}
.part2 a.btn{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem;
    text-align: center;
    position: relative;
}
.part2 a.btn span{
    font-size: .65em;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.part2 p{
    text-align: center;
 /* color: #a31f36; */
    font-size: 1.25rem;
    margin-bottom: .75em;
}
.part2 p.grad strong{
    color: #c97c2c;
    font-weight: bold;
    font-size: 2rem;
    font-style: italic;
}

.part2 .foot{
    text-align: center;
}
.part2 .foot a{
    color: #a31f36;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    font-style: italic;
}

.part2 .foot a:last-of-type{
    margin-bottom: 0;
}
.ctas{
    padding: 1rem;
    background-color: #f3f4f4;
}
.ctas .container{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.ctas a{
    display: inline-block;
    width: 50%;
    cursor:default;
    text-align: center;
    padding: 1rem;
    pointer-events: none;
}
.classes{
    padding: 1rem 1rem 2rem;
    background-color: #f3f4f4;
}
.classes .container{
    max-width: 1200px;
    margin: 0 auto;
}
.classes h3{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
}
.classes ul li{
    margin-bottom: .5rem;
    line-height: 1.2em;
}
.classes ul li:last-of-type{
    margin-bottom: 0;
}
p.date-gold {
    font-weight: bold;
	font-size: 2.8rem !important;
	color: #c97c2c;
}
.city-logo{
	max-width: 1200px;
	width:50%; 
	height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.splash-photo{
	width:100%;
	height: auto;
}
.message{
	position: relative; 
	float: right; 
	max-width: 75%; 
	background-color: transparent; 
	height: auto; 
	text-align: justify; 
	padding: 15px 150px;
}
.message a{
	color: #a31f36;
}

.side-buttons{
	position: relative; 
	float: left; 
	max-width: 25%; 
	background-color: transparent; 
	height: auto; 
	text-align: center;
}
@media only screen and (max-width:500px){
	#alumni { display: none; visibility: hidden; }
}
@media only screen and (max-width:768px){
	.side-buttons{
		display: none;
		visibility: hidden;
	}
	.message{
		padding: 15px !important;
		max-width: 100% !important;
	}	
}
@media only screen and (min-width:768px){
	.mobile{
		display: none;
		visibility: hidden;
	}
    .part2 a.btn span{
        font-size: .5em;
    }
    h1{
        font-size: 4vw;
		font-weight: bold;
    }
    .ctas a{
        width: 25%;
        border-right: 1px solid black;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .ctas a:last-of-type{
        border-right: 0;
    }
    .classes .container{
        display: flex;
        flex-wrap: wrap;
    }
    .classes ul{
        width: 33%;
        padding: 0 1rem;
    }
	/*
	p.date-gold {
		font-size: 3.8rem !important;
	}
	*/

}
@media only screen and (max-width:960px){
	.message {
		padding: 15px 50px;
	}

}
@media only screen and (min-width:960px){
    .hero h1{
        position: relative;
        z-index: 2;
    }
    .hero .banner{
        position: relative;
    }
    .hero .the-image{
        z-index: 1;
        position: absolute;
        top: -30%;
        left: -30%;
        width: 75%;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        background-color: white;
        border: 1rem solid #d1d2d3;
    }
    .hero .the-image img{
        height: 75%;
        width: auto;
        max-width: none;
        position: absolute;
        top: 26%;
        left: 20%;
        right: 0;
        bottom: 0;
        margin: auto auto;
    }
    .hero .the-content{
        width: 100%;
    }
    .part2 .positioner,
    .part1 .positioner{
        padding-left: 50%;
    }
    .part1{
        padding-top: 2rem;
        padding-bottom: 4rem;
        background-position: 40% 50%;
    }
    .part1 p.sub{
        font-size: 4vw;
    }
    .part1 p{
        font-size: 3vw;
        line-height: .9em;
    }
	/*
    .part1 p{
        font-size: 7vw;
        line-height: .9em;
    }
	*/
	/*
    .part1 p strong{
        font-size: 1em;
    }
	*/
    .part2 .container{
        max-width: 80%;
        margin: 0 auto;
    }
    .part2 p.grad{
        font-size: 4vw;
        margin-bottom: 1rem;
    }
    .part2 p.grad strong{
        font-size: 1em;
    }
    .part2 p{
        font-size: 1.6vw;
    }
    .part2 a.btn{
        display: inline-block;
        width: auto;
        font-size: 1.25vw;
        margin: 0 .25rem 1.25vw;
    }
    .part2 .foot a{
        text-align: right;
        font-size: 1vw;
    }

    .round-button{
      position:absolute;
      bottom:4em;
      left:40%;
      transform: translateX(-50%);
      z-index:99
    }
}
@media only screen and (min-width:1240px){
    .hero .the-image{
        width: 960px;
        height: 960px;
        padding-bottom: 0;
        left: -350px;
    }
    .part2 .positioner,
    .part1 .positioner{
        padding-left: 580px;
    }

    .round-button{
      bottom:2em;
      font-size: 1.5em;
    }
} 

.round-button{
  text-align:center;
  margin: 3em auto 0;
  display: block;
  box-shadow: inset 0 0 40px 0 rgba(0,0,0,.25);
  border: 5px solid #a31f36;
  background:#FFF;
  width: 8.25em;
  height: 8.25em;
  border-radius: 50%;
  padding: 1.875em 1em;
  color: #a31f36;
  font-size: 1.5em;
}

.positioner {
  margin: auto; width: 50%; padding: 10px; display: flex;
}