/************
* Variables *
*************/

body {
    --main-color: #000000;
    --width: 1200px;
    --top-collapsible-height: 46px;
    --topnav-height: 140px;
    font-family: "Helvetica";
    font-weight: 100;
    font-size: 11pt;
}


/********
* Reset *
********/

html, body {
    margin: 0;
    padding: 0;
}


/********
* Types *
********/

a {
    color: black;
}

.Container {
    max-width: var(--width);
    margin: 0 auto;
}

.Grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.Uppercase {
    text-transform: uppercase;
}

.Heavy {
    font-weight: 700;
}

.Hoverable {
    cursor: pointer;
}

.Loosen {
    letter-spacing: 0.1em;
}

.Icon {
    width: 16px;
}

.Icon--Bigger {
    width: 20px;
}

/*************
* Components *
*************/

.Section {
    padding: 3em 1em;
}

.Section__Title {
    font-size: 2em;
    letter-spacing: 0.15em;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
}

.Section--Alt {
    background-color: #fcfcfc;
}

.TopCollapsible {
    min-height: var(--top-collapsible-height);
    background-color: black;
    color: white;
    letter-spacing: 0.1em;
    display: grid;
    align-items: center;
    width: 100%;
    top: 0;
    transition: height 0.2s linear, min-height 0.2s linear;
    line-height: 1.5em;
}

.TopCollapsible.dismissed {
    height: 0;
    min-height: 0;
    overflow: hidden;
}

.TopCollapsible__Text {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: center;
    padding: 0.25em 0;
    text-align: center;
}

.TopCollapsible__Close {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: right;
    font-weight: 700;
    cursor: pointer;
    font-size: 2em;
    margin-right: 0.3em;
    display: flex;
    align-items: center;
}

/**********
  Top Nav
**********/

.TopNav {
    height: var(--topnav-height);
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: height 0.3s linear;
    top: 0;
    z-index: 1;
}


.TopNav__Padding {
    margin-top: var(--topnav-height);
}


.TopNav__Inner {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.50);
    display: grid;
    grid-template-columns: 25% auto 25%;
    align-items: stretch;
    transition: background-color 0.3s linear, height 0.3s linear;
}

.TopNav.bottom {
    height: 100px;
}


.TopNav.bottom .TopNav__Inner {
    background-color: rgba(255, 255, 255, 1);
}


.TopNav__Inner > * {
}

.TopNav__Center {
    display: flex;
    flex-direction: center;
    justify-content: center;
}

.TopNav__Left, .TopNav__Right {
    display: flex;
}

.TopNav__Right {
    justify-self: right;
}

.TopNav__Item {
    letter-spacing: 0.15em;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 5em;
    text-align: center;
    transition: display 0.3s linear;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    & a {
	color: black;
	text-decoration: none;
    }
}

.TopNav__Title {
    font-size: 2.5em;
    font-weight: 700;
    transition: font-size 0.3s linear;
    letter-spacing: 0.1em;
}

.TopNav.bottom .TopNav__Title {
    font-size: 2em;
}

.TopNav__Burger {
    width: 32px;
}


.Hero {
    min-height: calc(100vh - var(--topnav-height));
    display: flex;
    align-items: center;
    justify-content: center;
}

.Hero__Panel {
    padding: 1em;
    display: flex;
    align-items: center;
}

.Hero__Image img {
    width: 100%;
    border-radius: 100em;
}

.Biography {
}

.Testimonials {
}

/***************
 ** Side Page **
 ***************/

.SidePage {
    background-color: white;
    position: fixed;
    z-index: 3;
    min-height: 100vh;
    width: 1024px;
    right: -1024px;
    top: 0;
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.SidePage.active {
    right: 0;
}

.SidePage__Background {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.3s linear;
    position: fixed;
    height: 100vh;
    width: 100%;
    margin-left: 100%;
    z-index: 2;
    top: 0;
}

.SidePage__Background.active {
    margin-left: 0;
    display: block;
    opacity: 1;
}

.SidePage__Close {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 2em;
}

.SidePage__Panel {
    text-align: center;
    letter-spacing: 0.1em;
}

.SidePage__Portrait {
    width: 40%;
    object-fit: cover;
    border-radius: 50%;
}

.Footer {
    width: 100%;
    padding: 3em 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    line-height: 1.75em;
}

.blah {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 3em 0 3em;
}

.ButtonSet > * {
    margin-top: 1em;
}

.ButtonSet--Horizontal {
    display: grid;
    grid-template-columns: 33.3% 33.4% 33.3%;
    width: auto;
    padding: 1em;
    margin-top: 0;
}

.ButtonSet--Horizontal > * {
    margin: 1em;
}

.Button {
    border-radius: 100em;
    display: block;
    text-align: center;
    border: 0;
    outline: 0;
    background-color: #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.5em 3em;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.Button--Alt {
    background-color: lavender;
    color: black;
}

.Button:hover {
    background-color: black;
    color: white;
}

.Content {
    line-height: 1.75em;
    font-size: 1.25em;
}

.SuccessStory {
    font-size: 1.25em;
    padding: 1em;
    margin: 2em 0;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
}

.SuccessStory__Quote {
    font-size: 1.1em;
    text-align: center;
}

.SuccessStory__Author {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.SuccessStory__Portrait {
    width: 96px;
    object-fit: cover;
    border-radius: 50%;
    height: 96px;
}

.FinalCtaItem {
    text-align: center;
    font-size: 1.25em;
    margin-top: 2em
}

@media only screen and (max-device-width:1024px) {
    .Grid {
	display: block;
    }

    .TopCollapsible {
	display: flex;
    }

    .Hero__Image {
	max-width: 400px;
	margin: 0 auto;
    }

    .TopNav, .TopNav.bottom {
	height: 70px;
    }

    .TopNav__Headline, .TopNav__Left {
	display: none;
    }

    .TopNav__Inner {
	grid-template-columns: auto 25%;
	justify-content: space-between;
    }

    .TopNav__Item {
    }

    .TopNav__Title {
	font-size: 1.25em;
	text-align: left;
    }

    .TopNav.bottom .TopNav__Title {
	font-size: 1.25em;
    }

    .SidePage {
	width: 100%;
    }

    .ButtonSet--Horizontal {
	display: block;
    }

    .Hero__Contact {
	text-align: center;
    }

    .Footer {
	display: block;
	text-align: center;
    }
}
