* {
  box-sizing: border-box;
}


body {
  font-family: sans-serif;
  margin: 0 auto;
  padding-top: 80px;
}

/* some colours and spacer and fonts*/

.success-message, .error-message {
	display: none;
	padding: 10px;
	width: 100%;
	background-color: #d4edda;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 100%;
}

.error-message {
	background-color: red;
	color: white;
}

.success-message:target, .error-message:target {
	display: block;
}


.purple {
  color: #473bd6;
}

.blue {
  color: #473bd6
}

.light {
  color: white;
}

.grey { 
  color: darkslategrey;
}

.skinny {
  line-height: 0.6;
}

.thin {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.h1large {
  font-size: 44px;
  font-weight: 500;
}

.padding10bot{
  padding-bottom: 10px;
}

.spacer10 {
  width: 100%;
  height: 10px;
}

.spacer20 {
  width: 100%;
  height: 20px;
}

.spacer50 {
  width: 100%;
  height: 50px;
}

h2 {
  font-size: 18px;
}

/* Arrow */

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 8px;
  margin-bottom: 1px;
}

.arrowpurple {
  border: solid #473bd6;
  border-width: 0 3px 3px 0;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
}

/* navigation */

.nav{
  width: 100%;
  height: 80px;
  background-color: #463ed7;
  background-image: linear-gradient(to right, #463ed7, #3683e5, #3ed8f7);
  position: fixed;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 1000;
}

.nav1 {
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
}

.navlogo {
  height: 80px;
  float: left;
}

.navimage {
  height: 80px;
  width: 220px;
  padding: 12px;
  margin-left: 5%;
}

.navlinks {
  width: 600px;
  height: 80px;
  font-size: 18px;
  float: right;
}

.navlink{
  float: left;
  width: 15%;
  height: 80px;
  margin-left: 1.45%;
  text-align: center;
}

.homelinks {
  text-decoration: none;
  display:inline-block;
  padding-top: 32px;
  color: white;
  width: 100%;
  height: 100%;
}

.active, .navlink:hover{
  border-bottom: 2px solid white;
}


/* hero top */

#herobar {
  height: 460px;
  width: 100%;
  border-bottom-left-radius: 4000px 100px;
  border-bottom-right-radius: 4000px 250px;
  background-image: linear-gradient(to right, #463ed7, #3683e5, #3ed8f7);
}

#heroinnerhome {
  max-width: 1400px;
  height: 460px;
  margin: 0 auto;
}

.herohomeleft {
  float: left;
  max-width: 50%;
  height: 460px;
  padding-left: 30px;
}

.savemoney, .textcommercial {
  font-size: 16px;
  margin-top: 120px;
}

.sellsongs {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 95%;
  font-size: 16px;
  line-height: 1.3;

}

.button:link, .button:visited {
  background-color: #473bd6;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
}

.button:hover, .button:active {
  background-color: #3fdaf8;
}

#herohomeright {
  margin: 0 auto;
  max-width: 1400px;
  height: 0px;
  position: relative;
}

/* bottom hero*/

#bottomherobar {
  height: 440px;
  margin-top: 4vw;
  width: 100%;
  border-top-left-radius: 4000px 300px;
  border-top-right-radius: 4000px 100px;
  background-image: linear-gradient(to right, #463ed7, #3683e5, #3ed8f7);
}


.bottomheroinner {
  max-width: 1400px;
  margin: 0 auto;
}

.bottomheroleft {
  width: 100%;
  height: 100%;
  float: left;
  margin-top: 100px;
  padding-left: 20px;
}

.bottomheroright {
  width: 0%;
  height: 100%;
  float: right;
  position: relative
}

.imagehome3 {
  margin-top: 40px;
  width: 370px;
  height: 370px;
  border-radius: 60% 20% 20% 20%;
  position: absolute;
  margin-left: 2%;
  right: 20px;
}

.imagehome1 {
  margin-top: -330px;
  margin-right: 7%;
  width: 450px;
  height: 450px;
  border-radius: 60% 20% 20% 20%;
  right: 0;
  position: absolute;
}

.toplogomobile {
  display: none;
}

/*Footer*/

#footer {
  margin-top: 20px;
  min-height: 200px;
}

.footerinner {
  min-height: 200px;
  max-width: 1400px;
  margin: 0 auto;
}

.footerinnertop {
  width: 100%;
  min-height: 110px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.footerleft {
  float: left;
  width: 40%;
}

.footlogo {
  height: 35px;
  width: 197.53px;
  padding-left: 20px;
  margin-top: 13px;
}

.footerright {
  float: right;
  width: 60%;
}

.emailform {
  width: 100%;
}


input[type=email] {
  text-decoration: none;
  width: 66%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 2em;
  border: 1px solid #e9e9e9;
  outline: none;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #473bd6;
  border: none;
  color: white;
  max-width: 30%;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 2em;
}

.emailsubmit:hover, .emailsubmit:active {
  background-color: #3fdaf8;
}

.allrights {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

/* Home Page Edits commercial songs section */


#commercialsongs {
  height: 100%;
  padding-top: 6vw;
  margin-bottom: 5vw;
}

.imagehome2 {
  width: 450px;
  height: 450px;
  border-radius: 20% 20% 60% 20%;
  margin-left: 8%;
}

#commercialinner {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#commercialright {
  display: inline-block;
  height: 100%;
  width: 39%;
  vertical-align: top;
  padding-top: 30px;
}

#commercialleft {
  display: inline-block;
  height: 100%;
  padding-top: 30px;
  width: 60%;
}

/*Home Page Edits can we help section */

.canwehelpsongs {
  padding-left: 3%;
  padding-top: 25px;
}

#canwehelp {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}


#canwehelpinner {
  max-width: 1400px;
  margin: 0 auto;
}

#canwehelptop {
  width: 100%;
  min-height: 100%;
  padding-left: 5%;
}

#canwehelpbottom {
  max-width: 1400px;
}

#canwefloatingbox {
  width: 30%;
  min-height: 350px;
  vertical-align: top;
  display: inline-block;
  margin-left: 2.5%;
  padding: 30px;
  margin-top: 30px;
  border-radius: 8% 8% 8% 13%;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.10);
  position: relative;
}

.homelink:link, .homelink:visited {
  color: #473bd6;
  text-align: center;
  padding: 20px 20px 20px 0px;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: font-size 0.5s ease;
  position: absolute;
  bottom: 40px;
}

.homelink:hover, .homelink:active {
  font-size: 20px;
}

.homeboxsvg {
  width: 80px;
  height: 80px;
}

/*Home Page Edits home teams section */

#hometeams {
  height: 100%;
  margin-top: 50px;
}

.hometeamsinner{
  max-width: 1400px;
  margin: 0 auto;
}

.teamsbox {
  width: 30%;
  aspect-ratio: 10 / 8.8;
  display: inline-block;
  margin-left: 2.5%;
  margin-top: 30px;
  background-color: white;
  border-radius: 1.5em;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.10);
  position: relative;
  overflow:hidden
}

.teamsimage {
  width: 100%;

  aspect-ratio: 1.54;
  border-radius: 1.5em 1.5em 0 0;
  transition: transform .8s;
}

.teamsimage:hover {
  transform: scale(1.1);
}

.teamstext {
  width: 30%;
  padding-left: 2.5%;
  padding-top: 90px;
  padding-left: 25px;
  margin-top: 30px;
  float: left;
}

.teamstop {
  color: #473bd6;
  line-height: 0.8;
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.teamsbottom {
  text-align: center;
  font-size: 14px;
}

/* Home Page Edits Voutube vids */

#samplesongs {
  margin-top: 3vw;
  min-height: 400px;
  max-width: 1400px;
  padding-top: 40px;
  margin: 0 auto;
}

.sampleinner {
  margin: 0 auto;
}

.sampletop {
  width: 90%;
  margin-left: 5%;
  min-height: 200px;
  text-align: center;
  padding-top: 20px;
  line-height: 0.9;
}

.samplebottom {
  width: 100%;
  aspect-ratio: 10 / 2;
}

.vidwrapper {
  width: 32%;
  margin-left: 1%;
  float: left;
}

.videobox {
  width: 100%;
  aspect-ratio: 10 / 5.65;
  margin-left: 0.25%;
  float: left;
  position: relative;
  border-radius: 1.5em;
}

.vidtext {
  width: 100%;
  height: 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}

.iframevid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5em;
}



/* -------------------------------------ABOUT PAGE---------------------------------- */


.abouttop {
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 60px;
}

.aboutbox {
  display: inline-block;
  width: 32%;
  margin-left: 0.9%;
  padding: 15px;
  vertical-align: top;
  margin-top: 130px;
}

.abouttop1 {
  margin-top: 80px;
  padding: 0;
}

.aboutimage {
  max-width: 100%;
  height: auto;
  border-radius: 20% 20% 60% 20%;
}


.aboutteamtext {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: -30px;
}


.aboutbottom {
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.aboutbot1 {
  width: 30%;
  height: 670px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2.3%;
}

.aboutbot2 {
  width: 30%;
  height: 670px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2.3%;
}

.aboutbot3 {
  width: 30%;
  height: 670px;
  padding-top: 170px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3.3%;
}

.innerabout {
  width: 100%;
  height: 310px;
  padding: 5%;
  padding-top: 60px;
  margin-top: 25px;
  border-radius: 1em 1em 1em 3em;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.10);
}

.abouttitle {
  text-align: center;
}



/* -------------------------------------ABOUT PAGE---------------------------------- */


/* -------------------------------------SONGS PAGE---------------------------------- */


.downloadwrapper {
  max-width: 1400px;
  padding-top: 50px;
  margin: 0 auto;
}

.downloadtop {
  text-align: center;
  max-width: 100%;
}

.downloadleft {
  width: 45%;
  padding: 10px;
  margin-left: 5%;
  display: inline-block;
}

.downloadright {
  text-align: center;
  width: 35%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: top;
  padding-top: 100px;
}

.downloadbottom {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}


.threethingswrapper {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 600px;
  margin-bottom: 120px;
}

.threethings{
  max-width: 410px;
  display: inline-block;
  padding-left: 4%;
}

.threethingspic{
  display: block;
  float: right;
  position: relative;
  width: 50%;
  height: 600px;
}

.songimage1{
  width: 400px;
  height: 400px;
  border-radius: 20% 20% 60% 20%;
  position: absolute;
  left: 7%;
  bottom: 0;
}

.songimage2{
  width: 250px;
  height: 250px;
  border-radius: 60% 20% 20% 20%;
  position: absolute;
  top: 0;
  right: 7%;
}

.faqouter {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 200px;
}

.faqleft {
  width: 47%;
  display: inline-block;
  min-height: 300px;
  margin-left: 2%;
  vertical-align: top;
}

.faqright {
  width: 47%;
  display: inline-block;
  min-height: 300px;
  margin-left: 1.8%;
  vertical-align: top;
}

.faqtext {
  margin: 0 auto;
  text-align: center;
  width: 95%;
  padding-bottom: 30px;
}

summary {
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  padding: 20px;
  color: #f5fafe;
  list-style: none;
}

details {
  margin-bottom: 20px;
  background-color: #473bd6;
  background-image: linear-gradient(to right, #463ed7, #3683e5);
  border-radius: 1em;
}

.faqanswer {
  padding: 15px;
  color: #f5fafe;
  border-top: solid 1px white;
  border-radius: 1em;
}




/* -------------------------------------SONGS PAGE---------------------------------- */


/* -------------------------------------PRICES PAGE---------------------------------- */


.pricewrapper {
  max-width: 1400px;
  padding-top: 240px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.pricebox {
  text-align: center;
  width: 30%;
  margin-left: 2.4%;
  min-height: 700px;
  display: inline-block;
  vertical-align: top;
  background-color: #edfeff;
  border: solid 1px #473bd6;
  border-radius: 3em;
}

.topsection1, .topsection2 {
  width: 100%;
  min-height: 100px;
  background-color: #473bd6;
  border-radius: 2.5em 2.5em 0 0;
  padding-top: 10px;
}

.topsection2{
  background-color: darkslategrey;
}

.pricetext {
  margin: 0;
}

.spanprice {
  font-size: 13px;
}

.persong {
  margin-top: -20px;
  margin-bottom: 30px;
}

.pricebox2 {
  margin-top: -45px;
  min-height: 745px;
  border: solid 1px #3e4558;
}

.priceborder {
  border-bottom: solid 1px darkslategrey;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.pricelower {
  max-width: 1400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
}

.priceimagewrapper {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.priceimage1 {
  width: 350px;
  height: 350px;
  border-radius: 14em 5em 5em 5em;
  position: absolute;
  right: 60px;
}

.priceimage2 {
  width: 450px;
  height: 450px;
  position: absolute;
  border-radius: 5em 5em 14em 5em;
  left: 60px;
  top: 220px;
}

.pricelowerinner {
  max-width: 39%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 150px;
  padding-bottom: 150px;
}


/* -------------------------------------PRICES PAGE---------------------------------- */



/* -------------------------------------ORDER PAGE----------------------------------- */

.pauseplay {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 120px;
  padding-bottom: 20px;
}


.orderbox {
  display: inline-block;
  width: 32%;
  margin-left: 0.9%;
  padding: 15px;
  vertical-align: top;
}

.ordertop1 {
  margin-top: -50px;
  padding: 0;
}

.orderimage {
  max-width: 90%;
  height: auto;
  border-radius: 20% 20% 60% 20%;
}



.orderwrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.orderwrapper2 {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 50px;
}


.orderheader {
  text-align: center;
}

.ordertitle {
  margin-bottom: -10px;
  max-width: 90%;
  margin-left: 5%;
}

.orderformwrapper {
  width: 90%;
  border-radius: 2em;
  background-color: #e9e9e9;
  padding: 25px;
  margin-left: 5%;
  display: inline-block;
}

.orderform, #orderemail {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 6px; 
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.required {
  color: red;
  font-weight: bold;
}

.widelable {
  width: 100%;
  display: inline-block;
  padding-top: 13px;
}

.widelabletop {
  width: 100%;
  display: inline-block;
  padding-bottom: 0px;
}

.genrecheckbox {
  padding: 11px;
  padding-left: 0;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}





















/* -------------------------------------ORDER PAGE----------------------------------- */


/* -------------------------------------CONTACT PAGE---------------------------------- */


.contactwrapper{
  max-width: 1400px;
  padding-top: 130px;
  margin: 0 auto;
}

.contactleft{
  width: 47%;
  border-radius: 2em 2em 10em 2em;
  background-color: #cecdcd;
  padding: 25px;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}

#subject {
  border-radius: 0.5em 0.5em 3em 0.5em;
}

.contactright{
  width: 50%;
  display: inline-block;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 80px;
}

.contactform {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 6px; 
  margin-top: 6px;
  margin-bottom: 16px;
  resize: none;
}

#bisinessemail {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 6px; 
  margin-top: 6px;
  margin-bottom: 16px;
  resize: none;
}

.contactbotwrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.contacttext {
  width: 100%;
  text-align: center;
}

.contactboxes {
  width: 100%;
  padding-top: 40px;
}

.contactbox {
  display: inline-block;
  vertical-align: top;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1.5em 1.5em 6em 1.5em;
  text-align: center;
  width: 30%;
  margin-left: 2.5%;
  height: 300px;;
}

.contactbox svg {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  margin-top: 55px;
}





/* -------------------------------------CONTACT PAGE---------------------------------- */


























/* Mobile changes 1200px and less */

@media screen and (max-width: 1200px) {

.imagehome1 {
  width: 350px;
  height: 350px;
  margin-top: -270px;
  margin-right: 2%;
}

.herohomeleft {
  padding-left: 10px;
  max-width: 58%;
}

#canwefloatingbox {
  width: 45%;
  margin-left: 3.3%;
}

.teamsbox{
  aspect-ratio: 10 / 9.2;
}

.teamstext{
  padding-top: 50px;
}


.imagehome2 {
  width: 350px;
  height: 350px;
  margin-top: 50px;
  border-radius: 20% 20% 60% 20%;
  margin-left: 8%;
}

.imagehome3 {
  margin-top: 80px;
  width: 300px;
  height: 300px;
}

#commercialright {
  padding-top: 0;
}


/*price page mobile */
.pricelowerinner {
  padding-top: 80px;
  padding-bottom: 80px;
}


.priceimage1 {
  width: 250px;
  height: 250px;
  border-radius: 14em 5em 5em 5em;
  right: 60px;
  top: 40px;
}

.priceimage2 {
  width: 350px;
  height: 350px;
  border-radius: 5em 5em 14em 5em;
  left: 60px;
  top: 220px;
}


.abouttop1{
  display: none;
}

.abouttop2, .abouttop3 {
  width: 48%;
  margin-top: 80px;
}

.ordertop1{
  display: none;
}

.ordertop2, .ordertop3 {
  width: 48%;
}







}


/* Mobile changes 1000px and less */

@media screen and (max-width: 1000px) {
.imagehome1 {
  width: 210px;
  height: 210px;
  margin-top: -140px;
}

.imagehome2 {
  width: 170px;
  height: 170px;
  margin-top: 80px;
  border-radius: 20% 20% 60% 20%;
  margin-left: 8%;
}

.imagehome3 {
  margin-top: 180px;
  width: 230px;
  height: 230px;
}

.herohomeleft {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.h1small{
  font-size: 38px;
}

.navlinks{
  width: 400px;
  font-size: 16px;
}

.samplebottom {
  aspect-ratio: 10 / 18;
}

.vidwrapper {
  width: 90%;
  margin-left: 5%;
  margin-top: 15px;
}

.teamstext{
  width: 100%;
  padding-top: 1px;
}

.teamsbox{
  width: 45%;
  margin-left: 3.3%;
}

.jordanteam {
  display: none;
}

#commercialright {
  width: 60%;
}

#commercialleft {
  width: 35%;
}

.textcommercial {
  margin-top: 80px;
}

.footerinnertop {
  padding-bottom: 150px;
}

.footerleft {
  float: left;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.footlogo {
  height: 35px;
  padding-left: 20px;
  margin-top: 0px;
}

.footerright {
  text-align: center;
  float: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}






/* Contact */
.contactleft {
  width: 90%;
  margin-left: 5%;
}

.contactright {
  width: 90%;
  margin-left: 5%;
}

.contactbox{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
}




/*price page mobile */

.pricewrapper {
  padding-top: 100px;
}

.pricelower{
  padding-top: 30px;
}

.pricebox {
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}

.pricelowerinner {
  max-width: 98%;
  margin-left: 1%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.priceimagewrapper {
  display: none;
}



/* songs page changes 1000px */


.downloadleft {
  width: 90%;
  padding: 15px;
  margin-left: 6%;
  border-radius: 1em;
}

.downloadright {
  width: 90%;
  margin-left: 5%;
  padding-top: 0;
}

.threethings{
  margin: 0 auto;
  display: block;
  padding-left: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.threethingspic{
  display: none;
}

.faqleft, .faqright{
  width: 90%;
  margin-left: 5%;
}

/* about page 1000 and less */

.aboutbot1, .aboutbot2 {
  width: 45%;
  margin-left: 3.2%;
}

.aboutbot3 {
  display: none;
}



}

/* Mobile changes 700px and less */

@media screen and (max-width: 700px) {

.imagehome1 {
  width: 170px;
  height: 170px;
  margin-top: -100px;
}

.imagehome3 {
  margin-top: 240px;
  width: 140px;
  height: 140px;
}

.samplebottom {
  aspect-ratio: 10 / 19;
}

.navlinks{
  width: 100%;
}

.toplogomobile {
  display: block;
  margin-top: -430px;
  margin-left: 10px;
  height: 50px;
  width: 175px;
  left: 0;
  position: absolute;
}

#canwefloatingbox {
  width: 90%;
  margin-left: 5%;
}

.teamsbox{
  width: 90%;
  margin-left: 5%;
  aspect-ratio: 10 / 8.5;
}

.jordanteam {
  display: block;
}

#commercialright {
  width: 95%;
  padding-left: 10px;
}

.imagehome2, #commercialleft, .navlogo, .toplogo{
  display: none;
}

input[type=button], input[type=submit], input[type=reset] {
  padding: 12px 15px;
}

/* about 700 and less */
.abouttop2 {
  width: 98%;
  margin-top: 30px;
}

.abouttop3 {
  width: 98%;
  margin-top: 0;
  padding-top: 0;
}

.aboutbot1, .aboutbot2 {
  width: 90%;
  margin-left: 5%;
}


/* prder 700 and less */
.ordertop2 {
  width: 98%;
  margin-top: 30px;
}

.ordertop3 {
  width: 98%;
  margin-top: 0;
  padding-top: 0;
}

.orderbot1, .orderbot2 {
  width: 90%;
  margin-left: 5%;
}





}

/* Mobile changes 500px and less */

@media screen and (max-width: 500px) {

.samplebottom {
  aspect-ratio: 10 / 20.2;
}


input[type=button], input[type=submit], input[type=reset] {
padding: 12px 5%;
}

.navlinks{
  width: 100%;
  font-size: 14px;
}

h1 {
  font-size: 24px;
}

.h1small {
  font-size: 28px;
  font-weight: 600;
}

.teamsbox{
  width: 90%;
  margin-left: 5%;
  aspect-ratio: 10 / 9;
}

}