@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/josefin-sans/JosefinSans-Regular.ttf');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: 'Source Sans Pro-Bold';
    src: url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf');
}

:focus {
    outline: 0 !important;
}

body {
    background: #f0f0f0 !important;
    font-family: 'Source Sans Pro';
}

.bold {
    font-family: 'Source Sans Pro-Bold';
}

.fa {
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

h1, h2,h3,h4,h5,h6 {
    font-family: 'Source Sans Pro';
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}

.main-box {
    max-width: 1024px;
    margin: auto;
}

header {
    z-index: 1111111111 !important;
}

.display-h {
    background: #000 url('../img/foto22.png') no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 6.5em 1em 1em 1em;
    position: relative;
    color: #fff;
    min-height: 691px;
}

.display-h:after {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    content: '';
    background: rgba(0,0,0,0.7);
    z-index: 0;
}

.display-h * {
    z-index: 1;
}
.sliderContainer {
    background: #000;
}
.slideObject img{
    display: block;
    width: 70%;
    height: 400px;
    margin: auto;
}

.auth-box {
    max-width: 350px;
    margin: auto;
}

.w3-btn,.w3-button {
    -webkit-transition: ease-in-out .25s;
    transition: ease-in-out .25s;
}

.dashboard {
    position: relative;
    margin-left: 13%;
}
.sidenav {
    width: 13%;
}

.dashboard.full {
    margin-left: 0% !important
}

.w3-bold {
    font-weight: bold !important;
}

.sliderContainer {
    
    background-image:url(../img/foto13.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 550px;
    position: relative;
}

.sliderContainer:after {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    content: '';
    background: rgba(0,0,0,0.5);
}

.slideMP {
    
    z-index: 22;
    position: relative;
}

.slideMP {
    max-width: 550px;
    margin: auto;
}

@media (min-width: 550px) {
    .mobile-only {
        display: none !important;
    }
}
@media (max-width: 549px) {
    
    .slideObject img{
        width: 100%;
        height: 300px
    }
    .dashboard {
        min-width: 100%;
        margin-left: 200px;
    }
    .sidenav {
        width: 200px;
    }
    .hideons {
        display: none !important;
    }

}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}