@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Ballet:opsz@16..72&family=Great+Vibes&family=Londrina+Shadow&family=Mea+Culpa&family=Parisienne&family=Pinyon+Script&family=Purple+Purse&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Antonio:wght@100&family=Bangers&family=Bebas+Neue&family=Cormorant:wght@300&family=EB+Garamond&family=Pathway+Gothic+One&family=Philosopher&family=Poiret+One&family=Staatliches&family=Yanone+Kaffeesatz:wght@300&display=swap');

.font-script {
font-family: 'Anton', sans-serif;
font-family: 'Ballet', cursive;
font-family: 'Great Vibes', cursive;
font-family: 'Londrina Shadow', cursive;
font-family: 'Mea Culpa', cursive;
font-family: 'Parisienne', cursive;
font-family: 'Pinyon Script', cursive;
font-family: 'Purple Purse', cursive;
}
.red {font-family: 'Anton', sans-serif;
font-size: 20px !important;
	font-weight: normal!important;
}
.maroon-bg {
	background-color: #A00002!important;
	background: url("../../Convocation-Lists/2022/box-convo.png");
background-repeat: no-repeat;
	background-size: contain;
	    background-position: center;
}
/*.maroon-bg:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}*/


.con-2022 i{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 2rem;
	color: #ffc107;
}
.con-2022 {
	position: relative;
}

/*.con-2022{background: url("../../Convocation-Lists/2022/box-convo.png");
background-repeat: no-repeat;
	background-size: contain;
}*/
.con-2022 a {color: #ffffff;
text-decoration: none;}

.con-2022 h1{
	font-family: 'Ballet', cursive;
	font-size: 4em;
	color: #ffc107;
}
.con-2022 h5{
	font-family: 'Anton', sans-serif;
	font-size: 2em;
}
.con-2022 p{color: #ffffff;}
.con-2022:hover {color:#fff;}
.con-2022 h6{
	font-family: 'Purple Purse', cursive;
	font-size: 4em;
}
h6 sup {font-size: 3rem;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}




.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
 
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
 
}

	#myIframe {
		height: 1150px!important;
	}
}




