html, body{
  height: 100%;
}
body {
    background: url(../images/background_malga_usa.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@font-face {
    font-family: Raleway-Regular;
    src: url("../font/Raleway-Regular.ttf");
}
@font-face {
    font-family: Raleway-Bold;
    src: url("../font/Raleway-Bold.ttf");
}
#info p b {
  font-family: Raleway-Bold;
}
#info p {
  font-family: Raleway-Regular;
  letter-spacing: 2.7px;
}
.container.logo{
  padding-top: 19%;
  height: 55%;
  position: relative;
}
.container.logo img{
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#info{
  margin-top: 66px;
  padding-right: 22px;
  width: 100%;
  text-align: right;
  color: #fff;
  line-height: 7.5px;
  font-size: 15px;
  margin-bottom: 38px;
}
#intro{
  background-color: rgba(255, 255, 255, 0.5);
  color: #032667;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  margin-top: -110px;
  padding: 5px;
}
.all-sites {
    background-color: rgba(41, 43, 40, 0.49);
    padding-top: 31px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer_logo{
background-color: rgba(41, 43, 40, 0.49);
padding-top: 31px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.site-url a {
    color: #fff;
}
.site-img {
  text-align: center;
  height: 110px;
  vertical-align: sub;
  line-height: auto;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
}
.site-url {
    text-align: center;
}
.site-img * {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50% );
}

@media (max-width: 991px){
  .col-lg-3.col-md-6.col-sm-12 {
    margin-bottom: 30px;
}
  #info{
    margin-top: 70px;
  }
  .site-url {
    font-size: 17px;
  }
  #info p {
    letter-spacing: 1.9px;
  }
}
@media (max-width: 575px){
  .container.logo img {
    height: 70%;
  }
  #info p,#intro p{
    font-size: 35px!important;
    line-height: 1.6;
  }
  
}
/*@media screen and (max-height: 570px) {
  .container.logo {
    padding-top: 25%;
}
}
@media screen and (max-height: 400px) {
  .container.logo {
      padding-top: 38%;
}
.col-lg-3.col-md-6 {
    margin-bottom: 48px;
}
}*/
