
@media screen and (min-width: 1100px) {

	#title a {
	    color: #232323;
	    text-decoration: none;
	    font-size: 22px;
	}

	#headerText{
		flex:1;
		display: flex;
	    align-items: center;
	}

	#headerText a{
		height: 100%;
	    display: flex;
	    align-items: center;
	}

	.header{
		height:70%;
	}

}


@media (max-width: 1099px) {

	#title{
		display:none;
	}

	#headerText{
		flex:1;
	}

	#footer-padding{
		width:100%;
		padding:0.5em;
		box-sizing:border-box;
		font-size:17px;
	}

	#footer-padding img{
		max-width:100%;
		height:auto;
	}


#headerText {
	color: #fcfd9c;
    text-decoration: none;
}

}
