@font-face {
    font-family: 'colusregular';
    src: url('../fonts/colus/colus-regular.woff2') format('woff2'),
    url('../fonts/colus/colus-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aleoregular';
    src: url('../fonts/aleo/aleo-regular-webfont.woff2') format('woff2'),
    url('../fonts/aleo/aleo-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: "aleoregular", sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .sub-h1 {
    font-family: "aleoregular", sans-serif;
    color: #003ea2;
    font-weight: bold;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1rem;
}

.section-striped {
    background: rgba(108, 159, 255, 0.1);
}

.section-bland, .section-striped, .section-success {
    padding: 4rem 1rem;
}

.section-success {
    background-color: #009e5c17;
}

.ideas-to-life {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.list-custom, .list-custom-service-areas {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.list-custom li {
    margin-bottom: 1.5rem;
}

.list-custom-service-areas li {
    position: relative;
    margin-bottom: 2rem;
}

.list-custom-service-areas li:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 10px;
    border-bottom: 5px solid #61cea6;
}

.logo {
    width: 20%;
    height: auto;
}

.home-intro {
    font-size: 1.8rem;
}

.what-i-do, .status-success-msg {
    text-align: center;
    margin: 1.5rem 0;
    font-style: italic;
    font-size: 1.6rem;
    font-family: Georgia, sans-serif;
    border: 2px dashed #009e5c52;
    background-color: #009e5c17;
    border-radius: 10px;
    padding: 20px;
}

.sub-h1 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: bold;
    line-height: 1.2;
}

.section-img {
    max-width: 100%;
    height: auto;
}

.no-mb {
    margin-bottom: 0 !important;
}

.get-in-touch {
    padding: 20px 40px;
}

.reverse {
    flex-flow: column-reverse;
}

.list-contact-form {
    list-style: none;
    padding: 0;
}

.list-contact-form li {
    margin-bottom: 1rem;
}

/*---------------------------------------
	Contact Page
-----------------------------------------*/
.contact .frm-contact select {
    padding-left: .5rem;
}

.contact .alert-success,
.contact .alert-danger {
    width: 100%;
    text-align: center;
    transition: all ease 1s;
}

.contact .alert-success .close,
.contact .alert-danger .close {
    color: white;
    opacity: .9;
}

.contact .alert-success .close:hover,
.contact .alert-danger .close:hover {
    color: #000;
    opacity: .5;
}

.contact #status_message {
    display: none;
}

.error-inline {
    color: darkred;
    background-color: #ffd2d2;
    font-size: 1rem;
    padding: 10px;
    margin-top: 4px;
    display: inline-block;
}

.mandatory {
    position: relative;
}

.mandatory:after {
    content: "*";
    color: #d30000;
    position: absolute;
    top: -2px;
    right: -20px;
    font-size: 2rem;
    font-weight: bold;
}

.loading-indicator {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.portfolio-img-container {
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 0 auto 1.5rem auto;
}

.portfolio-img-container .img-fluid {
}

.portfolio-img-container img {
    height: auto;
}

.portfolio-img-container img:hover {
    -webkit-filter: brightness(80%);
}

@media (min-width: 992px) {
    .portfolio-img-container {
        text-align: left;
        margin: 0 0 2rem 0;
    }
}


.app-details {
    background-color: #efefef;
    border: 1px dashed #cccccc;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 10px;
}

.portfolio-app-heading {
    font-size: 2rem;
    text-align: center;
}

.portfolio-app-stack {
    font-size: 1.5rem;
    text-align: center;
}

.portfolio-app-purpose {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0;
}

.app-single {
    border-bottom: 5px solid #61cea6;
    margin: 2rem 0;
    padding-bottom: 2rem;
}

.hr {
    border: 0;
    border-bottom: 5px solid #61cea6;
    margin: 2rem 0;
}

.purpose {
    font-weight: bold;
    font-style: normal;
    font-family: "aleoregular", sans-serif;
}

.stack {
    text-decoration: underline;
}

.lightbox-caption em {
    font-size: 1.5rem;
    font-style: normal;
    color: #eaeaea;
    font-family: "aleoregular", sans-serif;
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}

.list-jump-to-items {
    list-style: inside;
    list-style-type: decimal;
}

.list-jump-to-items li {
    margin-bottom: 1rem;
}

.list-jump-to-items li a {
    text-decoration: none;
}

.list-jump-to-items li a:hover {
    text-decoration: underline;
}

.app-type {
    font-weight: bold;
}
