@font-face {
	font-family: "Roboto Mono";
	src: url("/fonts/roboto-mono/RobotoMono-Regular.woff") format("woff"), url("/fonts/roboto-mono/RobotoMono-Regular.woff2") format("woff2");
	font-weight: normal; }

@font-face {
	font-family: "Roboto Mono";
	src: url("/fonts/roboto-mono/RobotoMono-Medium.woff") format("woff"), url("/fonts/roboto-mono/RobotoMono-Medium.woff2") format("woff2");
	font-weight: 500; }

@font-face {
	font-family: "Roboto Mono";
	src: url("/fonts/roboto-mono/RobotoMono-Bold.woff") format("woff"), url("/fonts/roboto-mono/RobotoMono-Bold.woff2") format("woff2");
	font-weight: bold; }

html {
    scroll-padding-top: 4.5rem;
}

body {
    position: relative;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family: "Roboto Mono", "Helvetica", sans-serif;
}

p {
    font-family: "Roboto Condensed", "Helvetica", sans-serif;
    font-weight: normal;
}

.page-section {
    padding: 6rem 0;
}
  
@media (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
}

header.masthead {
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/eleven_header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
header.masthead .logo {
    position: absolute;
    top: 5px;
    left: 5px;
    background: white;
    padding: 5px;
}
header.masthead .logo img {
    height: 1.3rem;
}
header.masthead p {
    padding-top: 20px;
    padding-bottom: 20px;
}
  
@media (min-width: 768px) {
    header.masthead {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    header.masthead .logo {
        position: absolute;
        top: 20px;
        left: 20px;
        background: white;
        padding: 5px;
    }
    header.masthead .logo img {
        height: 2.5rem;
    }
}

#ki p {
    text-align: left;
}

#video {
    padding-top: 0px;
    position: relative;
}

#video img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

#video .play_button {
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
}

#skyline {
    text-align: center;
    color: #fff;
    background-image: url("../assets/skyline.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

#modal_video .modal-content {
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/eleven_header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

#modal_video .btn-close {
  position: absolute;
  right: 15px;
  filter: brightness(0) invert(1);
}