html, body
{
height: 100%;
width:100%;
margin:0;
padding:0;
background: #fff;
color:#333;
}
*{margin:0;padding:0}
html{outline:none!important}
.clearfloat{height:0;margin:0;clear:both;line-height:0;font-size:0}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgwidth{margin:auto; text-align: center;}
img {
    vertical-align: middle;
}
img {
    border: 0;
    margin-bottom: 10px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.social-media {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
.social-media li {
    display: inline-block;
    padding: 0;
    font-size: 34px;
    margin-right: 5px;
    margin-left: 5px;
}
.social-media li a {
    color: #282c63;
}

@media (min-width: 1200px){
.container {
    width: 400px;
}
}

@media (min-width: 992px){
.container {
    width: 360px;
}
}
@media (min-width: 768px){
.container {
    width: 300px;
}
}