/* ------------------------------------------------------------------
Custom CSS styles
------------------------------------------------------------------ */
@font-face {
    font-family: Gloss_And_Bloom;
    src: url(../fonts/Gloss_And_Bloom.ttf);
}

a {
  color: #0099ff;
}

.fs-20 {
	font-size: 20px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-48 {
	font-size: 48px;
}

.img-size-35 {
	max-width: 35% !important;
}

.img-size-60 {
	max-width: 60% !important;
}

.img-size-70 {
	max-width: 70% !important;
}

.btn.btn-w {
	background: #fff;
	color: #000;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-75 {
	margin-bottom: 75px !important;
}

.border-right {
	border-right: 1px solid #dedede;
}

.text-danger {
  color: #a94442;
}

.color-gold {
  color: #DBB866;
}

.bg-gold {
	background: #DBB866;
}

.bg-gold a:hover {
	color: #fff !important;
}

.main-photography-link {
	color: #DBB866;
}

.main-photography-link:hover {
	color: #fff;
}

.vertical-divider {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 50px;
  margin: 0 auto 25px;
  width: 1px;
}

.main-title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 50px;
  line-height: 80px;
  text-transform: uppercase;
}

.main-caption {
  color: #fff;
  font-family: "Dosis",sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 10px;
  line-height: 2;
  opacity: 0.6;
  text-transform: uppercase;
}

/*#face-pic {
  padding: 5px !important;
  width: 20%;
}*/

#brice-pic {
  padding: 5px !important;
  width: 60%;
}

img.img-center, .img-center img {
  margin-left: auto;
  margin-right: auto;
}

img.img-bordered {
  border: 1px solid #eee !important;
  padding: 3px !important;
}

.img-skills {
	max-width: 145%;
}

.rounded-x {
  border-radius: 50% !important;
}

img.img-mouse {
  height: auto;
  margin: 0 auto 60px;
  width: 250px;
}

@media (max-width: 768px) {
	.main-title {
	  letter-spacing: 10px;
	}
	.img-skills {
	  max-width: 100%;
	}
}

.facts-box-content {
	border: 1px solid #fff;
	color: #fff;
	z-index: 2;
	position: relative;
	padding: 10px;
}

@media (max-width: 414px) {
  .facts-box-content {
	border: none;
	}
}

.facts-box1 {
	background: url(../images/eiffel_tower.jpg);
}

.facts-box1::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	/* background-color: rgba(88, 95, 105, 0.3) !important; */
}

.facts-box2 {
	background: url(../images/landscape.jpg);
}

.facts-box2::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 153, 255, 0.6);
}

.facts-box3 {
	background: url(../images/techEnthusiast.jpg);
}

.facts-box3::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(219, 184, 102, 0.6);
}

.facts-box4 {
	background: url(../images/iLovePhotography.jpg);
  background-size: cover;
}

.facts-box4 .facts-box-content {
	padding: 100px;
}

.facts-box4::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.skills-link:hover {
  background: #fff;
  padding: 10px 15px;
  color: #000;
}

#myFocus {
  background-color: #fafafa;
}

.focus-box {
	padding: 2.14286rem !important;
	background-color: #fff;
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  	#custom-collapse {
		background: #fff;
	}

	.navbar-custom {
		background: transparent;
		border-bottom: none !important;
	}
}

@media (max-width: 414px) {
	.main-title {
	  font-size: 20px;
	}

	.main-title-ph {
	  line-height: 40px;
	}

  .facts-box4 .facts-box-content {
  	padding: 20px 0;
  }
}

@media (max-width: 375px) {
  #face-pic {
  	width: 30%;
  }

  #brice-pic {
  	width: 80%;
  }
}
