﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #5757cc;
}

a:hover {
    color: #5757cc;
    font-weight: bolder;
    text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #6466ff;
  border-color: #5757cc;
}

.btn:hover {
    font-weight:
}

.profile-image {
    height:auto;
    width:1072px;
}

.auto-profile {
    width: 100%;
    height: auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6e6dff;
  border-color: #5757cc;
}


/* Bump Left / Right margins so columns touch*/
.bump-top {
    padding-top: -15px;
}

.bump-left {
    padding-left: 0
}

.bump-right {
    padding-right: 0
}



/* Base Styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

/*h1 {
    color: #6466ff;
}*/

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 103px;
    font-size: 1.2rem;
}


/* extra spacing after navbar */
.navbar {
    margin-bottom: 1rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 103px; /* Vertically center the text there */
    font-family: Gantari,"Nunito Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    color: #ffffff;
    background-image: url('/images/blue_purple_gradient_300px_horizontal.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer a {
    color: #ffffff;
    padding: 0px 20px;
    text-decoration: none;
}

.footer a:hover {
    font-weight: 400;
}

/* --- Styled HR --- */
hr.styled {
    height: 1px;
    width: 60%;
    margin-left: 0;
    background-color: #6466ff
}

/* Give Form styles
-------------------------------------------------- */
.give-form {
    background-color: #fff;
    padding: 2rem 1.25rem 2.125rem;
    position: relative;
    box-shadow: 0 .1875rem .625rem #bdc3cf;
    height: 100%
}

.give-to {
    margin-top: 0;
    font-family: Gantari,Nunito Sans;
    font-weight: 600;
    font-size: 3.0em;
}

hr.narrow {
    margin-top: 0;
    margin-bottom: 0.2em
}

.give-to-name {
    font-family: Gantari,Nunito Sans;
    font-weight: 400;
    font-size: 1.8em;
}

/* Design Template Styles */
/*-------------------------------------------------- */
h1,
.t1 {
    font-family: Gantari,Nunito Sans;
    font-weight: 800;
    font-size: 4.0em;
    color: #6466ff;
}

h2,
.t2 {
    font-family: Gantari,Nunito Sans;
    font-weight: 600;
    font-size: 3.0em;
    color: #6466ff;
}

h3,
.t3 {
    font-family: Gantari,Nunito Sans;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: -1px;
    color: #6466ff;
}

h4,
.t4 {
    font-family: Gantari,Nunito Sans;
    font-weight: 400;
    color: #595959;
}

h5,
.t5 {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #6466ff;
}

h5,
.t6 {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #6466ff;
}

body {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #595959;
}

.navbar {
    font-family: Gantari,Nunito Sans;
    font-weight: 200;
    color: #595959;
}

.navbar a:hover {
    font-family: Gantari,Nunito Sans;
    font-weight: 400;
    color: #595959;
}

main.light-theme {
    background-color: #ffffff;
    color: #6466ff;
    padding: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}

div .light-theme {
    background-color: #ffffff;
    color: #6466ff;
    padding: 15px;
}

body .light-theme {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #595959;
}

.light-theme .give-to {
    color: #6466ff;
}

.light-theme .give-to-name {
    color: #6466ff;
}

.dark-theme {
    background-image: url(/images/blue_purple_gradient_990px_v1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    color: #ffffff;
    padding: 15px;
/*    margin-top: 150px;
    margin-bottom: 150px;*/
}

body .dark-theme {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #ffffff;
}

.dark-theme h1,
.dark-theme .t1 {
    font-family: Gantari,Nunito Sans;
    font-weight: 800;
    font-size: 4.0em;
    color: #ffffff;
}

.dark-theme h2,
.dark-theme .t2 {
    font-family: Gantari,Nunito Sans;
    font-weight: 600;
    font-size: 3.0em;
    color: #ffffff;
}

.dark-theme h3,
.dark-theme .t3 {
    font-family: Gantari,Nunito Sans;
    font-weight: 500;
    font-size: 2.5em;
    color: #ffffff;
}

.dark-theme .dark-theme h4,
.dark-theme .dark-theme .t4 {
    font-family: Gantari,Nunito Sans;
    font-weight: 400;
    color: #ffffff;
}


.dark-theme h5,
.dark-theme .t5 {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #ffffff;
}

.dark-theme h5,
.dark-theme .t6 {
    font-family: Gantari,Nunito Sans;
    font-weight: 300;
    color: #ffffff;
}

.dark-theme hr {
    height: 1px;
    margin-left: 0;
    background-color: #fff
}

.dark-theme .btn-primary {
    color: #000;
    background-color: #bebcff;
    border-color: #ccc;
}

.dark-theme .give-to {
    color: #ffffff;
}

.dark-theme .give-to-name {
    color: #ffffff;
}


/*  Override styles for print */
@media print {
    body {
        padding-top: 0;
    }

    legend {
        font-size: 200%;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .printOnly {
        display: block !important;
    }

    .text-right {
        text-align: right !important;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}


@media (max-width: 1200px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: normal;
        line-height:unset;
    }
}


@media (max-width: 576px) {
    .navbar {
        margin-bottom: 0;
    }

     .footer {
         font-size: 1.3em;
     }

     .footer a {
         padding: 0px 10px;
     }
     
    .light-theme {
        background-color: #ffffff;
        color: #6466ff;
        padding: 15px;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
    }

 }
