@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=PT+Sans+Narrow:wght@700&family=Righteous&display=swap');

body {
    background-color: #fff9d7;
    background-image: url(images/beanstalk-dark.jpg);
}

h1, h2 {
    font-family:'Anton', sans-serif;

}

h1 {
    background-color: #884404;
    color: #fed25a;
    font-size: 34px;
    text-shadow: 5px 5px 5px #884404;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, #884404, #fed25a) ;
}

h2 {
    background-color: #884404 ;
    font-size: 24px;
    color: #fed25a; 
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-right: 10px;
    border-radius: 10px;
    
}

h3 {
    font-size: 16px;
    color: black;
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: dashed; 
    border-width: 4px;
    border-style:double;
    border-color: #884404;
}

p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: auto;
    line-height: normal;
    margin-bottom: 15px;
}

li {
    margin-bottom: 4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    list-style-position: inside;
    margin-left: 10px;
}

ul li {
    list-style-type: square;
}

ol li {
    list-style-type: decimal;
}
footer {
    text-align: center;
}

nav a {
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #884404;
    text-decoration: underline;
    
}

nav {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

img {
    max-width: 250px;
    height: 250px;
    padding: 10px;
    background-color: #884404;
    border: 2px solid #884404;
    border-radius: 10px;
    margin-bottom: 10px;
}

section {
    width: 65%;

}

.other { 
    background-color: #884404 ;
    font-size: 24px;
    color: #fed25a; 
    font-family: 'Anton', sans-serif;
    display:inline;
    
}

.gallery {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 30px;
    

}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;

}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;

}

.clear {
   

}

.flexcontainer {
    display: flex;

}

.imagecontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff9d7;
    padding: 10px 20px;
    border-width: 25px;
    border-style:ridge;
    background: linear-gradient(to left, #884404, #fed25a);
    border-color: #884404;
    
}

#feature-box {
    width: 600px;
    margin-left: 20px;
    margin-right: auto;
    background-color: #fed25a;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px #fff9d7;
}

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

}

.submit {
    background-color: #884404;
    color: #fff9d7;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 132px;
}

.submit:hover {
    background-color: #fed25a;
}
