/* 
    Created on : 01-sett-2020
    Author     : salvatorearcidiacono.it
*/


body, wrapper {
    font-family: 'Questrial', sans-serif;
    min-height:100vh;
}

wrapper{
    padding-top: 50px !important; 
}

a, h1, h2, h3, h4, h5, h6 {color: #6a0000;;}

h1, h5{
    margin-top: 0px;
    margin-bottom: 60px;
}

h4 {}

.col-sx{
    margin-top: 70px;
    text-align: justify;
}

.col-dx{
    padding-left: 50px;
    margin-top: 70px;
}

.box{
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-bottom: 20px;
}

.box-blu {
    background: rgb(9,6,60);
    background: linear-gradient(0deg, rgb(9,6,60) 0%, rgb(42, 70, 206) 100%);
    margin-bottom: 1px solid #010012;
    padding: 15px !important;
    border-left: 8px solid #4c6aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    display: block;
    padding: 5px 0 1px 20px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #d7d0be;
}


.box-blu:hover{
    background: linear-gradient(180deg, rgb(9,6,60) 0%, rgb(42, 70, 206) 100%);
    border-left: 8px solid #aa050e;
    background-color: rgb(9,6,60);
    text-decoration: none;
    color: rgb(193, 250, 255);
}

.box-blu h9, .box-blu .fa {
    color: rgb(193, 250, 255);
    font-size: larger;
    font-weight: 700;
    margin-right: 10px;
} 

.box-blu .fa{
    color: #ffffff !important;
}

.box-blu a {color: #D7D0BD;}

.nav-title{
    color: #D7D0BD;
}

.flex-fill {
    flex:1 1 auto;
}
p{
    text-align: justify;
}

.navbar{
    background: rgb(9,6,60);
    background: linear-gradient(0deg, rgb(9,6,60) 0%, rgb(29,46,135) 100%);
    margin-bottom: 1px solid #010012;
}

.nav-link{
    white-space: nowrap !important;
    color: #d7d0be !important;
    margin-left: 10px;
}

@media (max-width: 767px) {
    #titolo_esteso {display: none;}
  }

.cover {
    height: 100vh;
    min-height: 500px;
    background-image: url("../img/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #babad4;
    position: relative;
}

.vsm_cover{
    min-height: 200px;
    background-image: url("../img/vsm_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #610000;
    position: relative;
    text-align: center;
}

.vsm_cover_txt{
    font-family: 'Times New Roman', Times, serif;
    color: #6a0000;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.vsm_cover_txt>p{
    text-align: center;
}
.vsm_titolo{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

.vsm_sottotitolo{
    font-size: 30px;
}

.page-cover{
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    margin-bottom: 70px;
}

.cover-stripe{
    background-color: rgba(255,255,255,0.8);
    position: absolute; 
    bottom: 5%; 
    left: 0;
}

.side-menu h1{
    font-size: 20px;
    color: #d7d0be;
    margin: 0;
}

.side-menu-head{
    background-color: #4f0000;
}
.side-menu-body{
    background-color: #eae5d9;
    padding: 10px;
}

.side-menu a{
    color: #4f0000;
    display: block;
}

.side-menu a:hover{
    color: #7a0606;
}


header {
  padding: 156px 0 100px;
}

section {
  padding: 40px 0;
}



/* Sticky footer */
html {
  position: relative;  
  min-height: 100%;
}

.btn-primary{
    background-color: #5b334a;
    border: 0;
}
.btn-primary:hover{
    background-color: #99537b;
}

.logo{
    max-height: 80%;
    max-width: 80%;
}

.presentazione{
    text-align: justify;
}

footer {
    background: rgb(9,6,60);
    background: linear-gradient(0deg, rgba(9,6,60,1) 0%, rgba(29,46,135,1) 100%);
    padding: 10px;
    padding-bottom: 20px;
    color: #eae5d9;
}

.footer a, .footer a:hover {
    color: #fff;
    font-weight: 700;
}

.list-item{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.collapse, .collapsing{
    margin-top: 20px;
}

.refine{
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #141d67;
    display: block;
}

.footer-pj{
    text-align: justify;
    font-size: smaller;
    margin-top: 20px;
    line-height: 1,5;
}

.footer-loghi{
    text-align: center;
    padding-top: 20px;
    border-right: 1px solid #b19aa8;
}

.qpag-more-btn{
    color:#3f0025;
}

#rform{
    margin-top: 100px;
}

.box-gatto{
    padding-left: 50px;
    border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #3f0025;
    color: #fff;
}

.btn-italart{
    background-color: #b19ba8;
    border-color: #3f0025;
    color: #3f0025;
}
.btn-italart:hover {
    color: #3f0025;
}

.ms-img{
    width: 150px; height: 200px;
    margin: 20px;
}