body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.container{
    width: 100%;
    background-color: #121d1f;
    border-bottom: 8px double white;
}
.row{
    padding: 5px;
    display: table;
    width: 100%;
}
.content{
    margin: 10px auto;
    max-width: 1200px;
    text-align: center;
    color:white;
    font-size: 50px;
    width: 100%;
   
}
.img-responsive{
    width: 100%;
    height: auto;
}
.siteimage{
    max-width: 800px;
    margin: 20px auto;
}
.text-center{
    text-align: center;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:#121d1f;
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    border-top: 2px double #ffffff;
}
.footersns{
    text-align: center;
    display: inline-flex;
    margin-left:-10px;
}
footersns-item{
    display: inline-block;
}
ul, ol{
    list-style: none;
}
.mr{
    margin-right: 30px;
}
.text-green{
    color:green;
}
