/* Enter Your Custom CSS Here */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;display=swap');
 

.flexible-widget-area > .wrap {
		padding-top: 5%;
		padding-bottom: 5%;
}

.site-title a {
		font-family: 'Poppins', sans-serif;
}

h2 {
		font-family: 'Poppins', sans-serif;
}

h1, .content .entry-title, .site-title {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
}

#front-page-1 {
		background-position: 0px -200px;
}

.wp-block-coblocks-alert {
		background-color: #1982C4;
		color: whitesmoke;
}

body.with-page-header.header-image:not(.header-scroll) .site-title a {
		background-image:url(https://sites.gatech.edu/pridealliance/files/2023/09/pridebefore.png)
!important
}

#front-page-1 {
		object-fit: cover;
}

.title-area {
		transition: all .2s;
}

.title-area:hover {
		filter: brightness(130%);
}