@charset "utf-8";
/* CSS Document */
body {
    background-color: #ffffff;
    color: #000000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto Condensed", serif;
    line-height: 1.2;
    color: inherit;
	letter-spacing: 0.05rem;
}
h1, h2, h3 .h1, .h2, .h3 {
    margin-bottom: 1.5rem;
	font-weight: 400;
}
h1 {
	font-size: 1.9rem;
}
h2 {
	font-size: 1.55rem;
	color: #5db4e5;
	margin-bottom: 1rem;
}
p {
    letter-spacing: 0.05rem;
    font-size: 1rem;
}
/* page content */
.sec {
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
}
/*.bg-cover {
    background-size: cover !important;
}*/
.top-logo {
    background-image: url("../img/1-logo-bdm-top-284.jpg");
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 284px;
    height: 56px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
}
.branding {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* carousel */
/* carousel-item .img-fluid */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.carousel-caption {
	/* to make full witdh 
	max-width: 100%;
    width:100%;
	 end make full witdh
    left: 0; */
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}
.carousel-caption h1 {
    color: #fff;
    font-size: 1.6rem;
	margin-bottom: .7rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1rem;
}
/* not sure if needed */
.carousel-item {
	width: 100%;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*    -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
	*/
}
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.5);
}
/* end of not sure if needed */
.pic1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/banner/slide-writer-380.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/banner/slide-studio-380.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/banner/slide-stage-380.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/banner/slide-performer-380.jpg);
    background-attachment: cover;
}
/* end of carousel */

.what {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 3px solid #5db4e5;
}

/* Footer */
footer {
    background-color: #454546;
    padding-top: 20px;
    margin-top: 80px;
}
.row.footer {
    margin-top: 10px;
    margin-bottom: 20px;
}
/*.footer-logo {
	width: 254px;
    height: auto;
}*/
.footer p {
    /*text-transform: capitalize;*/
    color: #C0C0C0;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 0.7rem;
}
.footer_bottom {
    height: 10px;
	background-color: #0d79bf;
}
.footer-logo {
    width: 254px;
    height: auto;
}

/* Media Queiries */
@media (min-width: 380px) {
.carousel-item {
	width: 100%;
    height: 214px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 1.8rem;
	margin-bottom: 1rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1.1rem;
}
.pic1 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-writer-576.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-studio-576.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-stage-576.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-performer-576.jpg);
    background-attachment: cover;
}
h2 {
    font-size: 1.7rem;
}
}

@media (min-width: 576px) {
/*.top-logo img {
    width: 300px;
    height: auto;
	}*/
.carousel-item {
	width: 100%;
    height: 214px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 2rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1.2rem;
}
.pic1 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-writer-768.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-studio-768.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-stage-768.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-performer-768.jpg);
    background-attachment: cover;
}
h2 {
    font-size: 1.9rem;
}
p {
    font-size: 1.1rem;
}
}

@media (min-width: 768px) {
h1 {
	font-size: 2rem
}
h2 {
	font-size: 1.9rem
}
p {
	font-size: 1.1rem
}
.carousel-item {
	width: 100%;
    height: 260px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 2.3rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1.3rem;
}
.what {
    margin-top: 0px;
	padding-top: 0px;
	padding-left: 40px;
	border-top: none;
    border-left: 3px solid #00AEEF;
}
.top-logo {
    background-image: url("../img/1-logo-bdm-top-353.jpg");
    width: 353px;
    height: 70px;
}
.sec {
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
}
.pic1 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-writer-992.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-studio-992.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-stage-992.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-performer-992.jpg);
    background-attachment: cover;
}
}

@media (min-width: 992px) {
h1 {
	font-size: 2.25rem
}
h2 {
	font-size: 1.9rem
}
p {
	font-size: 1.15rem
}
.carousel-item {
	width: 100%;
    height: 280px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 2.7rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1.4rem;
}
/*.top-logo img {
    width: 400px;
    height: auto;
	}*/
.top-logo {
    background-image: url("../img/1-logo-bdm-top-400.jpg");
    width: 400px;
    height: 78px;
}
.sec {
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}
.pic1 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-writer-1200.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-studio-1200.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-stage-1200.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-performer-1200.jpg);
    background-attachment: cover;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 2.5rem
}
h2 {
    font-size: 2.1rem;
}
p {
    font-size: 1.2rem;
}
.carousel-item {
	width: 100%;
    height: 400px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 3rem;
}
.carousel-caption p {
    color: #fff;
    font-size: 1.6rem;
}
.top-logo {
    background-image: url("../img/bdm-logo-top-jpeg.jpg");
    width: 400px;
    height: 78px;
}
/*.top-logo img {
    width: auto;
    height: auto;
*/
.pic1 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-writer-1900.jpg);
    background-attachment: cover;
}
.pic2 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-studio-1900.jpg);
    background-attachment: cover;
}
.pic3 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-stage-1900.jpg);
    background-attachment: cover;
}
.pic4 {
    background-repeat: no-repeat;
    background-position: center center /*fixed*/;
    background-image: url(../img/banner/slide-performer-1900.jpg);
    background-attachment: cover;
}
}
