/* CSS for vinodthadhani.com */

body {
	background-color: #000 !important;
}

.clear {
    clear: both;
}

.hideEm {
	display: none;
}


.mainContainer {
	/* background-color: #333; */
	width: 90%;
	height: 100%;
	margin: auto auto;
}

.headerContainer {
    background-color: #000;
    width: 100%;
    position: relative;
}

.headerContainer nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .1rem .5rem;
}

.navbar-brand img {
    margin: 5px;
    padding: 0;
    width: auto;
    height: 40px;
}

.navbar-brand h1 {
    display: inline-block;
    font-size: 200%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.7);
}


.navbar-brand h1 span {
    color: rgba(255,255,255,0.5);
    font-weight: normal;
}


.navbar-collapse {
    flex-grow: unset;
}

.headerContainer nav .mobileNav {
    display: none;
}

.headerContainer nav .mobileNav img {
    width: 100%;
    height: 100%;
}

.headerContainer nav li {
	display: inline-block;
	color: rgba(255,255,255,0.7);
	padding-right: 30px;
	cursor: pointer;
}

.headerContainer nav a {
    color: inherit !important;
    padding: 0;
}

.headerContainer nav li.active {
	color: rgba(255,255,255,1) !important;
	cursor: default;
}

.headerContainer nav a:hover {
	color: rgba(255,255,255,1);
}

.bodyContainer {
	/* overflow: hidden; */
	height: 550px;
	width: 100%;
}

.bodyContainer img {
	width: auto;
	height: auto;

    xposition: relative;
    x-webkit-animation: myfirst 10s 1; /* Safari 4.0 - 8.0 */
    x-webkit-animation-direction: normal; /* Safari 4.0 - 8.0 */
    x-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */

    xanimation: myfirst 10s 1;
    xanimation-direction: normal;	
    xanimation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes myfirst {
    from   { top: 0px;}
    to  { top: -250px;}
}

@keyframes myfirst {
    from   { top: 0px;}
    to  { top: -250px;}
}



/* Carousel */
.bodyContainer .imageText {
    position: fixed;
    bottom: 50px;
    color: rgba(255,255,255,0.7);
    background-color: rgba(33,33,33,0.7);
    padding: 30px;
}


.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.carousel {
    position: relative;
    /* padding: 15px;
    padding-right: 45px; */
}

.carousel-inner img {
	width: 100%;
}

.carousel-item {

}

.carousel-caption {
	/* 
	left: 5%;
	right: unset;
	text-align: left;
	background-color: rgba(33,33,33,0.5);
	padding: 20px 25px;
	border: 1px solid rgba(255,255,255,0.3);
	*/

    left: 30px;
    right: unset;
    text-align: left;
    padding: 0;
    bottom: 3px;
}

.cover-slider-text-01 * {
	margin: 0;
	padding: 0;
}

.cover-slider-text-01 {
	display: inline-block;
	position: absolute;
	bottom: 50px;
	left: 45px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
	background-color: rgba(0,0,0,0.4);
	padding: 20px 45px;
}

.cover-slider-text-02 * {
	margin: 0;
	padding: 0;
}
.cover-slider-text-02 h1, .cover-slider-text-02 h3 {
	/* font-weight: 400; */
}

.cover-slider-text-02 {
	display: inline-block;
	position: relative;
	top: 25px;
	left: 45px;
	text-transform: uppercase;
	color: #fff;
}

.blog-fx-text {
	padding: 10px 10px 0px 20px;
	line-height: 1.7em;
}

.blog-fx-text a {
	position: absolute;
	bottom: 5px;
	left: 70%;
}

.carousel-image {
	height: 85vh;
	min-height: 525px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;

	background-attachment: fixed;
	background-position: center; 
}


.carousel-indicators li {
    width: 20px;
    height: 14px;
    font-size: 12px;
    font-weight: bold;
    background: none;
    text-indent: 0px;
    color: rgba(255,255,255,0.5);
    margin-left: 10px;
    line-height: 4px;
    text-align: center;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -33px;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: auto;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0; 
    list-style: none;
}

.carousel-indicators .active {
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid red;
}


.carousel-control-next {
    left: 20px;
}
.carousel-control-next, .carousel-control-prev {
    top: unset;
    width: 20px;
    bottom: -32px;
}

/* End Carousel */



footer {
    position: fixed;
    top: 50%;
    left: -115px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    bottom: 50%;
    letter-spacing: 1.2px;
}

.designer p {
    color: rgba(255,255,255,0.5);
    font-size: 70%;
}



.designer p span:hover {
    color: #fff;
}




.aboutMe {
    background-color: #111;
    padding: 40px;
}


.pageHeaderTitle {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.aboutMeImage {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.aboutMeImage img {
    width: 100%;
}

.aboutMeBody {
    width: 49%;
    display: inline-block;
    color: rgba(255,255,255,0.5);
    margin: 0 0 0 40px;
}

.myTimeline {
    margin-top: 50px;
    color: rgba(255,255,255,0.4);
    font-size: 90%;
    line-height: 26px;
}

.myTimeline p span {
    color: rgba(255,255,255,0.7);
}

tr {
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}

td.tlYear {
	width: 100px;
	text-align: center;
	border-right: 1px solid #333;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}

td.tlDetails {
    padding-left: 40px;
}

td.tlDetails h4 {
    border-bottom: 1px solid #333;
    display: inline-block;
    color: rgba(255,255,255,0.8);
}





/*// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }
*/

@media screen and (max-width: 1024px) {

    .navbar-brand h1 {
        display: none;
    }


    .carousel-indicators li {
        display: none;
    }
    .carousel-indicators li.active {
        display: inline-block;
    }

    .carousel-nav {
        /* width: 100%;
        background-color: #fff; */
        display: inline-block;
        position: absolute;
        right: 50px;
        bottom: -32px;
    }

    .carousel-nav p {
        color: #fff;
        display: inline-block;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        vertical-align: unset;
    }


    .aboutMe {
        padding: 20px;
    }

    .aboutMeImage {
        width: 100%;
    }

    .aboutMeBody {
        width: 100%;
        margin: 0;
    }

    td.tlYear {
        width: 50px;
    }

    td.tlDetails {
        padding-left: 10px;
    }

    .navbar-nav {
        position: absolute;
        z-index: 15000;
        background-color: #0f0f0f;
        width: 95%;
        padding: 0 20px;       
    }


    .headerContainer nav li {
        line-height: 70px;
        border-bottom: 1px dotted #333;
    }

}