/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

.carousel-item {
    height: 70vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* xs < 768 */
@media (max-width: 576px) {

    .carousel-item {
	height: 55vh;
    }

    .carousel-caption.text-right {
	//top: 25%;
	top: 50%;
	transform: translateY(-55%);
	bottom:initial;
    }
    
    .carousel-caption{
	//top: 25%;
	top: 50%;
	transform: translateY(-45%);
	bottom:initial;
    }
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6
     {
	 font-size: 180%;
	 text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
     }
    .carousel-caption p{
	font-size: 110%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

    
    
}

@media (min-width: 576px) {

    .carousel-item {
	height: 63vh;
    }

    .carousel-caption.text-right {
	//top: 25%;
	top: 50%;
	transform: translateY(-60%);
	bottom:initial;
    }
    
    .carousel-caption{
	top: 50%;
	transform: translateY(-45%);
	bottom:initial;
    }

    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6
    {
	font-size: 180%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);

    }
    .carousel-caption p{
	font-size: 110%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    
}

/* md */
@media (min-width: 768px) {


    .carousel-caption{
	top: 50%;
	transform: translateY(-45%);
	bottom:initial;
	max-wdith: 300px;
    }

    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6
    {
	font-size: 190%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	font-weight: Medium;
    }
    .carousel-caption p{
	font-size: 120%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

}

/* lg */
@media (min-width: 992px) {


    .carousel-caption{
	top: 50%;
	transform: translateY(-45%);
	bottom:initial;
	max-wdith: 400px;
    }
    
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6
     {
	font-size: 210%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	font-weight: Medium;
     }
    .carousel-caption p{
	font-size: 130%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }


}

/* lg */
@media (min-width: 1200px) {


    .carousel-caption{
	top: 50%;
	transform: translateY(-45%);
	bottom:initial;
	max-wdith: 500px;
    }
    
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6
     {
	font-size: 230%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	font-weight: Medium;
     }
    .carousel-caption p{
	font-size: 150%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }


}


body {
    font-family: font-family: 'Raleway', sans-serif;
    font-weight: Light;
    line-height: 1.5;
    color: #323232;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.dropdown-menu {
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group{
    margin: 0 auto;
    float: none;
}




.fancyfont {
    font-family: 'Pacifico', cursive;
}

.fancyfont sup {
    font-size: .9em;
    top: -.37em;
    right: .07em;
}

body {
    padding-top: 0px;
}


.pad-section {
    padding-top: 3em;
}


.portfolio-item {
    margin-bottom: 30px;
}



.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}


.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 50%;
}

.desk {
    padding-top: 50px;
    vertical-align: middle;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
/*    padding: 0 20px; */
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 0px;
    color: #333;
}
.team-title {
    position: static;
    padding: 1em 0;
    display: inline-block;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
}
.team-title span {
    color: #a5a5a5;
}

.footer
{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}


//social button styles
/*
.my-linkedin {
    background: #0E76A8;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #084461;
}
.my-linkedin:link,
.my-linkedin:visited {
    color: #fff;
}

.my-linkedin:active,
.my-linkedin:hover {
    background: #084461;
    color: #fff;
}
*/


//link color
 /* unvisited link */
a:link {
    color: #99ccff;
}

/* visited link */
a:visited {
    color: #9999ff;
}

/* mouse over link */
a:hover {
    color: #66b3ff;
}

/* selected link */
a:active {
    color: #ffffff;
}

#tooltip
{
    text-align: center;
    color: #FFFFFF;
    background: rgb(0, 0, 0, .75);
    position: absolute;
    z-index: 100;
    padding: 8px;
}

/* triangle decoration */
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}
 
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
	

.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

