body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fafafa;
    background-image: url(/img/back2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    body {
        background-attachment: fixed;
    }
}
@media (max-width: 576px) {
    .container-fluid {
        padding-right: 8px;
        padding-left: 8px;
    }
}
.row {
    margin-left: 0;
    margin-right: 0;
}
a {
    text-decoration: none;
    color: #262626;
}
a:hover {
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}
.nav-bar {
    margin-top: 50px;
    text-align: center;
}
.nav-bar a img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-top: -3px;
}
.nav-bar a {
    background: rgba(255,255,255,.5);
    padding: 8px 11px;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 25px;
}
.nav-bar a.logo {
    font-weight: bold;
}
.anim img {
    transform: rotate(360deg) scale(1);
    -webkit-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.header {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .header {
        margin-top: 70px;
    }
}
.card {
    background-color: #fff;
    border: 5px solid #3897f0;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
}
.card h1 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 40px 10px;
    text-align: center;
    font-weight: 500;
}
.card h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 40px 10px;
    text-align: center;
    color: #999;
    font-weight: 600;
}
.card h3 {
    font-size: 17px;
    margin-bottom: 20px;
}
.card p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.card p:last-child {
    margin-bottom: 0;
}
.card h1.title {
    font-size: 28px;
}
.more {
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
    padding: 20px; 
    border: 0;
}
@media (min-width: 768px) {
    .more {
        padding: 30px;
    }
}
.date {
    display: inline-block;
    background: #009688;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    margin-bottom: 10px;
}
.inputform {
    margin-top: 15px;
    margin-bottom: 15px;
}
.instinput {
    width: 100%;
    border: 1px solid #efefef;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0px;
    outline: none;
    overflow: hidden;
    padding: 9px 0 7px 8px;
    text-overflow: ellipsis;
    background: #fafafa;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.instinput:focus {
    border: 1px solid #b2b2b2;
}
.instabutton {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: #3897f0;
    border-color: #3897f0;
    color: #fff;
    margin-top: 10px;
}
.resultdiv {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 0 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
}
.item {
    padding: 9px 15px 12px;
    font-size: 13px;
}
.item img {
    float: right;
    width: 27px;
    height: 27px;
    margin-left: 15px;
}
.item::after {
    content: "";
    clear: both;
    display: table;
}
.profileheader {
    height: 55px;
    border-bottom: 1px solid #efefef;
}
.profilepic {
    height: 40px;
    width: 40px;
    margin-left: 15px;
    position: absolute;
}
.profilename,
.username {
    margin-left: 65px;
    margin-top: 10px;
}
.profilename {
    font-weight: bolder;
    color: #3d3b3b;
}
.downloadimage {
    width: 100%;
    height: auto;
}
.resultdiv {
    display: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.share {
    display: none;
    font-size: 13px;
}
.ft {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ft a {
    font-weight: bold;
}