
	body {
	 background-image: url(../shared/bg.gif);
	}

	h1, h6 {
         text-align:center;
        }

	h1 {
         margin-bottom: 10px;
         border-color: #4e80a599;
         border-radius: 25%;
         border-width: 4px 0;
         border-style: double;
         background-color: #4e80a515;
    }

	section img {
        /*width:500px;*/
        max-width:90%;
		border-radius: 10px;
		display: block;
		margin: auto;
    }

	article {
         margin:10px;
        }

	.hr_sep {
         border-top: 14px solid #c6934033;;
         /*border-radius: 5px;*/
         margin: 0 -10px 20px -10px;
        }

	#view_more {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 5px;
        }

	#view_more h1 {
         display: grid;
         grid-template-rows: 150px;
	 align-items: center;
	 border: 3px solid #0009;
	 border-radius: 10px;
         background-position: center;
         background-size: 101%;
         transition: all 1s ease-in-out;
        }

	#view_more h2 {
         display: grid;
/*
         grid-template-rows: 100px;
	 border: 3px solid #0009;
	 align-items: center;
*/
	 text-align: center;
	 border-radius: 10px;
         background-position: center;
         background-size: 101%;
	 background-image: linear-gradient(#fff9,#fff,#fffd,#fff,#fff9),url('../shared/bg.gif');
         transition: all 1s ease-in-out;
        }

	#view_more h1, #view_more h2 {
         padding:5px;
        }

	#view_more h1 a, #view_more h2 a {
         text-decoration: none;
        }

	#view_more h1:hover, #view_more h2:hover {
         background-size: 120%;
	 border-color:#000;
        }


  @media only screen and (max-width: 500px) {

	#view_more {
         grid-template-columns: 1fr;
        }

  }