.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    margin:0 5rem;
    padding:1rem;
}
main{
    width:100%;
    margin: 0 auto;
    background-color: #ebeaea;

}
header{
    width: 100%;
    margin:0 auto;
    display:inline-block;
    
}

nav {
    font-family:"fjalla One";
    text-decoration: none;
    background-color: rgb(100, 100, 182);
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*Need to write report on use of flex.*/
   
}
nav h1{
    color:white;
    font-size:24pt;

}
nav ul{
    width:100vw;
    margin:0 auto;
    
}
nav li{
    display:inline-block;
    vertical-align: center;
    margin:1rem;

}

nav .linkOrange{
    background-color:rgb(235, 151, 72);
    border-radius:1rem;
    text-decoration: none;
    padding:.75rem;
    color:white
}

.link{
    padding:.75rem;
    text-decoration: none;
    background-color:rgb(141, 141, 192);
    border-radius:1rem;
    color:white;
    letter-spacing: .3px;
    
}
.link:hover {
    background-color:rgb(162, 162, 189);
    border-radius:1rem;
    color:white;
}

footer{
    margin-top:2rem;
    padding:1rem;
    text-align: center;
    background-color: rgb(100, 100, 182);
    color:white;
}

 
#logo{
    margin: .75rem;
    padding-left: 2rem;
    display:inline-block;
    height:80px;
    width:140px;
}

h2{
    text-align: center;
    font-family: "Fjalla One", sans-serif;

}
img{
    width: 200px;
    height: 200px;
}

.productName{
    font-family: "Fjalla One", sans-serif;
    font-size: 14pt;
}
#headerimage{
    width: 100%;
    height: 500px;
    vertical-align: center;
}
p{
    text-align: center;
}
table{
    width:100%;
    margin: 2rem 0;
}
th{
    border: 2px solid rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    font-size: 16pt;
    background-color: rgb(55, 55, 199);
    color: white;
}
td{
    border: 2px solid rgb(235, 151, 72);
    font-family: "Fjalla One", sans-serif;
    font-size: 14pt;
}
td:nth-child(odd){
    text-align: center;
    background-color: rgb(162, 162, 189);
    width:20%;
    height: 150px;
}
td:nth-child(even){
    text-align: center;
    background-color: rgb(235, 151, 72);
    width:20%;
    height: 150px;
}
.totals td{
    
    text-align: right;
    height: 40px;
}
button{
    border-radius:1rem;
    margin:2rem;
    border: 2px rgb(103, 103, 143);
    color:white;
    padding:1rem;
    font-family:"fjalla One";
    font-size: 24pt;
    background-color: rgb(103, 103, 143);
}


 
    


