﻿
html {
    background: url(../imgs/geralnew.png) no-repeat center center fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}




body {
    margin: 0;
   
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  
}

.outer-container {
    position : absolute;
    display: table;
    width: 100%;
    height: 100%;
    
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    background: #00B147;
    padding : 20px;
    border : 1px solid #000;
}

.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
}


div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 510px;
        padding: 40px;
    }

    

span a {
    color: white;
    
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px
}
.#div {
    overflow: hidden;
    text-align: center;
}







