{
  box-sizing: border-box;
}

body {
  font-family: Verdana, Helvetica, Arial;
  padding: 10px;
   background: url("../images/starbackground.png") no-repeat center;
    /*background: #fff;*/
  width: 100%;
  margin: auto;
}

/* for prices at ottom */
.pricing {
      width: 60%;
  margin-left: auto;
  margin-right: auto;
}

img {display: block;
     margin: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.container-items {
  width: 95%;
 margin-left: auto;
  margin-right: auto;
    /* background: #fff;
    background: url("../images/starbackground.png") no-repeat center; */
}

.redtext {
    color: #ed1c24;
    font-style: italic;
    /*margin-left: auto;*/
    text-align: left;
}
/*.txt4td {
    margin-left: 20px;
    margin-right: 30px;
}*/

.lefttxt {
    text-align: left;
}

.center {
  margin: auto;
  width: 95%;
  padding: 10px;
}

/*.content {
  max-width: 1600px;
  margin: auto;
*/
.sectionback {
    width: 95%;
    background-color: transparent;
}

/* Header/Blog Title */
.header {
    width: 100%;
  padding-top: 5px;
  text-align: center;
  /*background: white;*/
}

.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar
.topnav {
  overflow: hidden;
  background-color: #646060;
}*/

/* Style the topnav links 
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}*/

/* Change color on hover */
.topnav a:hover {
  background-color: #fff;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 48%;
  padding-right: 10px;
  padding-left: 0px;
  /*background-color: #fff; */   
}

/* Right column */
.rightcolumn {
  float: left;
  width: 48%;
  background-color: transparent;
  padding-left: 10px;
    padding-right: 0px;
}

.leftcolumn2 {   
  float: left;
  width: 90%;
  padding-right: 0px;
  padding-left: 30px;
  /*background-color: #fff; */   
}
/*.carimg {
  padding: 20px;
  margin: auto;
  
}*/

/* Add a card effect for articles */
.card {
  /*background-color: #fff;*/

  padding: 10px;
  margin-top: 5px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 10px;
  text-align: center;
  background: #646060;
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and ( max-width : 800px ){
  .leftcolumn, .rightcolumn { 
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
	
	@media screen and (max-width: 400px) {
  .leftcolumn2 {
    width: 100%;
  }
/*.carimg {
      text-align: center;
}*/

}
	@media screen and (max-width: 400px) {
	.center {
  margin: auto;
  width: 100%;
  padding: 3px;
}
	}
	
@media screen and (max-width: 400px) {
	.sectionback {
    width: 100%;
    background-color: transparent;
}
	}
