
	
	/* wildcard styling */
	* { 
		box-sizing: border-box; 
	} 
	/*url(../../images/thc-bg-image.jpg)*/
	/* padding for whole body */
	body {
	    max-width: 100%;
		padding: 10px;
		margin: auto;
		border: solid 1;
		border-color: #cccccc;
		font-family: arial;
		background: #f6f4ec;
        /*background-size: cover;*/
        /*background-position: bottom;*/
		text-align: center;
        animation: fadein 3s 1, zoomin 3s 1;
          }
    
    table{
        align-items: center;
        width: 800px;
        height: 30px;
    }
    
	iframe {
	    width: 80%;

	    height: 45%;
	    /*border: 0;*/
	    /*border-color: #000000;*/
	    border-radius: 1rem;
	    color: rgb(141, 141, 141);
	    /*color: rgba(141, 141, 141, 0.5);*/
	    filter: drop-shadow(0px 10px 3px rgba(00,00,00,0.3));
	    border: 5px solid;
	    padding: 10px;
	      top: 0;
  left: auto;
  bottom: 0;
  right: 0;


	}
         
        	/* styling body */
	/* styling body */
	.container { 
		text-align: center;
 
		margin: auto;
		/*display: flex;*/
		align-items: center;
		position: absolute;
  /*overflow: hidden;*/
  width: 80%;
  padding-top: 56.25%;
	}
	
.responsive-iframe {

  position: absolute;

  width: 80%;
  height: 60%;
}	
	.container div { 
		width: 50%;
		height: 50%;
	}
	.container2 { 
        text-align: left;
		max-width: 40%; 
		margin: auto;
		/*display: flex;*/

		
	}
	
	/*nd column decoration */
	.row { 
		margin: 0 -5px; 
		padding: 8px; 
	} 
	
	.row > .column { 
		padding: 6px; 
	} 
	
	.column { 
		float: left; 
		width: 50%; 
	} 
	
	.row:after { 
		content: ""; 
		display: table; 
		clear: both; 
	} 
	
	/* content decoration */
	.content { 

		padding: 0; 
		border: 0 solid gray;
		align-items:center;
	}
	
		div.content:nth-of-type(1){ 

		padding: 0; 
		border: 0 solid gray; 
	} 
	
        
    @keyframes fadein {
        0% {
            opacity: 0;
            }
        100% {
            opacity: 1;
        }
}
        @keyframes zoomin {
    0% {
        transform: scale(0.97,0.97);
    }
    100% {
        transform: scale(1,1);
    }
}
	
	button {
	    font-size: 1rem;
	    padding: 0 1.75rem;
	    border-radius: 0.75rem;
	    background: #703846;
	    color: #ba5971;
	    border: 1px solid;
	}
	
	button:hover {
	    background: #a25568;
	    color: #f5a2b7;
	    border: 2px solid;
	    box-shadow: 0 0 0 6px rgba(245, 162, 183 , .3);
	    filter: blur(0.9px);
	    transform: translate(0px, -3px);
	    cursor: pointer;
	}
	
	img {
	    border-radius: 1rem;
	    color: rgb(141, 141, 141);
	    /*color: rgba(141, 141, 141, 0.5);*/
	    filter: drop-shadow(0px 10px 3px rgba(00,00,00,0.3));
	    border: 5px solid;
	}
	
	video {
	    border-radius: 1rem;
	    color: rgb(141, 141, 141);
	    /*color: rgba(141, 141, 141, 0.5);*/
	    filter: drop-shadow(0px 10px 3px rgba(00,00,00,0.3));
	    border: 5px solid;
	    padding: 10px;
	}
	
	/*img:hover {
	    transform: translate(0px, -3px);
	}*/
	h1 { 
		text-align: center;
		padding: 0;
		color: #000000;
		filter: drop-shadow(0px 3px 0px #cccccc);
	}
		h2 { 
		font-family: times;   
        text-align: center;
		margin: auto;
		color: #000000;
		filter: drop-shadow(0px 3px 0px #cccccc);
		
	}
		h3 { 
		    
		text-align: center;
		padding: 0;
		color: #000000;
		filter: drop-shadow(0px 3px 0px #cccccc);
	}
	
	/* anchor tag decoration */
	a { 
		text-decoration: none; 
		color: #a56f00;
		filter: drop-shadow(0px 3px 1px #cccccc);
		text-align: center;
	} 
	
	a:hover { 
		color: #f4f100;
		transform: translate(0px, -3px);
	} 
	
	/* paragraph tga decoration */
	p { 

		/*text-align: left;*/
		filter: drop-shadow(0px 3px 0px #cccccc);
		font-size: 15px;
		padding: 5px;
		margin: auto;

	}
	
	


	

	

	



	

