.monogram {
	width: 25%;
	max-width: 340px;
	min-width: 120px;
	position: absolute;
	top: 20px;
	right: 30px;
	opacity: 0.8;
}	

body {
	font-family: sans-serif;
	line-height: 1.6em;
    background-color: #181818;
    color: #999;
}


.info {
	padding: 30px;
	max-width: 70%;
}
.name {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 1.5em;
	font-family: "Roboto Slab",serif;
	color: #ddd;
}

.about {
	margin-top: 5px;
	margin-left: 1em;
	xborder-left: 1px solid #999;
	xborder-bottom: 1px solid #999;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 2em;
	xborder-bottom-left-radius: 5px;
	xdisplay: inline-block;
}

.title {
	color: #bbb;
	font-weight: lighter;
	font-family: monospace;
	font-size: 1.5em;
}

.contact {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 2em;
}

a {
	color: #3388cc;
}

.contact a {
	text-decoration: none;
	color: #999;
}	

.glass {
    background-image: url("glass-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

h2, h3 {
	color: white;
}

@media(prefers-color-scheme: light) {
	body {
	    background-color: #f8f8f8;
	    color: #444;
	}
	.name {
		color: #222;
	}
		
	.title {
		color: #333;
	}
	
	h2, h3 {
		color: black;
	}
	
	.contact {
		
	}
	
	a {
		color: #3366aa;
	}

	.contact a {
		color: #444;
	}	

.glass {
    background-image: url("glass-light.svg");
}
	.monogram {
    	content: url("GPHONE.png");
	}
}

	#multigallery {
        width: 100%;
        xborder-radius: 2em;
        overflow: hidden;
        margin-bottom: 1em;
    }
    
    
    .galleryitem {
        display: flex;
        width: 45%;
        min-height: 25vw;
        display: inline-block;
        transition-property: all;
        transition-duration: 1s;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        cursor: pointer;
    }

@media (min-width: 68em) {
.galleryitem {
    width: 32%;
    min-height: 20rem;
}

}


@media only screen and (max-width: 400px) {
    .galleryitem {
        width: 100%;
        min-height: 66vw;
        }
    .profilepic {
        float: none;
        max-width: 70%;
    }
}
@media only screen and (max-width: 500px) {
    .galleryitem {
        width: 100%;
        min-height: 66vw;
        }
    .profilepic {
        xfloat: none;
        xmax-width: 90%;
    }
}

