body {
    display: flex;
    background-color: black;
    border-radius: 15px;
    color: white;
    margin: auto;
    font-family: Ariel, sans-serif;}

header {background-color: black;
    background-image: url(Logo%20copy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF; 
    font-family: Georgia, serif;
    height: 300px;
    width: 300px;
    height: 300px;}

#wrapper {
    background-color: #666666;
    border: 15px double #0f949b;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #828282;
    padding: 10px 25px 25px;}

nav {
    background-color: white;
    border: 15px double #0f949b;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #828282;
    margin: auto;
    font-family: Ariel, sans-serif;
    text-align: center;
    font-size: 1.2em;
    font-family: Georgia, serif;
    margin-left: auto;
    margin-right: auto;}

h2 {text-align: center;}

nav a:link {color: black;}

nav a:visited {color: ;}

nav a:hover {color: #A52A2A;}

nav ul {
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding-left: 0;}

nav li {
    padding: .5em 1em .5em 1em;
    width: 100%;
    border-style: solid;
    border-bottom: 1px;}

nav a{
    text-decoration: none}

main {
    padding: 0 5em 0 5em;
    display: block;
    font-size: 1.5em;}

#center {text-align: center;
    padding: 30px 20px 20px;}

.users {margin: 150px auto;
    width: 70%;}

#alignright {Width; 400px,
    right:auto,}

section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
    width: 98%;}

header h1 {
    background-color:;
    color:;
    font-family: Georgia, serif;}

h4 {
    text-decoration-line: bold;}

ul {
    line-height:2.75em}

.styled-table {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  border: 4px solid black;
}

.styled-table th, .styled-table td {
  padding: 12px 15px;
  text-align: left;
  border: 5px solid black;
}

.styled-table thead {
  background-color: #0f949b;
}

#amphero {
    width: 740px;
    height: 392.5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(Amps.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;}

#vibrohero {
    width: 300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(vibrohero.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%}

#deluxehero {
    width: 492px;
    height: 341.4px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(deluxe.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%}

#bassmanhero {
    width: 512px;
    height: 341.5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(bassman.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%}

#twinhero {
    width: 563px;
    height: 372.25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(twin.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%}

.strat {width: 300px;
    height: 350px;
    float: right;
    margin: 0 0 0 15px;
    border-radius: 15px;}

.bpd {width: 300px;
    height: 300px;
    float: right;
    margin: 0 0 0 15px;
    border-radius: 15px;}

.sbm {width: 300px;
    height: 300px;
    float: right;
    margin: 0 0 0 15px;
    border-radius: 15px;}

.str {width: 300px;
    height: 300px;
    float: right;
    margin: 0 0 0 15px;
    border-radius: 15px;}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;}

#mobile {
    display: inline;}

#desktop {
    display: none;}

@media (min-width: 600px) {
  
 header {background-color: black;
    background-image: url(PFA_logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    color: #FFFFFF; 
    font-family: Georgia, serif;
    height: 240px;
    width: 80%;} 
    
#wrapper {
    margin: auto;
    width: 90%;}

h1 {
    font-size: 2em;
    letter-spacing: .25em;}
    
nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding 0em;}
    
nav li {
    width: 12em;
    border-bottom: none;}
    
section {
    padding: 0 2em 0 2em;}

#flow {
    display: flex;
    flex-direction: row;}
    
#vibrohero {
    width: 400px;
    height: 200px;}
}

@media (min-width: 1024px) {
    
body {
    background-color: black;}

header{
    height: 240px;
    width: 69%;
    }
nav ul {
    padding-right: 5%;
    padding-left: 5%;}

#vibrohero {
    width: 800px;
    height: 400px;}
    
#wrapper {
    margin: auto;
    width: 90%;}
}


