.main-nav{
	margin: 0;
	padding: 0;
	border: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
}

.content-navbar{
	border-radius: 0px;
	height: 70px;
	background-color: white;
	border: none;
}

.nav-tabs{
	margin-right: 30px;
	border-bottom: none;
	margin-top: 10px;
}

.tab-item{
	border: none !important;
	color: black !important; 
	height: 100%;
}

/*.bg-image{
	background-image: url(../images/designers/Frank/1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	max-height: 1232px;
	height: 1232px;
}*/

.container-box{
	margin: 20px;
}

.title_section{
	background-color: black;
	height: 100%;
	width: 100%;
}

.col-item{
	padding: 0;
}

.main-content{
	margin-top: 70px;
}

.text-content{
	padding: 40px;
    position: relative;
    height: 100%;
}

.bottom-text{
	position: absolute;
    color: white;
    bottom: 0;
}

.main-name{
	font-size: 80px;
	font-weight: bold;
	color: white;
}

.roster{
	margin-top: 90px;
}

.roster-img{
	width: 90%;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
}

.designer-name{
	font-size: 20px;
	font-weight: bold;
}