@charset "UTF-8";
/* CSS Document */

*,*:before, *:after {
	box-sizing: border-box;
}
body {
    font-family: 'Bellota Text', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #4A5C4F;
    color: #ECC986;
}
#container {
    width: 960px;
    margin: 32px auto;
    background-color: #4D412F;
    padding: 32px;
    border-radius: 20px;
}
a:link, a:visited {
    color: #CAE9D2;
    text-decoration: none;
}
a:hover, a:active {
    color: #DAB800;
}
header {
    background-color: #4A5C4F;
    text-align: left;
    border-radius: 20px;
    padding-right: 20px;
    border: 3px groove #CAE9D2;
    padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bellota', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
	}
header h1 a:link, header h1 a:visited{
    color: #DAB800;
    margin-left: auto;
    margin-right: auto;
}
header h1 a:hover, header h1 a:active{
    color: #CAE9D2;
}
#topNav ul {
    text-align: center;
    list-style-type: none;
    padding-right: 50px;
}
#topNav ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.1rem;
}
#wrapImg {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    flex-basis: 40%;
    justify-content: space-between;
    alighn-items: center;
    padding-bottom: 28px;
}

#wrapImg p {
    margin-left: 25px;
    text-align: justify;
    margin-top: 40px;
}
.btt{
	position: fixed;
	background-color: #4A5C4F;
	padding: 8px 20px;
	bottom: 32px;
	right: 32px;
	border-radius:100px;
}
	
#acornHempBox {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.acornHemp {
    width: 28%;
}
.acornHemp p {
    text-align: left;
}
.acornHemp h3 {
    margin-bottom: 30px;
    text-align: center;
}
.acornHemp img {
    border-radius: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 0px 2px;
    box-shadow: 0px 0px 0px 2px;
}
#RVW {
    background-color: #ECC986;
    -webkit-box-shadow: inset 0px 0px 0px 2px #F7F7F1;
    box-shadow: inset 0px 0px 0px 2px #F7F7F1;
    padding-bottom: 0px;
    color: #1B1700;
    border-radius: 20px;
}
#RVW img {
    border-radius: 25px;
    margin-top: 59px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #F7F7F1;
    box-shadow: inset 0px 0px 0px 2px #F7F7F1;
}
#RVW h1 {
    text-align: center;
    padding-top: 20px;
}
#rpvBox {
    display: flex;
	justify-content: space-between;
	alighn-items: center;
    padding-left: 25px;
    padding-right: 25px;
    flex-basis: 40%;
}
#rpvBox p {
    margin-left: 20px;
    text-align: justify;
}
footer {
    border-radius: 20px;
    border: 3px groove #CAE9D2;
    background-color: #4A5C4F;
}
footer h1 {
   text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer ul {
    text-align: center;
    padding-right: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
footer ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 15px;
}
