@charset "UTF-8";
/* CSS Document */
body { 
    backround-color: #DFD2C0;
    background-image: url("images/biography pink background.jpg");
    
}

#wrapper {
    width: 975px;
    height: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    background-color: wheat;
    border: double black; 
}

#feature-box {
    width: 860px; 
    height: 245px;
    align-content: center; 
    background-color: #FDFDBA; 
    padding: 15px 20px; 
    margin-bottom: 55px;
    border-radius: 15px;
    box-shadow: 5px 7px #FFC066; 
}

h1, h2, h3 {
    background-color:#FFC066;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
}



h1 { 
    text-transform: uppercase; 
    text-align: center; 
    padding: 8px; 
    margin-bottom: 16px;
    background-image: linear-gradient(#FFC066,#FF4EB8 );
}

h2 {
    padding-top: 2px;
    padding-bottom: 2px; 
    padding-left: 16px; 
    margin-bottom: 16px; 
}

h3 {
    margin-bottom: 15px;
    border: dashed #FF4EB8; 
    
}

p { 
    font-size: 15px; 
    font-family: 'Cormorant Garamond', serif; 
    margin-left: auto; 
    line-height: normal; 
    margin-bottom: 20px; 
    padding-left: 30px;
}

li {
    margin-bottom: 10px;
    padding-left: 30px;
}

footer {
    text-align: center; 
}

.feature {
  color: #73321A;
}

.bone {
    color: #A68877;
    
}

nav a href {
  font-weight: normal;
  text-align:center;
    padding-top: 16px;
    padding-bottom: 16px;
}

nav {
    margin-bottom: 20px;
}

img {
    padding: 8px;
    background-color:#FF9EDA;
    border: 10px double #FFCD85;
}

.gallery {
    margin: 8px;
}

.left-aligned {
  float: left;
  margin-right: 10px; 
  margin-bottom: 10px;
}

label{
    float: left;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 120px;
    padding-right: 12px;
}

.submit-button {
    background: #F9B2DC;
    text-decoration-color: antiquewhite;
    border-radius: 5px;
    padding: 6px 6px;
    padding-left: 20px; 
    padding-right: 20px;
    margin-left: 132px;
}
.submit-button:hover {
    background:#FFFFFF; 
}