/*!
 * Start Bootstrap - Freelancer v4.0.0-alpha (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden; }

p {
    font-size: 20px; }

p.small {
    font-size: 16px; }

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #fff;
    outline: none; }



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

hr.star-light,
hr.star-primary {
    max-width: 250px;
    margin: 25px auto 30px;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
    font-family: FontAwesome;
    font-size: 2em;
    position: relative;
    top: -.8em;
    display: inline-block;
    padding: 0 .25em;
    content: '\f005'; }

hr.star-light {
    border-color: white; }

hr.star-light:after {
    color: white;
    background-color: #18BC9C; }

hr.star-primary {
    border-color: #2C3E50; }

hr.star-primary:after {
    color: #2C3E50;
    background-color: white; }

.img-centered {
    margin: 0 auto; }

section {
    padding: 20px 0; }
section h2 {
    font-size: 3em;
    margin: 0; }

section.success {
    color: white;
    background: #18BC9C; }

@media (max-width: 767px) {
    section {
        padding: 75px 0; }
    section.first {
        padding-top: 75px; } }

.scroll-top {
    position: fixed;
    z-index: 1049;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px; }
.scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
.scroll-top .btn:focus {
    outline: none; }

#mainNav {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    height: 50px;
    /*text-transform: uppercase;*/
    border: none;
    background: #2C3E50; }
#mainNav a:focus {
    outline: none; }
#mainNav .navbar-brand {
    color: white; }
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
    color: white; }
#mainNav .navbar-nav {
    letter-spacing: 1px; }
#mainNav .navbar-nav li.nav-item a.nav-link {
    color: white; }
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: lightgrey;
    outline: none; }
#mainNav .navbar-nav li.nav-item a.nav-link:focus, #mainNav .navbar-nav li.nav-item a.nav-link:active {
    color: white; }
#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    border-color: white; }
#mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C; }

@media (min-width: 992px) {
    #mainNav {
        height: 70px;
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s; }
    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: white;
        border-radius: 3px;
        background: #18BC9C; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active {
        color: white;
        background: #18BC9C; }
    #mainNav.navbar-shrink {
        padding: 10px 0; }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em; } }

header.masthead {
    text-align: center;
    color: white;
    background: #18BC9C; }
header.masthead .container {
    padding-top: 100px;
    padding-bottom: 50px; }
header.masthead img {
    display: block;
    margin: 0 auto 20px; }
header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
    header.masthead .container {
        padding-top: 200px;
        padding-bottom: 100px; }
    header.masthead .intro-text .name {
        font-size: 4.75em; }
    header.masthead .intro-text .skills {
        font-size: 1.75em; } }

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(24, 188, 156, 0.9); }
#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0; }

#portfolio * {
    z-index: 2; }

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none; }
.portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
.portfolio-modal .modal-dialog .modal-content h2 {
    font-size: 3em;
    margin: 0; }
.portfolio-modal .modal-dialog .modal-content img {
    margin-bottom: 30px; }
.portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0; }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; }
.portfolio-modal .close-modal:hover {
    opacity: .3; }
.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0; }

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eeeeee; }
.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
.floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1; }

.floating-label-form-group-with-focus label {
    color: #18BC9C; }

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee; }

footer {
    color: white; 
    position: fixed;
    bottom: 0;
    width: 100%;}
footer h3 {
    margin-bottom: 30px; }
footer .footer-above {
    padding-top: 0px;
    background-color: #fff; }
footer .footer-col {
    margin-bottom: 50px; }
footer .footer-below {
    padding: 5px 0;
    background-color: #2c3e50; }

.btn-outline {
    font-size: 20px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    color: white;
    border: solid 2px white;
    background: transparent; }
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #18BC9C;
    border: solid 2px white;
    background: white; }
.ui-button,
.btn-primary {
    font-weight: 700;
    color: white;
    border-color: #2C3E50;
    background-color: #2C3E50; }
.btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
.btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    border-color: black;
    background-color: #0d1318; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #2C3E50;
    background-color: #2C3E50; }
.btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
    font-weight: 700;
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C; }
.btn-success:focus, .btn-success.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
.btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #0e6f5c; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    border-color: #18BC9C;
    background-color: #18BC9C; }
.btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 100%; }

.btn:focus,
.btn:active,
.btn.active {
    outline: none; }

/* CUSTOM CSS */
#form {

}
.thead-inverse th {
    color: #fff;
    background-color: #2c3e50;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
}
.footer {
    position: fixed-bottom;
}
/*Accordion*/
#accordion-main {
    margin-top: 100px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2c3e50;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    /* border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; */
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    /*  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); */
}
.card-title {
    margin-bottom: 0.75rem;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
/* Dropdown Menu */
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity:1;
}

.dropdown-menu {
    opacity:.3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
