/*
Theme Name: Larchi
Theme URI: www.larchi.hr
Author: Gea Krajcar
Author URI: http://yogazanshinpula.hr
Description: A personalized theme for Larchi Arts, an artist and illustrator who creates personal illustrations, children books and clothes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: larchi
*/


body {
    font-family: 'Playfair Display', Helvetica, Arial, serif;
    margin:0;
    height:100%;
    overflow:auto;
}
@font-face {
    font-family: TyponineSansPro-Regular;
    src: url("fonts/TyponineSansPro-Regular.otf");
    font-weight: 200;
}
h1,h2,h3,h4,h5{
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
    color: #414042;
}
p{
    color: #6E6D6D;
}
button:focus {outline:0;}
.row {
    margin:auto;
}
.navbar-brand{
    font-family: 'HKGrotesk-Regular', sans-serif;
    font-size: 1.2rem;
    top:30px;
    left:80px;
}
/*
 * Navbar
 */
.navbar-custom{
    font-family: 'HKGrotesk-Regular', sans-serif;
    font-size: 10pt;
    background-color: #fff;
    padding: 20px 40px 80px 40px;
}
.navbar-custom .nav-item{
    padding-right:40px;
    padding-top:10px;

}
.navbar-email{
    visibility: hidden !important;
}
.navbar-custom .navbar-nav .nav-link,
.navbar-custom-footer .navbar-nav .nav-link  {
    transition: 0.2s;
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom-footer .navbar-nav .nav-link:hover {
    letter-spacing: 1px;
}
.navbar-toggler>.close {
    display:inline;
    font-size: 2rem;
    color: #414042;
    z-index: 30;
    font-weight:300;
}


.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-custom-footer{
    background-color: #FEF4E8;
    padding-left:40px;
}
.navbar-custom-footer .nav-item{
    padding-right:15px;
    width: 120px;
}
.side-navigation{
    position: fixed;
    right: 0;
    top: 40%;
    width:13em;
    margin-top: -2.5em;
}
.navigation__link {
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
    font-size: 10pt;
    color: #DBDBDB;
    text-decoration: none;
    padding: 1em;
    display: block;
}
.navigation__link i{
    padding-left:20px;
    padding-right:60px;
}
.side-nav-last i{
    padding-right:50px;
}
.navigation__link i:hover{
    color: #E64C42;
}
.navigation__link:hover {
    color: #414042;
    text-decoration: none;
}
.navigation__link:hover > i {
    color: #E64C42;
}

.navigation__link.active {
    color: #414042;
    text-decoration:none;
}
.navigation__link.active > i {
    color: #E64C42;
}

/*
 * Showcase
 */
.showcase-heading{
    padding-left:33px;
}
.showcase-txt{
    line-height: 200%;
    padding-left:33px;
    padding-top:40px;
}
.showcase-img-div{
    color:#fff;
    padding-right:0;
    text-align: left;
}
.showcase-img{
    max-width:100%;
    max-height:100%;
}

.showcase-career{
    padding-left:33px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    border-color: #DBDBDB;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    color: #737373;
    line-height: 1.42857;
    margin-right: 20px;
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 16px 16px 16px 13px;
    border-radius: 30px;
    border-color: #DBDBDB;
    font-size: 20px;
    line-height: 1.33;
    color: #737373;
}
.btn-circle:hover,.btn-circle.btn-xl:hover, .h5-mini a:hover, .splashscreen-btn:hover, .btn-square:hover, .btn-info:hover{
    background-color: #E64C42 !important;
    border-color: #E64C42;
    color: #fff !important;
}

.rotate{
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.h5-mini{
    font-size:8pt;
    writing-mode: vertical-rl;
    margin: 0 0 0 0;
    position:absolute;
    bottom:0;
    left:23px;
}
.h5-mini a{
    margin-top:20px;
    margin-right: 5px;
    color: #DBDBDB;
}
.big-line-height{
    line-height:200%;
}
/*
 * Showcase career & contact
 */
.showcase-career{
    height:500px;
    padding-top:180px;
}
.showcase-contact{
    height:700px;
    padding-top:250px;
}
.showcase-career-txt, .showcase-contact-txt{
    padding-left: 0;
    padding-top:20px;
}
.showcase-contact-a{
    font-size: 25pt;
    color: #414042 !important;
    padding-top:20px;
}
.showcase-contact-a a{
    color: #414042 !important;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
    text-decoration:none;
}
.showcase-contact-a a:visited, .showcase-contact-a a:focus, .showcase-contact-a a:active{
    text-decoration:none;
}
/*
 * Showcase - Work
*/
.showcase-work{
    padding-top: 150px;
    padding-bottom: 60px;
}
.showcase-work-txt{
    padding-bottom: 30px;
    padding-top:20px;
    margin-bottom:0;
}
.mini-hr {
    width: 25px;
    margin-top: 10px;
    background-color: #E64C42;
}

/* equal card height */
.row-equal > div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
    height:300px;
}

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active,
.carousel-inner>.row-equal.next,
.carousel-inner>.row-equal.prev {
    display: flex;
}

/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left,
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}
.carousel-item-txt{
    padding-top:20px;
}
.carousel-nav-sm{
    font-size:8pt;
    color: #DBDBDB;
    padding-top:7px;
    padding-left:7px;
}
.numbering{
    padding-left:0;
}


.h4-uppercase{
    font-size:10pt;
    text-transform: uppercase;
    padding-bottom:6px;
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
}
.h4-capitalize{
    text-transform: capitalize;
    font-size:10pt;
    padding-bottom:6px;
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
}
.h4-grey{
    color:#DBDBDB;
    font-size:10pt;
    text-transform: uppercase;
    padding-bottom:6px;
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
}
.h5-uppercase-red{
    color: #E64C42;
    padding-left: 33px;
    font-size:10pt;
    text-transform: uppercase;
    padding-bottom:25px;
    margin-bottom:0;
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
}
.h5-uppercase-no-link{
    font-size:9pt;
    text-transform: uppercase;
    padding-bottom:10px;
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
    line-height:200%;
}

.h4-uppercase, .h4-uppercase:visited, .h5-uppercase, .h5-uppercase:visited {
    text-decoration: none;
    position: relative;
    color: #414042;
}

a:hover:after, a:visited:hover:after {
    width: 100%;
}
.carousel-img{
    max-height: 85%;
}
.btn-square{
    border: 1px solid #414042;
    border-radius: 0;
}
.btn-square{
    padding:10px 13px 10px 13px;
    margin-bottom: 0;
}

.carousel-nav{
    padding-right:90px;
}

.work-front{
    height:500px;
}

.quote-box {
    overflow: hidden;
    margin:0;
}
.work .quote-box{
    position:absolute;
    bottom:0;
}
.quotation-mark{
    font-size:250pt;
    color: #f7f7f7;
    margin-bottom: -240px;
}
.quote-text{
    font-size: 35pt;
    color: #414042;
}
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    padding-top:240px;
    margin-top:10px;
    padding-bottom:200px;
}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.gallery .pics .wp-post-image{
    position:relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: inherit;
}

.gallery .pics:hover .overlay {
    opacity: 1;
}

.overlay-text {
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
    color: white;
    font-size: 10pt;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-text a{
    text-decoration: none;
}
.overlay-categories{
    text-transform: uppercase;
    pointer-events: none;
    cursor: default;
    color: #fff;
}
.overlay-project{
    pointer-events: none;
    cursor: default;
    color: #fff;
}

.mini-hr-white {
    width: 25px;
    margin-top: 10px;
    margin-bottom:10px;
    background-color: #fff;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}
.modal-header{
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left:92px;
    padding-bottom:0;
}
.modal-title{
    padding-top:50px;
}
.modal-title .mini-hr{
    margin-top:16px;
}

.modal-header .close{
    margin-top: 40px;
    padding-right:92px;
    padding-top:0;
    font-size: 3rem;
    color: #414042;
}

.modal-details .close{
    position: absolute !important;
    top: 56px !important;
    right: 92px !important;
    font-size: 3rem;
    color: #414042;
    z-index: 30;
}
.modal-header .close:focus, .modal-header .close:active, .navbar-toggler>.close :focus, .navbar-toggler>.close :active{
    outline: none !important;
    box-shadow: none;
}
.modal-body{
    padding-top:0;
}
.carousel-indicators {
    margin-bottom:-60px;
}

.carousel-indicators li {
    border-style: solid;
    border-width: 1px;
    border-color: #DBDBDB;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-indicators .active{
    border-color: #E64C42;
    background-color: #E64C42;
}
.carousel-control-prev, .carousel-control-next{
    width:50%;
}
.modal-info{
    padding-top:8%;
}
.modal-info-list{
    color: #414042;
    font-size: 9pt;
    text-transform: capitalize;
    list-style-type:none;
    padding-left:0;
}
.modal-info-list li{
    padding-bottom:6px;
}
.modal-body .h5-uppercase-red{
    padding-left: 0;
    padding-bottom: 10px;
}
.modal-body p{
    font-size: 10pt;
    line-height: 200%;
    padding-top: 20px;
}
.modal-carousel{
    padding-left:0 !important;
    padding-right:0 !important;
}

.modal-footer-row{
    font-family: "TyponineSansPro-Regular", Helvetica, sans-serif;
    width: 100%;
    position:absolute;
    bottom:30px;
}

.btn-info{
    color: #E64C42;
    border-color: #E64C42;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin-right: 20px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

/*
 * Footer
 */

.my-footer {
    font-family: "HKGrotesk-Regular", Helvetica, sans-serif;
    padding: 40px 0 40px 0;
    text-transform: uppercase;
    color: #999;
    font-size: 9pt;
    text-align: center;
    background-color: #FEF4E8;
}
@media(min-width:768px){
    .carousel-nav{
        padding-right:10px;
    }
}
@media(min-width: 1200px){
    .carousel-nav{
        padding-right: 90px;
    }

}
@media (min-width:1300px){
    .gallery-carousel{
        padding-left:100px;
        padding-right:100px;
    }
    .showcase-txt{
        font-size:1.1rem;
    }
    p{
        font-size: 1rem;
    }
    .modal-body p{
        font-size: 1.1rem;
    }
}
@media (min-width: 1700px) {
    .my-footer{
        font-size: 1rem;
        padding: 100px 90px 100px 90px;
    }
    .navbar-custom-footer .nav-item {
        width: auto;
    }
    .navbar-custom{
        font-size: 1rem;
        padding: 100px 90px 100px 90px;
    }
    .navbar-brand {
        font-size: 2.2rem;
        left: 135px;
        top:110px;
    }
    .navbar-custom .nav-item, .my-footer .nav-item {
        padding-right: 100px !important;
    }
    .side-navigation{
        right: 0;
        top: 40%;
        width:20em;
        margin-top: -2.5em;
    }
    .navigation__link {
        font-size: 1.5rem;
    }
    .navigation__link i{
        padding-left:30px;
        padding-right:70px;
    }
    .side-nav-last i{
        padding-right:70px;
    }
    h1{
        font-size: 5rem;
    }
    h2{
        font-size: 3rem;
    }
    .showcase-txt {
        font-size: 1.4rem;
        padding-top:40px;
    }
    p{
        font-size: 1.1rem;
    }
    .h5-mini {
        font-size: 1rem;
    }
    .showcase-career{
        height:1100px;
        padding-top:400px;
    }
    .showcase-career-txt, .showcase-contact-txt{
        padding-top:70px;
    }
    .showcase-work{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .showcase-work-txt{
        padding-top:70px;
        padding-bottom:40px;
    }
    .h5-uppercase-no-link{
        font-size:0.8rem;
    }
    .h5-uppercase-red{
        font-size: 1rem;
    }
    .h4-uppercase{
        font-size:1.2rem;
        padding-top:10px;
    }

    .carousel-nav-sm{
        font-size:0.7rem;
        padding-top:10px;
    }
    .container {
        max-width: 1200px;
    }
    .row-equal > div[class*='col-'] {
        height:400px;
    }
    .carousel-item-txt{
        padding-right: 40px;
    }
    .carousel-nav{
        padding-right:0;
    }
    .btn-square {
        padding: 15px 23px 15px 23px;
    }
    .btn-circle {
        width: 60px;
        height: 60px;
        padding: 12px 0;
        border-radius: 30px;
        font-size: 24px;
        line-height: 1.42857;
        margin-right: 20px;
    }
    .showcase-contact {
        height:1200px;
        padding-top:400px;
    }
    .showcase-contact-a {
        font-size: 4rem;
    }
    .work-front{
        height:1000px;
    }
    .quote-text {
        font-size: 5rem;
    }
    .quotation-mark {
        font-size: 30rem;
        margin-bottom: -350px;
    }
    .gallery{
        padding-top: 500px;
        padding-bottom: 500px;
    }
    .modal-header {
        padding-left: 200px;
        padding-top:150px;
    }
    .modal-header .close {
        margin-top: 0;
        padding-right: 200px;
        font-size: 5rem;
    }
    .btn-info {
        width: 50px;
        height: 50px;
        padding: 10px 0;
        border-radius: 25px;
        font-size: 20px;
    }
    .modal-footer-row {
        bottom: 60px;
    }
    .h4-grey{
        font-size: 1.2rem;
    }
    .modal-body h1{
        font-size: 5rem;
    }
    .modal-body p{
        font-size: 1.4rem;
    }
    .h4-capitalize{
        font-size: 1.5rem;
    }
    .modal-info-list{
        font-size: 1.2rem;
    }
    .modal-details .close {
        top: 150px !important;
        right: 200px !important;
        font-size: 5rem;
    }
    .carousel-indicators {
        margin-bottom:-90px;
    }

    .carousel-indicators li {
        border-style: solid;
        border-width: 1px;
        border-color: #DBDBDB;
        border-radius: 24px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media(min-width:2000px){
    .showcase-txt {
        font-size: 1.8rem;
        padding-top:40px;
    }
}
@media (min-width: 2500px){
    h1{
        font-size: 7rem;
    }

    h2{
        font-size: 4.5rem;
    }
    .showcase-txt {
        font-size: 2.5rem;
        padding-top:40px;
    }
    .btn-circle {
        width: 80px;
        height: 80px;
        padding: 16px 0;
        border-radius: 40px;
        font-size: 32px;
        line-height: 1.42857;
        margin-right: 40px;
    }
    .btn-circle.btn-xl {
        width: 120px;
        height: 120px;
        padding: 32px 32px 32px 26px;
        border-radius: 60px;
        font-size: 40px;
        line-height: 1.33;
    }
    p{
        font-size: 1.9rem;
    }
    .h5-uppercase-no-link{
        font-size:1.2rem;
    }
    .h5-uppercase-red{
        font-size: 1.2rem;
    }
    .container {
        max-width: 1700px;
    }
    .row-equal > div[class*='col-'] {
        height:600px;
    }
    .carousel-nav-sm{
        font-size:1.2rem;
        padding-top:15px;
    }
    .showcase-contact-a {
        font-size: 5rem;
    }
    .quote-text {
        font-size: 7rem;
    }
    .quotation-mark {
        font-size: 60rem;
        margin-bottom: -750px;
    }
    .work-front{
        height:1200px;
    }
    .modal-info-list{
        font-size: 1.5rem;
    }
    .modal-body p{
        font-size: 1.7rem;
    }
    .gallery-carousel{
        padding-left:150px;
        padding-right:150px;
    }
    .h4-uppercase{
        font-size:1.5rem;
        padding-top:10px;
    }
    .btn-square {
        padding: 30px 55px 30px 55px;
    }
    .showcase-career{
        height:1600px;
        padding-top:400px;
    }
    .showcase-contact {
        height:1550px;
        padding-top:550px;
    }
}
@media (min-width: 3840px){
    .navbar-custom{
        font-size: 1rem;
        padding: 150px 120px 150px 120px;
    }
    .navbar-brand {
        font-size: 2.2rem;
        left: 200px;
        top:160px;
    }
    .side-navigation{
        width:30em;
        margin-top: -2.5em;
    }
    .navigation__link {
        font-size: 2rem;
    }
    .navigation__link i{
        padding-left:60px;
        padding-right:120px;
    }
    .side-nav-last i{
        padding-right:150px;
    }
    h1{
        font-size: 11rem;
    }
    h2{
        font-size: 9rem;
    }
    .showcase-career{
        height:2880px;
        padding-top:800px;
    }
    .showcase-txt {
        font-size: 3.5rem;
        padding-top:80px;
    }
    p{
        font-size: 2.8rem;
    }
    .h5-uppercase-no-link{
        font-size:1.5rem;
    }
    .h5-uppercase-red{
        font-size: 1.5rem;
    }
    .h4-uppercase{
        font-size:2rem;
        padding-top:20px;
    }
    .carousel-nav-sm{
        font-size:1.5rem;
        padding-top:30px;
    }
    .carousel-nav{
        padding-right:50px;
    }
    .container {
        max-width: 2800px;
    }
    .row-equal > div[class*='col-'] {
        height:900px;
    }
    .carousel-nav{
        padding-right:100px;
    }
    .carousel-item-txt{
        padding-right: 40px;
    }
    .showcase-contact {
        height:2880px;
        padding-top:1000px;
    }
    .showcase-contact-a {
        font-size: 9rem;
    }
    .work-front{
        height:1700px;
    }
    .quote-text {
        font-size: 11rem;
    }
    .quotation-mark {
        font-size: 70rem;
        margin-bottom: -850px;
    }
    .modal-body h1{
        font-size: 6rem;
    }
    .modal-body p{
        font-size: 2.3rem;
        line-height: 200%;
        padding-top: 20px;
    }
}
@media (min-width: 5000px){
    h1{
        font-size: 12rem;
    }
    .showcase-txt {
        font-size: 4.2rem;
        padding-top:100px;
    }
    p{
        font-size: 3.5rem;
    }
    .container {
        max-width: 3600px;
    }
    .carousel-nav{
        padding-right:450px;
    }
    .row-equal > div[class*='col-'] {
        height:1100px;
    }
    .showcase-contact-a {
        font-size: 10rem;
    }
    .work-front{
        height:2300px;
    }
    .quote-text {
        font-size: 13rem;
    }
    .quotation-mark {
        font-size: 80rem;
        margin-bottom: -1000px;
    }
}
@media (max-width: 1180px){
    .hide-on-mobile{
        visibility: hidden !important;
    }
}
@media(max-width: 1000px){

    .numbering h2{
        font-size: 2rem;
    }
    .carousel-nav-sm{
        font-size: 8pt;
        padding-top:8px;
    }
    .carousel-item .h4-uppercase{
        padding-top:10px;
    }
    .carousel-item{
        padding-bottom: 40px;
    }
    .navbar-custom{
        padding-right: 20px;
    }
    .navbar-light .navbar-toggler{
        border: none !important;
        padding-right: 0;
    }
    .navbar-collapse{
        height: 100vh !important;
        text-align: left !important;
        padding-top:30px;
    }
    .navbar-email{
        visibility: visible !important;
    }
    .modal-header{
        padding-left:30px;
    }
    .modal-header .close{
        margin-top:35px;
        padding-right:30px;
    }
    .modal-details .close{
        position: absolute !important;
        top: 50px !important;
        right: 30px !important;
    }

    .carousel-indicators{
        margin-bottom:-40px;
    }

}
/* 812px widest landscape mode phone */
@media  (max-width: 813px) {
    .navbar-brand{
        padding-top:8px;
    }
    .showcase-heading{
        padding-top:45px;
    }
    .showcase-heading, .showcase-career, .showcase-work, .showcase-contact{
        padding-left:20px;
        padding-right: 20px;
    }

    .showcase-txt{
        padding-left:20px;
        padding-right: 20px;
        padding-top:30px;
    }
    .showcase-img{
        padding-left:15px;
    }
    .showcase-career, .showcase-work, .showcase-contact{
        height:auto;
        padding-top:140px;
    }
    .numbering h2{
        display:inline;
    }
    .carousel-nav-sm{
        display:inline;
    }
    .carousel-inner{
        padding-left:20px;
    }
    .showcase-contact-a{
        padding-bottom: 90px;
    }
    .work-front{
        height:auto;
    }
    .h5-uppercase-red{
        padding-left:20px;
        padding-right:20px;
        padding-bottom:0;
    }
    .quote-box {
        overflow: visible;
        padding-left:20px;
        padding-right:20px;
    }
    .work .quote-box{
        position: relative;
    }
    .quotation-mark{
        font-size:220pt;
        color: #f7f7f7;
        margin-bottom: -200px;
        margin-top:-100px;
    }
    .quote-text{
        font-size: 2.0rem;
    }
    .gallery {
        padding:90px 0 90px 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
    .modal-info .modal-body{
        padding-top:35px;
    }

}
@media (max-width: 767px) {
    .numbering{
        height:80px !important;
        padding-left: 15px;
    }
    .project-preview{
        height: auto !important;
    }
    .carousel-nav{
        height:30px !important;
        margin-top: 0;
        margin-bottom:25px;
        padding-left:5%;
        padding-right:0;
        text-align: left !important;
    }
    .carousel-item .h4-uppercase{
        padding-top:40px;
    }
    .work-carousel .container{
        max-width: 100%;
    }
    .row-equal > div[class*='col-'] {
        height:400px;
    }
    .work-carousel .carousel-inner{
        padding-right: 0;
        margin:0;
        width:100%;
    }
    .carousel-img{
        position: absolute;
        right: 0;
        max-height:initial;
        max-width:75%;
        display:block;
    }
    .project-preview{
        padding-left:5%;
    }

    .modal-footer-row div{
        text-align:left !important;
    }
}
@media (max-width:600px){
    .carousel-img{
        max-width:95%;
    }
}

@media(max-width:400px){

    .carousel-item{
        padding-bottom: 0;
    }
    .carousel-item .h4-uppercase{
        padding-top:0;
    }
    .btn-square{
        width: 100%;
        margin-top:15px;
    }
    .row-equal > div[class*='col-'] {
        height:300px;
    }
}