body,html{
    overflow-x:hidden;
}

.intro-heading {
	font-size:40px !important;	
	line-height: 50px !important;
}

.intro-lead-in {
	font-size:20px !important;	
	line-height: 30px !important;
}

.portfolio-modal .modal-content {
    text-align: left !important;
}

.navbar-share {
  color:#fff;	
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:#ed1c24;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration:none;
}

img.img-round {
	border-radius:200px;
}

.btn-primary:active {
	background:#ff9900 !important;
	border:0 !important;
}

.copyright {
	font-size:12px;
}

dt {
    font-weight: 700;
    font-size: 18px;
}

a {
	color: #dcaf13;
}

.bg-light-gray {
    background-color: #f6f6f6;
}

