body {
    background-color: #ebebe0;

}

img {
max-width:100%;
background-color: #d1d1c5;
}

h1 {
    color: black;
    text-align: center;
}
h1 {
font-family:'PT Serif', serif;
}
h2 {
	font-family:'Archivo Black', sans-serif;
    color: white;
    text-align: center;
	font-size: 2em;
	font-size: 3vw;
}
h3 {
	font-family:'Archivo Black', sans-serif;
    color: white;
    text-align: center;
	font-size: 2em;
}
	
p {
    font-family: 'PT Serif', serif;
    font-size: 20px;
}

body {
  padding-top: 0rem;
}

  
body, html {
    height: 100%;
}

a:link {
    color: gray; 
    background-color: transparent; 
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

.firstcharacter {
  color: black;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.pquote {
    /*float: left;*/
    /*width: 120px;*/
    /*background: gray;*/
    /*font-weight: bold;*/
    padding: 15px;
    /*margin: 0 15px 15px 0;*/
    margin: 15px auto;
    border-top:4px solid black;
    border-bottom: 2px solid black;
}

.pquote p {
	font-family: 'Archivo Black', sans-serif;
    font-size: 2em;
}

blockquote {
    margin: 0; /* gets rid of the default blockquote margin */
}

.parallax {
    /* The image used */
    background-image: url("Dakar/Quad.jpg"); 
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.parallax-photo1 {
    background-image: url("Dakar/Car_racing.jpg");
}

.parallax-photo2 {
	background-image: url("Dakar/Terrain.jpg")
}

.parallax-photo3 {
	background-image: url("Dakar/Bike_behind_fence.jpg")
}

.parallax-photo4 {
	background-image: url("Dakar/Tire.jpg")
}

.parallax-photo5 {
	background-image: url("Dakar/Blue_shirt_outstretched_arm.jpg")
}

.container-fluid .intro-video {
	padding:0;
}

.intro-headline {
	font-family: 'Archivo Black', sans-serif;
	/*font-size:1500%;*/
	/*font-size: 20rem;*/
	font-size: 10em;
	font-size: 19vw;
	color: white;
	text-transform: uppercase;
}

.intro-subhead {
	font-family: 'Archivo Black', sans-serif;
	font-size: 4vw;
	color: white;
	text-align: center;
}

.intro-video {
	background-image: url("Dakar/HeaderClip-Still.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.mobile-photo {
	background-image: url("Dakar/HeaderClip-Still.jpg");
	background-size: cover;
	min-height: 350px;
}

.mobile-photo1 {
    background-image: url("Dakar/Car_racing.jpg");
}

.mobile-photo2 {
	background-image: url("Dakar/Terrain.jpg")
}

.mobile-photo3 {
	background-image: url("Dakar/Bike_behind_fence.jpg")
}

.mobile-photo4 {
	background-image: url("Dakar/Tire.jpg")
}

.mobile-photo5 {
	background-image: url("Dakar/Blue_shirt_outstretched_arm.jpg")
}

.video-headline {
	font-family: 'Archivo Black', sans-serif;
	/*font-size:1500%;*/
	/*font-size: 20rem;*/
	font-size: 10em;
	font-size: 19vw;
	/*color: green;*/
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.video-text {
	position: absolute;
	width:100%;
    top: 20%;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    /*position: fixed;*/
    /*right: 0;*/
    /*bottom: 0;*/
    min-width: 100%; 
    min-height: 100%;
    min-height: 500px;
    max-width:100%;
}
.video-padding {
	margin-top: 30px;
	margin-bottom: 30px;
}
  .section-title {
  font-family:'Archivo Black', sans-serif;
    text-align: center;
	font-size: 1.6em;
	margin-top: 20px;
	border-top: 4px solid black;
	padding-top: 20px;
  }
  
.inline-image {
	margin-bottom: 30px;
	margin-top: 30px;
}
  
.card .container {
	padding: 1em;
} 

a {
	color: #8b8b8b;
}
  
.end-credits p {
	font-size: .9em;
} 

.end-title {
  font-family:'Archivo Black', sans-serif;
    text-align: center;
	font-size: 1.5em;
	padding-top: 20px;
  }
  
.end-credits {
	background-color: white;
	border-top: 4px solid #8b8b8b;
	margin-top: 20px;
}

.end-credits img{
	background-color: white;
	margin-bottom: 20px;
}
  
@media only screen and (max-width:749px) {
  .parallax {
    background-attachment: inherit;
	}
	.video-text {
	position: inherit;
	width:100%;
    padding-top: 15%;
	}
	.video-text h2 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 4.5vw;
	color: white;
	text-align: center;
	}
}


/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

