/*
 Theme Name:   Domus Cura
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Ole Mollenhauer/Holger Koenemann
 Author URI:   http://www.olemollenhauer.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  domus-cura
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
.job_logo {
    position: absolute;
    top: -20px;
    right: -120px;
}

.job_logo_small {
    display: none;
}

.job_logo a:hover {
    text-decoration: none;
    border-bottom: none !important;
}

@media screen and (max-width:1400px) {
    .navbar-nav {
        margin-right: 120px;
    }
}

@media screen and (max-width:768px) {
    .job_logo {
        display:none;
    }
    .job_logo_small {
        display: inline-block;
        right: 5px;
        position: absolute;
        top: 85px;
    }
}


