
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline; }

img a {
  border: none; }

a {
  text-decoration: none;
  color: #107cc3; }
  a:hover, a:active {
    color: #929292; }
p {
	line-height: 1.5;
	font-size: 19px;
}
li {
	line-height: 1.4;
}
    
p.big {
	font-size: 24px;
}

html {
  width: 100%;
  height: 100%; 
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  width: 100%;
  background: url(../images/logo.svg) -5% -5% no-repeat;
  background-size: 45%;
  background-attachment: fixed;
}

nav {
	font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
	font-weight: 700;
	width: 45%;
	height: 100%;
	
	position: fixed;
	top: 90%;
	text-align: center;
}
nav a {
	margin-bottom: 10%;
	margin-right: 45px;
	font-size: 22px;
	color: #a0bfd7;
}
nav a:hover {
	text-decoration: underline;
}
main {
	width: 50%;
	margin: 5% 5% 5% auto;
	padding-bottom: 5%;
}
main > .wrapper {
	
}
main #about h1 {
	font-weight: 700;
	font-size: 45px;
}

main #about h2 {
	font-weight: 500;
	font-size: 30px;
	margin-top: 5px;
}

main #about p {
	font-weight: 400;
	font-size: 19px;
	//margin-top: 20px;
	margin-bottom: 10px;
}
main #developerTalks {
	margin-bottom: 50px;
}
main #developerTalks h3 {
	margin-top: 10px;
	font-size: 20px;
}

main #developerTalks p {
	margin-bottom: 10px;
}

main #developerTalks > .event > div.two-col {
	display: flex;
	margin-top: 20px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

main #developerTalks > .event > div.two-col > * {
	flex: 1 1 0;
  min-width: 300px; /* Adjust as needed */
}

main #developerTalks img {
	width: 20vw;
	border: 10px solid #f6f2ec;
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
	/*transform: rotate(-.5deg);*/
	height: auto;
	object-fit: cover;
}

main #apps .app {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cacaca;
}

main #apps header {
	display: flex;
	flex-direction: row;
	margin-top: 25px;
	margin-bottom: 15px;
}

main #apps header img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	margin-top: 4px;
}

main #apps h1, main #developerTalks h1{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 15px;
	color: #585858;
}

main #apps h2,main #developerTalks h2{
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 5px;
	color: #585858;
}

main #apps h3{
	font-weight: 500;
	font-size: 18px;
	color: #585858;
}

main #apps ul{
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: square;
}

main #apps ul li{
	margin-bottom: 10px;
}

main #apps ul li{
	margin-bottom: 10px;
}

main #apps > .app > a{
	margin-top: 20px;
	color: #107cc3;
	display: block;
}

main #apps a:hover{
	color: #0f8bde;
	text-decoration: underline;
}
main #apps #plume header > img {
	box-shadow: 0 1px 7px #a3a5d5;
	border-radius: 10px;
}



@media screen and (max-width: 1023px) {
 body {
 	 background: url(../images/logo.svg) -5% -5% no-repeat;
  background-size: 400px;
 	background-position: center -10%;
 	background-attachment: inherit;
 }
	main {
		width: 80%;
		margin: 0 auto;
		margin-top: 200px;
		padding-bottom: 5%;
		text-align: center;
	}
	nav {
		position: inherit;
		width: 90%;
		margin: 0 auto;
	}
	nav a {
		display: inline-block;
		margin-bottom: 100px;
	}
	main #apps .app {
		width: 75%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	main #apps .app ul, main #apps .app .wrapper{
		text-align: left;
		
	}
	main #apps a {
		//margin-bottom: 80px;
	}
}
@media screen and (max-width: 414px) {
	main #about h1 {
		font-size: 10vw;
	}
	main #apps .app {
		width: 100%;
	}
	nav {
		width: 100%;
	}
	nav a {
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}
	nav a:last-child {
		margin-bottom: 100px;
	}
}