﻿html, body {
  height: 100%;
  font-family: 'Exo', sans-serif;
}
.bg-blu {
  background-color: #003962;
}
.no-padding{
  padding:0px;
}
.bg-green {
  background-color: #93D52E;
}
.div-armaflex-splashpage {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.c-blu{
  color:#003962;
}
.c-verde{
  color:#93D52E;
}
.foot-splashpage {
  position: fixed;width: 65%;
  bottom: 0px;
  text-align: center;
  padding:20px 0px;
}
.div-flex{
  height:100vh;
  flex:1;
}
.div-flex-foot {
  /*height: 100px;*/
  flex: 1;
}
.size-20px{
  font-size:20px;
}
.size-13px{
  font-size:13px;
}
.display-inline{
  display:inline!important;
}
.div-center{
  padding-bottom:80px;
}
.div-logo {
  padding-top: 100px;
}
.bg-green {
    background-color: #92d604;
}
footer{
    position:fixed;
    bottom:0;
    width:100%;
    padding-bottom:40px;
}
body{
    position:relative;
}
#logo {
    background: url('../images/logo-lisoltermica-40.jpg') no-repeat 0 0;
    background-position: center;
}
#logo {
    width: 100%;
    height: calc(100vh - 289px);
    min-height:370px;
}
html, body { /* so that the #dv can fill up the page */
    width: 100%;
    height: 100vh;
}
.footer_1, .footer_2, .footer_3{
    border-left:4px solid white;
    padding:25px 20px 0px 20px;
    font-size:18px;
}

    .footer_1 > p, .footer_2 > p, .footer_3 > p, .footer_3 > p>a {
        margin-bottom: 0px !important;
        color: #003962;
    }
        .footer_3 > p > a:hover {
        text-decoration:underline;
        }
            @media (max-width: 768px) {
                .foot-splashpage {
                    width: 65%;
                    margin: 0 0% 0 -4%;
                }

                .size-20px {
                    font-size: 16px;
                }

                .img-logo {
                    max-width: 200px !important;
                }

                .div-logo {
                    padding-top: 50px;
                }

                #logo {
                    margin:0 20px;
                    width: calc(100% - 40px);
                    height: calc(100vh - 395px);
                    height: auto;
                }

                #logo {
                    background: url('../images/logo-lisoltermica-40.jpg') no-repeat 0 0;
                    background-position-x: 0px;
                    background-position-y: 0px;
                    background-size: auto;
                    background-position: center;
                    background-size: contain;
                }
                .footer_1, .footer_2, .footer_3 {
                    border-left: 0px !important;
                    font-size: 15px;
                    padding-top: 10px;
                }
                footer {
                    padding-bottom: 10px;
                    position:relative!important;
                    text-align:center;
                }
            }

            @media (max-width: 768px) and (orientation : landscape) {
                .div-logo {
                    padding-top: 20px;
                }

                .div-center {
                    padding-bottom: 0px;
                }

                .foot-splashpage {
                    position: relative;
                    width: 100%;
                    bottom: 0px;
                    text-align: center;
                    clear: both;
                    padding: 20px 0px;
                }

                .mobile-none {
                    display: none;
                }
            }