/* Import Bootstrap into the Main CSS */
@import url('./bootstrap.min.css');
@import url('./components/card.css');

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Modify Bootstrap default settings */

body {
    background-color: rgb(0,0,0);
    color: rgba(255,255,255,0.75);
    min-height: 800px;
    padding-top: 85px;
    font-family: 'Roboto Serif', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    overflow-x: hidden;
}

main {
    min-height: 500px;
    margin-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: rgb(255,255,255);
}

a {
    text-decoration: none;
}

/* Custom CSS */
.hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pol-hero-banner {
    background-image: url(/assets/img/general/pol-hero-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

.pol-competition-banner {
    background-image: url(/assets/img/general/one-mic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.pol-for-students-banner {
    background-image: url(/assets/img/general/wilshire-ebell-outside.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.pol-for-organizers-banner {
    background-image: url(/assets/img/general/backstage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 300px;
}


.pol-small-text {
    font-size: 1rem;
}

.pol-section {
    padding: 2rem 1.5rem;
}

.pol-section-header {
    padding: 5rem;
}

.pol-section-gray,
.pol-section-header,
.pol-footer {
    background-color: rgb(21,25,30);
}

.pol-footer {
    color: rgba(255,255,255,0.5);
}

.pol-navbar-logo {
    height: 4rem;
}

.pol-partner-logo {
    max-width: 100%;
}