
@font-face {
  font-family: 'Jersey';
  src: url('../fonts/Jersey_25/Jersey25-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NewRocker';
  src: url('../fonts/New_Rocker/NewRocker-Regular.ttf') format('truetype');
}

body {
  font-family: Jersey, sans-serif;
  background-image: url('../img/images/tom-barrett-copy.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

header {
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;

}

h1 {
  font-weight: 700;
  margin: 0;
}

nav {
  display: flex;
  justify-content: flex-end;
}



a {
  padding: 0 20px;
  margin: 0;
}


h5.movie-label {
    padding: 8px;
    border: 4px antiquewhite;
    font-size: 20px;
    color: antiquewhite;
    background-color: #130047;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    left: -8px;

}

a.movie-label  {
    padding: 8px;
    border: 4px antiquewhite;
    font-size: 20px;
    color: antiquewhite;
    background-color: #130047;
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    
}



a.nav-buttons {
    padding: 8px;
    margin: 10px;
    font-size: 20px;
    color: antiquewhite;
    background-color: #2E00AD;
    border-radius: 10px;
}

#portrait-img {
  width: auto;
  max-width: 100%;
}

#portrait-img-col .screenshot {
  height: 550px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

pre, code {
  background: #2d2d2d;
  color: antiquewhite;
  padding: 5px;
  border-radius: 8px;
  font-family: 'Fira Mono', 'Consolas', monospace;
  overflow-x: auto;
}

.small {
  background-color: transparent;
}


.jumbotron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../img/images/rumble_fish.jpg');
  background-size: cover;
  color: antiquewhite;
  height: 600px;
  position: relative;
  text-align: center;
}

#movie {
  background-image: url('../img/images/rumble_fish.jpg') 17 round;
}

.jumbotron h2,
.jumbotron h3,
.jumbotron h4 {
  text-align: center;
}


.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: antiquewhite;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: antiquewhite;
}

div.intro {
  top: 0.1;
}

hr {
  border: none;
  border-top: 4px dashed #2E00AD;
  margin: 30px 0;
}
section .row img {
  margin: 0 0 30px;
  width: 100%;
}
a.link {
  color: antiquewhite;
  margin: 0;
  padding: 0;
}

.col-md-6 {
  margin: 0 0 30px;
}


.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #fbd1d5;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #2a70e0;
  color: #ffffff;
  margin: 0 0 30px;
}

.portrait {
  width:  350px;
  height: 300px;
}

figure img {
  width: 100%;
  height: auto;
}

figure {
  margin-bottom: 30px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
  display: flex;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer p {
  left: 3px;
  bottom: 3px;
}

