*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
}

/* Nav */

.nav-heading{
	color: #333aaa;
	font-size: 25px;
	line-height: 50px;
	padding-left: 5px;
}

.nav-heading:visited{
	color: #333aaa;
}

.nav-heading:hover{
	color: #ffffff;
	text-decoration: none;
}

.nav-heading:active{
	color: #333aaa;
}

.nav-heading::before{
	color: #333aaa;
}

.nav-color{
	background-color: #777bff;
	border: none;
	width: 100%;
}

.nav-link-color li a:link{
	color: #ffffff;
}

.nav-link-color li a:visited{
	color: #ffffff;
}

.nav-link-color li a:hover{
	color: #ffffff;
	opacity: .7;
}

.nav-link-color li a:active{
	color: #ffffff;
}

.nav-icon{
	border: none; 
}
.navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover
	{background-color:#333aaa
}

.navbar-inverse .navbar-toggle{
	border-color:#333aaa
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
	background-color:#333aaa
}

.no-border{
	border: none;
}


/* Circles Animation */

@keyframes circles {
   	0% {
	}
	50% {
		margin: 2% 6% 5% 6%;
	}
	100% {
	}
}

.circle-animation{
	margin: 4% 5% 5% 5%;
	animation-name: circles;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
}

@keyframes circle {
   	0% {
	}
	50% {
		background-color: rgba(110, 96, 255, 0.5);
		margin: 150px 5vw 7vw 5vw;
	}
	100% {
	}
}

.circle{
	animation-name: circle;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	width: 17vw;
	height: 17vw;
	border-radius: 50%;
	background-color: rgba(144, 140, 255, 0.7);
	margin: 150px 7vw 7vw 7vw;
}

@keyframes circle1 {
   	0% {
	}
	50% {
		background-color: rgba(163, 145, 255, 0.7);
		margin: -15vw 0vw 7vw 4vw;
	}
	100% {
	}
}


.circle1{
	animation-name: circle1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
	background-color: rgba(119, 123, 255, 0.7);
	margin: -15vw 0vw 7vw 2vw;
}

@keyframes circle2 {
   	0% {
	}
	50% {
		background-color: rgba(163, 145, 255, 0.7);
		margin: 15vw 0vw 0vw 41vw;
	}
	100% {
	}
}

.circle2{
	animation-name: circle2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	background-color: rgba(144, 140, 255, 0.5);
	margin: 15vw 0vw 0 37vw;
}

@keyframes circle3 {
   	0% {
	}
	50% {
		background-color: rgba(163, 145, 255, 0.8);
		margin: -32vw 3vw -10vw 40vw;
	}
	100% {
	}
}

.circle3{
	animation-name: circle3;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	width: 30vw;
	height: 30vw;
	border-radius: 50%;
	background-color: rgba(144, 140, 255, 0.8);
	margin: -32vw 0vw -10vw 40vw;
	float: right;
}

@keyframes circle4 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.6);
		margin: -40vw 0 0 30vw;
	}
	100% {
	}
}

.circle4{
	animation-name: circle4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	width: 35vw;
	height: 35vw;
	border-radius: 50%;
	background-color: rgba(119, 123, 255, 0.7);
	margin: -40vw 0 0 28vw;
}

@keyframes circle5 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.5);
		margin: -30vw -13vw 0 75vw;
	}
	100% {
	}
}

.circle5{
	animation-name: circle5;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
	background-color: rgba(144, 140, 255, 0.7);
	margin: -30vw -10vw 0 80vw;
}

@keyframes circle6 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.5);
		margin: -40vw 20vw 0 10vw;
	}
	100% {
	}
}

.circle6{
	animation-name: circle6;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	width: 13vw;
	height: 13vw;
	border-radius: 50%;
	background-color: rgba(140, 119, 255, 0.7);
	margin: -40vw 25vw 0 10vw;
	float: right;
}

@keyframes circle7 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.5);
		margin: 3vw 5vw 0 0;
	}
	100% {
	}
}

.circle7{
	animation-name: circle7;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	width: 25vw;
	height: 25vw;
	border-radius: 50%;
	background-color: rgba(140, 119, 255, 0.7);
	margin: 3vw 0 0 0;
}

@keyframes circle8 {
   	0% {
	}
	50% {
		background-color: rgba(163, 145, 255, 0.8);
		margin: -40vw 0 0 13vw;
	}
	100% {
	}
}

.circle8{
	animation-name: circle8;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	width: 24vw;
	height: 24vw;
	border-radius: 50%;
	background-color: rgba(110, 96, 255, 0.7);
	margin: -40vw 0 0 10vw;
}

@keyframes circle9 {
   	0% {
	}
	50% {
		background-color: rgba(163, 145, 255, 0.8);
		margin: -3vw 0 0 55vw;
	}
	100% {
	}
}

.circle9{
	animation-name: circle9;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
	width: 18vw;
	height: 18vw;
	border-radius: 50%;
	background-color: rgba(110, 96, 255, 0.7);
	margin: -3vw 0 0 50vw;
}

@keyframes circle10 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.7);
		margin: -20vw 0 0 22vw;
	}
	100% {
	}
}

.circle10{
	animation-name: circle10;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	width: 16vw;
	height: 16vw;
	border-radius: 50%;
	background-color: rgba(163, 145, 255, 0.7);
	margin: -20vw 0 0 20vw;
}

@keyframes circle11 {
   	0% {
	}
	50% {
		background-color: rgba(119, 123, 255, 0.7);
		margin: -8vw 0 0 72vw;
	}
	100% {
	}
}

.circle11{
	animation-name: circle11;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	width: 16vw;
	width: 12vw;
	height: 12vw;
	border-radius: 50%;
	background-color: rgba(163, 145, 255, 0.7);
	margin: -8vw 0 0 75vw;
}

/* Home Heading */

.home-heading{
	margin: -32vw 0 20vw 0;
	text-align: center;
	color: #ffffff;
}

.home-title{
	font-size: 7vw;
	
}

.home-subtitle{
	margin-top: -2.5vw;
	font-size: 4vw;
}

/* About Section*/

#about{
	padding-bottom: 40px;
}

.about-section{
	background-color: rgba(119, 123, 255, 0.7);
	width: 100%;
	color: #ffffff;

}

.about-info{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.about-image{
	width: 100%;
	height:auto;
	padding: 20px 0 20px 0;
	max-width: 170px;
}

.about-text{
	color: #ffffff;
	margin-bottom: 20px;
}

.about-button{
	background-color: #777bff;
	margin: 15px 10px 0 0;
	border-radius: 0;
	border: none;
}

.btn-primary:hover, .btn-primary:visited, .btn-primary:focus .btn-primary:active{
	background-color: #333aaa;
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
	background-color:#333aaa;

}

/* Design Section */

.dark-background{
	width: 100%;
	background-color: #333aaa;
	padding: 60px 0 60px 0;
	
}
.design-section{
	text-align: center;
	background-color: #ffffff;
	max-width: 800px;
	padding: .5vw;
}

.design-header{
	color: rgba(119, 123, 255, 0.7);
	padding-top: 20px;
}
.design-row{
	max-width: 800px;
	margin-right: 0vw;
	margin-left: 0vw;
}

.design-item{
	padding: .5vw;
}

.design-image{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.design-caption{
	opacity:0;
	position: absolute;
	background-color: rgba(119, 123, 255, 0.7);
	color: #ffffff;
	width:100%;
	top: 0;
	padding:20% 5% 0 5%;
	height: 100%;
	margin-left: -.5vw;
	font-size: 25px;
	font-weight: bold;
}

.design-caption:hover{
	opacity:1;
	cursor: pointer;
}

/* Lightbox CSS */

#french-girl-lightbox, #karen-t-lightbox, #village-life, #larson-lightbox, #wwfha-lightbox, #pink-lightbox, #bluestone-lightbox, #hyatt-lightbox, #pch-lightbox, #loft-lightbox, #powell-lightbox, #ib-lightbox, #flower-lightbox, #wedding-lightbox, #senior-lightbox, #headshot-lightbox, #social-lightbox, #nature-lightbox, #pet-lightbox{
	display: none;
}

.lightbox-curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(51, 58, 170, 0.7);
	position:fixed;
	display: block;
	z-index: 1;
	overflow: auto;
}

.lightbox-main{
	margin: auto;
	display: block;
	background-color: #ffffff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 10%;
	height: 75vh;
	max-height: 700px;
	overflow: scroll;
	z-index: 2;
}

.exit-lightbox{
	position: absolute;
	cursor: pointer;
	background-color: #777bff;
	color: #ffffff;
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
	padding-top: 10px;
	height: 2vw;
	width: 2vw;
	z-index: 1;
	font-size: 40px;
	text-align: center;
	line-height: .4vw;
	right: 0;
	top:0;
	margin-top: 80px;
	margin-right: 3vw;
}



.lb-slideshow-container{
	max-width: 900px;
}

.lb-inner{
	width: 50vw;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
}

.lb-content{
	width: 100%;
	max-width: 810px;
}

.lb-image{
	margin-top: 2vw;
	height: 40vw !important;
	width: auto !important;
	margin-right: auto;
	margin-left: auto;
	max-height: 500px !important;
	min-height: 240px;
}

.lb-caption{
	position: relative;
	text-shadow: none;
	color: #333aaa;
	text-align: center;
	margin-right: auto;
	margin-top: 10px;
	left:0;
}

.lb-caption a{
	color: #777bff;
	
}

.lightbox-caption a{
	color: #777bff;
	font-weight: bold;
}

.lightbox-caption a:visited{
	color: #777bff;
	text-decoration: none;
}
/* Testimonials Section */

.testimonials-section{
	text-align: center;
	color: #333aaa;
	width: 100%;
}

.test-head{
	margin: 40px 0 20px 0;
	color: #777bff;
}

.test-carousel-inner{
	min-height: 150px;
	max-width: 550px;
	margin: 10px auto 10px auto;
	padding: 0 20px 0 20px;
}

.carousel-control.left{
	background-image:none;
	top:-100px;
	left: -30px;
	color: #777bff;
	text-shadow: none;
}

.carousel-control.right{
	background-image:none;
	top:-100px;
	right: -30px;
	color: #777bff;
	text-shadow: none;
}

.carousel-indicators{
	display: none;
}

.link-button{
	background-color: #777bff;
	margin: 15px 0 15px 0;
	border-radius: 0;
	border: none;
	padding-top: 10px;
}

.link-button:hover{
	background-color: #333aaa;
	color: rgba(255,255,255,.8);
}

/* Contact Section */

.contact-section{
	background-color: rgba(119, 123, 255, 0.7);
	color: #ffffff;
}

.contact-form{
	padding: 5vw 0 5vw 0;

}

.contact-placeholder{
	color: #333aaa;
}

.submit-contact{
	color: #333aaa;
}

footer{
	background-color:#333aaa;
	color: #777bff;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.submitted{
	margin: 30px auto 75vh auto;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	padding: 90px 10px 10px 10px;
	text-align: center;
	color: #ffffff;
	background-color: #777bff;
	vertical-align: middle;
	font-size: 20px;
}

.submitted a{
	padding: 10px;
	background-color: #333aaa;
	width: 200px;
	font-size: 14px;
}

.submitted a:hover{
	text-decoration: none;
	opacity: .7;
}

@media only screen and (max-width: 600px) {
	.design-caption{
		opacity: 1;
		font-size: 70%;
		width: 60%;
		height:60%;
		margin-top: 20%;
		margin-left: 20%;
		padding: 10% 5% 5% 5%;
		overflow: hidden;
		border: 1px solid #777bff;
	}
	.circle-animation{
		margin-top: 10vw;
		padding-bottom: 20vw;
	}
	.home-heading{
		margin-top: -53vw;
		margin-bottom: 100vw;
	}
	.home-title{
		font-size: 7vw;
	}
	.home-subtitle{
		font-size: 6vw;
	}
}
	