﻿/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 5.5rem;
    background: url('../images/background.jpg');
}

footer {
    padding-top: 5.5rem;
    background-color: #343a40 !important;
}

footer h5 {
    color: yellow;
}

footer a {
    color: silver;
}

main div.container {
    background-color: #ebebeb;
}

main div.container-fluid {
    background-color: #ebebeb;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.overflow-hidden { overflow: hidden; }

.highlight-grn {
    background-color: #00FF00;
}

div.center {
    text-align: center;
}

p.cam-gist {
    font-style: italic;
}

.highlight-yellow {
    background-color: yellow;
}

.cn-icon {
    background: none repeat scroll 0 0 #eee;
    height: 32px;
    width: 32px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}
.cn-icon-cams {
    background-position: 0 0;
}

.cn-icon-lj {
    background-position: 0 -32px;
}

.cn-icon-sm {
    background-position: 0 -64px;
}

.cn-icon-im {
    background-position: 0 -256px;
}

.cn-icon-mfc {
    background-position: 0 -416px;
}

.cn-icon-cb {
    background-position: 0 -960px;
}

.cn-icon-sc {
    background-position: 0 -1024px;
}

div.blog {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    background-color: #e5e5e5;
}

div.blog p {
    margin-top: 10px;   
    margin-bottom: 20px;   
}

.gallery-image {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ebebeb;
    margin: 5px;
    cursor: pointer;
}


a.nav-link-sm {
    color: white;
    font-size: 14px;
}

a.nav-link-sm:active {
    color: white;
    font-size: 14px;
}

.small-nav {
    background-color: purple;
    padding: 5px;
}

h2.title{
    text-transform: capitalize;
}

.video-center {
    margin: 0 auto; width: 640px;
}

.featured-mcpmodel {
    background-color: pink;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.profile {
    margin-bottom: 2px;
}
div.profile-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div.profile-image-wrapper img {
    object-fit: cover;
    width: 250px;
    height: 200px;
}

span.profile-info {
    background: none;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 6px;
    padding: 0 2px;
    z-index: 2;
    text-shadow: 1px 1px 4px #000000;
    text-decoration: none;
    color: #ffffff;
    font-family: arial;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

div.chatroom-highlight {
    padding: 15px 5px 5px 5px;
    background-color: #d9c2dd;
    border: 1px solid #ebebeb;
}

div.chatroom-subject {
    background-color: #000000;
    border: 1px solid #ebebeb;
    color: #ebebeb;
}

div.chatroom-subject a {
    color: yellow;
}

div.country-flag{
    width: 30px;
    height: 30px;
    overflow:hidden;
}

div.chaturbate-chatroom-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%
}

/*div.livejasmin-chatroom-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%
}*/

div .chat-btn-section {
    padding: 3px;
    background-color: yellow;
    margin-top: 5px;
    margin-bottom: 5px;
}
