/* modifications to existing */

.section-title{
	margin-top:30px;
	margin-bottom:30px;
    font-size:50px;
	color:black;

}

.section-text img
{
	margin:10px;
}

.section-text
{
	/*line-height:2;
	font-size:20px;*/
}

@media (min-width: 1200px) {
    .container {
      max-width: 1160px;
    }
}

h1, .h1 {
    margin-top: 0;
    font-weight: bold;
  
    color: #007167;
}

h2{
	font-weight:bold;
}

h3{
  font-weight:bold;
  color:#007167;
}

/*h3 > a{
	color:#000000;
}*/

ul.sidenav li.page_item {
  margin: 0px 0px;
  background-color: #e3e3e3 !important;
}


ul.sidenav li.page_item  a{
  color:black !important;
}


.sidenav a {
  font-weight:bold;
}

ul.sidenav li:first-child a{
	padding-top:20px;
	padding-bottom:20px;
	  color:white;
	  font-size:20px;
}

ul.sidenav{
	padding-top:0px;
	padding-bottom:0px;
}

.sidenav
{
  width:100% !important;
}

.breadcrumbs p
{
	padding-left:15px;
	padding-top:10px;
}

.color-bg
{
	background-color:#EBEBEB;
}

.container-bg-content {

    padding-top: 100px;
}

.fa{
	font-size:18px !important;
}

a{
	text-decoration:underline;
}

.pt-cv-readmore {
    color: white !important;
    background-color: #007167 !important;
    border: none !important;
	font-weight:bold !important;
}