﻿
#DESIGNERPAGE {
	width: 85%;
	margin: 0 auto;
	/*background-color: lightblue;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}



	#DESIGNERPAGE img {
		border-radius: 7px;
		vertical-align: top;
	}

	#DESIGNERPAGE a:link, #DESIGNERPAGE a:visited, #DESIGNERPAGE a:hover, #DESIGNERPAGE a:active {
		all: unset;
		text-decoration: underline;
		margin-left: auto;
		margin-right: auto;
		/*background-color:green;*/
	}

	#DESIGNERPAGE a:hover {
		color: blue;
	}


#DESIGNERPAGETOP {
	all: unset;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	/*background-color: red;*/
}

	#DESIGNERPAGETOP #DESIGNERTEXT {
		flex: 1 1 0;
		padding: 5px;
		/*background-color: aquamarine;*/
		max-width: 750px;
	}

	#DESIGNERPAGETOP #DESIGNERIMAGE {
		flex: 1 1 0;
		border-radius: 4px;
	}

		#DESIGNERPAGETOP #DESIGNERIMAGE img {
			border-radius: 4px;
		}

@media (max-width:1500px) {
	#DESIGNERPAGE {
		margin-top: 40px;
		/*align-items:center;*/
		align-content: center;
		align-items: center;
	}

	#DESIGNERPAGETOP {
		justify-content: space-around;
	}
}

#DESIGNERPAGETOP #DESIGNERIMAGE {
	background-color: transparent;
	text-align: center;
	vertical-align: central;
	/*min-width: 350px;*/
}



#DESIGNERPAGE #DESIGNEREXAMPLES {
	width: 100%;
	padding: 10px;
	/*background-color:burlywood;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

	#DESIGNERPAGE #DESIGNEREXAMPLES img {
		width: 100%;
	}
