.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-line-simple {
  width: 100%;
  max-width: 20rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #2c3e50 !important;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #000;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #000 !important;
}

a {
  /*color: #424242;*/color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.footer a{  
/*color: #424242;*/
text-decoration:underline;
font-weight: bold;
/*background-color: #424242;*/}
.footer a:hover{color: #424242;}
.line{border-bottom: 1px solid #ccc; margin:5% auto; width:80%}
.yellow {color:#FFD101}
/*contact form*/
.underline {text-decoration:underline;}
#contact-page {
	/*padding-top: 0;*/
	background-color:#fff; opacity: .6; padding:25px; color:#000;
}
#contact-page .contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #575757;
	color: #4E4E4E;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
#contact-page .contact-wrap {
	margin-top: 20px;
}
.form-control::-moz-placeholder {
  color: #59595A;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #59595A;
  opacity: 1;
}
.form-control::placeholder {
  color: #59595A;
  opacity: 1;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
/*end of contact form*/
/*back to top button*/
#gototop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fed136;
  color: #000;
  cursor: pointer;
  padding: 15px;
	font-size: 25px;
  border-radius: 10px;
  filter: alpha(opacity=60);  /* IE */
  -moz-opacity: 0.6;  /* Mozilla */
  opacity: 0.6;  /* CSS3 */
}

#gototop:hover {
  background-color: #555;
	color: #fed136;
}
/*change width of the portfolio items from the style.css*/
#portfolio .portfolio-item {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
/*change the timeline image specs from original*/
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 200px;
  height: 200px;
  margin-left: 25%;
  text-align: center;
  color: #454545;
  /*border: 2px solid #fed136;*/
	border: 2px solid #454545;
  border-radius: 100%;
  background-color: white;
}
.timeline > li .timeline-image h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20%;
	padding:15px;
}
.fa-stack{height:1.2em;}
.space{margin:10px auto; line-height: 24px;}
/*.news img {
  max-width: 20rem;
  max-height: 20rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}*/

/*.diagonal{border:1px solid gray;
width:28px;
height:28px;
position:relative;}

.diagonal:after{
content:"";
position:absolute;
border-top:1px solid red;
  width:40px;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
}*/

@media (max-width: 575.98px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
	
  }

}
@media screen and (max-width: 800px){
	/*.align-mixed {text-align: center}*/
		#gototop {  
	bottom: 10px;
	right: 12%;
	padding:12px;
	font-size: 17px;}
}