/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Lovers+Quarrel|Clicker+Script|Poppins:300,400,500');
@import url('https://netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.css');

html,
body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.bg {
  border-top: 1px solid lightgrey;
  padding-top: 50px;
  border-bottom: 1px solid black;
  background-color: #2b2b2b;
}

blockquote p {
  margin: 0 !important;
}

.category p {
  text-align: center;
}

.carousel,
.item,
.active {
  height: 100%;
}

#carousel-container {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  text-shadow: 1px 2px 5px #000;
}

.center {
  text-align: center;
}

#comments {
  background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

#comments .container h3 {
  padding: 0 30px 20px 0;
}

#contact-text p {
  text-align: justify;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid p,
.container-fluid h1,
.container-fluid h2,
.container-fluid h3 {
  padding: 0 15%;
}

.container h1,
.container-fluid h1 {
  text-align: center;
  text-shadow: 0px 2px 6px rgb(167, 167, 167);
  margin-bottom: 75px;
}

.curved-corners {
  border-radius: 4px;
}

#nav .dropdown-menu {
  /* background-color: rgba(255, 255, 255, 0); */
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#nav .dropdown-menu>li>a:focus,
#nav .dropdown-menu>li>a:hover {
  background-color: #000;
}

#nav .dropdown-divider {
  border-top: 1px dotted rgba(128, 128, 128, 0.5);
}

.family-padding {
  padding: 10% 0;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.equal-col-height {
  display: flex;
  flex-wrap: wrap;
}

#faq img {
  margin: 50px 0;
  box-shadow: 0px 0px 12px 0px #000000;
  border-radius: 4px;
}

.form-group {
  margin-top: 30px;
}

footer {
  padding-bottom: 15px;
  text-align: center;
  font-size: 0.7rem;
  color: white;
  background-color: black;
}

.homereview {
  clear: both;
  background-color: rgb(246, 246, 246);
  text-align: center;
}

.homereview p {
  text-transform: uppercase;
  letter-spacing: 0.25em !important;
  line-height: 2.5em;
  margin: 0;
}

.homereview .quote {
  font-size: 5em;
  font-family: 'Lovers Quarrel', cursive;
}

.homereview .reviewhighlight {
  font-family: 'Lovers Quarrel', cursive;
  text-transform: none;
  font-size: 5rem;
  letter-spacing: initial;
}

.homereview-cta {
  border-bottom: 2px solid #212121;
  text-align: center;
  background-color: #191919;
  color: white;
  margin: 0;
  border-radius: 0 !important;
  padding: 80px 0;
}

.img-responsive {
  width: 100%;
}

.img-shadow {
  box-shadow: 0px 0px 12px 0px #000000;
  max-width: 2048px;
}

.portfolio-item .img-responsive,
.header-image {
  box-shadow: 0px 0px 10px 0px #000000;
}

label {
  font-weight: 400;
}

.lb-data .lb-caption {
  font-weight: 400;
}

.navbar {
  border: 0 !important;
}
.navbar-header {
  padding: 0 10px;
}
.navbar-inverse {
  background-color: rgba(255, 0, 0, 0);
  border-color: rgba(255, 0, 0, 0);
  background: linear-gradient(to top,rgba(255,0,0,0),rgba(0,0,0,0.8))
}
.navbar-fixed-top .navbar-collapse {
  max-height: 600px;
}

#nav {
  position: fixed;
}
#nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
}
#nav a:focus,
#nav a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}

p {
  font-size: 0.8rem;
  line-height: 1.5em;
}

.portfolio-item {
  background-color: #eee;
  border: 10px solid #2b2b2b;
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
}

.post p {
  margin: 75px 5%;
  text-align: justify;
}
.post img {
  border: 1px solid white;
}
.post small {
  font-size: 0.7rem;
}

postmeta {
  font-size: 0.6rem;
  float: right;
  margin: 5px;
  color: #b3b3b3;
}

.row {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section {
  padding: 100px 0;
}
.section-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 1rem 0;
}

#social-thumbs img {
  border: none;
  margin: 8px;
}

.spacedout {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em !important;
}

#coupleshoots h1,
#coupleshoots h2,
#coupleshoots h3,
#coupleshoots h4,
#coupleshoots h5,
#coupleshoots h6,
#weddings h1,
#weddings h2,
#weddings h3,
#weddings h4,
#weddings h5,
#weddings h6 {
  font-family: 'Lovers Quarrel', cursive;
  font-size: 3rem;
  margin: 2rem 0;
  text-align: center;
  text-shadow: 0px 2px 6px rgb(167, 167, 167);
}

#weddings p {
  text-align: center;
}

/* Social icons sprite */
#social-icons {
  border-top: 1px solid #e0e0e0;
  border-bottom: 2px solid #212121;
	font-size: 15px;
	padding: 50px;
	text-align: center;
  background-color: #191919;
  margin-bottom: 30px;
}
#social-icons a,
.social-icons a {
  text-decoration: none;
}

/* Wrapper */
.icon-button {
	border-radius: 2.5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.5rem;
	line-height: 2.5rem;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.5rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2.5rem;
	margin: -1.3rem;
}

.instagram span { background-color: #517fa4; }
.flickr span { background-color: #ff0084; }
.twitter span { background-color: #4099ff; }
.facebook span { background-color: #3B5998; }
.google-plus span { background-color: #db5a3c; }
.linkedin span { background-color: #0173b2; }
.youtube span { background-color: #e62117; }

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.4rem;
	left: 0;
	line-height: 2.4rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.4rem;
	z-index: 10;
}
.icon-button .icon-instagram { color: #517fa4; }
.icon-button .icon-flickr { color: #ff0084; }
.icon-button .icon-twitter { color: #4099ff; }
.icon-button .icon-facebook { color: #3B5998; }
.icon-button .icon-google-plus { color: #db5a3c; }
.icon-button .icon-linkedin { color: #0173b2; }
.icon-button .icon-youtube { color: #e62117; }

.icon-button:hover .icon-youtube,
.icon-button:hover .icon-instagram,
.icon-button:hover .icon-flickr,
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .icon-linkedin {
	color: white;
}
/* End: Social Icons Sprite */

.yt-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 979px) {
  #contact-text {
    padding-right: 30px;
    padding-top: 125px;
  }
  #contact section {
    padding: 100px 0 15px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .family-padding {
    padding: 6% 0;
  }
}

@media only screen and (max-width: 979px) {
  #carousel-container {
    height: 50%;
  }
  #email-form {
    margin-top: 50px;
  }
  .nav li a {
    padding: 15px 7px;
  }
  .nav .dropdown-menu>li>a {
    padding: 3px 20px;
  }
  .post p {
    margin: 40px 3%;
  }
}

@media only screen and (max-width: 767px) {
  #carousel-container {
    height: 50%;
  }
  #carousel-container h2 {
    font-size: 0.9rem;
  }
  #contact h1 {
    margin-bottom: 10px;
  }
  #footer-text-div p {
    font-size: 0.65rem;
  }
  .nav li a {
    padding: 15px 25px;
  }
  .homereview .reviewhighlight {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .homereview p {
    line-height: 1.5em;
  }
  .carousel-indicators li {
    width: 6px;
    height: 6px;  
  }
  .container-fluid p,
  .container-fluid h1,
  .container-fluid h2,
  .container-fluid h3 {
    padding: 0 5%;
  }
  .section-title {
    font-size: 1.5rem;
  }
  section {
    padding: 40px 0;
  }
  .container h1, .container-fluid h1 {
    margin-bottom: 40px;
  }
  .h1, h1 {
    font-size: 1.3rem;
  }
  .h2, h2 {
    font-size: 1.1rem;
  }
  .h3, h3 {
    font-size: 0.8rem;
  }
  p {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width : 480px) {
  #carousel-container {
    height: 42%;
  }
}

@media only screen and (max-width : 320px) {
  #carousel-container {
    height: 42%;
  }
}