﻿

header{
	padding: 20px 0 10px;
}

.menutop{}

.menutop li{
	border-left: 1px solid #eee;
	padding: 0 15px;
}

.menutop a{
	color: #000!important;
	font-weight: bold;
}

.red{
	color: #e11b22;
	font-weight: bold;
	margin-bottom: 0
}

/*---- home -------*/

#partnership {
	background: #d11e25;
	border-radius: 8px;
	color:#fff;
	padding: 10px 40px 0 0;

}

#partnership img{
	margin-bottom: -20px;
	margin-top: -15px;
}

#partnership small, #partnership a{
	color:#fff;
	font-size: 0.7em;
}

#partnership a:hover{
	color: lightgrey;
}

.iconshome{
	width: auto;
	font-size: 4em;
}

#sections li {
	border-top:1px solid #eee;
	padding: 5px 0;
}

#sections a.black{
	color:#000;
}


.purple {
    color: #642f83;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #642f83;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #642f83!important;
    border-color: #642f83!important;
}
summary {
    background: #642f83;
    padding: 10px;
    margin: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
}
/* details > summary {
    list-style-type: '▶';
} */
details {
    background: #f1edf1;
    padding: 5px;
    margin: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	border-color:#642f83;
	background: #642f83;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
a{
  color: #337ab7;
}
.nav-link{
  color: #337ab7;
}

.btn-link{
  color: #337ab7;
}

.nav-link:hover{
  color: #23527c;
}
.btn-link:hover{
  color: #23527c;
}
a:hover{
  color: #23527c;
}
a:focus{
    color: #23527c;
}
