@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	background:white;
	color: black;
	font-family: arial;
	width: 100%;	
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 300;
	font-style: normal;	
	font-size: 1rem;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
#myNav {
	margin-top: 0px;
	text-align: center;
}
.navbar {
  overflow: hidden;
  margin-left: auto;
  margin-rigth: auto;
	display: inline-block;
    list-style-type: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.overlay {
   height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {	
  padding: 28px;
  text-decoration: none;
  font-size: 3rem;
  color: white;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px
}
.post a{
	text-decoration: none;
	color: blue;
}
.post a:hover{
	text-decoration: underline;
	color: gray;
}
.publish p{
			margin-top: -15px;
}
.wrapper{
		display: flex;
	}
.left{
	width: 70%;
	padding: 50px;
}
.right{
	width: 30%;
	padding: 50px;
}
.side-bar-item{
		margin-top: 25px;
	}
	.side-bar-item h1,p{
		margin: 25px;
	}
	.side-bar-item p{
		text-align: left;
	}
@media (max-width:768px){
	#banner a{
		display: none;
	}
	#showcase{
		margin-top: 25px;	
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 45px;
		text-align: left;
		font-size: 3.5rem;
		font-weight: bold;
		color: orangered;
	}
	#showcase p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		font-size: 2.5rem;
		color: orangered;
	}
	.wrapper{
		display: block;
		margin-top: -75px;
	}
	.left{
		width: 100%;
		box-sizing: border-box;
		margin-top: 75px;
	}
	.post h1{
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 15px;
	}
	.post p{
		padding-bottom: 35px;
		font-size: 2rem;		
	}
	.post a{ 
		text-decoration: none;
		color: blue;
		font-weight: bold;
	}
	.post a:hover{
		text-decoration: underline;
		color: gray;
	}
	.right{
		width: 100%;
		box-sizing: border-box;
	}
	.right img{
		width: 120px;
	}
	.right h1{
		font-size: 2.5rem;
	}
	.right p{
		font-size: 2rem;
	}
	.side-bar-item{
		margin-top: 25px;
	}
	.side-bar-item a{
		text-decoration: none;
		color: blue;
	}
	.side-bar-item a:hover{
		color: gray;
	}
	.publish {
		margin-top: 125px;
	}
	.publish p{
			margin-top: 25px;
	}
	.publish a{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
	.publish a:hover{
		text-decoration: underline;
	}
	.Somedia{
		margin-top: 125px;
		margin-bottom: 125px;
		text-align: center;
	}
	.Somedia a{
		padding: 25px;
		font-size: 1.7rem;
	}
	/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: #808080;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}
}
@media screen and (min-width:769px) and (max-width:1020px){			
	#banner a{
		display: none;
	}
	#showcase{
		margin-top: 125px;	
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 45px;
		text-align: left;
		font-size: 3.5rem;
		font-weight: bold;
		color: orangered;
	}
	#showcase p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		font-size: 2.5rem;
		color: orangered;
	}
	.wrapper{
		display: block;
		margin-top: -75px;
	}
	.left{
		width: 100%;
		box-sizing: border-box;
		margin-top: 75px;
	}
	.post h1{
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 15px;
	}
	.post p{
		padding-bottom: 35px;
		font-size: 2rem;		
	}
	.post a{ 
		text-decoration: none;
		color: blue;
		font-weight: bold;
	}
	.post a:hover{
		text-decoration: underline;
		color: gray;
	}	
	.right{
		width: 100%;
		box-sizing: border-box;
	}
	.right img{
		width: 120px;
	}
	.right h1{
		font-size: 2rem;
	}
	.right p{
		font-size: 2rem;
	}
	.side-bar-item{
		margin-top: 25px;
	}
	.side-bar-item a{
		text-decoration: none;
		color: blue;
	}
	.side-bar-item a:hover{
		color: gray;
	}
	.publish {
		margin-top: 125px;
	}
	.publish p{
			margin-top: 25px;
	}
	.publish a{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
	.publish a:hover{
		text-decoration: underline;
	}
	.publish li a{
		text-decoration: none;
		font-size: 2rem;
		color: blue;
	}
	.publish li a:hover{
		font-size: 2rem;
		text-decoration: underline;
		color: gray;
	}
	.Somedia{
		margin-top: 125px;
		margin-bottom: 125px;
		text-align: center;
	}
	.Somedia a{
		padding: 25px;
		font-size: 1.7rem;
	}
	/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: #808080;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}	
}
@media screen and (min-width:1021px){	
	html {
 	 scroll-behavior: smooth;
	}
	#myNav {
		display:none;
	}
	span{
		display: none;
	}
	#banner{
		margin-top: -4px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		box-shadow:0px 5px 25px grey;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 6px;
		background-color: #90EE90;
		padding: 25px;
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 45px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
		font-family: times new roman;
	}
	#showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		font-size: 3.5rem;
		font-family: times new roman;
	}
	.post h1{
		font-size: 2.5rem;
		margin-left: 25px;
	}
	.right a{
		text-decoration: none;
		color:blue;
	}
	.right a:hover{
		text-decoration: underline;
		color: blue;
	}
	.side-bar-item{
		margin-top: 25px;
	}
	.side-bar-item h1,p{
		margin: 25px;
	}
	.side-bar-item p{
		text-align: left;
		padding-bottom: 1px;
	}
	.publish {
		margin-top: 55px;
		padding-bottom: 5px;
		border-top: 1px solid gray;
		border-bottom: 1px solid gray;
	}
	.publish p{
		margin-top: 25px;
	}
	.publish a{
		text-decoration: none;
		color: blue;
	}
	.publish a:hover{
		text-decoration: underline;
		color: gray;
	}
	.Somedia{
		text-align: left;
		margin-top: 55px;
		margin-bottom: 125px;
	}
	.Somedia a{
		text-decoration: none;
		padding: 15px;
		color: blue;
	}
	.Somedia a:hover{
		text-decoration: underline;
		color: gray;
	}
/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
.links{
	text-align: center;
	padding-bottom: 25px;
}
.links li{
	display: inline;
	list-style: none;
	padding: 15px;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: white;
}
.links a:hover{
	text-decoration: underline;
}
 #main-footer p{
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:1rem;
	 padding-bottom: 25px;
}
}