html {
    background-image: linear-gradient(#9c7b68, #3e5350);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

body {
    height: 100%;
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.125rem;
    /* margin-left: 160px; */
    /* margin left needs to equal the width of the left nav bar */
}

a {
    color: white;
    text-decoration: none;
}

.container {
    width: 1024px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;

}

canvas {
    width: 1024px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.model {
    width: 1024px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;

}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
    }

.header2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid white;
    }

main {
    min-height: 300px;
    display: flex;
    align-items: center;
    /* margin: 160px; */
}

.main2 {
    min-height: 300px;
    padding-top: 50px;
}

.cards {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.card1 {
    background-image: url(images/patiothumb.png);
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.219);
}

.card2 {
    background-image: url(images/bogeymanthumb.png);
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.219);
}

/* .card3 {
    background-image: url(images/image-background-card3.jpg);
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.219);
} */

.card1, .card2, .card3 {
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
}


.herobox1 {
    flex: 2;
    padding-right: 100px;
}

.herobox2 {
    flex: 1;
}

h1 {
    font-size: 3.25rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.219);
}

h2 {
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.219);
}

p {
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}

.cards p {
    font-size: .85rem;
    line-height: 1.2;
    margin-top: 10px;
}

i {
    font-size: 100px;
    padding-top: 30px ;
}

.mybutton {
    background-color: white;
    color: #FBAB7E;
    font-family: 'Playfair Display', serif;
    padding: 11px 25px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.219);
}

.mybutton:hover {
    background-color: rgb(96, 136, 73);
    transition-duration: 1s;
}

a.mybutton {
    display: inline-block;
    margin-top: 20px;
}

.herobox2 img{
    border-radius: 10px 100px 10px 10px;
}

nav a.mybutton {
    margin-left: 30px;
}

.navbutton {
    border: 1px solid rgb(255, 255, 255);
    padding: 11px 25px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    position: relative;
}

.navbuttoncurrent {
    border: 1px solid rgb(255, 255, 255);
    padding: 11px 25px;
    font-family: 'Playfair Display', serif;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.testemonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.tbox {
    width: 47%;
    padding: 50px;
    border: 1px solid whitesmoke;
    box-sizing: border-box;
    margin-top: 50px;
}

/* .tbox :last-child {
    font-size: .8rem;
} */

.tbox p:last-of-type {
    font-size: .8rem;
    padding-left: 30px;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 100;
    padding-top: 20px;
    text-align: center;
    margin-left: -20px;
}

.navbutton:hover .dropdown {
    display: block;
}

.dropdown .navbutton {
    width: 150px;
    background-color: white;
    border: none;
}

.dropdown .navbutton:hover {
    transition-duration: 1s;
    background-color: #f0daa3;
}

.dropdown .navbutton a {
    color: tomato;
}

.inputwrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

input[type=text], input[type=email], textarea {
    padding: 12px 20px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.newline {
    display: block;
    padding-bottom: 5px;
}

.mysubmitbutton {
    background-color: white;
    color: #020202;
    font-family: 'Playfair Display', serif;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }