/* * Version: 2.1.2
 * File Description: Place here your custom CSS styles */
.main12 {
    background: #000000;
}

.dark-bg h1,

.dark-bg h2,

.dark-bg h3,

.dark-bg h4,

.dark-bg h5,

.dark-bg h6 {
    color: #f3ede0;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 0px;
}

.dark-translucent-bg,

.dark-translucent-bg h1,

.dark-translucent-bg h2,

.dark-translucent-bg h3,

.dark-translucent-bg h4,

.dark-translucent-bg h5,

.dark-translucent-bg h6 {
    color: #fafafa;
}
.embed-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*form {
    position: fixed;
    height: 30px;
    bottom: 5px;
    width: 100px;
	z-index: 7;
}*/