body {
	background: url('../images/bg.jpg') no-repeat center center fixed; 
	min-height: 100vh;
	max-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.panel {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 5vh;
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background: transparent;
	border-width: 0px;
}

.panel-default > .panel-heading {
	background: transparent;
}

.panel-default > .panel-heading > .nav-tabs > li {
	min-width: 33.33333333%;
	max-width: 33.33333333%;
}

.panel-default > .panel-heading > .nav-tabs  {
	min-width: 100%;
	max-width: 100%;
}

nav > li > a {
	color: black;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li > a {
	background-color: rgba(246, 229, 255,0.7);
	border-radius: 0px;
	color: white;
	text-align: center;
	font-size: 3.5vw;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-width: 0px;
}

.nav-tabs > li.active > a {
	color: white;
	border-width: 0px;
}

.panel-heading {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: rgba(0, 40, 38, 0.7);
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0, 40, 38,0.7);
	outline-color: transparent;
}

.panel-body {
    background-color: rgba(0, 40, 38,0.7);
	height: auto;
}

.panel-body > .tab-content > .tab-pane {
	color: white;
	font-size: 4.5vmin;
	padding: 0.5vh;
}

.sq_orange {
	color: #ff6600;
}
.sq_tiber {
	color: #FFFFFF;
}

.nav-tabs > li.active > a > .sq_tiber {
	color: white;
}


.start_now_button {
    background: #ff6600;
    border-radius: 3.0vw;
    color: #fff;
    padding: 1.0vw 3.0vw;
    font-size: 3.0vw;
    transition: background-color .3s ease-in;
}

.start_now_button:hover {
    background: white;
    color: #f60;
}

.bold {
	font-weight: 600;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
