/*
Theme Name:   UW Theme Lite Child
Theme URI:    https://wordpress.wisc.edu
Description:  UW-Theme Lite Child Theme
Author:       Justin Janisch
Template:     uw-theme-lite
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  uw-theme-lite-child
*/

@import "css/animate.css";
@import "css/dashboard.css";
@import "css/overlay.css";

:root {
    --color-light: #FFFFFF;
    --color-light-gray: #c8c8c8;
    --color-gray: #8A8A8A;
    --color-teal: rgb(72, 135, 157);
    --color-orange: rgb(202,116,46);
    --color-dark-orange: rgb(174,72,44);
    --color-purple: rgb(89,98,148);
    --color-red: rgb(204,35,85);
    --color-light-blue: rgb(101,145,203);
    --color-pale-blue: rgb(220, 234, 246);
    --color-pale-yellow: rgb(254,243,204);
    --color-pale-green: rgb(224,238,216);
    --color-pale-dark-green: rgb(167,200,136);
    --color-pale-orange: rgb(251,228,212);
    --color-pale-red: rgb(251, 212, 212);
    --color-dark-blue: rgb(0,91,155);
    --color-brown: rgb(107,93,85);
    --color-toupe: rgb(142,130,124);
    --color-dark-green: rgb(84,129,53);
    --color-green: rgb(18,177,106);
    --color-dark: rgb(50,50,50);
    --color-medium: rgb(100,100,100);

    --color-glow-orange: rgb(252, 117, 44);
    --color-glow-red: rgb(251, 172, 172);

    --max-width: 900px;
}

html {
    scroll-behavior: smooth;
    margin: 0 !important;
}

body, html {
    height: 100%;
    margin: 0 !important;
}

body {
    font-family: montserrat, sans-serif;
    background: #FFFFFF;
    text-align: left;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

.uw-page-header {
    display: none !important;
}

.entry-content {
    padding-top: 0 !important;
}

#main {
    padding: 0 !important;
    max-width: 100% !important;
}

#content {
    margin: 0 !important;
}

.uw-header-container {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.uw-header-crest-title {
    padding-left: 5px !important;
}

.uw-crest-svg {
    width: 2.5rem !important;
}

#site-title {
    font-size: 1.4rem !important;
}

.page-title {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    color: var(--color-dark);
    text-align: center;
}

#primary {
    width: 100% !important;
    max-width: 1012px !important;
    padding-right: 1rem !important;
}

.homepage-container {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(100vh - 130px);
    width: 100%;
    margin-top: 5px;
}

.homepage-content {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0;
    max-width: 1000px;
    width: 100%;
}

.homepage-content-panel-left {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
}

.homepage-content-panel-right {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
}

.tool-intro {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-left: 20px;
    margin-bottom: 2px;
}

.tool-intro-text {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.homepage-link {
    padding: 9px 18px;
    color: var(--color-light);
    background: var(--color-dark-green);
    border: 1px solid var(--color-dark-green);
    box-shadow: 2px 5px 9px var(--color-dark);
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
}

.homepage-link:hover {
    text-decoration: none;
}

.homepage-options-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 2px 0 2px 20px;
    margin-top: 15px;
}

button[disabled] {
    color: var(--color-light-gray);
    border: 2px solid var(--color-light-gray) !important;
    background-color: var(--color-light);
    box-shadow: none;
}

button[disabled]:hover {
    background-color: var(--color-light);
    color: var(--color-light-gray);
    border: 2px solid var(--color-light-gray);
}

.blue {
    color: var(--color-light-blue);
}

.dark-blue {
    color: var(--color-dark-blue);
}

.orange {
    color: var(--color-orange);
}

.purple {
    color: var(--color-purple);
}

.red {
    color: var(--color-dark-orange);
}

.dark-green {
    color: var(--color-dark-green);
}

.fa-check, .fa-circle-check {
    font-size: 20px !important;
    color: green !important;
    margin: 0 6px;
}

.fa-person-pregnant {
    font-size: 20px !important;
}

.glow {
    animation: glow 1250ms infinite alternate;
}

.large-menu-button {
    font-size: 16px;
    height: 84px;
}

.tall-button {
    height: 84px;
}

.button-small-text {
    font-size: 0.75em;
    line-height: 0.9em;
}

.button-sub-text {
    font-size: 0.75em !important;
    line-height: 0.5em !important;
}

.minimal-button-padding {
    padding: 2px;
}

.indented {
    margin-left: 15px !important;
}

.note-header {
    font-size: 1.25em;
    line-height: 1.35rem;
    color: var(--color-dark-blue);
    font-weight: 675;
    margin-top: 1.8rem;
    margin-bottom: .9rem;
}

@media only screen and (max-width: 1050px) {
    .uw-header-container {
        padding-top: 5px !important;
        padding-right: 5px !important;
    }

    #site-title {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 950px) {
    .large-menu-button {
        font-size: 14px;
        height: 84px;
    }

    .button-small-text {
        font-size: 0.6em;
        line-height: 0.75em;
    }

    .button-sub-text {
        font-size: 0.6em !important;
        line-height: 0.5em !important;
    }
}

@media only screen and (max-width: 900px) {
    .homepage-content {
        margin: 50px 0;
    }

    .tool-intro {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .tool-intro-text {
        margin-top: 10px;
    }

    .homepage-link {
        padding: 8px 16px;
        font-size: 18px;
    }

    #site-title {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 800px) {
    .homepage-content {
        margin: 40px 0;
    }

    .tool-intro {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .homepage-content {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: flex-start;
        margin: 60px 0;
        max-width: 1000px;
        width: 100%;
    }

    .fa-check, .fa-circle-check {
        font-size: 18px !important;
        margin: 0 5px;
    }

    .fa-person-pregnant {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 700px) {
    .homepage-content {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin: 30px 0;
    }

    .tool-intro {
        font-size: 2.5rem;
        line-height: 2.75rem;
        text-align: center;
        width: 100%;
    }

    .homepage-content-panel-left {
        width: 100%;
    }

    .homepage-content-panel-left img {
        width: 200px;
        height: auto;
    }

    .homepage-content-panel-right {
        width: 100%;
        margin-top: 25px;
    }

    .homepage-options-container {
        justify-content: center;
    }

    .fa-check, .fa-circle-check {
        font-size: 16px !important;
        margin: 0 4px;
    }

    .fa-person-pregnant {
        font-size: 16px !important;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes expand {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 300px;
    }
}

@keyframes expand {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 300px;
    }
}

@-webkit-keyframes expandRightPanel {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: 0;
        width: 440px;
    }

    100% {
        opacity: 1;
    }
}

@keyframes expandRightPanel {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: 0;
        width: 440px;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes collapseRightPanel {
    0% {
        opacity: 1;
        width: 440px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        width: 0;
    }
}

@keyframes collapseRightPanel {
    0% {
        opacity: 1;
        width: 440px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        width: 0;
    }
}

@-webkit-keyframes contract {
    from {
        opacity: 1;
        width: 300px;
    }

    to {
        opacity: 0;
        width: 0;
    }
}

@keyframes contract {
    from {
        opacity: 1;
        width: 300px;
    }

    to {
        opacity: 0;
        width: 0;
    }
}

@keyframes glow {
    from {
        box-shadow: 0 0 4px -4px #fc752c;
    }
    to {
        box-shadow: 0 0 4px 4px #fc752c;
    }
}


@media print {

}
