<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    font-family: 'Poppins', sans-serif;
	padding: 0px;
	margin: 0px;
    color: #ffffff;
    text-align: center;
}

.home-header{
	width: 100%;
	min-height: 100vh;
	background-image: linear-gradient(rgba(5,10,30,0.7), rgba(5,10,30,0.2)),url(shelby.jpeg);
	background-size: cover;
	background-position: center;
	position:relative;
}

.page-header p{
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav .fa-solid{
    display: none;
}

.navigation-links{
    text-align: right;
    flex: 1;
}

.navigation-links a{
    text-decoration: none;
    font-size: 15px;
}

.navigation-links ul li{
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    list-style: none;
}

.navigation-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #dd550c;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.navigation-links ul li:hover::after{
    width: 100%;
}

.page-header{
    width: 90%;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.page-header h1{
    font-size: 60px;
}

.page-header h3{
    font-size: 40px;
}

.page-header p{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* transparent button */
.main-btn{
    border: 1px solid #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 32px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.main-btn:hover{
    border: 1px solid #dd550c;
    background: #dd550c;
    transition: 0.75s;
}

/* auburn orange button */
.orange-btn{
    color: #dd550c;
    border: 1px solid #dd550c;
    background: transparent;
    /* center btn */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.orange-btn:hover{
    color: #ffffff;
    transition: 0.75s;
}

.footer{
    width: 97%;
    padding: 10px 0px;
    margin: 0px 14px;
}

.footer p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-link{
    color: #03244d;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.tbp-footer-underline{
    display: inline-block;
    padding: 5px 0px;
    position: relative;
    list-style: none;
}

.tbp-footer-underline::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #dd550c;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.tbp-footer-underline:hover::after{
    width: 100%;
}

.socials-icons .fa-brands{
    color: #03244d;
    margin: 0px 12px;
    cursor: pointer;
    transition: 0.5s;
    padding: 12px 0px;
    margin-bottom: 15px;
}

.socials-icons .fa-brands:hover{
    color: #dd550c;
    text-align: center;
}

.author-credits{
    color:#D3D3D3; 
    padding-right:15px; 
    text-align: right;
}

/* HOME */
.home-section{
    text-align: center;
    padding-top: 90px;
    margin: auto;
    width: 80%;
    max-width: 1200px;
}

.home-section h1{
    color: #03244d;
    font-size: 32px;
}

.home-section h3{
    color: #03244d;
    text-align: center;
    margin: 5px;
    font-size: 20px;
}

.home-section p{
    color: #03244d;
    font-size: 14px;
    line-height: 23x;
    padding: 10px;
    text-align: center;
}

.single-row{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.about-col{
    background: #dd550c;
    /* background: rgba(246, 128, 38, 1); */
    flex-basis: 32%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 12px;
    margin-bottom: 2%;
    transition: 0.5s;
}

.about-col:hover{
    box-shadow: 0px 0px 25px 0px rgba(3,36,77,0.5);
}

.mission-col{
    background: rgba(3,36,77,0.95);
    flex-basis: 32%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 12px;
    margin-bottom: 2%;
    transition: 0.5s;
}

.mission-col p{
    color: #ffffff;
}

.mission-col:hover{
    box-shadow: 0px 0px 25px 0px rgba(3,36,77,0.5);
}

/* AUBURN'S BENT */
.hero-header{
    width: 100%;
    height: 72vh;
    background-image: linear-gradient(rgba(5,10,30,0.70), rgba(5,10,30,0.70)),url(aubie_bk.jpeg);
    background-size: cover;
	background-position: center;
	position:relative;
    text-align: center;
}

.hero-header h1{
    margin-top: 90px;
}

.bent-section{
    width: 80%;
    padding: 40px 0px 50px 0px;
    margin: auto;
    max-width: 1200px;
}

.bent-col{
    flex-basis: 50%;
    padding: 30px 5px;
    color: #03244d;
}

.bent-col h3{
    color: #03244d;
    margin-top: 10px;
}

.bent-col p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 20px;
}

.bent-col img{
    width:100%;
    padding-left: 20px;
}

/* ABOUT */
.about-section{
    width: 80%;
    margin-top: 2%;
    padding: 50px 0px 50px 0px;
    margin: auto;
    flex-basis: 100%;
    max-width: 1200px;
}

.about-section img{
    width: 95%;
    /* center img */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about-section h2{
    color: #03244d;
    margin-bottom: 10px;
}

.about-section h3{
    color: #03244d;
    margin-top: 25px;
    margin-bottom: 5px;
}

.about-section em, p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 20px;
}

/* MEETINGS */
.meetings-section{
    text-align: left;
    width: 80%;
    padding-top: 50px;
    margin: auto;
    max-width: 1200px;
}

.meetings-section h2{
    color: #03244d;
    font-size: 32px;
}

.meetings-section h3{
    color: #03244d;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
    text-align: left;
}

.meetings-section strong, p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
}

.meeting-col{
    border-radius: 5px;
    flex-basis: 32%;
    margin-bottom: 5%;
    text-align: left;
}

.meeting-col img{
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

/* LINKS */
.links-section{
    text-align: center;
    width: 80%;
    padding-top: 50px;
    margin: auto;
    max-width: 1200px;
}

.links-section h2{
    color: #03244d;
    font-size: 32px;
}

.link-col{
    border-radius: 5px;
    position: relative;
    flex-basis: 32%;
    margin-bottom: 32px;
    overflow: hidden;
}

.link-col img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    pointer-events: all;
}

.orange-overlay{
    background: rgba(221, 85, 12, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.orange-overlay:hover{
    background: rgba(221, 85, 12, 0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.orange-overlay h3{
    color: #03244d;
    -webkit-text-stroke: 0.75px #dd550c;
    font-size: 24px;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
    /* move information to bottom of picture */
    left: 50%;
    bottom: 15px;
    position: absolute;
    transform: translateX(-50%);
}

.orange-overlay:hover h3{
    color: #03244d;
    font-size: 24px;
    width: 100%;
    opacity: 1;
    bottom: 70%;
    cursor: pointer;
}

.orange-overlay p{
    color: #03244d;
    font-size: 14px;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    padding: 0 12px;
    text-align: center;
    /* move information to bottom of picture */
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}

.orange-overlay:hover p{
    color: #03244d;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    opacity: 1;
    bottom: 49%;
}

/* OFFICERS */
.officers-section{
    text-align: center;
    width: 80%;
    padding-top: 50px;
    margin: auto;
    max-width: 1200px;
}

.officers-section img{
    width: 100%;
    margin-top: 25px;
    border-radius: 5px;
    /* center img */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.officers-section h2{
    color: #03244d;
    font-size: 32px;
}

.officers-section p{
    text-align: center;
}

.single-accordian{
    border-radius: 5px;
    box-shadow: 0 0 12px rgb(0, 0, 0),0.50;
    overflow: hidden;
    background-color: #03244d;
    text-align: left;
    /* center accordian */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.single-accordian p{
    color: #03244d;
    line-height: 2.0;
}

.accordian-info, .accordian-label{
    padding: 12px 23px;
}

.accordian-label{
    color: white;
    display: block;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
    text-align: left;
}

.accordian-label:hover{
    background: rgba(0,0,0,0.2);
    color: #dd550c;
}

.accordian-label::after{
    content:"";
    /* vertically center */
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    /* size of dropdown triangle */
    background-image: url('data:image/svg+xml;utf8,&lt;svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"&gt;&lt;polygon points="0,0 100,0 50,50" style="fill:%23dd550c99;" /&gt;&lt;/svg&gt;');
    width: 12px;
    height: 6px;
    background-size: contain;
    transform: 0.5s;
}

.accordian-info {
    background: #ffffff;
    border: #03244d 2px solid;
    display: none;
}

.accordian-input{
    /* remove the checkbox from visibility */
    display: none;
}

/* when input field has a value, target the content */
.accordian-input:checked ~ .accordian-info{
    display: block;
}

/* rotate triangle dropdown */
.accordian-input:checked ~ .accordian-label::after{
    transform: translateY(-50%) rotate(0.5turn);
}

/* table styling */
#officers{
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

#officers td{
    border: #03244d 1px solid;
    padding: 10px;
    color: #03244d;
    text-align: left;
}

#officers strong{
    color: #03244d;
    text-decoration: none;
}

#officers a{
    color: #03244d;
    text-decoration: none;
}

#officers tr:nth-child(odd){
    background: rgba(246, 128, 38, 0.5);
}

#officers tr:hover{
    background-color: #dd550c;
}

/* SERVICE */
.service-section{
    text-align: center;
    width: 80%;
    padding-top: 50px;
    margin: auto;
    max-width: 1200px;
}

.service-section h2{
    color: #dd550c;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 3px;
}

.service-section h3{
    color: #03244d;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
}

.service-section h5{
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
}

.service-section .mission-col strong, p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
    text-align: left;
    line-height: 1.5;
}

.service-section strong, p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
    text-align: left;
    line-height: 1.5;
}

.service-section .mission-col a{
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.service-section .mission-col h5 a:hover{
    color: #ffffff;
}


.service-section .mission-col a:hover{
    text-decoration: none;
    color: #dd550c;
}

.opportunities-col{
    border-radius: 5px;
    flex-basis: 32%;
    margin-bottom: 5%;
    text-align: left;
}

.opportunities-col img{
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

/* PRO DEV */
.prodev-section{
    text-align: left;
    width: 80%;
    padding-top: 50px;
    margin: auto;
    max-width: 1200px;
}

.prodev-section img{
    width: 100%;
    margin-top: 25px;
    border-radius: 5px;
    /* center img */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.prodev-section h2{
    color: #03244d;
    font-size: 32px;
}

.prodev-section h3{
    color: #03244d;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
    text-align: center;
}

.prodev-section strong, p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
}

.prodev-section a{
    color: #03244d;
    text-decoration: none;
    transition: 0.5s;
}

.prodev-col{
    border-radius: 5px;
    flex-basis: 32%;
    margin-bottom: 5%;
    text-align: left;
}

.prodev-col img{
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.prodev-section .mission-col h2{
    color: #dd550c;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 3px;
}

.prodev-section .mission-col h3{
    color: #03244d;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
}

.prodev-section h5{
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 3px;
}

.prodev-section .mission-col strong, p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
    text-align: left;
    line-height: 1.5;
}

.prodev-section strong, p{
    color: #03244d;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
    text-align: left;
    line-height: 1.5;
}

.prodev-section .mission-col a{
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.prodev-section .mission-col h5 a:hover{
    color: #ffffff;
}


.prodev-section .mission-col a:hover{
    text-decoration: none;
    color: #dd550c;
}

.prodev-section .white-hover a:hover{
    color: #ffffff;
    font-size: 100px;
}

/*******************/
/* SMALLER DEVICES */
/*******************/
@media(max-width: 750px){
    html,body{
        overflow-x: hidden;
    }
    .page-header h1{
        font-size: 36px;
    }
    
    .page-header h3{
        font-size: 24px;
    }

    nav .fa-solid{
        text-align: left;
        display: block;
        font-size: 24px;
        color: #ffffff;
        margin: 15px;
        cursor: pointer;
    }

    .navigation-links{
        text-align: left;
        background: #dd550c;
        position: fixed;
        z-index: 2;
        width: 200px;
        height: 100vh;
        top: 0;
        right: -200px;
        transition: 0.75s;
    }

    .navigation-links ul li{
        text-align: left;
        display: block;
    }

    .navigation-links ul{
        padding: 32px 15px;
    }

    .single-row{
        flex-direction: column;
    }

    .bent-col img{
        padding-left: 0px;
    }

    #officers{
        width: 100%;
        font-size: 7px;
    }
    
    #officers td{
        border: #03244d 0.1px solid;
        padding: 1px;
    }

    .accordian-info, .accordian-label{
        padding: 12px 12px;
    }
    
    .accordian-label::after{
        right: 12px;
    }
}</pre></body></html>