.bg-primary {
	background-color:#008000 !important;
}

.logobeasy {
	margin-left:auto;
	margin-right:auto;
	
}

.text-yellow {
	color:#ffd924 !important;
}

.text-green {
	color:#009835 !important;
}

.text-boldgreen {
	color:#009835 !important;
	font-weight:bold !important;
}

.text-italic {
	font-style:italic !important;
	font-weight:bold !important;
}

#page-top {
	color:#000000 !important;
	font-size:1.2em;
}

.fs-20 {
	font-size:2em;
}

@media (max-width: 576px) {

	.home-head {
		margin-top:100px;
	}
	
}

@media (min-width: 576px) and (max-width: 900px) {

	.home-head {
		margin-top:150px;
	}
	
}

.nav-link.active {
	color:#ffffff !important;
}

.nav-link:hover {
	color:#ffd924 !important;
}


/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    
}



/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ffd924;
	
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #76a7f7;
	color:white !important;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
   
    width: 70%;
    
    
} 

.tabcontent2 {
    float: left;
    padding: 0px 12px;
   
    width: 70%;
    
    
} 

.pull-right {
	float:right;
	right:0;
	left:auto;
	
}
	
.tabetape {
	background-color: #cccccc;
}

.padd-3 {
	padding:3px;
	
}
