

html {
	font-family: "JetBrains Mono", monospace;
	/*font-family: 'Inter', Roboto, San Francisco, Arial, sans-serif;*/
	/*font-family: 'Bai Jamjuree';*/
	font-family: "neue-haas-grotesk-display", sans-serif;

	
	
	/*font-feature-settings: "ss01", "ss03", "cv01", "cv05", "cv10";
	-webkit-font-feature-settings: "ss01", "ss03", "cv01", "cv05", "cv10";
	-moz-font-feature-settings: "ss01", "ss03", "cv01", "cv05", "cv10";
	-ms-font-feature-settings: "ss01", "ss03", "cv01", "cv05", "cv10";*/
	color: blue;
	scroll-behavior: smooth;
	background-color: white;
	box-sizing: border-box;
	line-height: 0px;
	
	background: url("../graphics/backdrop4.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

	zoom: 105%;

}

.jetbrains-mono-<uniquifier> {
	font-family: "JetBrains Mono", monospace;
	/*font-optical-sizing: auto;*/
	font-weight: <weight>;
	font-style: normal;
  }

						


:root {
	--main-color: black;
	--screenwidth: 600px;
 }

@media only screen and (max-width: 1000px) {
	html{
		background: none;
	}
}

html#menupage {
	background-color: blue;
	background-image: none;
}



body {
	margin: auto;
	max-width: 1920px;
	/*border: 30px solid white;*/
	padding: 30px;
	/*scroll-behavior: smooth;*/
}

div.content {
	margin: auto;
	max-width: 650px;
	/*background-color: white;*/
}

::selection {
	color: red;
	background-color: cyan;
}


img {
	max-width: 100%;
}

strong {
	font-weight: 600;
}


h6 {
	font-size: 5.3em;
	letter-spacing: -1.5px;
	font-weight: 750;
	line-height: 1;	
	margin: -20px 0 30px -4px;
}
@media only screen and (max-width: 680px) {
	h6 {
		font-size: 12vw;
	}
}


h5 {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: -0.3px;
	line-height: 1.4;
	font-family: "JetBrains Mono", monospace;
	text-align: justify;
}
@media only screen and (max-width: 800px) {
	h5 {
		font-size: 1.3em;
		letter-spacing: -0.1px;
	}
}
@media only screen and (max-width: 560px) {
	h5 {
		font-size: 1em;
		letter-spacing: 0px;
		font-weight: 400;
	}
}


h4 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.6;	
	font-family: "JetBrains Mono", monospace;
	text-align: left;
}
@media only screen and (max-width: 800px) {
	h4 {
		font-size: 0.9em;
		letter-spacing: -0.1px;
	}
}
@media only screen and (max-width: 560px) {
	h4 {
		font-size: 0.8em;
		letter-spacing: 0px;
		font-weight: 400;
	}
}




h1 {
	font-family: "neue-haas-grotesk-display";
	font-size: 4em;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 700px) {
	h1 {
		font-size: 3.4em;
	}
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 3em;
		line-height: 1.1;
	}
}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.5em;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 400px) {
	h1 {
		font-size: 2em;
		line-height: 1.2;
	}
}




h2 {
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 0 0;
	font-family: "neue-haas-grotesk-display";
}
@media only screen and (max-width: 700px) {
	h2 {
		font-size: 2.1em;
		line-height: 1.1;
	}
}
@media only screen and (max-width: 480px) {
	h2 {
		font-size: 1.8em;
		line-height: 1.2;
	}
}

h3 {
	font-size: 2.5em;
	letter-spacing: 0px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-family: "neue-haas-grotesk-display";
	font-weight: 600;
}

@media only screen and (max-width: 700px) {
	h3 {
		font-size: 1.3em;
		line-height: 1.4;
	}
}

svg {
  width: 100%;
}


ol, ul {
	line-height: 1.6;
	padding-left: 20px;
	text-align: justify;
	font-family: "JetBrains Mono", monospace;
}

p, li {
	line-height: 1.6;
	font-size: 0.8em;
	text-align: left;
	font-family: "JetBrains Mono", monospace;
}

p a, li a{
	color: blue;
	/*text-decoration: underline;*/
	background-color:  cyan;

	text-decoration: none;
	border-bottom: 1.5px dotted blue;
	/*padding-bottom: 1px;*/
}

a[href*='//']{
	color: blue;
    background-color: cyan;
	border-bottom: 1.5px dotted blue;
}

p a:visited, li a:visited{
	background-color:  #e8c4ff;
	text-decoration: none;
	border-bottom: 1.5px dotted blue;
}

p a:hover, li a:hover{
	color: white;
	background-color: blue;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1.5px dotted  white;
}

p a:active, li a:active{
	background-color: #000000;
}

ul {
	font-style: italic;
}

li {
	margin: 0 0 10px 0;
}


							@media only screen and (max-width: 600px) {
								p {
									font-size: 0.7em;
								}
							}

p.caption {
	font-size: 0.8em;
	font-style: italic;
}

p.caption a{
	color: black;
	text-decoration: none;
	border-bottom: none;
}






/*SUPER ITALIX HOVERING LOL*/


h1:hover {
	/*text-decoration: underline wavy 1px;*/
	font-style: italic;
	letter-spacing: 1px;
	/*cursor: default;*/
}
h2:hover, h3:hover {
	/*text-decoration: underline wavy 1px;*/
	font-style: italic;
	letter-spacing: 0.2px;
	/*cursor: default;*/
}

p:hover, text:hover, h4:hover, h5:hover, h6:hover{
	font-style: italic;
}







/*

text.title {
	font-size: 53px;
	letter-spacing: -1px;
	font-weight: 550;
	line-height: 1.25;
	margin: 0 0 0 0;
}

*/

/*

text.title {
	font-size: 7.4vw;
	letter-spacing: -1px;
	font-weight: 550;
	line-height: 1.25;
	margin: 0 0 0 0;
}



@media only screen and (max-width: 618px) {
	text.title {
		font-size: 7.2vw;
	}
}

@media only screen and (max-width: 470px) {
	text.title {
		font-size: 6.9vw;
	}
}

@media only screen and (max-width: 340px) {
	text.title {
		font-size: 6.6vw;
	}
}


@media only screen and (min-width: 710px) {
	text.title {
		font-size: 53px;
	}
}

*/




/*Top*/

.top {
	margin: 0px 0 100px 0;
	width: 50px;
}

@media only screen and (max-width: 1000px) {
	.top {
		margin: 0px 0 60px 0;
	}
}



/*Logo*/

.logo {
	background-image: url("../graphics/root_logo_blue.png");
	background-repeat: no-repeat;
	background-size: 50px;
	margin: 0 0 30px 0;
	height: 50px;
	width: 50px;
	/*position: fixed;*/
	z-index: 99;
}

.logo:hover {
	background-image: url("../graphics/root_logo_black.png");
}

.logo:active {
	top: 35px;
}

@media only screen and (min-width: 600px) {
	.logo {
		height: 50px;
		background-size: 50px;
	}
}

@media only screen and (min-width: 900px) {
	.logo {
		position: fixed;
		top: 30px;
		left: 30px;
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
}

.logo#menu {
	background-image: url("../graphics/root_logo_white.png");
}


/*Menu*/

.menu, .closemenu {
	background-repeat: no-repeat;
	background-size: 40px;
	height: 40px;
	width: 40px;
	z-index: 99;
	position: fixed;
	right: 32px;
	top: 32px;
}

.menu {
	background-image: url("../graphics/menu-blue.png"), url("../graphics/menu-black.png");
}

.menu:hover {
	background-image: url("../graphics/menu-black.png");
}

.closemenu {
	background-image: url("../graphics/closemenu-white.png");
	transform: rotate(45deg);
}

.closemenu:hover {
	background-image: url("../graphics/closemenu-white.png");
}

.menu:active, .closemenu:active {
	top: 37px;
}


/*Menu Links*/
.menulinks{
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 600;
	background-color: blue !important;
	border-bottom: none !important;
}

.menulinks a{
	font-family: "neue-haas-grotesk-display";
	font-size: 58px;
	text-decoration: none;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: white;
	background-color: blue;
	border-bottom: none;
}

.menulinks a:visited{
	color: white;
	background-color: blue;
	border-bottom: none;

}

.menulinks a:hover{
	background-color: cyan;
	color: blue;
	border-bottom: 2px dotted red;
}


.menulinks a:active{
	background-color: black;
	color: white;
}



@media only screen and (max-width: 600px) {
	.menulinks a{
		font-size: 40px;
	}
}




/*Breadcrumbs*/
p.breadcrumbs {
	font-style: italic;
	margin: 10px 0 20px 0;
	line-height: 1.2;
}
/*Breadcrumbs*/



#moji {

		position: fixed;
		z-index: 99;
		transform: rotate(0deg);
		top: 33px;
		right: 90px;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.2px;
		color: blue;
		background-color: none;
		padding: 10px 0px 10px 0px;
		margin: 0 0 0px 0px;

}


@media only screen and (max-width: 1060px) {
	#moji {
		top: 28px;
		right: 90px;
	}
}

@media only screen and (max-width: 710px) {
	#moji {
		top: 0px;
	}
}

@media only screen and (max-width: 640px) {
	#moji {
		top: 5px;
	}
}

@media only screen and (max-width: 540px) {
	#moji {
		top: 10px;
	}
}

@media only screen and (max-width: 440px) {
	#moji {
		top: 15px;
	}
}

@media only screen and (max-width: 360px) {
	#moji {
		top: 20px;
	}
}













/*Footer*/

footer {
	margin: 50px 0 0 0;
}

footer p {
	margin: 0 0 0 0;
}

@media only screen and (min-width: 900px) {
	footer {
		position: fixed;
		z-index: 99;
		transform: rotate(-90deg);
		bottom: 100px;
		left: -25px;
		font-weight: 400;
	}
}
/*Footer*/






/*Splash Image on Home*/


.widesplash {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
}


.widesplash > div {
	width: 650px;
	align-self: center;
	}	*/


#widesplash-left {
	margin: 0px;
	align-self: center;
}

#widesplash-right {
	width: 590px;
	align-self: center;
}

.widesplash::after {
	content: "";
	clear: both;
	display: table;
}






.padded-multiline, .padded-multiline-2{
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 5.5em;
}

.padded-multiline { 
	line-height: 1.53; 
	margin: 0px auto;
	background-color: blue;
	color: #fff; 
	display: inline;
	padding: 0px 30px 0px 20px;
	/*font-size: 80px;*/
	margin: 0px 0px 0px 0px;

  }


  .padded-multiline-2 { 
	background-color: #f0f0f0;
	color: blue; 
	display: inline;
	padding: 0px 20px 0px 20px;
	margin-left: 0px;
	
  }

  sup{
	/*font-size: 45px;*/
	font-size: 0.5em;
	font-weight: 600;
  }








text.title {
	/*font-size: 52px;*/
	font-family: "neue-haas-grotesk-display";
	font-size: 58px;
	letter-spacing: -0px;
	font-weight: 600;
	/*line-height: 1.6;*/
	line-height: 1;
	margin: 0 0 0 0;
}


													@media (max-width: 1400px) {
														#widesplash-right {
															width: 400px;
														}
														#widesplash-left{
															width: 500px;
														}
														text.title {
														font-size: 36px;
														letter-spacing: -1px;
														/*line-height: 1.8;*/
														}
														.padded-multiline, .padded-multiline-2{
															font-size: 4em;
														}
														sup{
															font-size: 0.4em;
														}
														
													}



													@media (max-width: 1060px) {
														#widesplash-right {
															width: 650px;
															margin: 0px 0 40px 0;
														}
														#widesplash-left{
															width: 650px;
															/*margin: 0 0 0 -250px; */
															margin: 0 0 0 -20dvw;
														}

														
														text.title {
															font-size: 53px;
															letter-spacing: -1px;
															line-height: 1.6;
														}

														.padded-multiline, .padded-multiline-2{
															font-size: 10dvw;
														}
														sup{
															font-size: 5dvw;
														}
													}



													@media (max-width: 710px) {
														text.title {
															font-size: 7.15vw;
															letter-spacing: -1px;
															line-height: 12vw;
														}
														.padded-multiline, .padded-multiline-2{
															font-size: 11dvw;
														}
														sup{
															font-size: 6dvw;
														}
														#widesplash-left{
															margin: 0 0 0 -15dvw;
														}
														
													}


													@media (max-width: 600px) {
														text.title {
															font-size: 6.8vw;
															letter-spacing: 0px;
															line-height: 13vw;
														}
														.padded-multiline, .padded-multiline-2{
															font-size: 13dvw;
														}
														sup{
															font-size: 7dvw;
														}
													}	
														

													@media (max-width: 410px) {
														text.title {
															font-size: 6.4vw;
															line-height: 13.5vw;

														}
													}










/*Entries, as shown on the homepage.
They're used for BLOG POSTS / ARTICLES, not for projects.*/

.entry {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	background-color: white;
}



.entry:hover{
	color: white;
	background-color: blue;
}


.entry:active {
	background-color: black;
}

.entry-link {
	text-decoration: none;
	color: black;
}

.entry-link:hover p, .entry-link:hover h1, .entry-link:hover h2, .entry-link:hover h3 {
	color: white;
}


.entry-text p {
	margin: 5px 0 7px 0;
}

.entry-text {
	padding: 20px 25px 15px 25px;
}

.entry-image {
	height: 300px;
	background-position: 0% 30%;
	background-size: cover;

}


@media only screen and (max-width: 700px) {
	.entry-image {
		height: 250px;
	}
}

@media only screen and (max-width: 600px) {
	.entry-image {
		height: 200px;
	}
}

.entry:hover .entry-image {
	opacity: 0.5;
	filter: grayscale(100%);
}






/*Entry2, as seen on the homepage.
They link to CAMPAIGNS / PROJECTS only.*/

.entry2 {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	background-color: white;
	width: 100%;
	height: 325px;
	padding: none;
	box-sizing: border-box;
}

.entry2:hover{
	color: white;
	background-color: blue;
}

.entry2:active {
	background-color: black;
}

.entry2-link {
	text-decoration: none;
	color: blue;
	padding: none;
}

.entry2-link:hover p, .entry2-link:hover h1, .entry2-link:hover h2, .entry2-link:hover h3 {
	color: white;
}

.entry2-link:hover div {
	border-bottom-color: white;
}

.entry2-text {
	width: 50%;
	float: left;
	height: 100%;
	margin: none;
}

.entry2-text#flipped {
	float: right;
}

.entry2-text h2 {
	/*padding: 20px 25px 15px 25px;*/
	padding: 12% 10% 5% 12%;
}

.entry2-text p {
	/*padding: 10px 40px 15px 27px;*/
	/*font-size: 1.0em;*/
	padding: 5% 20% 5% 12%;
}

.entry2line {
	border-bottom: 2px dotted blue;
	width: 30px;
	/*margin: 10px 0px 0px 27px;*/
	margin: 5% 10% 5% 12.5%;
}

.entry2-image {
	height: 100%;
	width: 50%;
	float: right;
	/*background-position: 50%;*/
	background-size: cover;
	margin: none;
	filter: grayscale(100%);
}

.entry2-image#flipped {
	float: left;
}

.entry2:hover .entry2-image {
	opacity: 1;
	filter: grayscale(0%);
}

.entry2:after {
	content: "";
	display: table;
	clear: both;
}


@media only screen and (max-width: 700px) {
	.entry2{
		height: 270px;
	}
	.entry2-text h2 {
		font-size: 2.3em;
		letter-spacing: 0.05px;
	}
}


@media only screen and (max-width: 600px) {
	.entry2{
		height: 240px;
	}
	.entry2-text h2 {
		font-size: 2em;
		letter-spacing: 0.1px;

	}
	.entry2-text p {
		/*padding: 10px 25px 15px 27px;*/
		font-size: 0.7em;
	}
}

@media only screen and (max-width: 500px) {
	.entry2{
		height: 220px;
	}
	.entry2-text h2 {
		font-size: 1.8em;
	}
	.entry2-text p {
		/*padding: 10px 25px 15px 27px;*/
		font-size: 0.65em;
	}
}

@media only screen and (max-width: 400px) {

	.entry2 {
		height: 310px;
	}
	
	.entry2#long {
		height: 380px;
	}
	
	.entry2-text {
		width: 100%;
		float: left;
		height: 40%;
	}
	
	.entry2-text h2{
		margin: 0px;
		padding: 25px 20px 0px 25px;
	}
	
	.entry2-text p {
		margin: 0px;
		padding: 5px 25px 10px 25px;
	}
	
	.entry2-image {
		width: 100%;
		float: right;
		height: 60%;
	}
	.entry2line {
		border-bottom: 0px solid black;
		width: 0px;
		padding: 0px;
		margin: 0px;
	}
}

/*End Entry2 Stuff*/





/*Stuff on a project page*/




div.introlinks {

}

div.details {
	margin: 0 0 30px 0;
}

div.credits {
	margin: 17px 0 0px 0;
	background-color: #f2f2f2;
	padding: 25px 35px 25px 35px;
	/*border-radius: 4px;*/
}

div.credits h3 {
	margin: 0 0 10px 0;
}

/*Pieces on a project page*/

.piece {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	padding: 0px;
	margin: 15px 0 15px 0;
	/*border-radius: 4px;*/
	background-color: white;
}

.piece a{
	margin: 0px;
	padding: 0px;
}

.piece img {
	/*border-radius: 4px;*/
	width: 100%;
}

.piece img:hover {
	filter: brightness(80%)grayscale(50%);
}

.piece img:active {
	filter: brightness(50%)grayscale(100%);
}

.piece iframe {
	padding: 0px;
	/*border-radius: 4px;*/
	margin: 0px;
}


.piece#inline img{
	filter: grayscale(100%);
}

.piece#inline img:hover{
	filter: grayscale(0%);
}

img#inline{
	filter: grayscale(100%);
}

img#inline:hover{
	filter: grayscale(0%);
}



.embed {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	padding: 0px;
	margin: 15px 0 35px 0;
	/*border-radius: 4px;*/
	position: relative;
	padding-bottom: 56.25%;
}

.embed iframe {
	padding: 0px;
	/*border-radius: 4px;*/
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*
		embed#post {
			background-color: white;
			border: thick blue;
			border-style: double double double double ;
			margin-bottom: 40px;
		}

		embed#post:hover {
			border: thick blue;
			border-style: solid ;
		}

		@media only screen and (max-width: 694px){
			embed#post {
				margin-bottom: 100px;
			}
		}
*/



/*Rows, which align pieces side-by-side.*/

.row {
	display: flex;
	justify-content: space-between;
}

.row img {
	max-width: 100%;
	margin: 0px;
}

.rowspacer {
	height: 1px;
	width: 65px;
	background-color: black;
	opacity: 0;
}






































/*Microblog Stuff Lol*/

.microblog {
	background-color: #181818;
	margin: 30% 0 0px 0;
	padding: 9% 8% 8% 8%;
	border-radius: 30px;

	display: float;
}


.microblog > div {

	
	}	

.microblog-left > img {
	border-radius: 50%;
	margin: 0px 0px 0px 0px

}

.microblog-left {
	width: 13%;
	max-width: 65px;
	margin: 0px 0px 0px 0px;
	float: left;
	
}

.microblog-right {
	margin: -8px 0px 0px 0px;
	width: 83%;
	float: right;
}

.microblog::after {
	content: "";
	clear: both;
	display: table;
}

.microblog-right::after {
	content: "";
	clear: both;
	display: table;

}

.microblog-content {
	content: "";
	clear: both;
	display: table;
	margin: 0px 0px 0px 0px;
}

.microblog-content > p {
	margin: 10px 50px 7px 0px;

}

.microblog-content a {
	text-decoration: none;
	color: blue;
	border-bottom: 0px solid blue;
}

p.microblog-name {
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: -0.25px;
	line-height: 1.3;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}

span.microblog-handle {
	font-weight: 500;
	opacity: 50%;
	/*font-style: italic*/
	margin-left: 10px;
}


p.postdate {

	text-align: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: 500;
	opacity: 50%;
	font-size: 0.8em;
	font-style: italic;

}

.microblog-column {
	float: left;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

.microblog-column#left {
	float: left;
	width: 60%;
}

.microblog-column#right {
	float: right;
	width: 40%;
}

.microblog-social-buttons {
	margin: 30px 0px 0px 0px;
}

.microblog-social-buttons > p {
	opacity: 80%;
	font-size: 0.72em;
}

.microblog-social-buttons > p > span {
	margin: 0px 25px 0px 0px;
}































/*The spacers.*/

.spacer {
	height: 20px;
}

.mediumspacer {
	height: 10px;
}

.smallspacer {
	height: 5px;
}

.tinyspacer {
	height: 1px;
}

.responsivespacer {
	height: 90px;
}

@media only screen and (max-width: 1100px) {
	.responsivespacer {
		height: 30px;
	}
}

hr.sectionbreaker {
	margin: 35px 0 35px 0;
	/*border-top: 4px dotted white;*/
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

hr.firstbreaker {
	margin: 20px 0 20px 0;
	/*border-top: 4px dotted black;*/
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.dottedheaderspacer {
	height: 20px;
	margin: -35px 0 50px 0;
	border-bottom: 2px dotted blue;
	width: 100%;

}


img.t {
	width: 25px;
	position: relative;
	left: 47.7%;
	margin: 0 0 40px 0;

}




/*Spacers*/





/*Scroll Up Button*/

a.scrollup {
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 70px;
	font-weight: 800;
	color: blue;
	position: fixed;
	bottom: 60px;
	right: 25px;
	z-index: 99;
}

a.scrollup:hover {
	color: black;
}

a.scrollup:active {
	color: red;
	bottom: 55px;
}




/*AI Free Button*/

a.aifree {
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 70px;
	font-weight: 800;
	color: blue;
	position: fixed;
	bottom: 35px;
	left: 85px;
	z-index: 99;
	max-width: 75px;
}

a.aifree:hover {
	color: black;
}

a.aifree:active {
	color: red;
	bottom: 30px;
}



/*Scrollbar lol*/

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
	/*background: cyan;*/
}
 
::-webkit-scrollbar-thumb {
  /*background: #d0d0d0; */
  background: blue;
}

::-webkit-scrollbar-thumb:hover {
  background: black; 
}

::-webkit-scrollbar-thumb:active {
  background: red; 
}








/* ANTISOCIAL MEDIA CSS */


div.buttonbox {
	float: right;
	/*margin-top: -55px;*/
}

.buttonbox p {
	font-size: 8px;
	margin: -25px 20px -67px -100px;
	font-style: italic;
}




div.buttonbox2 {
	float: right;
	margin-top: -24px;
}

.buttonbox2 p {
	font-size: 8px;
	margin: -25px 20px -67px -100px;
	font-style: italic;
}



div.post {
	background-color: white;
	border: 3px blue;
	border-style: double double double double ;
	padding: 60px;
	margin-bottom: 40px;
}

div.post:hover {
	border: 3px blue;
	border-style: solid ;
}


div.post h2 {
	font-size: 42px;
	letter-spacing: -0.5px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 0 0;
	font-family: "neue-haas-grotesk-display";
}

div.post h3 {
	font-size: 24px;
	letter-spacing: 0.1px;
	line-height: 1.3;
	padding: 0;
	margin: 30px 0 5px 0;
	font-family: "neue-haas-grotesk-display";
	font-weight: 600;
}

.linespacer {
	height: 20px;
	margin: -15px 0 30px 0;
	border-bottom: 2px dotted blue;
	width: 100%;
}





@media only screen and (max-width: 700px) {
	div.post h3 {
		font-size: 1.3em;
		line-height: 1.4;
	}
	#antisocialmediatitle{
		font-size: 2.6em;
	}
}



@media only screen and (max-width: 650px) {
	div.post{
		padding: 50px 35px 35px 35px;
	}
	#antisocialmediatitle{
		font-size: 2.6em;
	}
}


@media only screen and (max-width: 550px) {
	div.post{
		padding: 35px 20px 20px 20px;
	}
	#antisocialmediatitle{
		font-size: 2.6em;
	}
}



@media only screen and (max-width: 480px) {
	div.post h2 {
		font-size: 1.8em;
		line-height: 1.2;
	}
	#antisocialmediatitle{
		font-size: 2.2em;
	}
}



@media only screen and (max-width: 450px) {
	div.post{
		padding: 35px 10px 20px 10px;
	}
	
	#antisocialmediatitle{
		font-size: 1.8em;
	}
}








