body {
	background-color: #000000;
	background-image: url(back.jpg);
	background-size:100% 100%;
	background-attachment:fixed;
	color: #ffffff;
	line-height: 1.25;
	font-weight: 400;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


a{
    color: #ffffff;
    text-decoration:none;
}
a:hover{
    color: #00adff;
}
a:active{
    color: #f2f2f2;
}
a:visited{
    color: #e7e9eb;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: cyan;
    line-height: 1.75;
}
h1{
  font-size:28pt;
}
h2{
  font-size:15pt;
}
h3{
  font-size:12pt;
  color: yellow;
}
h4{
  font-size:22pt;
}
h5{
  font-size:18pt;
}
h6{
  font-size:14pt;
}

br {
   content: " ";
   display: block;
   margin: 10px 0;
   line-height: 22px;
}
p {
    margin: 0;
    padding: 0;
}
ul,ol,li {
	margin:0;
	margin-inline-start: 15px;
	margin-inline-end: 0px;
	padding-inline-start: 10px;
}
hr {
    margin: 15px 0;
    border-color: #ddd;
}
.flex{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.color1 {
	background: #b72909;


}
.web-body{background: #000000b8;padding: 15px;border: 2px solid #eb0000;box-shadow: #000 0 0 25px;}

.logo img {
	width:100%;
	max-width:100%;
}
.header {
	width: auto;
	z-index: 99;
	margin-top: 15px;
}
.header-align {
	align-items:center;
}
.logo {
    width: 34%;
    text-align: center;
}
.logo img {
	max-width:100%;
	width: 100%;
}
.headright {
    width: 65%;
}
.button {
    text-transform: uppercase;
    font-weight: bold;
    cursor:pointer;
    padding: 10px 20px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    border: 1px solid #fff;
    flex: 1;
    margin-right: 10px;
    box-shadow: #000 0 0 15px;
}
.button:last-child {
	margin:0
}
a.button {
	color: #fff;
}
.accordion {
  cursor: pointer;
  width: auto;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 3px 0;
  padding: 0;
  line-height: 0;
  border: 1px solid gold;
}

.bg {
  width: 100%;
}

.active,
.accordion:hover {
}
.accordion img {
    width: 100%;
}
.panel {
  padding: 0px 5px 5px;
  display: none;
  width: 100%;
  overflow: hidden;
}

.accordion.active+div {
  display: block
}

.footer {
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Smartphones (portrait & landscape) ----------- */
@media only screen and (max-device-width: 823px) and (min-device-width: 320px) {
.logo,.head-right {
    width: 100%;
    text-align: center;
}

.button {
    width: 100%;
    margin: 10px 0;
}

.web-body {
    margin-top: 15px;
}
}