@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

a:hover {color: #69368C;}

h1, h2, h3, h4 {font-family: 'Barlow', sans-serif;}

h1 {font-weight: 900;}

h2, h3 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 800;
}

h2::before, h3::before  {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: rgba(105, 54, 140, 0.20);
    left: 50%;
    transform: translateX(-50%);
}

.donate h2::before,
.donate h3::before,
.card h3::before,
h2.color-white::before {background: rgba(255, 255, 255, 0.50);}

h4 {font-weight: 700;}

.text-start h2::before, .text-start h3::before {
    left: 0% !important;
    transform: translateX(0%) !important;
}

.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-25 {font-size: 25px;}
.font-30 {font-size: 30px;}
.font-40 {font-size: 40px;}
.font-70 {font-size: 70px;}

.color-primary {color: #69368C;}
.color-white {color: #fff;}

.bg-grey {background-color: #FAF9FB;}
.bg-primary {background-color: #69368C !important;}

.session {padding: 80px 0;}

.btn {
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;

    padding: 10px 25px;
}

.btn-primary {
    background-color: #69368C;
    border: 1px solid #69368C;
    color: #fff;
}
.btn-primary:hover {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
}

.btn-secondary {
    background-color: #fff;
    border: 1px solid #fff;
    color: #69368C;
}
.btn-secondary:hover {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
}

.btn-outline-primary {
    border: 1px solid #69368C;
    color: #69368C;
}
.btn-outline-secondary {
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-primary:hover, .btn-outline-secondary:hover {
    background-color: #69368C;
    border: 1px solid #69368C;
    color: #fff;
}

.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
.navbar .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #69368C !important;

    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.nav-link.active {font-weight: 600;}

.hero {
    background-image: url('../img/bg-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #69368C;

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero p {
    font-weight: 300;
    letter-spacing: 8px;
}

.bg-img {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #69368C;
}

#donate h2::before, #donate h3::before {background: rgba(255, 255, 255, 0.20);}

.footer {
    padding: 80px 0;
    background-color: #1D1D1D;
}
.footer .nav-link {font-size: 16px;}
.footer a {
    font-size: 18px;
    color: #fff;
}
.footer a:hover {color: #69368C;}

.copyright {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #1D1D1D;
}
.copyright p {
    font-size: 14px;
    color: #ffffffcc;
}

.form-control {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
    padding: 15px;
}

.form-check-input:checked {
    background-color: #69368C;
    border-color: #69368C;
}

.partner, .sponsor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.partner {height: 250px;}
.sponsor {height: 250px;}

.card {
    border-radius: 0px;
    border: 0px;
    background-color: #69368C;
}

.card .card-img-overlay {
    border-radius: 0px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
}

.border-primary {border: 2px solid #69368C !important;}

.social .btn {padding: 10px 15px !important;}
.social .btn-outline:hover {background-color: #fff;}

@media (max-width: 600px) {
    .session {padding: 50px 0;}

    .font-40 {font-size: 35px;}
    .font-70 {font-size: 50px;}

    .card .card-img-overlay {padding: 30px;}
    .card .card-img-overlay .font-40 {font-size: 30px;}
    .card .card-img-overlay .font-20 {font-size: 16px;}
}
.twitter-widget-0 {
	max-width: 300px;
}
.twitter-widget-0 {
	max-height: auto;
}
