@charset "UTF-8";
/* CSS Document */

.alt-font {font-family: 'Montserrat', sans-serif; font-weight: 500;}

.backimage {
    background-image: url("../images/AEawardsLogo2020image-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 70vh;
    width: 100%;
}
.nominateback {
    background-image: url("../images/nominations3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 70vh;
    width: 100%;
}
.btn-outline-secondary:hover, .btn--outline-secondary:active, .btn--outline-secondary:focus {
    background-color: #FFF !important;
	border-color: #F0BA27 !important;
	color: #6c757d !important;
}
.subtext {
    color: #F0BA27;
    font-weight: bold;
    text-transform: uppercase;
}
.ps-logo-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #d18902;
	font-size: 1.6rem;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1em;
}
.ps-logo-title small {
	color: inherit;
	opacity: 0.42;
	font-weight: 500;
}
td {
	font-size: 0.6rem !important;
}
th {
    font-size: 0.7rem !important;
    font-weight: bold;
}
.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 193, 7, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}



.custom-toggler.navbar-toggler {

  border-color: rgb(255, 193, 7);

} 