:root{
    /*
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#1f1e21;
    --secondary:#6c757d;
    --success:#189c37;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#eac6b0;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    */

    --light_new: #444444;

    --light: var(--light_new);

    
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #858585;
}

h1,h2, h3, h4, h5, h6 {
    font-family: 'Cinzel'; 
}


.pimg1 {
    /* The image used */
    background-image: url("../images/Author_Anna.jpg");
    
    /* Set a specific height */
    min-height: 500px; 
  
  }

  .pimg2 {
    /* The image used */
    background-image: url("../images/Photo4.jpg");
    
    /* Set a specific height */
    min-height: 500px; 
  
    
  }
  .pimg3 {
    /* The image used */
    background-image: url("../images/Kirjankansi_Hero_kuva.png");
  
    /* Set a specific height */
    min-height: 500px; 
  
  }

  .pimg1, .pimg2, .pimg3 {
    /* Create the parallax scrolling effect */
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section{
    margin-left: 80px;
    text-align: center;
    
    padding: 50px 80px;

}

.section-light{
    background-color: #f4f4f4;
    color: #666666;

}

.section-dark{
    background-color: #282e34;
    color: #dddddd;

}

.ptext{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #313131;
    font-size: large;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.ptext .border {
    background-color: #111111;
    color: #313131;
    padding: 20px;
}

.ptext .border.trans {
    background-color: transparent;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}