/* Main */

html,body {height:100%;}
* {
	margin:0;
	border:0;
	padding:0;
}
body {
	background: #fff;
	color: #181818;
    font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}
img,div {display:block;}

/* Structure */

.flex_grid {
	display: -ms-grid;
	display: grid;
}

.flex_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.vert_center {
    align-items: center;
}

.flex_center {
    justify-content: center;
}

.space_between {
    justify-content: space-between;
}
.space_between_col {
    align-content: space-between; 
    flex-direction: column;
}

.space_between_cen {
    justify-content: space-between;
    align-items: center;
}

/* Style */
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 90px;
    line-height: 74px;
    font-weight: 800;
}
h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    letter-spacing: 0.1em;
}
h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0.1em;
}
h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0.1em;
}
h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
h5 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

p{font-size: 14px;line-height: 21px; text-transform: none; margin:25px 0;}
p:last-of-type{margin:25px 0 0;}
a {text-decoration: none;color: #e6165d; font-weight: inherit;}
.a_underline {text-decoration: underline;color: #163b62; text-transform: uppercase;}

.intro_p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.bold {
    font-weight: 800;
}
.reg {
    font-weight: 400;
}

.og_pink {
    color: #e6165d;
}
.og_blue {
    color: #163b62;
}

.og_blue_bg {
    background-color: #163b62;
    color: #fff;
}
.og_pink_bg {
    background-color: #e6165d;
    color: #fff;
}

.white {
    background-color: #fff;
}
.black {
    background-color: #181818;
    color: #fff;
}
.light_grey {
    background-color: #f3f3f3;
}

/* Widths */

.width_100 {
	width: 100%;
}
.width_90 {
	width: 90%;
}
.width_80 {
	width: 80%;
}
.width_75 {
	width: 75%;
}
.width_60 {
	width: 60%;
}
.width_50 {
	width: 50%;
}
.width_45 {
	width: 45%;
}
.width_40 {
	width: 40%;
}
.width_33 {
	width: 33.333333%;
}
.width_25 {
	width: 25%;
}

.width_center {
    margin: 0 auto;
}

.content_in {
    border: 30px #fff solid; border-bottom: 0;
}

.content_padding {
    width: 80%;
    margin: 0 auto;
}

.content_area {
    padding: 5% 0;
}

/* Appearance Defaults */

.cover {
	background-size: cover;
    background-position: center;
}
.img_cover {
	align-content: stretch;
	align-items: stretch;
	position: relative;
}
.img_cover img {
	position: absolute;
	-o-object-fit: fill;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.overflow {
	overflow: hidden;
	position: relative;
}

/* Header */

.logo {
    width: 250px;
}

/* Heading */

.heading_text h1 {
    margin-bottom: 20px;
}

.heading_left,.heading_right {
	height: calc(100vh - 86px);
	position: relative;
}
.heading_left {
    padding: 5%;
    padding-right: 2%;
    box-sizing: border-box;
    background-image:url(/images/heading-bg.jpg);
    background-position: right center;
}
.heading_right {
    background-image:url(/images/heading-image_23.jpg);
    background-position: left center;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    position: relative;
}

.heading_social {
    position: absolute;
    bottom: 10%;
    right: 10%;
}
.social_icons {
    margin-top: 5px;
    flex-direction: row-reverse;
}
.social_icons div {
    height: 20px;
    margin-left: 20px;
}
.social_icons img {
    height: 100%;
    transition: 0.3s;
}
.social_icons img:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.will_tag {
    position: relative;
    color: #fff;
    width: min-content;
}
.will_tag a {
    padding: 10px 15px 8px;
    display: block;
    background: #0e2050; 
    border-radius: 4px;
    transition: 0.3s;
}
.will_tag a:hover {
    background: #181818; 
    transition: 0.3s;
}
.will_tag img {
    width: 160px;
}

/* Bio */

.bio {
    height: calc(100vh - 86px);
    min-height: 700px;
}

.signature {
    padding-top: 30px;
}
.signature img {
    width: 140px;
}

/* Stats */

.stats {
    padding: 5% 0;
}

.facts_content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 18px;
}

.fact_label {
    color: #b1b1b1;
    letter-spacing: 0.1em;
}

.fact_answer {
    font-weight: 800;
    color: #163b62;
}

/* Instagram */

.lightwidget__tile {
    height: 0;
    padding-bottom: 100%;
}

/* Partners */

.partners {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 5%;
}
.partners div {
    width: 60%;
    margin: 0 auto;
}
.partners a {
    margin: 0 auto;
}

.partners div img {
    max-height: 120px;
    transition: 0.3s;
    width: 100%;
}
.partners div img:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* Autograph */

.autograph {
    background-image: url(/images/OG-outline-pink.png);
    background-size: cover;
    background-position: center;
}

.autograph .width_80 {
    padding: 2% 0;
}

.autograph_content {
    max-width: 460px;
    text-align: right;
}

.autograph_content h4 {
    margin-bottom: 10px;
}

.autograph_card {
    width: 300px;
    margin-left: 40px;
}
.autograph_card img {
    width: 100%;
}

.autograph_link {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.1em;
    transition: 0.3s;
    margin-top: 20px;
}
.autograph_link:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* Footer */

footer {
    width: calc(100% - 100px);
    padding: 50px;
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    color: #b1b1b1;
    letter-spacing: 0.05em;
}

footer a {
    color: #b1b1b1;
    transition: 0.3s;
}
footer a:hover {
    color: #163b62;
    transition: 0.3s;
}

.contact_link {
    color: #e6165d;
    font-weight: 800;
    text-decoration: underline;
    transition: 0.3s;
}
.contact_link:hover {
    color: #163b62;
    transition: 0.3s;
}


.og_logo_small {
    width: 38px;
    height: 48px;
    margin: 0 10px 0 2px;
}

/* 1200px */
@media screen and (max-width: 1200px) {
    .bio p{font-size:13px; line-height: 18px; margin:20px 0;}
    .bio .intro_p{font-size: 16px;line-height: 20px;}
    
    footer {
        display: block !important;
        text-align: center;
    }

    .og_logo_small {
        display: none;
    }

    footer .flex_box {
        display: initial;
    }

    h1 {
        font-size: 70px;
        line-height: 60px;
    }
    h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .heading_text h1 {
        margin-bottom: 15px;
    }

}

/* 900px */
@media screen and (max-width: 900px) {
    .bio .width_50 {
        width: 100%;
    }
    .bio {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-block;
        height: auto;
        min-height: auto;
    }

    .bio .image_block {
        height: 0;
        padding-bottom: 66%;
    }
    .bio .cover {
        background-position: bottom;
    }

    .bio p{font-size:14px; line-height:20px; margin:25px 0;}
    .bio .intro_p{font-size: 18px;line-height: 22px;}

    .content_padding {
        padding: 40px 0;
    }

    .content_in {
        border: 20px #fff solid; border-bottom: none;
    }

    .stats {
        padding: 10% 0;
    }

    .facts_content {
        grid-template-columns: repeat(2, 1fr);
    }

    .heading_right {
        width: 40%;
    }
    .heading_left {
        width: 60%;
        padding: 8%;
        padding-right: 2%;
    }

    .autograph .width_80 {
        padding: 5% 0;
    }
    .autograph h4 {
        font-size: 24px;
        line-height: 24px;
    }

}

/* 700px */
@media screen and (max-width: 700px) {

    .content_padding {
        width: 86%;
    }

    .partners {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 10%;
    }
    .partners div {
        width: 50%;
    }
    
    .partners div img {
        max-height: 90px;
        margin: 0 auto;
    }

}

/* 600px */
@media screen and (max-width: 600px) {

    .bio p{font-size:13px; line-height:18px; margin:20px 0;}
    .bio .intro_p{font-size: 16px;line-height: 20px;}

    .bio .image_block {
        padding-bottom: 100%;
    }

    footer {
        font-size: 10px;
        line-height: 14px;
    }

    .heading {
        display: block;
    }
    .heading_left {
        width: 100%;
        background-image:url(/images/heading-image-r.jpg);
        background-position: center bottom;
        height: 350px;
        padding: 8%;
        text-align: center;
    }
    .heading_right {
        width: 100%;
        background-image:url(/images/heading-bg-r.jpg);
        background-position: center top;
    }

    .logo, .will_tag {
        margin: 0 auto;
    }

    .heading_social {
        right: 30px;
        top: 30px;
        bottom: auto;
    }
    .social_icons {
        margin-top: 0;
    }
    .social_icons div {
        height: 35px;
    }
    .follow_text {
        display: none;
    }

    .autograph .width_80 {
        flex-direction: column;
        padding: 8% 0;
    }
    .autograph_content {
        text-align: center;
    }
    .autograph_card {
        margin-left: 0;
        margin-top: 20px;
    }

}

/* 500px */
@media screen and (max-width: 500px) {

    .facts_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .partners {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    h1 {
        font-size: 60px;
        line-height: 50px;
    }

    footer {
        width: calc(100% - 50px);
        padding: 50px 25px;
    }

}

/* 400px */
@media screen and (max-width: 400px) {

    h1 {
        font-size: 50px;
        line-height: 42px;
    }

    h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .heading_left {
        padding: 14% 8%;
    }

}