﻿/* Tabs*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	background: #007b5e;
    color: #eee;       
}

#tabs h6.section-title{
    color: #eee;
}
.error
{
    color:Red;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 20px;
}

.pbackgrowne
{
    background-color:#FBC5B9 ;
    padding:5px;
}



/* Head*/

.white
{
    color:White;
}

