/*
 * SPDX-License-Identifier: Apache-2.0
 * SPDX-FileCopyrightText: 2011-2014 Twitter, Inc.
 * SPDX-FileCopyrightText: 2015 Omar Abdelhafith <o.arrabi@me.com>
 * SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V. <https://fsfe.org>
*/

body,
html {
    width: 100%;
    height: 100%;
    font-size: 17.5px;
    font-weight: 300;
    font-family: Roboto, Helvetica Neue, Helvetica, sans-serif;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 40px;
    text-align: center;
    color: #f8f8f8;
    margin-top: 4em;
}

.intro-image {
    height: 100%;
    min-height: 380px;
    margin-bottom: 1em;
}
.intro-image p {
    color: #555;
    width: 70%;
    min-width: 200px;
}
.intro-image img {
  width: 60%;
  min-width: 200px;
}

.intro-message {
    color: #333;
    text-align: left;
    padding-bottom: 1em;
}

.intro-message > h3 {
}

.intro-message > h1 {
    font-size: 5em;
}
.intro-message video {
  width: 100%;
}

.intro-subtext {
  color: #333;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.container {
    max-width: 900px;
    line-height: 28px;
}
.container.index {
    max-width: 1170px;
}

.header-container {
    width: 100%;
}

.container ul {
    line-height: 1.6em;
}

.container pre {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.practices blockquote h2 {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

.practices blockquote {
  width: 70%;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-top: 2em;
  margin-left: 15%;
  font-size: 1em;
  line-height: 2em;
  color: #333;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 100px 0 50px 0;
    border-top: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

@media(max-width:1199px) {
    .container.index {
       width: 80%;
   }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


@media(max-width:1000px) {
    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }

    .container {
       width: 95%;
   }

   .intro-message {
        text-align: center;
    }
}

@media(min-width:787px) {
  .intro-divider {
    margin: 30px auto;
  }
  .intro-message video {
    width: 70%;
  }
}
