

* {
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html, body { 
	height: 100%; 
	width: 100%; 
	margin: 0; 
	background-color: #000;
  	color: #E6E6E6;
}

a {
  text-decoration: none;
  color: #E6E6E6;
}

p{
	text-align: left;
}

h2{
	margin: 0.5rem;
}

.word-doc{
	margin: auto;
	height: 800px;
	width: 80%;
}

.p-left{
	text-align: left !important;
}

.container{
	width: 98%;
  	text-align: center;
}


.content-wrap{
	height: 100%;
}

.content{
	max-width: 1100px;
	height: 100%;
	margin: auto;
	padding-top: 12rem;
	padding-bottom: 5rem;
}

.box1{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin: auto;
	margin-bottom: 1rem;
	width: 80%;
	padding: 1rem;
	background: #373737;
	border-radius: 10px;
}

.box1 p{
	display: flex;
	margin: auto;
	padding: 1rem;
	text-align: center;
	max-width: 70%;
}

.box1 ul{
	margin: auto;
	text-align: left;
}

.box1 ul li{
	padding: 0.5rem;
}

.top_box1{
	background-color: #515151;
	padding: 1rem;
	margin: -1rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.in_box1{
	padding: 1rem;
}

.box2{
	margin: auto;
	margin-top: 1rem;
	padding: 1.5rem;
	background: #1E1E1E;
	width: 90%;
	border-radius: 10px;
}

.card{
	margin: auto;
	padding: 1.5rem;
	background: #373737;
	width: 50%;
	border-radius: 10px;
}

.card-wide{
	margin: auto;
	padding: 1.5rem;
	background: #373737;
	width: 90%;
	border-radius: 10px;
}


.btn{
	display: inline-block;
	justify-content: center;
	align-content: center;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	background-color: #4D4D4D;
	width: 5.5rem;
	height: 2rem;
	border-radius: 3px;
}

.btn:hover{
	background-color: #777777;
}

.btn2{
	display: inline-block;
	justify-content: center;
	align-content: center;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	background-color: #4D4D4D;
	height: 2rem;
	border-radius: 3px;
}

.btn_parent{
	display: inline-block;
	justify-content: center;
	align-content: center;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	background-color: #777777;
	width: 5.5rem;
	height: 2rem;
	border-radius: 3px;
}




#music_platforms{
	padding: 1rem;
	width: 15rem;
	height: 6rem;
}
/*---------- INDEX FRONT PAGE----------*/

.moain_index {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

#moain_nuked {
	width: 20rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}


.rotatenuked{
	animation: rotation 40s infinite linear;
}

@keyframes rotation{
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

/*---------- NAVBAR ----------*/

#navbar {
	display: flex;
	flex-direction: column;
	position: fixed;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2rem;
	width: 98%;
	background: #1E1E1E;
	box-shadow: 0rem 0.5rem 1rem #000;
	border-bottom-left-radius: 20px;
  	border-bottom-right-radius: 20px;
}

#navbar ul{
	width: 98%;
}

#navbar ul li{
	display: inline-block;
}



#nav_moain {
	padding-top: 1rem;
	width: 26%;
}


/*---------- SOCIAL NAVBAR ----------*/
#social_navbar {
  position: fixed;
  margin-top: 10rem;
}

#social_navbar ul {
  display: block;
  align-items: right;
  list-style: none;
  margin-left: 1rem; 
}

#social_navbar li{

	margin: 0.1rem;
	width: 2.5rem;
	height: 2.5rem;
}

#social_navbar img{
	width: 20px;
	height: 20px;
}

.contact-btn{
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100px;
	border-radius: 5px;
}

/*---------- CONTENT ----------*/

.img{
	width: 99%;
}

.resp-iframe {
	padding: 1rem;
    width: 50%;
    height: 300px;
    border: 0;
    margin-bottom: 1rem;
}

.events_image{
	width: 18rem;
	height: 25rem;
	padding: 1rem;
}

.photos{
	width: 10rem;
	padding: 1rem;
	transition: 1s;
}

.photos:hover{
	width: 500px;
}

.disc_img{
	width: 7rem;
	transition: 1s;
}

.disc_img:hover{
	width: 600px;
}

.clr {
  clear: both;
}

#samson{
	width: 10rem;
	border-radius: 100px;
}

.cryp_table{
 	display: grid;
 	grid-template-columns: repeat(3, auto);
 	grid-template-rows: repeat(3, auto);
 	margin: auto;
 	margin-top: .5rem;
 	padding: 1rem;
 	width: 30%;
 	background: #373737;
 	align-content: center;
 	justify-content: center;
 	border-style: solid;
	border-width: 0.2rem;
	border-color: #6D6D6D;
	border-radius: 10px;
}

.cryp_table input{
	margin: .1rem 1rem;
	padding: .5rem;
	vertical-align: middle;

}

.links_table{
 	display: grid;
 	grid-template-columns: repeat(3, auto);
 	grid-template-rows: repeat(3, auto);
 	margin: auto;
 	margin-top: .5rem;
 	padding: 1rem;
 	width: 60%;
 	background: #373737;
 	align-content: center;
 	justify-content: center;
 	border-style: solid;
	border-width: 0.2rem;
	border-color: #6D6D6D;
	border-radius: 10px;
}

.links_table input{
	margin: .1rem 1rem;
	padding: .5rem;
	vertical-align: middle;
}

.links_table button{
	margin: .2rem 0rem;
	padding: .5rem;
	vertical-align: middle;
	border-radius: 10px;
}
.links-coin{
	padding: .6rem 0rem;
}

#rb-xzfcxvzx{
	width: 70% !important;
}


/*==========================*/
/* SAMS VIDEO PLAYER*/

.sams-table td{
	height: 40px;
	background: #3E3E3E;
	padding-left: 1rem;
}
.sams-table td:hover{
	height: 40px;
	background: #515151;
}
.sams-table th{
	height: 40px;
	background: #3E3E3E;
	padding: 0rem .5rem;
}

.sams-border{
	display: block;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: #6B6B6B;
	width: 580px;
	padding-top: .5rem;
	padding-bottom: .5rem; 
	border-radius: 10px;
}

.td-click a{
	display: block;
	width: 100%;
}

.td-click a:hover {
	cursor: pointer; 
}

.album-title{
	margin: auto;
	margin-top: .2rem;
	margin-bottom: .2rem;
	background: #DAA74F;
	width: 70%;
	border-radius: 10px;
	padding: .2rem;
}

.table-sam-resize {
	 width: 560px;
}

.playlist-hover{
	height: 20px;
	overflow: scroll;
}

.playlist-hover:hover {
	height: 200px;
}

/*==========================*/



/*---------- Contact form ----------*/

#contact{
	display: flex;
	margin: auto;
	padding: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #515151;
	width: 60%;
	border-radius: 10px;
}

#contact label{
	margin-top: 1rem;
	background: #373737;
	width: 90%;
	padding: 0.5rem;
	height: 2rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#contact input{
	width: 90%;
	height: 1.5rem;
}

#contact textarea{
	width: 90%;
	height: 5rem;
	resize: none;
}

#submit_btn input[type=submit] {
	margin: 0.1rem;
	padding: 0.4rem;
	width: 6rem;
	height: 2rem;
	background: #3C8B40;
	border: none;
}

#submit_btn input[type=submit]:hover {
  background-color: #45a049;
 }

.h-captcha{
	margin: 1rem;
}

/*---------- FOOTER ----------*/

#footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0.4%;
	padding: 0.5rem; 
	border-bottom-left-radius: 20px;
  	border-bottom-right-radius: 20px;
	font-size: 0.7rem;
	background: #1E1E1E;
}

#footer img{
	width: 1.2rem;
}

