﻿@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

body {
    background-color: #9A2007;
    color: black;
    line-height: 1.5;
    letter-spacing: .14em;
}
header {
    background-color: #4D040F;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    /* border: 2px solid #C23C17; */
    font-size: 1.5em;
    font-weight: bold;
    object-fit: contain;

}
h1 {
    font-family: "Fleur De Leah", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    color: #581204;
}
header h1 {
    color: #DF7E2D;
}
#sect1 h1 {
    color: #581204;
}
h2 {
    font-family: "Fleur De Leah", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
p {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}
ul {
    margin-left: 10%;
    margin-right: 10%;
}
li {
    margin-left: 10%;
    margin-right: 10%;
}
dt {
    margin-left: 10%;
    margin-right: 10%;
}
dd {
    margin-left: 15%;
    margin-right: 10%;
}
nav {
    font-family: "Times New Roman", Times, serif;
    background-color: #4D040F;
    margin: 0px;
    padding-top: 3px;
    display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
    border-radius: 6px;
    padding: 5px 15%;
}
nav a {
    color: #DF7E2D; 
    padding:1px;
    padding-bottom:5px;
    border-radius: 10px;
    border: 2px solid #9A2007;
}
nav a:hover {
    transition: all 200ms linear;
    background-color: #4D040F;
    color: #C23C17;
    border: 2px solid #C23C17;
}
footer {
    background-color: #4D040F;
    color: #DBB07B;
    padding: 1% 15%;
}
img {
    display: block;
    border-radius: 5%;
    box-shadow: 2px 2px 3px black;
    object-fit: contain;
}

section {
    display:block; 
    border: 2px solid #4D040F;
    background:#DF7E2D; 
    max-width: 70%;
    margin: 30px 15%;
    border-radius: 10px;
    box-shadow: 2px 4px 8px;
}

#sect1 h1 {
    padding: 1%;
}

#sect1 {
    position: relative;
}

#sect1 #leftrest {
    margin-left:0px; margin-right:0px;
    position: absolute;
    left:1%; top:1%;
    max-height: 100%;
    width: auto;
    box-shadow: -2px 2px 3px black;
}

#sect1 #rightrest {
    margin-left:0px; margin-right:0px;
    position: absolute;
    right:1%; top:1%;
    max-height: 100%;
    width: auto;
}

#sect4 {
    padding-bottom:0%;
}

article.home_hero {
    background-image: url(../images/violin-paper.jpg);
    background-size: cover;
    height: 30vw;
    background-position: 50% 20%;
    position: relative;
    /* border: 2px solid #4D040F; */
}
article.home_hero h2 {
    position: absolute;
    margin: 0;
    left: 15%; top: 16svw;
    font-size: 8svw;
    background-color: rgba(252, 209, 159, 0.8);
    padding: 0 1svw;
    border-radius: 8px;
}
.home_sect1 figure {
    background-image: url(../images/violin-sheet-music.jpg);
    background-size: cover;
    height: 30vw;
    background-position: 50% 20%;
    position: relative;
    border-radius: 8px 8px 0 0;
    border: 1px solid #4D040F;
    box-shadow: 0 1px 8px;
}
.home_sect1 h2 {
    position: absolute;
    margin: 0;
    left: 2svw; top: 8svw;
    font-size: 8svw;
    background-color: rgba(252, 209, 159, 0.8);
    padding: 0 1svw;
    border-radius: 8px;
}
.home_sect2 figure {
    background-image: url(../images/violin-clutter.jpg);
    background-size: cover;
    height: 30vw;
    position: relative;
    border-radius: 8px 8px 0 0;
    border: 1px solid #4D040F;
    box-shadow: 0 1px 8px;
    background-position: 50% 30%;
}
.home_sect2 h2 {
    position: absolute;
    margin: 0;
    right: 2svw; top: 2svw;
    font-size: 8svw;
    background-color: rgba(252, 209, 159, 0.8);
    padding: 0 1svw;
    border-radius: 8px;
}


section#hst_sect1 {
    display: flex;
    flex-flow: column;
    min-height: 400px;
}
#hst_sect1 figure {
    background-image: url(../images/violin_painting.jpg);
    background-size: cover;
    background-position: top;
    height: 300px;
    border-radius: 8px 8px 0 0;

}
#hst_sect1 h2 {
    margin-top: 10px;
    background-color: rgba(16, 00, 36, .3);
    padding: 5px;
}
#hst_sect1 figcaption {
    
}

section#hst_sect2 {
    display: flex;
    flex-flow: column;
    min-height: 400px;
}
#hst_sect2 figure {
    background-image: url(../images/violinist.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 8px 8px 0 0;

}
#hst_sect2 h2 {
    margin-top: 10px;
    background-color: rgba(16, 00, 36, .3);
    padding: 5px;
}
#hst_sect2 figcaption {
    
}