html {background: url(../img/bg-dot.png);overflow-x: hidden}
h1 {color:#e7511a;font-size:3em;padding:0;margin:0;font-weight:bold;}
h2 {color:#e7511a;font-size:1em;padding:0;margin:0;letter-spacing:3px;}
p {text-transform: uppercase;font-size:0.8em;}
.feed {position: absolute; bottom:0;left:0;right:0;width:100%;-webkit-box-shadow: 0px 0px 33px 0px rgba(128,125,128,1);
    -moz-box-shadow: 0px 0px 33px 0px rgba(128,125,128,1);
    box-shadow: 0px 0px 33px 0px rgba(128,125,128,1);}
svg {vertical-align:top;}
.lightbox {position:absolute;top:0;left:0;height: 100%;width:100%;background: rgba(0,0,0,.75);
    align-items: center;
    display: flex;
    justify-content: center;z-index:9999}
.lightbox div.img{position: relative;max-width: 50%;display: table;}
.lightbox div.img .close {position: absolute;top:10px;right:20px;}
.contact {display: none;}
@media screen and (orientation:portrait) {
.feed {position:relative;}
    .contact {position: fixed;top:45%;right:0;z-index:99;display: block}
    .contact img {width:50px;margin:5px 0}
    h1 {font-size:2em;}
    .res img {width:65%!important;max-width:80%;}
    .res2 img {width:75%!important;max-width:80%;}
    .bant {height:20px!important;width: 100%!important;}
    .lightbox div.img{position: relative;max-width: 80%!important;}
}
.insLink {display: table;padding:15px;font-size:.75em;border:1px solid #fff;border-radius:15px}
.insLink:hover {text-decoration: none;}