p {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
  
.container-md {
  position: relative;
  padding-top: 55px;
  margin: auto;
}

.clearfix{
  padding-top: 55px;
  margin: auto;
}
/*-------------------------------------------------------------------*/

.navbar {
  max-height: 55px;
  background-color: rgb(15, 15, 15);
}

.navbar h3{
  color:#fff;
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 25px;
	margin: 5px 25px;
}

.navbar-collapse {
  background-color: rgb(15, 15, 15);
}

.nav-item {
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 25px;
  color: #fff 
}

a.nav-link {
	position: relative;
	display: inline-block;
	margin: 7px; 
	outline: none;
	text-decoration: none;
  text-transform: uppercase;
}

/*-------------------------------------------------------------------*/

.works-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.image-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.image-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: black;
  opacity: 0;
  transition: opacity .3s ease;
  background-color: #fff700;
  padding-top: 50px;
  text-align: center;
}

.image-wrap:hover .overlay {
  opacity: 0.8;
  cursor: url("images/logowhite.png") 40 40, crosshair;

}

.image-wrap h3 { 
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 23px;
  margin-bottom: 10px;
}
.image-wrap p > span {  
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
  padding: 6px;
  font-style: italic;
}

/*-------------------------------------------------------------------*/

.about-content h3 {
  font-size: 14px;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  text-align: left;
  padding-top: 15px;
}

.about-content a, a:hover, a:focus {
  color:#000;
}

.about-content a, a:hover, a:focus {
  text-decoration: none;
}

/*-------------------------------------------------------------------*/

#project {
  padding: 20px;
  background-color: #000;
  min-height: 70px;
  position: relative;
  text-align: center;
}

#project h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 8px;
}

#project h5 {
  color:#fff;
  font-size: 14px;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
}

.project-content {
  padding-top: 15px;
}

.project-description {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

.project-description h6 {
  font-size: 14px;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8px;
}

/*-------------------------------------------------------------------*/

#footer {
  padding: 20px;
  background-color: #fff700;
  min-height: 80px;
  position: relative;
  text-align: center;
}

#footer h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
}

/*-------------------------------------------------------------------*/

#contact {
  padding: 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

#contact h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
}

#contact h6 {
  color: #000;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 25px;
  text-transform: none;
}
  
#contact h6 a, a:hover, a:focus {
  color:#000;
  text-decoration: none;
}

/*-------------------------------------------------------------------*/