

/*use this to put comment in like (<!--...-->) for html and (#) for python*/

Article, aside, footer, header, table, main, nav, div, body, menu-bar {
	display: block;
}

html, body, h1, h2, h3, h4, ul, li, a, p, div, figure, table, mian, footer
article, aside, footer, header, main, table, nav, section {
	
	padding: 0;
	margin: 0;
}
body{
  background-color: #f9f8f5;
}
#banner1 {
  display:block;
  background-image:url("logo7.png");
  background-position: center;
  background-size:cover;
  height:285px;
  width:100%;
  position:relative;
}

#copy {
  color:#FFF;
   font-size: 1.8rem;
   text-align: center;
  font-family:arial;
  padding: 150px 5px 0 20px;
  text-shadow:3px 1px 0 silver;
}

h1{
	text-align: center;
	color:#008b8b;
	font-family:verdana;
	font-size: 1rem;
}

@media only screen and (max-width: 900px){
	ul{
		height: 350px;
		flex-direction: column;
		text-align: center;
	}
}

 @import url('https://fonts.googleapis.com/css?family=Roboto');
 body{
     font-family: 'Roboto', sans-serif;
}
 h1{
     text-align: center;
     color: #4181ee;
}

 .wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #1f1e1e;
  padding: 0px 0px 10px 0px;
}

.div1{/**/
  width: 1000px;
  min-height: auto;
  background: #1f1e1e;
  padding: 10px;
margin: auto;
}
.div1 h1{
  font-size: 1.9rem;
	text-align: center;
	clear: both;
	color: rgb(85, 238, 243);
	text-shadow: -3px 3px 3px rgb(63, 29, 128), -1px 1px 1px red;
}
 .div1 h2{
    text-align: justify;
    font-family: verdana;
    font-size: 0.9rem;
	color: rgb(194, 199, 194);
}

 .card{
    max-width: 580px;
     min-height: auto;
     background: #f5f5dc;
     padding: 10px;
     box-sizing: border-box;
     color: black;
     margin:3px;
     box-shadow: 0px 2px 18px -4px pink;
}


 .card2{
    max-width: 580px;
     min-height: auto;
     background: #330033;
     padding: 10px;
     box-sizing: border-box;
     color: black;
     margin:3px;
     box-shadow: 0px 2px 18px -4px pink;
}

 .card1{
     width: 580px;
     height: 412px;
     background: url("kadi1.jpg");
     background-size:cover;
     padding-left: 150px;
     padding-top: 1rem;
     box-sizing: border-box;
     font-family: arial black;
     color: #e94c4c;
     margin:3px;
     box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
}
 .card1{
    font-size:30px;

}
 .card:nth-child{
    background: #2d0117;
}

 .card-title{
     margin-top: 0;
     font-size: 16px;
     font-weight: 500;
     letter-spacing: 1.2px;
}
 .card2-title{
     margin-top: 0;
     font-size: 16px;
     font-weight: 500;
     letter-spacing: 1.2px;
	 color:#fff;
}
 .card-content{
     font-size: 14px;
     letter-spacing: 0.5px;
     line-height: 1.5;
}

.card3{/*selection ya ma sieges*/
  width: 330px;
  height: 110px;
  background: #11049fd3;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  margin:3px;
  box-shadow: 0px 2px 18px -4px rgba(6, 0, 0, 0.582);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.card3 h3{/**/
  font-size: 17px;
}
.card3 select {
  background: #1f97e7;
  width: 290px;
  height: 50px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  box-shadow: 0px 3px 5px 0px #414041, 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -webkit-appearance: button;
  outline: none;
  box-shadow: 0px 2px 18px -4px rgb(3, 3, 3);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.card4{
  max-width: 180px;
   min-height: auto;
   background: #2f4f4f;
   padding: 10px;
   box-sizing: border-box;
   color: #4181ee;
   margin:3px;
   box-shadow: 0px 2px 18px -4px pink;
   font-size: 10px;
   display: grid;
   display: inline;
}
.card4 h3{
  font-size: 10px;
}

.card5{
  box-shadow: 0 4px 8px 0 rgba(237, 12, 199, 0.7);
  transition-duration: 1000ms;
  width: 65px;
  background: #40e0d0;
  text-align: center;
  font-size: 5px;
  font-family: abadi;
  margin: 1px;
  display: inline-block;
}

.card7{
  box-shadow: 0 4px 8px 0 rgba(237, 12, 199, 0.7);
  transition-duration: 1000ms;
  width: 80px;
  background: #40e0d0;
  text-align: center;
  font-size: 8px;
  font-family: abadi;
  margin: 1px;
  display: inline-block;
}

.card5 h3{
  font-size: 11px;
  font-family: abadi;
}
.card7 h3{
  font-size: 13px;
  font-family: abadi;
}
.container5{
  padding: 2px 2px;
}

.card6{
  max-width: 650px;
   min-height: auto;
   background: powderblue;
   padding: 1px;
   box-sizing: border-box;
   color: black;
   margin:1px;
   box-shadow: 0px 2px 18px -4px pink;
}
.card8{
  max-width: 850px;
   min-height: auto;
   background: powderblue;
   padding: 1px;
   box-sizing: border-box;
   color: black;
   margin:1px;
   box-shadow: 0px 2px 18px -4px pink;
}

.footer {
  background: #011438;
  padding: 20px;
}

.social {
  display: flex;
  justify-content: center;
}

.social i {
  font-size: 36px;
  color: white;
  padding: 10px;
}

.footerLogo {
  display: flex;
  justify-content: center;
}

.footerText {
  text-align: center;
  color: whitesmoke;
}


