body {
  font-family: 'Lato';
  overflow-x:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#illustration{
	width:100%;
	text-align:center;
  text-align: right;
}

#illustration img{
		margin-top: -70px;
	  width: 65%;
	  min-width:300px;
	  margin-bottom:0px;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-color: rgb(76, 83, 100);
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.nav-link{	
}

.nav-item{
	padding:.25em;
	padding-left:1em;
	padding-right:1em;
	border-radius:5px;
}

.nav-item:active, .nav-item:focus, .nav-item:hover{
	font-weight:bold;
	background: rgba(76, 175, 80, 0.75);
	color:white;
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.alert{
	display:none;
}

#msgAlertBox a{
	font-weight:normal;
	color:rgb(30, 30, 30)
}

#motorcycleCont{
	width:20%;
	height:auto;
	max-width:300px;
	min-width:100px;
	position:absolute;
	bottom:-2.5%;
	right:-10%;
}

#hiddenNavbarText{
}

/* #navBar{ssssss
	height:4em;
} */

.width100{
	width:100%;
}

.dash-box {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 60px;
	cursor:pointer;
}
.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dash-box-color{
	background: rgb(220, 220, 220);
    background: -moz-linear-gradient(top, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    background: linear-gradient(to bottom, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

.dash-box-body {
    padding: 20px 10px;
}

.paddingSmall{
	padding-left:1.5em;
	padding-bottom:1em;
}

.dash-box-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}
.dash-box-body > .dash-box-count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dash-box-body > .dash-box-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.dash-box-icon{
	text-align:center;
}

.dash-box-color .dash-box-icon:after {
    background: rgba(254, 224, 54, 0.81);
}
.dash-box-color .dash-box-icon:before {
    background: rgba(250, 250, 250, 0.64);
}
.dash-box-color .dash-box-icon > i {
    background: rgba(255, 255, 255, 0.75);
}

.dash-box-icon i{
	padding:1em;
	font-size:3em;
	color: rgba(30, 225, 30, 0.75);
	border-radius: 3em;
	width:3em;
	height:3em;
	background-color:white;
}

.dash-box:hover  .dash-box-icon i{
	background: rgba(30, 225, 30, 0.75);
	color: rgba(255, 255, 255, 0.75);
	cursor:pointer;
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.dash-box:hover  .dash-box-body > .dash-box-title {
	font-size:15px;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.sectionCont{
	padding-top:2em;
}

.contentHead{
	padding-left:1em;
	padding-top:1em;
	padding-top:.25em;
	background-color:rgb(23, 25, 30);
	color: rgba(255, 255, 255, 0.75);
	transform: skewX(-30deg);
}

.contentHead h1{
	background-color:rgb(23, 25, 30);
	transform: skewX(30deg);
}

.darkBlueBG{
	background-color: rgb(76, 83, 100);
}

.blackBlueBG{
	background-color:rgb(23, 25, 30);
	color:white;
}

#quoteCarousel{
	background-color:rgb(23, 25, 30);
	margin-top:1em;
	margin-bottom:2em;
	padding:1em;
	padding-bottom:0;
	border-radius:10px;
	text-align:center;
}

#quoteBtns{
	color:white;
}

#quoteBtns button{
	color:rgba(220, 225, 220, 0.75);
	background-color:rgb(23, 25, 30);
	border-color:rgba(220, 225, 220, 0.75);
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	margin:.5em;
	margin-top:2em;
	margin-bottom:0;
	padding-top:.75em;
	box-shadow:none;
}

#quoteBtns i{
	padding:0;
	margin:0;
	font-size:1.5em;
}

#quoteBtns button:hover{
	color:white;
	background-color:rgba(68, 157, 68, 0.75);
	border-color:rgba(68, 157, 68, 0.75);
	border-radius:5px;
    transition: all 1s;
}

#aboutBar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1em;
	background-color:rgb(225, 225, 225);
	border-top-left-radius:9px;
	border-top-right-radius:9px;
}

#aboutTextCont{
	text-align:left;
	padding:1em;
	padding-top:2em;
	width:100%;
	overflow-y:overlay;
	overflow-x:none;
	white-space: normal;
	max-height:30em;
}

#aboutTextCont p{
		width:80%;
		font-size:.75em;
}

/*Hiding Scrollbars*/
#aboutTextCont::-webkit-scrollbar {
	display:none;
}

@-moz-document url-prefix() { #aboutTextCont { overflow: hidden; } }

#aboutCont{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding-right:0.5em;
	margin-bottom:2em;
	margin-top:2em;
	font-family:courier;
	max-height:30em;
}

.tabbedText{
	position:relative;
	left:2.5em;
	margin-right:1.5em;
	word-wrap: break-word;
}

.greenCodeText{
	/*color:#19fc19;*/
	color: rgb(180, 230, 29);
}

.brownCodeText{
	/*color:	#A52A2A;*/
	color: rgb(193, 137, 106);
}

.blueCodeText{
	color:	rgb(153, 217, 234);
}

.orangeCodeText{
	color:	rgb(255, 199, 10);
}

#resumesSect{
	padding-bottom:1em;
}

#resumesSect a{
	margin:1em;
	font-size:1.1em;
	font-weight:bold;
	color:rgba(220, 225, 220, 0.75);
	background-color:rgb(23, 25, 30);
	border-color:rgba(220, 225, 220, 0.75);
	box-shadow:none;
}

#resumesSect a:hover{
	background-color:;
	color:white;
	background-color:rgba(68, 157, 68, 0.75);
	border-color:rgba(68, 157, 68, 0.75);
	transition: all 1s;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"],  #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#getInTouch{
	margin-bottom:2em;
}

#msgAlertBox{
	margin-bottom:1em;
}

#contact {
	background: rgb(220, 220, 220);
    background: -moz-linear-gradient(top, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    background: linear-gradient(to bottom, rgba(220, 220, 220, 1) 1%, rgba(220, 220, 220, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
	margin-top:.5em;
	margin-bottom:1.5em;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-radius:10px;
}

#contact h3 {
	color:white;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	background: rgba(250, 250, 250, 0.64);
	color:rgb(23, 25, 30);
}

#contact input[type="text"]::placeholder{
	color:rgb(23, 25, 30);
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact textarea:hover {
	border:1px solid #AAA;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}

#contact textarea {
	height:100px;
	max-width:100%;
	resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background-color:rgba(68, 157, 68, 0.75);
	/* color:#FFF; */
	color:rgb(235, 235, 235);
	margin:0 0 5px;
	padding:10px;
	font-size:1.1em;
	font-weight:bold;
}

#contact button[type="submit"]:hover {
	background-color:rgba(68, 199, 68, 1);
	color:white;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	transition: all 1s;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
 
 .wrp {
  text-align: center;
  height: 100%;
  width: 100%;
  z-index:100;
  margin-bottom:1.5em;
}
.wrp::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.icon {
  display: inline-block;
  font-size: 50px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  margin-top:0em;
  margin-bottom:.5em;
  margin-left:.25em;
  margin-right:.25em;
  /* color: rgba(76, 175, 80, 1); */
  color:#4099ff;
  border-radius: 100%;
  position: relative;
}
.icon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: rgba(0,0,0,0.1);
  z-index:-1;
}
.icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #4099ff;
  border-radius: 100%;
  z-index: -1;
}
.icon:hover {
  animation-name: bubble2;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.icon:hover::after {
  animation-name: bubble;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.icon-die {
  color: #4099ff;
  /* color: rgba(76, 175, 80, 1); */
}
.icon-die::after {
  background: rgba(76, 175, 80, 1);
}

.icon-twitter {
  color: #4099ff;
}
.icon-twitter::after {
  background: #4099ff;
}

.icon-facebook {
  color: #3b5998;
}
.icon-facebook::after {
  background: #3b5998;
}
.icon-instagram {
  color: #3f729b;
}
.icon-instagram::after {
  background: #3f729b;
}
.icon-gplus {
  color: #dc4e41;
}
.icon-gplus::after {
  background: #dc4e41;
}
@-moz-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-o-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@-webkit-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@-o-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@keyframes bubble2 {
  100% {
    color: #fff;
  }
}

#footer{
}

#coolStuffHead{
	cursor:pointer;
}

.workExpDet{
	display:none;
}

.tile .content-overlay {
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tile .content-overlay p{
	color:white;
	position: relative;
	top: 10%;
	border:none;
	text-decoration:none;
	background-color:black;
	font-weight:bold;
	font-size:1em;
	padding:0.5em;
	opacity: 1;
}

.tile:hover .content-overlay{
  opacity: 0.05;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.tile:hover p{
  display:none;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.tile .projectOverlay{
	background: rgba(61,191,127,1);
}

.tile .workOverlay{
	background: rgba(191,63,63,1);
}

.tile .publicationOverlay{
	background: rgba(19,209,209,1);
}

.tile .awardOverlay{
	background: rgba(191,63,191,1);
}

.tile .publicationOverlay p{
	float:right;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.tile .workOverlay p{
	float:left;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}

.tile .awardOverlay p{
	float:left;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}

.tile .projectOverlay p{
	float:right;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.title img{
	width: 50%;
}


.dash-box button{
	cursor:pointer !important;
}