<style>

#videographyname {
	margin-bottom:5em !important;
}

ul {
	font-size:50%;
}

body {
	font-size:50%;
}

.projectimg {

}

.question {
	padding-top:1em;
}

#faq {
	margin-bottom:3em;
}

.answer {
	padding-left:10%;
	padding-right:10%;
}

body {
      position: relative;
			background-color:"#DDF5D5";
			height:100%;
  }

.parallax {
		background-image:("images/hero.jpg");
		height:100%;

		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar {

  }

  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }

/* Start Slideshow */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
	transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
}

.prev {
	margin-left:-50%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 75px !important;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
	transition: background-color 0.1s ease;
}

.active, .dot:hover {
  background-color: #717171;
}



/* Start Modal */

.modal-content {
	margin-top:8em !important;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
 		transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}



/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 2000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: black;
    padding: 10px 0;
    height: ;
		font-size:20px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/*@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
*/


/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {

    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*End Modal*/

.jumbotron {
	background-image: url('images/hero2.jpg');
	height:65em;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

#herotext {
	margin-top:19em;
	color:white;
}

#herotext p a{
	background-color:transparent;
	border-color:white;
}

#videography {
	/*background-image: url('images/videobg.jpg');*/
	background-size: 100%;
	padding-bottom:1.5em;
	padding-top:1.5em;
}

.modal.and.carousel {
  position: absolute; // Needed because the carousel overrides the position property
}

body {
	font-family: font-family: 'Open Sans', sans-serif;
	}

a {
	cursor: pointer;
	font-size:13px;
}

.title {
	padding-bottom:1em;
}



.small {
    font-size: 16px;
}

.concentration {
	padding-bottom:3em !important;
	padding-top:1.5em !important;
}


h1 {
    text-transform: uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
	font-size:40px;
	text-align: center;
	margin-bottom:.75em !important;
	margin-top:.2em !important;
}

h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size:25px;
	text-align: center;
	}

.header {
	text-align: center;
    color: #fff;
    background:  #000066;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.mywork {
	text-align: center;
    background:;
	padding-top:7%;
	padding-bottom:7%;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.about {
    background:#DCFDFF;
	padding-top:7%;
	padding-bottom:7%;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.footer {
	text-align: center;
    color: #fff;
    background:  #000066;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.subfooter {
	text-align: center;
	padding-top:2%;
	padding-bottom:2%;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.navbar {
    text-transform: uppercase;
    font-family:font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;

}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.row a{
	color:grey !important;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.modal-backdrop.fade, .modal-backdrop.fade.in {
         opacity: 0.7 !important;
    }
/*End Slidewshow*/


</style>
