

/* for all screens, use 14px font size */
body {  
    font-size: 14px;    
}
/* responsive, form small screens, use 13px font size */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}

.bg-img2{
          height: 40vh; 
          background-image: url('https://concretumrealestate.it/img/boccaccio-external-opacity.png');
          background-repeat: no-repeat;
          background-position-x: center;
          background-position-y: center;
  background-attachment: local;
  background-size: cover;
          max-height: 250px;
}

.bg-img {
          opacity: 0.5;
          filter: alpha(opacity=50); /* For IE8 and earlier */
          position: absolute;

          height: 60vh;
          width: 100vw;
          max-height: 500px;
          object-fit: scale-down;
          z-index: -1;
}

.logo-img {
          /*height: 40vh;*/
          max-height: 120px;
          width: 50%;
          object-fit: contain;
          /*position:relative;*/
          /*display:block*/
          
}

.card-img {
          height: 30vh;
          object-fit: cover;
}

div {
          font-family: Palatino Linotype;
}

.btn{
          
          border-radius: 5000px;
          background-color: black;
          color: white;
          font-weight: 500;
          transition: all 0.3s;
          
}

.btn:hover{
          
          transform: scale (1.15);
          
}

.text-green
{
          font-weight: bold;
          color: green;
}

.text-red
{
          font-weight: bold;
          color: red;
}

.text-blue
{
          font-weight: bold;
          color: blue;
}


/*
h1 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
h3 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
h5 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
p { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
blockquote { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
*/
