@media only screen and (min-width: 1050px) {

	body {
		margin:0;
		font-family: 'Work Sans', sans-serif;
	}

	#holder {
		display: flex;
		flex-direction: column;
		height:100%;

	}

	h2 {
		font-size: 32px;
		margin: 0;
	}

	#maincontent {
		display:flex;
		flex-grow:1;
		flex-shrink: 0;
		flex-direction: column;
		margin-top:50px;
		margin-bottom: 40px;
		padding-top: 100px;
		background-color: #282E34;
		color: #ddd;
		padding: 4em;

	}


	.toolsheader {
		display:flex;
		flex-direction: row;
		width:80%;
		margin:auto;
	}

	.toolstext {
		color: #ffb100;
		width:100%;

	}

	.toolstext th {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		padding:10px;
	}

	.toolstext td {
		padding: 20px;
	}


	.infobox {
		display: flex;
		flex: 1;
		width: 80%;
		margin: auto;
		margin-top:30px;
		margin-bottom:30px;

	}

	.boxa {
		flex-direction: row;
	}

	.boxa .infotext {
		text-align:left;
	}

	.boxa .infoimage {
		align-items: flex-end;
	}

	.boxb .infoimage {
		align-items: flex-start;
	}

	.boxb {
		flex-direction: row-reverse;
	}

	.boxb .infotext {
		text-align:right;
	}

	.infoimage {
		flex: 1;
		display:flex;
		flex-flow:column;
		align-items: center;
		justify-content: center;

	}

	.infoimage img {
		max-width:80%;
		border-radius: 20px;	
	}

	.infotext {
		flex: 1;
		display:flex;
		flex-flow: column;
		justify-content: center;
		padding: 20px;
	}

	#projectideas {
		width: 80%;
		margin: auto;

	}

	#projectholder {
		display: flex;
		flex-direction: row;
	}

	.ideabox {
		flex: 1;	
	}

	.ideaimg img {
		max-width: 80%;
		border-radius: 20px;
	}
	
	.ideaimg img:hover {
		transform: scale(2.5); 
	}

	.ideaimg {
		margin:auto;
		text-align:center
	}

	.ideatext {
		text-align: center;
	}



}

@media only screen and (min-width: 700px)and (max-width: 1049px) {
	body {
		margin:0;
		font-family: 'Work Sans', sans-serif;
	}

	#holder {
		display: flex;
		flex-direction: column;
		height:100%;

	}

	h2 {
		font-size: 24px;
		margin: 0;
	}

	#maincontent {
		display:flex;
		flex-grow:1;
		flex-shrink: 0;
		flex-direction: column;
		margin-top:50px;
		padding-top: 100px;
		background-color: #282E34;
		color: #ddd;
		padding: 2em;
		margin-bottom: 40px;

	}


	.toolsheader {
		display:flex;
		flex-direction: row;
		margin:auto;
	}

	.toolstext {
		color: #ffb100;

	}

	.toolstext th {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		padding:10px;
	}

	.toolstext td {
		padding: 10px;
	}


	.infobox {
		display: flex;
		flex: 1;
		margin: auto;
		margin-top:20px;
		margin-bottom:20px;

	}


	.boxa {
		flex-direction: row;
	}

	.boxa .infotext {
		text-align:left;
	}

	.boxb {
		flex-direction: row-reverse;
	}

	.boxb .infotext {
		text-align:right;
	}

	.boxa .infoimage {
		align-items: flex-end;
	}

	.boxb .infoimage {
		align-items: flex-start;
	}

	.infoimage {
		flex: 1;
		display:flex;
		flex-flow:column;
		align-items: center;
		justify-content: center;

	}

	.infoimage img {
		max-width:85%;
		border-radius: 20px;	
	}

	.ideaimg img:hover {
		transform: scale(2); 
	}
	
	.infotext {
		flex: 1;
		display:flex;
		flex-flow: column;
		justify-content: center;
		padding: 10px;
		font-size: 14px;
	}

	#projectideas {
		width: 80%;
		margin: auto;

	}

	#projectholder {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ideabox {
		width: 50%;
	}

	.ideaimg img {
		max-width: 80%;
		border-radius: 20px;
	}

	.ideaimg {
		margin:auto;
		text-align:center
	}

	.ideatext {
		text-align: center;
	}



}

@media only screen and (max-width: 699px) {
	body {
		margin:0;
		font-family: 'Work Sans', sans-serif;
	}

	#holder {
		display: flex;
		flex-direction: column;
		height:100%;

	}

	h2 {
		font-size: 24px;
		margin: 0;
	}

	#maincontent {
		display:flex;
		flex-grow:1;
		flex-shrink: 0;
		flex-direction: column;
		margin-top:50px;
		padding-top: 100px;
		background-color: #282E34;
		color: #ddd;
		padding: 1em;
		margin-bottom: 40px;

	}


	.toolsheader {
		display:flex;
		flex-direction: column;
		margin:auto;
	}

	.toolstext {
		color: #ffb100;

	}

	.toolstext th {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		padding:10px;
	}

	.toolstext td {
		padding: 10px;
	}


	.infobox {
		display: flex;
		flex: 1;
		flex-direction: column;
		margin: auto;
		margin-top:20px;
		margin-bottom:20px;

	}




	.infoimage {
		flex: 1;
		display:flex;
		flex-flow:column;
		align-items: center;
		justify-content: center;

	}

	.infoimage img {
		max-width:90%;
		border-radius: 20px;	
	}

	.infotext {
		flex: 1;
		display:flex;
		flex-flow: column;
		justify-content: center;
		text-align: center;
		padding: 10px;
		font-size: 14px;
		margin-bottom:20px;
	}

	#projectideas {
		width: 80%;
		margin: auto;

	}

	#projectholder {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ideabox {

		width:50%;
	}

	.ideaimg img {
		max-width: 80%;
		border-radius: 20px;
	}

	.ideaimg img:hover {
		transform: scale(2); 
	}

	.ideaimg {
		margin:auto;
		text-align:center
	}

	.ideatext {
		text-align: center;
	}



}