/* STRATEGY PAGE */
	#strategies-header{
/*		background:white;*/
		color:rgb(var(--text));
		text-align:center;
		/*margin-top: 4em;*/
		padding-top: 8em;
		/*padding-bottom: 1em;*/
	}
	#strategies-header ul{
		display: flex;
		justify-content: center;
		padding:1em;
		padding-bottom: 0;
	    flex-wrap: wrap;
	}
	#strategies-header li{
		display: inline-block;
		margin-bottom: 3em;
	}
	#strategies-header a{
		padding:1em;
		border:2px solid #2196f3;
		color:#2196f3;
		margin-right: 1em;
		margin-left:1em;
		margin-bottom: 1em;
		text-decoration: none;
		font-weight: bold;
		transition:background 0.5s;
	}
	#strategies-header a:hover{
		background: #2196f3;
		color:white;
	}
	#strategies-header img{
		    width: 300px;
	}
