html,
body,
#app {
    margin: 0;
    padding: 0;
}

body{
    font-size: 14px;
    font-weight: 300;
    font-family: "Merriweather";
    letter-spacing: 0.14px;
    line-height: 28px;
}

.bg-dark {
    background-color: #142d3dd6 !important;
    background-blend-mode: multiply;
}

.mainMenu header {
    height: 70px;
    z-index: 10;
    position: fixed;
    width: 100%;
}

.bg-light {
    background-color: #f3f3f3 !important;
}

footer {
    background-color: #0a1e2b !important;
    font-size: 12px;
    color: #787878;
    text-align: center;
    font-family: "Roboto Condensed";
    font-weight: 300;
}

footer ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 12px 0;
}

footer ul li {
    display: inline-block;
    padding: 0 16px;
}

footer ul li a {
    font-size: 12px;
    color: #787878;
    text-decoration: none;
}

footer ul li a:hover {
    color: #a0a0a0;
    text-decoration: underline;
}

.primary-color {
    color: #18384D !important;
}

.card-img-overlay {
    text-align: center;
    background: rgba(255, 255, 255, .85);
    color: #999;
}

@media (min-width: 767px) {
    .main-logo {
        margin-right: 60px;
    }
}

.main-lettering {
    margin-right: 24px;
    display: inline-block;
}

.logo-nav-mobile {
    margin-left: 16px;
    margin-top: 17px;
    display: none;
}

@media (max-width: 1023px) {
    .main-lettering {
        display: none !important;
    }

    .logo-nav-mobile {
        display: inline-block;
    }
}

.main-menu a.nav-link {
    font-size: 22px;
}

.main-menu a.nav-link::before {
    width: 17px;
    height: 14px;
    background: url('../imgs/blink-gray.svg');
    background-size: cover;
    content: " ";
    display: inline-block;
    position: relative;
    top: -12px;
    left: 2px;
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.main-menu a.nav-link:hover:before {
    opacity: 1;
}

.main-menu a.nav-link:hover {
    color: #FFFFFF;;
}

.main-menu a.nav-link {
    color: rgb(170, 170, 170);
    font-family: "Open Sans Condensed", sans-serif;
}

.main-menu a {
    margin-left: 17px;
}

.main-menu a.nav-link.active {
    color: #FFF;
}

.text-gray {
    color: #a0a0a0;
}

.dash-item {
    display: block;
    height: 7px;
    width: 30px;
    background-color: #18344D;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    top: -4px;
}

h3 {
    font-family: "Georama", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
}

.font-1 {
    font-family: "Georama", sans-serif;
}

.font-2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-3 {
    font-family: "Open Sans Condensed", sans-serif;
}

.font-4{
    font-family: "Crete Round", serif;
}

.show-hover {
    background-color: #1e435ca2;
    color: #efefef;
}

.home-second-line .card-title {
    font-weight: 400;
    text-align: right;
}

.home-second-line .card-text {
    font-weight: 100;
    display: block;
    text-align: right;

    font-size: 18px;
}

/* testimonials */
.testimonial {
    padding-bottom: 20px;
}

.testimonial .card {
    border: solid #efefef 2px;
    border-left: none;
    border-top: none;
    background: rgba(200, 200, 200, .1)
}

.testimonial .card img {
    box-shadow: 0 0 5px 5px rgba(200, 200, 200, .1);
    width: 100px;
    height: 100px;
}

.testimonial .testimonial-user {
    font-size: 18px;
    text-align: center;
    font-family: "Georama", sans-serif;
    font-weight: bold;
    color: #142d3d;
}

.testimonial .testimonial-text {
    font-size: 14px;
    padding: 0 20px;
    color: #a0a0a0;
    margin-top: 12px;
}

.testimonial .testimonial-local {
    font-size: 14px;
    text-align: center;
    color: #c0c0c0;
}

ul.social-networks {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

ul.social-networks li {
    display: inline-block;
}

ul.social-networks li a {
    font-size: 36px;
    margin-right: 24px;
    color: #142d3d;
}

ul.social-networks li a:hover {
    color: #1b5277;
}

.hero-background {
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.hero-background.overlay {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}
}

.hero-background.sm {
    min-height: 350px;
}

.hero-background.md {
    min-height: 400px;
}

.hero-background .content {
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #18384D;
    font-size: 15px;
}

.hero-background h1 {
    color: #FFFFFF;
    text-shadow: 0px 0px 15px 3px #18384D;
    font-family: 'Roboto Condensed';
    font-size: 46px;
}

.hero-background h2 {
    font-family: 'Georama';
    font-size: 28px;
    font-weight: normal;
    color:white;
}

.hero-background .content p {
    font-family: 'Open Sans Condensed';
    color: #1c1c1c;
    font-size: 22px;
    text-shadow: none;
}

.portfolio-category-listing {
    list-style-type: none;
    padding-left: 0;
}

.portfolio-category-listing li a {
    padding: 8px;
    font-size: 13px;
    background: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Georama', sans-serif;
    color: #142d3d;
}

.portfolio-category-listing li a.selected {
    background: rgba(20, 45, 61, 0.13);
    font-weight: bold;
}

.portfolio-category-listing li a:hover {
    background: #142d3d;
    color: #ffffff;
}

.portfolio-item {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: solid 12px white;
}

.portfolio-item .caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: "Georama", sans-serif;

}

.portfolio-item .caption h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size:1.8rem;
}

.portfolio-item .tags {
    float: right;
    margin-top: 10px;
}

.portfolio-item .tags a {
    padding: 4px 8px;
    background-color: #142d3d;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.portfolio-item .tags a:hover {
    color: rgba(255, 255, 255, .90);
}

.portfolio-item .caption {
    width: 100%;
}

.portfolio-item .caption h2 {
    position: relative;
}

.portfolio-item .caption h2 a {
    position: absolute;
    color: #FFFFFF;
    text-shadow: 0px 0px 12px #18384D;
    text-decoration: none;
    z-index: 1000;
    bottom: 10px;
}

.portfolio-item .caption h2 span {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    height: 42px;
    left: -30px;
    background: rgba(24, 56, 77, 0.3);
    width: 100%;
    content: ' ';
    z-index: 1;
    left: -30px;
    border-bottom: solid 1px #18384D;
}

.portfolio-item .caption p {
    color: #777777;
}

.dates {
    font-size: 15px;
    background-color: #efefef;
    color: #c0c0c0;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
    font-family: "Roboto Condensed";
}

.portfolio-intro-text {
    font-size: 15px;
    color: #777777;
}

.portfolio-content {
    padding-left: 52px;
}

.portfolio-image {
    height: auto;
    width: 1320px;
    display: inline-block;
    margin-bottom: 24px;
}

.page {
    margin-top: 24px;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #142d3d;
}

h2{
    font-family: 'Crete Round', serif;
    padding-bottom: 10px;
    color: #323232;
}

.page p {
    font-size: 13px;
    line-height: 18px;
}

.hero h1 {
    font-size: 22px;
}

#contact-form {
    font-family: 'Roboto Condensed', sans-serif;
}

#contact-form label{
    margin-top: 16px;
    font-size: 18px;
    font-family: "Crete Round";
}

.dont-move {
    margin-top: 0px!important;
}

#contact-form input[type='text']{
    border: 0;
    border-bottom: solid 1px #a0a0a0;
    border-radius: 0;
    transition: ease-in-out all .25s;
}

.form-control::placeholder{
    color:#777;
}
.form-control:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
}

#contact-form p {
    font-size: 13px;
    line-height: 18px;
}

.success-circle {
    color: green;
    font-size: 60px;
    position: relative;
    top: -10px;
}

.error-circle {
    color: #CC0000;
    font-size: 60px;
    position: relative;
    top: -10px;
}

.loading-circle {
    color: #1b5277;
    font-size: 60px;
    position: relative;
    top: -10px;
}

.message {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
}

.message h3 {
    color: #142d3d;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.portfolio-img {
    width: 100%;
}

.port img {
    width: 100%;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

    /* .fade-leave-active below version 2.1.8 */
{
    opacity: 0;
}

/* cookies bar */
/* line 7, base/_cookies.scss */
.cookies-wrapper {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: transparent;
    font-size: 16px;
}

/* line 17, base/_cookies.scss */
.cookies-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 21, base/_cookies.scss */
.cookies-wrapper button {
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    /* line 21, base/_cookies.scss */
    .cookies-wrapper button {
        display: block;
        width: 100%;
    }
}

/* line 31, base/_cookies.scss */
.cookies-box {
    max-width: 100%;
    padding: 15px;
    position: relative;
    margin: 0 auto;
    background-color: black;
}

@media (min-width: 768px) {

    /* line 31, base/_cookies.scss */
    .cookies-box {
        padding: 30px;
    }
}

/* line 43, base/_cookies.scss */
.cookies__title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

/* line 53, base/_cookies.scss */
.cookies-bar-message {
    display: block;
    float: left;
    margin-bottom: 30px;
    color: #777;
    font-size: 1em;
    line-height: 20px;
}

@media (min-width: 768px) {

    /* line 62, base/_cookies.scss */
    .cookies-settings-link {
        text-align: right;
    }
}

/* line 68, base/_cookies.scss */
.cookies-settings {
    display: none;
}

@media (min-width: 768px) {

    /* line 72, base/_cookies.scss */
    .cookies-settings-cancel {
        text-align: right;
    }
}

/* line 78, base/_cookies.scss */
.cookie-info {
    display: block;
    padding-left: 30px;
    line-height: 16px;
}

/* line 84, base/_cookies.scss */
.cookies-policy-link {
    padding: 0 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
    background-color: #eee;
    text-align: center;
}

@media (min-width: 768px) {

    /* line 84, base/_cookies.scss */
    .cookies-policy-link {
        padding: 0 45px;
    }
}

/* line 99, base/_cookies.scss */
.cookies-bar-know-more {
    color: #9a9a9a;
    font-size: 0.85em;
    line-height: 30px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

/* line 105, base/_cookies.scss */
.cookies-bar-know-more:hover {
    color: white;
}

/* line 111, base/_cookies.scss */
.cookies-message p {
    display: none;
}

/* line 115, base/_cookies.scss */
.cookies-message b {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {

    /* line 124, base/_cookies.scss */
    .cookies-bar-message {
        height: auto;
    }

    /* line 128, base/_cookies.scss */
    .cookies-bar-know-more {
        padding-left: 0;
    }
}

/* Barra cookies END */
.color-white {
    color: #ffffff;
}

.color-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

.parallax {
    /* The image used */
    background-image: url("img_parallax.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#portfolio-page select {
    font-family: "Georama", sans-serif;
    font-size: 13px;
    background-color: #142d3d;
    color: #efefef;
    width: 320px;
    float: right;
}

.carousel-item {
    height: 350px;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

@media (min-width: 767px) {
    .carousel-item {
        height: 500px;
    }
}

@media (min-width: 1024px) {
    .carousel-item {
        height: 600px;
    }
}

@media (min-width: 1280px) {
    .carousel-item {
        height: 700px;
    }
}

@media (min-width: 1440px) {
    .carousel-item {
        height: 800px;
    }
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .main-menu li.nav-item {
        width: 100%;
    }

    .navbar-collapse {
        background: #0b151c;
        padding: 0;
        margin: -3px -12px -2px -12px;
    }

    .hero-background h1 {
        font-size: 36px;
    }

    .hero-background h2 {
        font-size: 24px;
    }
}

.hero-background .content {
    margin-top: 100px;
}


.cta-button a {
    padding: 8px;
    font-size: 13px;
    background: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Georama', sans-serif;
    color: #142d3d;
}

.cta-button a.selected {
    background: rgba(20, 45, 61, 0.13);
    font-weight: bold;
}

.cta-button a:hover {
    background: #142d3d;
    color: #ffffff;
}
