/* Title */
#header.alt h1 {
    font-size: 4em!important;
}

#nav ul li a {
	font-weight: bolder;
}

#nav {
	background-color: lightgoldenrodyellow!important;
}

section a {
	color: darkgoldenrod;
}

h1 a{
	border-bottom: none;
}
/*#nav ul li a:hover{
	background-color: #935d8c!important;
}

@media screen and (max-width: 1280px){
	#header {
		padding: 4em 4em 0.1em 4em!important;
	}
}
#header.alt {
    padding: 4em 4em 0.1em 4em!important;
}

#header {
	padding: 4em 4em 0.1em 4em!important;
}
*/

#main > .main {
	padding-top: 1em !important;
    padding-bottom: 1em !important;
}

/* Features */
.icon.major:before {
    font-size: 2em!important;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.2em;
    border-radius: 100%;
    border: solid 1px;
    text-align: center;
}
.icon.major {
	border: 0px!important;
	padding: 0em!important;
	margin-bottom: 0em!important;
}
#main .icon.major {
    border-color: white!important;
}

#main .icon.major:before {
    border-color: white!important;
}

/* Cards of Community*/
.colored-box{
	background-color: white;
    text-align: center;
	/*background-image: linear-gradient(to right, #c79cc8, yellow, #c79cc8);*/
	height: 40%;
}
div.card p{
	margin-bottom: 0.5em;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: navy!important;
	font-weight:400;
}
@media screen and (min-width: 1280px) {
	#header h1{
		font-weight: 900;
		font-size: 4em!important;
	}
	#header p{
		color: rgba(255, 255, 255, 0.65)!important;
		font-weight:900!important;
		font-size: xx-large!important;
		color: floralwhite!important;
	}
	
}

#header {
	padding-top: 1em!important;
	padding-bottom: 1em!important;
}

#header h1{
	font-weight: 900;
    /*font-size: 4em!important;*/
}
#header p{
	color: rgba(255, 255, 255, 0.65)!important;
	font-weight:900!important;
	margin-bottom: 0px!important;
	/*font-size: xx-large!important;*/
	color: floralwhite!important;
}

#footer p{
	color:white!important;
	
}

ol li , p , pre code, section {
	color:black!important;
	font-weight:400!important;
}


#main strong, #main b {
	color:black!important;
	font-weight:400!important;
}


ul li{
	color:black!important;
	font-weight:400!important;
}

/**Navigation in Mobile and PC*/
@media screen and (max-width: 736px) {
	.topnav {
		display:block!important;
	}

	#nav {
		display:none;
	}
}


.font-spec {
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #c79cc8;
  color: white;
}


/***/
@media screen and (max-width: 650px) {
  .video-p iframe {
    width: 100%;
	height: auto;
  }
}

.main_color {
	background-color:#935d8c!important;
}

/*TEAM*/
/* Three columns side by side */
.column {
  float: left;
  width: 45%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button_team {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button_team:hover {
  background-color: #555;
}