/**
Ben - Custom CSS Styles to override defaults of the template

**/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto Mono", serif, "Open Sans";
  color: #666666;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #F73859;
}

a {
  color: #F73859;
  text-decoration: none;
}

a:hover {
  color: #F73859;
  text-decoration: none;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #F73859;
    border-color: #F73859;
}

.back-to-top {
    background: #F73859;
}

.back-to-top:hover {
    background: rgba(25, 28, 31, 0.8);
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Mono", serif, "Open Sans";
}

.resume .resume-item h4 {
    color: #F73859;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header.header-transparent {
	border-bottom: 1px solid rgb(102, 102, 102);
}

header#header {

}

#header.header-scrolled {
	border-bottom: 0 none;
}

#header-logo #logo {

}

#header-logo #logo a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
}

#header-logo #logo a > span {
    color: #F73859;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


/**
* Mobile Navigation 
*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: "Crimson Text",Arial,sans-serif;
    color: rgba(255,255,255,.5);
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

#hero h2 {
    margin:0;
    font-size: 46px;
    font-family: "Crimson Text",Arial,sans-serif;
    color: rgba(255,255,255,1);
    line-height: 1.1em;
    text-align: center;
    font-weight: 300;
    max-width: 900px;
}

#hero h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Crimson Text",Arial,sans-serif;
    color: rgba(255,255,255,.5);
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

/**
* Spacing for the header and hero areas
*/


@media (max-width: 715px) {
	#hero .hero-container {
	}

}

@media (max-height: 851px) {
	#hero {
    	height: 120vh;
	}
}

@media (max-height: 667px) {
	#hero {
    	height: 135vh;
	}
}

@media (max-height: 375px) {
	#hero {
    	height: 165vh;
	}
}

@media (max-width: 594px) {
	#hero .hero-container {
	}
	#hero h2 {
	}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/


.about .image {
  background: url("../img/me.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .skills-content .progress-bar {
    background-color: #F73859;
}

/**
* adjust styling of the about image
*/

@media (max-width: 991px) {
	.about .image {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 10px;
  background: rgba(76, 76, 76, 0.08);
  transition: ease-in-out 0.3s;
}

.interests .section-title h2 {
	
}


.interests .icon-box i {
  font-size: 28px;
  padding-right: 10px;
  line-height: 1;
}

.interests .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  color: #666666;
}

.interests .icon-box:hover {
  background: rgba(76, 76, 76, 0.12);
}

@media (max-width: 1199px) {
	.interests .icon-box i {
		font-size: 24px;
		padding-right: 7px;
  }
	.interests .icon-box h3 {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/

.resume .resume-item h5 {
    background: #f2f2f2;
    color: #666666;
}


/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/

.services .icon {
    background: #363540;
}

.services .icon i {
    color: #ffb727;
}

.services .icon-box:hover {
    border-color: transparent;
}

.services .icon-box:hover .title a {
    color: #F73859;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/


/**
* Style the portfolio gallery images/buttons
*/


.portfolio .portfolio-item .portfolio-info {
    height: 100%;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    right: unset;
    left: calc(50% - 96px);
    top: calc(50% - 18px);
    color: #fff;
    text-align: center;
    width: 64px;
}

.portfolio .portfolio-item .portfolio-info {
    left: 12px;
    right: 12px;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: unset;
    left: calc(50% + 32px);
}

/**
* Style the text for more details button
*/
span.more-details {
    font-size: 0.4em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    display: block;
}

/**
* Spacing for filter buttons
*/

@media (max-width: 715px) {
	.portfolio #portfolio-flters {
    	display: inline !important;
	}
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000; /* url("../img/footer-bg.jpg") top center no-repeat;*/
  background-size: cover;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}

#footer h3 {
    color: #fff;
    font-family: "Roboto Mono", serif, "Open Sans";
}

#footer p {
    font-style: normal;
}

#footer .social-links a {
    background: #F73859;
}