
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap'); /*font per i titoli*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap'); /*font per il testo*/

html,
body{
    height: 100% !important;
}

body{
    background-image: url('../images/krav/bg.svg');
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    background-attachment: fixed;
    /* height: 100vh !important; */
}

h1{
    /*font-family: 'Kalam', cursive;*/
    font-size: 40px;
    color: #FF6045;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: 1px 3px 2px #7777;
}

h3{
    font-family: 'Roboto', sans-serif;
    color: #FF6045;
}

h4{
    color: blue;
    font-family: 'Kalam', cursive;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

h5{
    text-align: center;
    color: black !important;
}

p{
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

p.krav{
    text-align: justify;
}

p.krav-c{
    text-align: center;
}

.navbar-toggle{
    margin-top: 60px;
}

.navbar-toggle:hover{
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.navbar-mod{
    height: 150px;
    z-index: 10;
    margin-top: 0px !important;
}

.p, .p-double{
    color: #FF6045 !important;
    height: 100px;
    text-align: center;
}

.p:hover, .p-double:hover{
    font-weight: bold;
}

.collapsed{
    margin-top: 60px;
}

.video{
    height: 375px;
    width: 600px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.im{
    background-color: #FF6045 !important;
    border: 2px solid black;
    border-radius: 8px;
}

hr{
    border-color: #FF6045 !important;
}

/*impostazione del logo*/
.my-logo{
    background-image: url('../images/krav/logo_sito.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 400px;
    /*background-color: blue;*/
    height: 150px;
}

.navbar{
    /*border-color: red;
    border-radius: 60px;*/
    background-color: rgba(0, 0, 0, 0.85) !important;
    border-bottom: 4px solid #FF6045 !important;
}

.banner{
    background-color: rgba(0, 0, 0, 0.85) !important;
    height: 70px !important;
    width: 100% !important;
    bottom: 0px !important;
    margin-top: 40px;
    padding-left: 35% !important;
    padding-top: 5px;
    color: white;
    cursor:default;
}

.ph-banner{
    height: 60px;
    width: 60px;
    background-image: url('../images/krav/bg.svg');
}

.photo-boss{
    background-image: url('../images/krav/gallery/finite/finite-3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 400px;
}

/* TOLTO IL GRIGIO SUL FOCUS DEL BOTTONE DEL MENÚ */
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

/*GESTIONE PARTE PER VARIA DIMENSIONE DI SCHERMI*/
/*XS*/
@media (max-width: 767px){
    body{
        background-size: 75%;
    }

    .personal{
        width: 100% !important;
        margin-left: 0.2px !important;
        background-color: white;
    }

    .p, .p-double{
        width: 100% !important;
        height: 60px !important;
        padding-top: 17px !important;
    }

    .my-logo{
        width: 300px;
    }

    .testa{
        background-size: 100%;
        height: 200px;
    }

    .modified{
        font-size: 60px;
        margin-top: 80px;
    }

    .video{
        width: 100% !important;
        float: none;
        margin: 0px auto !important;
    }

    h3{
        width: 100% !important;
        text-align: center;
        padding-top: 30px;
    }

    .navbar-mod{
        z-index: 10;
    }

    .img-rounded{
        float: none;
        margin-left: 5% !important;
        /*width: 50% !important;*/
    }

    p.krav-c{
        text-align: justify;
    }

    .im{
        /*width: 200px !important;*/
        /*background-color: blueviolet;*/
        margin: 10px 0px 0px 0px !important;
        padding-top: 5px;
        clear: both;
        /*border: 1px solid black;/*
        /*padding: 3px 4px 3px 4px !important;*/
    }

    .modph{
        width: 90% !important;
        height: 290px;
        /*margin-left: 25% !important;*/
    }

    .lrp{
        /* max-height: 600px; */
        max-height: 400px;
        /* background-color: violet; */
        padding-top: 20px;
        position: relative;
        border: 2px solid white;
    }

    .lr-carousel{
        max-height: 380px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: thistle; */
        position: relative;
    }

    .lr-containerphoto{
        max-height: 380px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: yellow; */
    }

    .lr-single{
        /* min-height: 500px !important; */
        max-height: 380px !important;
        width: 100% !important;
    }

    .cp{
        padding-top: 20px;
        /* background-color: teal; */
        position: relative;
    }

    .presentation{
        padding: 0 0 0 0 !important;
        text-align: center;
    }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px){
    body{
        background-size: 75%;
    }

    .personal{
        width: 100% !important;
        margin-left: 3px !important;
        background-color: white;
    }

    .p, .p-double{
        width: 100% !important;
        height: 60px !important;
        padding-top: 17px !important;
    }

    .testa{
        background-size: 100%;
        height: 200px;
    }

    .modified{
        font-size: 60px;
        margin-top: 80px;
    }
    .video{
        width: 100% !important;
        float: none;
        margin: 0px auto !important;
    }

    h3{
        width: 100% !important;
        text-align: center;
        padding-top: 30px;
    }

    .navbar-mod{
        z-index: 10;
    }

    .img-rounded{
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .im{
        width: 350px !important;
        height: 550px;
        /*background-color: blueviolet;*/
        margin: 10px 12.5px 0px 12.5px !important;
        float: left;
        /*border: 1px solid black;*/
        padding: 3px 4px 3px 4px !important;
    }

    .modph{
        width: 100%;
        height: 420px;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 750px;
    }

    .presentation-bs{
        padding: 0px 0px 0px 0px !important;
        width: 750px;
    }

    .lrp{
        max-height: 600px;
        /* background-color: violet; */
        padding-top: 20px;
        position: relative;
    }

    .lr-carousel{
        max-height: 580px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: thistle; */
        position: relative;
    }

    .lr-containerphoto{
        max-height: 580px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: yellow; */
    }

    .lr-single{
        /* min-height: 500px !important; */
        max-height: 580px !important;
        width: 100% !important;
    }

    .cp{
        padding-top: 20px;
        /* background-color: teal; */
        position: relative;
    }

    .c-carousel{
        /* background-color: thistle; */
    }

    .c-containerphoto{
        /* background-color: tomato; */
    }

    .c-single{
        width: 100% !important;
        min-height: 100% !important;
    }

    .test{
        /* background-color: blue; */
    }
}

/*MD*/
@media (min-width: 992px) and (max-width: 1199px){
    body{
        color: black !important;
        /*background-size: 65%;*/
        font-size: 16px !important;
    }

    .personal{
        /* background-color: brown !important; */
        width: 720px;
        margin-top: 40px;
    }

    .p, .p-double{
        width: 120px;
        word-wrap: keep-all;
        height: 60px !important;
    }

    .modified{
        font-size: 60px;
        margin-top: 80px;
    }

    .my-logo{
        width: 250px !important;
    }

    .img-rounded{
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .im{
        width: 194px !important;
        height: 400px;
        /*background-color: blueviolet;*/
        margin: 20px 24.25px 0px 24.25px !important;
        float: left;
        /*border: 1px solid black;*/
        padding: 3px 4px 3px 4px !important;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 970px;
    }

    .img-rounded{
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .modph{
        width: 100%;
        height: 270px !important;
    }

    /* .presentation-bs{
        padding: 0px 180px 0px 180px !important;
        width: 970px;
    } */

    .lrp{
        max-height: 600px;
        /* background-color: violet; */
        padding-top: 20px;
        position: relative;
    }

    .lr-carousel{
        max-height: 580px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: thistle; */
        position: relative;
    }

    .lr-containerphoto{
        max-height: 580px;
        /* min-height: 445px; */
        width: 100%;
        /* background-color: yellow; */
    }

    .lr-single{
        /* min-height: 500px !important; */
        max-height: 580px !important;
        width: 100% !important;
    }

    .cp{
        padding-top: 20px;
        /* background-color: teal; */
        position: relative;
    }

    .c-carousel{
        /* background-color: thistle; */
    }

    .c-containerphoto{
        /* background-color: tomato; */
    }

    .c-single{
        width: 100% !important;
        min-height: 100% !important;
    }

    .test{
        /* background-color: blue; */
    }
}

/* query apposta tra 1500 e 1192 per gestire foto gallery ?*/

/*LG*/
@media (min-width: 1200px){
    .my-logo{
        width: 300px;
    }

    .personal{
        /* background-color: bisque !important; */
        margin-right: 0px !important;
        width: 840px;
        margin-right: 10px;
        margin-top: 40px !important;
    }

    .p, .p-double{
        height: 60px !important;
        width: 140px;
        word-wrap: keep-all;
    }

    .testa{
        background-size: 60%;
        height: 200px;
    }

    .modified{
        margin-top: 100px;
        font-size: 80px;
    }

    .im{
        width: 234px !important;
        /*background-color: blueviolet;*/
        margin: 0px 29.25px 0px 29.25px !important;
        float: left;
        border: 2px solid black;
        border-radius: 8px;
        padding: 3px 4px 3px 4px !important;
        height: 430px;
    }

    .img-rounded{
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .modph{
        width: 100%;
        height: 300px;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 1170px;
        margin-top: 50px !important;
    }

    .presentation-bs{
        padding: 0px 0px 0px 282px !important;
        width: 1170px;
    }

    .lrp{
        max-height: 900px;
        /* background-color: violet; */
        padding-top: 20px;
        position: relative;
    }

    .lr-carousel{
        max-height: 880px;
        min-height: 445px;
        width: 100%;
        /* background-color: thistle; */
        position: relative;
    }

    .lr-containerphoto{
        max-height: 880px;
        min-height: 445px;
        width: 100%;
        /* background-color: yellow; */
    }

    .lr-single{
        min-height: 500px !important;
        max-height: 700px !important;
        width: 100% !important;
    }

    .cp{
        padding-top: 20px;
        /* background-color: teal; */
        position: relative;
    }

    .c-single{
        width: 100% !important;
        min-height: 100% !important;
    }
}