/*Input Your Custom CSS Here*/

.main-segment {
	background-image: url(img/dots-background.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}

.about-segment {
	background-image: url(img/logo-repeat.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}

.culture-segment {
	background-image: url(img/backgroud-cultura.png);
	background-repeat:repeat;
    background-position: center;
	background-size:auto;
}

.team-segment {
	background-image: url(img/logo-sign2.jpg);
	background-repeat:repeat;
    background-position: center; 
	background-size:auto;
}
#home, #about, #features, #screenshots, #contact{
	height: 100vh;
}

#features {
	color: #ffffff;
}

.sec-title h1 {
	color: #ffffff !important;
}

.about-img {
	display:block;
	margin:auto;
	/*padding-top:50%;*/
	/*padding-top:50%;*/

}

.no-mobile {
	
	display: block;
}

.overflow-text {
	overflow:auto;
}

.text-color {
	color: #ffffff;
}

.text-culture {}

.text-team{}


=======Tabs========

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}