 /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
    background-color: #f5f2ee;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button,  html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.flex-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.flex-main section {
    flex: 1 1 auto;
    margin: 0 14%}
@media(max-width: 750px) {
    .flex-main section {
    margin: 0 1%}
#hero-section {
    margin-left: 2%;
    margin-right: 2%}
}* {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-container {
    z-index: 999;
}
nav ul {
    margin: 0;
    padding: 0;
    padding-top: 9em;
}
nav li {
    list-style: none;
    padding:  .75em;
}
nav a:hover,  nav a:focus,  nav a:target {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
    font-weight: 700;
    transition: color 0.5s;
}
h5 {
    font-size: 1.17em;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    background-color: #333;
    cursor: pointer;
    padding: 1.2em;
    font-size: 1em;
}
#myBtn:hover {
    background-color: #888;
}
@keyframes fade-in {
    0% {
    opacity: 0;
    transform: translateY(3em);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fade-in {
    animation: fade-in 4s cubic-bezier(.05, .98, .17, .97) forwards;
}
.wrapper {
    display: flex;
}
.wrapper>* {
    padding: 10px;
    flex: 1 100%}
.styleguide {
    text-align: left;
    flex: 1 1 auto;
    overflow: auto;
    padding: 2em;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #F00;
}
.button-submit {
    border-style: solid none;
    text-transform: capitalize;
    border-color: rgba(0,  0,  0,  0);
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 1em 0.1em 0;
    padding: 0.5em 3em;
}
.button-submit:hover, .button-submit:focus {
    border-style: solid none;
    cursor: pointer;
    border-color: rgba(0,  0,  0,  1);
    transition: color 0.5s;
}
form {
    margin: 2em 0;
}
.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}
label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}
input {
    font-size: 1.3em;
    background-color: #f6f2ec;
    border: 0;
    border-bottom: 1px solid #666;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0.2em 0;
    cursor: text;
    width: 50%}
input:focus {
    outline: 0;
    border-bottom: 2px solid #9a2009;
}
input:placeholder-shown+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    color: #9a2009;
    transform: translate(0,  2.125rem) scale(1.5);
}
::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
input:focus::-webkit-input-placeholder {
    opacity: 1;
}
input:not(:placeholder-shown)+label, input:focus+label {
    transform: translate(0,  0) scale(1);
    cursor: pointer;
}
ul {
    list-style: none;
    padding: 0em;
    color: #333;
}
ul {
    padding: 0 1em;
}
ol {
    margin: auto 18%;
    padding: 0 3.5em;
    font-weight: 700;
    color: #333;
}
h1 {
    font-size: 2.2em;
    font-family: 'karmina', sans-serif;
    font-style: normal;
    font-weight: 700;
}
h2 {
    font-size: 2.4em;
    font-family: 'karmina', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1em;
    color: #222;
}
h3 {
    font-size: 1.2em;
}
.logo h2 {
    font-size: 3.3em;
    line-height: 0.2em;
    flex: 1;
    font-family: voltage, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 1em;
    margin-left: 0.2em;
}
.styleguide section {
    border-top-style: solid;
    border-width: 2px;
    border-color: #222;
    margin-bottom: 2em;
}
.styleguide section:first-of-type {
    border-top-style: none;
    margin-top: 6em;
}
.styleguide h1 {
    padding-top: 1em;
}
.body-container h2 {
    font-family: 'karmina', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #222;
    font-size: 2.4em;
    padding-bottom: 0.5em;
}
.vmfPage h2, a {
    color: #26a8ff;
}
.dossierPage h2, a {
    color: #810bb8;
}
.vicePage h2, a {
    color: #EBAC00;
}
.duoPage h2, a {
    color: #5bcb05;
}
.michaelsPage h2, a {
    color: #000000;
}
em {
    font-weight: 500;
    font-style: normal;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    padding: 0.2em 0 1em 0;
    margin-top: 0em;
}
#hero-section h2 {
    font-size: 4em;
    margin-left: 2%;
    margin-right: 10%;
    margin-top: 0.4em;
    margin-bottom: 0;
}
#hero-section h3 {
    margin-left: 2%;
    margin-right: 10%}
.projects {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.project-card {
    display: flex;
    flex-direction: column;
    margin: 1.5%;
    flex: 1 35%;
    background-color: rgb(253,  252,  251);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
}
.projects .project-card:first-child {
    flex: 1 70%}
.project-image img {
    width: 100%}
.project-info {
    margin: auto;
    margin-bottom: 1em;
    text-align: center;
}
.project-info h2 {
    margin-bottom: 1em;
}
.projects h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}
.self-portrait {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
    margin: auto 9%}
.self-portrait .project-card {
    background-color: transparent;
    box-shadow: none;
}
.self-portrait .projects h2 {
    font-size: 2.4em;
    font-family: 'karmina', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0em;
}
section {
    margin-top: 4em;
}
section code {
    background-color: #EEE;
    padding: 0.5em 0.75em;
    display: block;
}
.container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.fig-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
}
.project-image img {
    width: 100%;
    margin: 0;
    opacity: 1;
    -webkit-transition:  .3s ease-in-out;
    transition:  .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition:  .3s ease-in-out;
    transition:  .3s ease-in-out;
}
.project-image:hover img,  .project-image:active img,  .project-image:focus img {
    border-style: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
figcaption {
    font-style: italic;
    font-weight: 300;
    font-size:  .9rem;
    color: #f6f2ec;
    padding: 0.2em;
    background: rgba(0, 0, 0, 0.702);
}
.item-image {
    display: inline-block;
    flex: 1 1 300px;
    margin: 0;
    width: 100%}
.item-image img {
    width: 100%}
nav {
    flex: 0 0 auto;
}
.page-nav {
    top: 6.875rem;
    display: flex;
    width: 100%;
    left: 0;
    position: fixed;
    flex-wrap: wrap;
    align-items: baseline;
    z-index: 800;
    justify-content: space-around;
    background-color: #fa335e;
}
.pn-item {
    flex: 0 1 9rem;
    padding: 1.2em .02em;
    color: #fff;
}
.pn-item:active, .pn-item:hover, .pn-item:focus {
    color: #f6f2ec;
    font-size: 1em;
}
@media ( max-width: 1385px ) {
    .self-portrait .projects h2 {
    font-size: 1.8em;
}
}@media ( max-width: 1009px ) {
    #hero-section h2 {
    font-size: 2.3em;
}
}@media ( max-width: 938px ) {
    #hero {
    font-size: 2.0em;
}
.project-card {
    flex: 1 46%}
.self-portrait .project-card {
    flex: 2 70%}
#hero-section h2 {
    font-size: 3em;
    margin: auto 0%;
    margin-bottom:  .4em;
}
#hero-section h3 {
    margin: auto 0%}
section:first-child {
    margin-top: 2em;
}
.projects .project-card:first-child,  .projects .project-card:nth-child(2) {
    flex: 2 70%}
}@media ( max-width: 800px ) {
    h1 {
    font-size: 1.6em;
}
.projects {
    padding: 0;
}
#hero-section {
    padding: 2rem;
}
section:first-child {
    margin-top: 1em;
}
.project-card {
    flex: 1 70%}
}@media (max-width: 56.25em) {
    .page-nav {
    display: none;
}
}@media (max-width: 40em) {
    .nav-container {
    justify-content: flex-start;
}
#hero-section h2 {
    font-size: 1.7em;
}
#hero-section h3 {
    font-size:  .7em;
}
}@media (max-width: 20em) {
    #hero-section h2 {
    font-size: 1.2em;
}
#hero-section h3 {
    font-size:  .6em;
}
}footer button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
.fa-facebook-square {
    color: #f6f2ec;
}
.fa-instagram {
    color: #f6f2ec;
}
.vicePage a {
    color: #EBAC00;
}
.vicePage em {
    background-color: rgb(255,  239,  168);
}
.michaelsPage a {
    color: #000000;
}
.michaelsPage em {
    background-color: #ffbece;
}
.dossierPage a {
    color: #810bb8;
}
.dossierPage em {
    background-color: #e8b7ff;
}
.vmfPage a {
    color: #0ab4df;
}
.vmfPage em {
    background-color: #9debff;
}
.dd19Page a {
    color: #7D246B;
}
.dd19Page em {
    background-color: #f3ff9b;
}
.duoPage a {
    color: #5bcb05;
}
.duoPage em {
    background-color: #b8fa86;
}
a:hover, a:focus, a:active {
    border-style: solid none;
    cursor: pointer;
    color: #000;
    transition: color 0.5s;
}
.redirect a:hover,  .redirect a:focus,  .redirect a:active {
    border-style: none;
}
.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: alias;
}
#color-swatch-section {
    display: flex;
    flex-wrap: wrap;
}
.color-swatch {
    flex: 10rem;
    max-width: 10rem;
    margin-left: 1rem;
    margin-top: 1rem;
}
.color-swatch .single-color:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
}
.color-swatch .single-color:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}
.single-color p {
    text-align: center;
    padding: 1em 0;
    transition: padding-top 0.3s;
}
.single-color p:hover {
    padding-top: 1.5rem;
}
.light-type {
    color: white;
}
.dark-type {
    color: gray;
}
.color-swatch .single-color p {
    margin: 0;
}
#color-swatch-reds .single-color:nth-child(1) {
    background-color: #ffd414;
}
#color-swatch-reds .single-color:nth-child(2) {
    background-color: #ffe880;
}
#color-swatch-reds .single-color:nth-child(3) {
    background-color: #fffbe8;
    border: solid grey 1px;
}
#color-swatch-blues .single-color:nth-child(1) {
    background-color: #ff5d80;
}
#color-swatch-blues .single-color:nth-child(2) {
    background-color: #ff9ab0;
}
#color-swatch-blues .single-color:nth-child(3) {
    background-color: #ffeff2;
    border: solid grey 1px;
}
#color-swatch-greys .single-color:nth-child(1) {
    background-color: #222;
}
#color-swatch-greys .single-color:nth-child(2) {
    background-color: #810bb8;
}
#color-swatch-greys .single-color:nth-child(3) {
    background-color: rgb(248,  248,  248);
    border: solid grey 1px;
}
.in-style-guide {
    z-index: 700;
}
#sticky-nav-containter, .sticky-nav-containter {
    padding: 2em;
    padding-bottom: 2em;
    height: 110px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sticky-nav-containter h2,  .sticky-nav-containter h2 {
    display: flex;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0.2em;
    padding: 0;
}
.defaultPage {
    color: #fffef6;
    text-shadow: 0 0 10px white;
    text-shadow: 0 0 20px white;
    text-shadow: 0 0 30px white;
    text-shadow: 0 0 100px #ffef15;
    text-shadow: 0 0 80px #ffef15;
    text-shadow: 0 0 70px #ffef15;
    text-shadow: 0 0 40px #ffef15;
}

.michaelsPageLogo h2 {
    color: #ff6b90}
.vicePageLogo h2 {
    color: #EBAC00 }
.dossierPageLogo h2 {
    color: #8235ff }
.vmfPage h2 {
    color: #00abee }
.duoPage h2 {
    color: #5bcb05 }
.dd19Page h2 {
    color: #7D246B }
#sticky-nav-containter img,  .sticky-nav-containter img {
    max-height: 110px;
    max-width: 300px;
    width: auto;
    height: auto;
}
#sticky-nav-containter .nav-logo,  .sticky-nav-containter .nav-logo {
    flex: 1 40%}
#sticky-nav-containter ul,  .sticky-nav-containter ul {
    display: flex;
    align-content: center;
    align-items: center;
    list-style: none;
}
#sticky-nav-containter ul li,  .sticky-nav-containter ul li {
    text-decoration: none;
    flex: wrap;
    background: none;
    color: #ff6b90;
    text-align: center;
    max-width: 150px;
    padding: 0.6em;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
}
#sticky-nav-containter ul li a:hover,  .sticky-nav-containter ul li a:hover {
    text-decoration: none;
}
#sticky-nav-containter .navigation-hamburger,  .sticky-nav-containter .navigation-hamburger {
    flex: 1 25%;
    align-self: flex-end;
}
.sticky-nav h1 {
    display: none;
}
#footer-bottomedge2 h2 {
    color: #000;
    margin: 0;
    padding: 3px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
footer {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
    background-color: rgb(253, 252, 251);
    padding: 2rem;
    margin-top: 3em;
    text-transform: lowercase;
}
#footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
#project-links {
    flex: 1 30%;
    display: flex;
    flex-direction: column;
}
#project-links a {
    text-align: left;
    margin: 0;
    font-size: inherit;
}
#footer-contacts {
    flex: 1 30%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0.5rem 0;
}
#footer-contacts p {
    padding: 0;
}
#footer-contacts p span {
    padding-left: 3px;
    padding-right: 3px;
}
#footer-container button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
.fa-linkedin {
    color: #000;
}
@media(max-width: 900px) {
    #sticky-nav-containter img,  .sticky-nav-containter img {
    max-width: 200px;
    padding-top: 10px;
}
#sticky-nav-containter {
    padding: 20px;
}
#sticky-nav-containter h2,  .sticky-nav-containter h2 {
    line-height: 1.5em;
    margin-left: 1em;
}
}@media(max-width: 760px) {
    #sticky-nav-containter h2,  .sticky-nav-containter h2 {
    margin-left: 0.5em;
}
}@media(max-width: 600px) {
    #footer-contacts {
    flex: 1 0 100%}
#sticky-nav-containter h2,  .sticky-nav-containter h2 {
    line-height: 1em;
}
#sticky-nav-containter ul li,  .sticky-nav-containter ul li {
    text-align: right;
    padding-right: 1em;
}
}@media(max-width: 450px) {
    #sticky-nav-containter, .sticky-nav-containter {
    padding-left: 10px;
}
#sticky-nav-containter img,  .sticky-nav-containter img {
    width: 150px;
    margin-top: 10px;
}
#header-bottomedge2 h2 {
    padding: 2px 4px 2px 6px;
}
footer {
    padding: 0.3rem;
}
}body.modal-open {
    overflow: visible;
}
#project-hero-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    flex: 100%;
    margin: 0;
}
.michaels {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/michaelsThumb.png") no-repeat center center fixed;
}
.vice {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/viceThumb.png") no-repeat center center fixed;
}
.dossier {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/dossierThumb.png") no-repeat center center fixed;
}
.about {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/hongKongCafe_eastPender.jpg") no-repeat center center fixed;
}
.vmf {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/vmfThumb.png") no-repeat center center fixed;
}
.goog {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/googleThumbx.png") no-repeat center center fixed;
}
.dd19 {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/dd19Thumb.png") no-repeat center center fixed;
}
.duo {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/duoThumb.png") no-repeat center center fixed;
}
.ibm {
    background: linear-gradient(rgba(0,  0,  0,  0.8),  rgba(0,  0,  0,  0.8)),  url("../img/IBM Logo_Banner.jpeg") no-repeat center center fixed;
}
#project-hero-section div {
    margin-left: 10%;
    padding: 10% 0;
    width: 50%}
#project-hero-section h1 {
    font-size: 2.4em;
    padding: 1rem 2rem 0 2rem;
    color: #f6f2ec;
    margin-bottom: 0;
}
#project-hero-section h2 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 0 0 2rem 2rem;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0.5rem;
}
#project-hero-section p {
    padding: 0 2rem;
    font-size: 1.3em;
    color: white;
}
.flex-main section, iframe {
    margin: 4% 8%}
.body-container p,  .body-container h2,  .body-container h2,  .body-container h3 {
    margin: auto 18%;
    margin-top: 1em;
}
.quote p {
    margin: auto 25%;
    font-style: italic;
    font-weight: 400;
    color: #333;
    padding-bottom: 2em;
}
.body-container h4 {
    margin: auto 25%;
    margin-top: 1em;
    color: #333;
}
section h2 {
    margin-top: 2em;
}
.parent {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%}
.child, .child2 {
    flex-basis: 50%}
.child h3,  .child ul {
    margin: 0 19%;
    color: #333;
    font-size: 1.1em;
    font-weight: 400;
}
.child h5,  .child p {
    margin-right: 0;
    margin-left: 36%}
.child2 h3,  .child2 h2,  .child2 p {
    margin-right: 18%;
    margin-left: 10%}
.child img {
    margin: 1;
    margin-left: 1em;
    margin-top: 1.5em;
}
.child h2 {
    margin-top: 1em;
}
img {
    width: 70%;
    margin: auto 15%}
@media (max-width: 50rem) {
    #project-hero-section div {
    margin: 0 auto;
    padding: 10% 0;
    width: 80%}
h2 {
    font-size: 1.6em;
}
.child img {
    margin: auto 15%}
.flex-main section {
    margin: 5%}
.body-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.body-container p,  .body-container h2,  .body-container h3,  .body-container ul,  .body-container li {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}
.child {
    flex-basis: 100%}
}