﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
} 

/*margin top percent*/
.set-top-sm-pc {
    margin-top: 5%;
}

.set-top-md-pc {
    margin-top: 10%;
}

.set-top-lg-pc {
    margin-top: 15%;
}

.set-top-xl-pc {
    margin-top: 20%;
}

/*margin bottom percent*/
.set-bottom-sm-pc {
    margin-bottom: 5%;
}

.set-bottom-md-pc {
    margin-bottom: 10%;
}

.set-bottom-lg-pc {
    margin-bottom: 15%;
}

.set-top-xl-pc {
    margin-bottom: 20%;
}

/*margin top pixel*/
.set-top-sm-px {
    margin-top: 5px;
}

.set-top-md-px {
    margin-top: 10px;
}

.set-top-lg-px {
    margin-top: 15px;
}

.set-top-xl-px {
    margin-top: 20px;
}

/*margin bottom pixel*/
.set-bottom-sm-px {
    margin-bottom: 5px;
}

.set-bottom-md-px {
    margin-bottom: 10px;
}

.set-bottom-lg-px {
    margin-bottom: 15px;
}

.set-top-xl-px {
    margin-bottom: 20px;
}

.wrap {
    align-self: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.textVid.l6 {
    height:314px;
}

.inner {
    
    align-self: center;
}

.outer-div {
    padding: 1px;
    background-color: green;
}

.inner-div {
    margin: 0 auto;
}

.stickyTop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.stickyBottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.background-image-card {
    background-image: url('images/blur-bottle-bright-273238.jpg');
    background-size: 100%;
}

.pullToRight {
    float: right;
}
 
nav .brand-logo.center2 {
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 350px;
}

.buttonSlide {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: none;
    background-color: rgba(100, 100, 100, 1)!important;
}

table {
    table-layout: fixed;
}

.redrum th {
    background-color: #C1443E;
    font-size: 16px;
    color: #e9e9e9;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 1px 0 #51251a;
    border: 1px solid #9fb6c8;
}

.redrum td {
    background-color: #ffffff;
    border: 1px solid #c8d6e2;
}

    .redrum td.rowTitle {
        border-left: 4px solid #008000;
        font-size: 16px;
        background-color: #ffffff;
        color: black;
        font-weight: bold;
    }

    .redrum td.rowContent {
        font-size: 14px;
        text-align: left !important;
        color: black;
    }

.container2 {
    margin: 0 auto;
    max-width: 1280px;
    width: 50%;
}

.footer-copyright li {
    display: inline;
    float: right;
    padding-right: 10px;
    color: aliceblue;
}

.navbar-Footer-Color {
    background-color: #6d071a;
}

.cosmicobiz-color {
    background-color: #013946;
}

.cosmicobiz-color2 {
    background-color: #994C00;
}

.btn {
    background-color: #00584C;
}

    .btn:hover {
        background-color: #B86514;
    }


@media only screen and (min-width: 200px) {
    .container2 {
        width: 90%;
    }
}

/*colors*/
.white {
    color: white;
}

.grayCustom {
    color:gray;
}

