/*custom fonts*/
@font-face {
  font-family: kabisat; /* heading font */
  src: url('assets/Neuropol-Regular.woff2'); /* url of the font */
}
@font-face{
  font-family:saxMono; /* body text */
  src: url('assets/saxMono.woff2');
}
@font-face{
  font-family:Neuropol; /* body text */
  src: url('assets/Neuropol-Regular.woff2');
}



/*general styles*/



body{
	background-image: url("images/DSC_0027.png");
	background-size: cover;
	 background-repeat: repeat-y;
}

.bodysec{
		background-color:#271722;
		padding: 20px 10px 20px 10px;
	
}
#mainhead{
	padding: 20px 10px 20px 10px;
		
}
a{
	color: white;
	font-family: Neuropol ;
	padding-left: 25px;
}
p{
	color: white;
	font-family: saxMono ;
	font-size:25px;
	padding: 5px 10px 5px 0px;
}
ul{
  color: white;
	font-family: saxMono ;
	font-size:25px;
	padding-left: 25px;
}

div{
	color: floralwhite;
	font-family: saxMono;
}
h1{	
	color: white;
	font-family: kabisat;
	margin: 10px 10px 30px 5px;
	}
h2{ 
	color:#D3B3C9;
	font-family: Neuropol;
	margin: 10px 10px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #332D31;
	}

.indexer{
	color:white;
	font-family: Neuropol ;
	text-decoration: none;
}


footer{
height: 500px;
width: auto;
}

/*flex styles:*/
/*landing page:*/
.Lnding{
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Lbs{ 
  width: 50%;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 20px;
	background-color: #271722;
	border: 2px solid rgb(95, 3, 50; 
	}

	#lb1{
		width: 50%;
		height:auto;
		

		background-color:#271722;
	}
	#lb2{
		width:auto;
		height:auto;
		font-size: 30px;
		text-align: right;
	}
