header {
    border-bottom: 1px solid #00734f;
    margin-bottom: 50px;
}

section {
    border-bottom: 1px solid #00734f;
    padding-bottom: 50px;
}

section.home-portfolio-thumbnail, section.no-bottom-border
{
    border-bottom: none !important;
}

a {
    color: #41754c;
}

a:hover {
    color: #98db9c;
}

article {
    background-color: white;
}
.back-link {
    margin-bottom: 15px;
}

.navbar-brand {
    font-family: 'Satisfy', cursive;
    font-weight: 500;
    font-size: 36px;
}

.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

@media all and (max-width: 770px) {
    .profile .description {
        text-align: center;
    }
}

@media all and (max-width: 720px) {
    .profile {
        flex-flow: column wrap;
        justify-content: center;
    }

    .profile .picture {
        display: block;
        margin: auto;
        order: 1;
    }

    .profile .description {
        order: 0;
    }
}

.profile {
    display: flex;
}

.description {
    background-color: #46664d;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    padding: 10%;
}

.title {
    font-size: 25px;
    line-height: 2.3em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.profile .description .content {
    font-size: 15px;
    letter-spacing: 1.3px;
    text-align: justify;
}

.call-to-action {
    font-family: "Satisfy", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
}

.contact-form-fixed {
    background-color: #46664d;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    padding: 50px;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
}

.contact-form .title {
    font-size: 25px;
    line-height: 2.3em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

input[type="submit"]
{
    background-color: #41754c;
    border: none;
    color: white;
}

input[type="submit"]:hover
{
    background-color: #98db9c;
}

.w-30p
{
    width: 30%;
}

.w-60p
{
    width: 60%;
}

.w-90p
{
    width: 90%;
}

.home-portfolio {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

section.portfolio-thumbnail {
    margin-top: 0;
}

.portfolio-thumbnail figure {
    text-align: center;
    margin: auto auto 1rem;
}

.portfolio-thumbnail a {
    width: inherit;
    height: inherit;
    z-index: auto;
    position: relative;
}

.portfolio-thumbnail a img {
    transition: all .2s ease-in-out;
    opacity: 100;
    filter: grayscale(0);
}

.portfolio-thumbnail figure:hover a img {
    transform: scale(1.1);
    opacity: 20%;
    filter: grayscale(1);
}

.portfolio-thumbnail figure:hover figcaption {
    /* Text position */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* Text settings */
    text-transform: uppercase;
    color: #41754c;
    font-family: "Lato", Sans-serif;
    font-weight: bolder;
    letter-spacing: 1.5px;
}

.portfolio-thumbnail figcaption {
    /* Position */
    position: absolute;
    width: inherit;
    height: inherit;
    z-index: 1;
    display: none;
    top: calc(50% - 20px);
    left: calc(50% - 70px);
}

figcaption i {
    opacity: 50%;
}

figcaption.icon-view {
    top: -20px;
    left: 80px;
}

/* Customize bootstrap for portfolio */
.tab-content > .active {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.list-group-item.active {
    background-color: #41754c;
    border-color: #41754c;
}

@media all and (max-width: 992px) {
    #photoViewer .modal-dialog {
        max-width: 960px;
    }
}

@media all and (max-width: 768px) {
    #photoViewer .modal-dialog {
        max-width: 720px;
    }
}

@media all and (max-width: 576px) {
    #photoViewer .modal-dialog {
        max-width: 540px;
    }
}

#photoViewer img {
    width: 100%;
}

#photoViewer .close {
    font-size: 3.5rem;
    color: #fff;
    opacity: 1;
}

#photoViewer .photo-caption {
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 1.5em;

    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background-color: rgba(66, 66, 66, 0.5);
}

/* rte */
.img-right > img {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
}

.img-left > img {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.home-portfolio-thumbnail a {
    text-decoration: none;
}

.home-portfolio-thumbnail h3 {
    padding: 20px 0 30px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
}

.home-portfolio-thumbnail img {
    width: 100%;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.contact-photo {
    width: 330px;
    height: 454px;
    margin-bottom: 140px;
}

.contact-info {
    background-color: #46664d;
    color: #ffffff;
}

.color-white {
    color: #ffffff;
}

.bck-color-white {
    background-color: white;
}

footer{
    height: 24px;
}
@media (min-width: 0px) {
    .contact-form-fixed
    {
        width: calc(100% - 30px);
    }
}

@media (min-width: 576px)
{
    .contact-form-fixed
    {
        max-width: 510px;
    }
}

@media (min-width: 768px)
{
    .contact-form-fixed
    {
        max-width: 690px;
    }
}

@media (min-width: 992px)
{
    .contact-form-fixed
    {
        max-width: 930px;
    }
}

@media (min-width: 1200px)
{
    .contact-form-fixed
    {
        max-width: 1110px;
    }
}

.google-info
{
    font-size: 8px;
}

.grecaptcha-badge {
    visibility: hidden;
}