/*nav-bar and manu*/

@media only screen and (min-width: 922px) {
    main { 
        background: none!important;
        background-image: url("../img/background-door1.jpeg")!important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -30%;
        background-attachment: fixed;
    }
    nav {
        height: auto;
        background-color: #f1f1f1;
        -ms-box-shadow: 0px 10px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 10px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 10px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        box-shadow: 0px 10px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
    }
    #hamburger-icon {
        display: none;
    }
    nav>#menu {
        position: relative;
        visibility: visible;
        border-top: none;
        top: 0;
        min-height: 50px;
        height: auto;
        width: auto;
    }
    nav>#menu>ul>li {
        float: left;
    }
    #clear-icon {
        display: none;
    }
    nav>#menu>ul>li>a {
        font-size: 1.3rem;
        margin: auto;
        padding: 10px 30px;
    }
    nav>#menu>ul>li>a:hover {
        color: #1A7AAD;
    }
    nav>#menu>ul>li>a>i {
        display: none;
    }
    nav>#menu>ul>.dropdown>.dropdown-content {
        position: absolute;
        margin-left: 0;
        background-color: rgba(65, 63, 63, 0.76);
        width: 100%;
        z-index: 1;
    }
    nav>#menu>ul>.dropdown>.dropdown-content>a {
        font-size: 0.9rem;
        padding: auto;
        margin-left: 0;
        padding-left: 20px;
        color: #fff;
    }
    nav>#menu>ul>.dropdown>.dropdown-content>a:hover {
        color: #1A7AAD;
        margin: 0;
    }
    nav>div {
        display: flex;
        flex: none;
    }
    #logo {
        display: none;
    }
}

@media only screen and (min-width: 922px) {
    article {
        padding: 5% 15% 0 15%;
    }
    #first-article>div {
        padding: 5% 15% 10% 15%;
        font-size: 0.9rem;
        -ms-box-shadow: -10px 0px 13px -7px rgba(65, 63, 63, 0.66), 10px 0px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        -moz-box-shadow: -10px 0px 13px -7px rgba(65, 63, 63, 0.66), 10px 0px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        -webkit-box-shadow: -10px 0px 13px -7px rgba(65, 63, 63, 0.66), 10px 0px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
        box-shadow: -10px 0px 13px -7px rgba(65, 63, 63, 0.66), 10px 0px 13px -7px rgba(65, 63, 63, 0.66), 5px 5px 15px 5px rgba(0, 0, 0, 0);
    }
    #first-article>#proizvod-furnir {
        border: none;
        box-shadow: none;
        background-color: transparent;
        margin: none;
        display: flex;
        flex-direction: row;
    }
    #first-article>#proizvod-furnir>#furnir-div {
        margin-left:10%; 
        padding: 5% 2%; 
        text-align: justify; 
    }
}


/*INDEX PAGE*/


/*triple slider and header text*/

@media only screen and (min-width: 922px) {
    article h5 {
        margin: 1% auto 10% 5%;
    }
}

@media only screen and (min-width: 1000px) {
    #sliders {
        padding: 5% 0 0 0;
    }
    #slider {
        display: none;
    }
    #big-slider {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }
    .col-sm>.slider-img {
        margin: auto;
        height: auto;
        width: 100%;
    }
}


/*POLUPROIZVODI PAGE*/

@media only screen and (min-width: 922px) {
    #first-article>#poluproizvodi {
        flex-direction: row;
        padding: 100px 0 60px 0;
        box-shadow: none;
        height: auto;
    }
    #first-article>.about-poluproizvodi>h5 {
        margin: 5% auto 5% 0;
    }
    .image-box {
        margin-top: 0;
        min-height: 360;
        height: auto;
        box-shadow: none;
    }
    .description {
        font-size: 0.8rem;
    }
}

/*  PROIZVODI PAGE  */

@media only screen and (min-width: 922px) {
    #proizvodi-links {
        width: 100%;
        height: auto;
        font-size: 1.3em;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    #proizvodi-links>div {
        display: flex;
        flex-direction: row;
    }
    #proizvodi-links>div>div {
        flex: 1;
        padding: 1%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #proizvodi-links>div>div>a {
        margin: auto;
    }
    #proizvodi-links>div>div>a:hover {
        text-decoration: none
    }
}


/*  GALLERY  */

@media only screen and (min-width: 922px) {
    #first-article>.gallery {
        box-shadow: none;
        padding: 20px 0;
    }
    .gallery-img-div {
        width: 200px;
        height: auto;
        margin: 10px;
        cursor: pointer;
        background: transparent;
        transition: 0.25s linear;
    }
    .gallery-img-div2 {
        cursor: pointer;
        background: transparent;
        transition: 0.25s linear;
    }
    .gallery-img-div div {
        bottom: 45px;
        height: 45px;
    }
    .gallery-img-div:hover {
        transform: scale(1.02);
    }
    .gallery-img-div2:hover {
        transform: scale(1.02);
    }
    .gallery-img-div img:hover {
        opacity: 0.9;
    }
    .gallery-img-div2 img:hover {
        opacity: 0.9;
    }
}


/*CONTACT PAGE*/


/*contact information and mail form*/

@media only screen and (min-width: 922px) {
    #first-article>#contact-info {
        display: flex;
        flex-direction: row;
        padding: 4%;
    }
    #contact-info div {
        flex: 1;
    }
    #contact-form {
        padding-top: 0;
    }
    input {
        padding: 1.5%;
    }
    #contact-form #send-button {
        margin-top: 1.2rem;
        font-size: 1.1rem;
    }
}