/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.text-muted {
    color: #595959;
}

#contact .text-muted {
	color: #E6E6E6;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.text-primary {
    color: #ff5000;
}

p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 30px;
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a, .btn-primary {
    color: #ff5000;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition: all ease .5s;
    /* Standard syntax */
    transition: all ease .5s;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #d54300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 1.25;
}

ul, ol {
    margin: 30px 0;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #ff5000;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #ff5000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #744101;
    color: #fff;
    background-color: #d54300;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ff5000;
    background-color: #ff5000;
}

.btn-primary .badge {
    color: #ff5000;
    background-color: #fff;
}

.btn-xl {
	padding: 20px 40px;
	border-color: #ff5000;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #ff5000;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #744101;
    color: #fff;
    background-color: #d54300;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ff5000;
    background-color: #ff5000;
}

.btn-xl .badge {
    color: #ff5000;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #ffffffe0;
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-brand {
    font-weight: bold;
	color: #ff5000;
    padding: 7px 15px;
}
.navbar-default .navbar-brand img {
    height: 35px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #d54300;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ff5000;
    background-color: #ff5000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ff5000;
}

.navbar-default .nav li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05rem;
    color: #595959;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ff5000;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff5000;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #d54300;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 24px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 10px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #ffffffe0;
        border-bottom: 1px solid #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 20px;
    }
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: white;
}
header img.profile {
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 130px;
    padding: 4px;
    border: 2px solid #ccc;
    background-color: #fff;
    box-shadow: 0 10px 30px #00000080;
}

header .intro-text .intro-lead-in {
    margin-bottom: 30px;
    font-size: 18px;
    font-style: italic;
    text-shadow: 0 10px 25px white, 0px 5px 5px #fff, 0px -5px 5px #fff, 5px 0px 5px #fff, -5px 0px 5px #fff;
    color: #595959;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: 'Pacifico', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.25;
    text-shadow: 0px 10px 55px #fff, 0px 3px 5px #fff;
    color: #595959;
}

header .btn {
    box-shadow: 0 10px 30px #00000080;
}

@media(min-width:768px) {
    header img.profile {
        height: 230px;
        margin: 0 auto 30px;
        padding: 8px;
        border-width: 3px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 20px; /* Reduced for profile img. BW */
        font-size: 75px;
    }

    header .intro-text .intro-lead-in {
        font-size: 24px;
        margin-bottom: 60px;
    }

}

@media(min-width:1441px) {
    header {
        min-height: inherit;
    }

    header .intro-text {
        padding-top: 150px; /* Reduced for profile img. BW */
        padding-bottom: 120px; /* Reduced for profile img. BW */
    }

    header img.profile {
        height: 260px;
        margin: 0 auto 50px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 30px; /* Reduced for profile img. BW */
        font-size: 95px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 85px;
        font-size: 30px;
    }

}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    color: #595959;
}

section p.section-subheading, section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
	line-height: 1.75em; /* Added this for multiple lines in sub-head. - BW */
}


@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#resume article h3 { /* Add line below headings. - BW */
    border-bottom: solid 1px #ff5000;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#resume article h4 {
    margin-bottom: 0;
}

#resume article h5 {
    line-height: 1.75;
    font-size: 16px;
    font-weight: normal;
}

#resume article li { /* Resume line height not big enough. - BW */
	line-height: 1.75em;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 560px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(242,101,36,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 560px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    max-height: 28px;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #ff5000;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    font-style: italic;
    font-size: 18px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
	background-color: #222;
	background-image: url(../img/contact_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
    border-radius: 10px;
}

section#contact .form-group textarea.form-control {
    height: 236px;
    border-radius: 10px;
}

section#contact .form-control:focus {
    border-color: #ff5000;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ff5000;
}

.btn {
    border-radius: 10px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-body {
    padding: 0;
}

.portfolio-modal .modal-content {
    /*padding: 100px 0;*/
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 20px;
    margin-top: 15vh;
    font-size: 3em;
}

.portfolio-modal .modal-content .logo h2, .portfolio-modal .modal-content .logo p {
    margin: 0;
}

.portfolio-modal .modal-content h3 {
    text-align: left;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
	text-align: left; /* Easier to read. - BW */
}

.portfolio-modal .modal-content p.item-intro {
    /*margin: 20px 0 30px;*/
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
	text-align: center; /* Easier to read. - BW */
}

.portfolio-modal .modal-content ul.simple, .portfolio-modal .modal-content ol.simple {
    margin-top: 0;
}

.portfolio-modal .modal-content ul.simple li, .portfolio-modal .modal-content ol.simple li {
    margin-bottom: 0;
    padding-left: 7px;
    margin-left: 25px;
    line-height: 1.75;
}

.portfolio-modal .modal-content ul.simple li {
    list-style: disc;
}

.portfolio-modal .modal-content ol.simple li {
    list-style: auto;
}

.portfolio-modal .modal-content ol.simple li:before {
    content: none;
}

.portfolio-modal .modal-content ul, .portfolio-modal .modal-content ol {
    text-align: left;
    padding: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.portfolio-modal .modal-content ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 20px;
    padding-left: 40px;
}
.portfolio-modal .modal-content ul li {
    margin-bottom: 20px;
    padding-left: 20px;    
}
.portfolio-modal .modal-content ol li::before {
    content: counter(my-awesome-counter);
    background: #F95300;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    line-height: 24px;
    color: white;
    text-align: center;
    margin-left: -40px;
    font-size: 12px;
    font-weight: bold;
}
.portfolio-modal .modal-content ol.alpha li::before {
    content: counter(my-awesome-counter, upper-alpha);
}
.portfolio-modal .modal-content ul li::before {
    content: "";
    background: #F95300;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: 7px;
}
.portfolio-modal .modal-content ul.list-inline li::before {
    content: none;
}
.portfolio-modal .modal-content ul.list-inline {
    margin: 0 0 100px;
    padding: 0;
    text-align: center;
}

.portfolio-modal .modal-content ul.list-inline li {
    padding: 0 40px;
}

.portfolio-modal .modal-content img, .portfolio-modal .modal-content video {
    margin-bottom: 30px;
    border-radius: 10px;
}

.portfolio-modal .close-modal {
    position: fixed;
    z-index: 1;
    top: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 50%;
    opacity: 70%;
    padding: 6px;
    /*border: 1px solid rgba(0, 0, 0, .75);*/
}

.portfolio-modal .close-modal:hover {
    opacity: 1;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 6px;
    height: 45px;
    margin-left: 19px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 6px;
    height: 45px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 3px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .portfolio-modal .close-modal {
        width: 95px;
        height: 95px;
        padding: 10px;
    }
    .portfolio-modal .close-modal .lr {
        width: 6px;
        height: 75px;
        margin-left: 35px;
    }
    .portfolio-modal .close-modal .lr .rl {
        width: 6px;
        height: 75px;
    }
}


::-moz-selection {
    text-shadow: none;
    background: #ff5000;
}

::selection {
    text-shadow: none;
    background: #ff5000;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ff5000;
}
button[data-dismiss] {
    margin-top: 50px;
}

.logo-container {
    min-height: 35vh;
}
.hero {
/*    background-color: gray;*/
    margin-bottom: 170px;
}
.challenge {
    color: #F95300;
    font-size: 18px;
}

/* Utilities */

.border {
    border: 1px solid #EDEEF3;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-body .container .modal-body .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mt-170-mb-170 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .mt-170 {
        margin-top: 170px !important;
    }
    .mb-170 {
        margin-bottom:170px !important;
    }
}
/* Mobile first styles */
.modal-body .container, .modal-body .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.mt-170-mb-170 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.mt-170 {
    margin-top: 100px !important;
}
.mt-50 {
    margin-top:50px !important;
}
.mb-170 {
    margin-bottom: 100px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-70 {
    margin-bottom:70px !important;
}
.mb-50 {
    margin-bottom:50px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}




.text-center {
    text-align: center !important;
}
.d-flex {
  display: flex; /* or inline-flex */
}
.justify-between {
    justify-content: space-between;
}
.direction-column {
    flex-direction: column;
}
.align-self-end {
    align-self: flex-end;
}
.flex-center-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Utility classes *************************/

.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-top-0 {
    margin-top: 0;
}
