body {
    background-color: #1c1c1c;
    font-family: 'Roboto';font-size: 2vw;
}

#border-top, #border-bottom, #border-left, #border-right {
	background: #6fd5ff;
	position: fixed;
	}
	#border-left, #border-right {
		top: 0; bottom: 0;
		width: 2vw;
		}
		#border-left { left: 0; }
		#border-right { right: 0; }
		
	#border-top, #border-bottom {
		left: 0; right: 0;
		height: 2vw;
		}
		#border-top { top: 0; }
		#border-bottom { bottom: 0; }

#logo img{
    width: 70vw;

    display: block;
    margin: auto;

    padding-top: 10vh;
}

.buttons a {

    display: block;
    margin-top: 2.55vw;
    margin-left: 2.55vw;

    padding: 4vw;
}
#back-button a{
    display: block;
    margin-top: 3vw;
    margin-left: 2.55vw;

    padding: 4vw;
}

.flex-container {
    display: flex;
    justify-content: center;
}

#about {
    display: inline-block;
    width: 18vw;
    background: transparent url("img/Buttons/About.png") no-repeat 0 0;
    background-size: 90%;
    background-position: center;
    transition: background 0.2s;
}
#about:hover {
    background: transparent url("img/Buttons/About-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    transition: background 0.2s;
}

#portfolio {
    display: inline-block;
    width: 18vw;
    background: transparent url("img/Buttons/Portfolio.png") no-repeat 0 0;
    background-size: 90%;
    background-position: center;
    transition: background 0.2s;
}
#portfolio:hover {
    background: transparent url("img/Buttons/Portfolio-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    transition: background 0.2s;
}

#contact {
    display: inline-block;
    width: 18vw;
    background: transparent url("img/Buttons/Contact.png") no-repeat 0 0;
    background-size: 90%;
    background-position: center;
    transition: background 0.2s;
}
#contact:hover {
    background: transparent url("img/Buttons/Contact-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    transition: background 0.2s;
}
#back {
    display: inline-block;
    width: 10vw;
    background: transparent url("img/Buttons/Back.png") no-repeat 0 0;
    background-size: 95%;
    background-position: top;
    left: 5vw;
    transition: background 0.2s;
}
#back:hover {
    background: transparent url("img/Buttons/Back-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: top;
    transition: background 0.2s;
}
#blog {
    display: inline-block;
    width: 10vw;
    background: transparent url("img/Buttons/Blog.png") no-repeat 0 0;
    background-size: 95%;
    background-position: top;
    transition: background 0.2s;
    margin-left: 57vw;
}
#blog:hover {
    background: transparent url("img/Buttons/Blog-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: top;
    transition: background 0.2s;
}

.hover-over, .hover-over * {
	box-sizing: border-box;
}
.hover-over {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.portfolio-img {
    display: block;
    width: 20vw;
    border-style: solid;
    border-width: 0.5vw;
    border-color: #6fd5ff;
}

.hover-over .portfolio-overlay {
	opacity: 0;
	position: absolute;
	top: .5vw;
	left: .5vw;
	right: 0;
	bottom: 0;
	width: 95%;
	height: 90.5%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.hover-over:hover .portfolio-overlay,
.hover-over.active .portfolio-overlay {
	opacity: 1;
}

.po-text {
    text-decoration: none;
    color: white;
    font-size: 1vw;
}

a {
    text-decoration: none;
}

figcaption {
    color: white;
    padding-top: 0.5vw;
    padding-bottom: 2vw;
}

#center-div {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 4vw;
}

#center-div p {
    text-align: center;
    color: white;
    font-size: 1.5vw;
}

#about-img {
    width: 20vw;
    border-style: solid;
    border-width: 0.5vw;
    border-color: #6fd5ff;
    margin-right: 2vw;
}

#page-content {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}
#page-content.visible {
    opacity: 1;
}

.slider {
	overflow-y: hidden;
    max-height: 0vh; /* 150 if I want slider back */
    width: 98vw;

	transition-property: all;
	transition-duration: 0s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slider.closed {
    max-height: 0;
}

#email {
    display: inline-block;
    width: 20vw;
    height: 20vw;
    background: transparent url("img/Contact/Email.png") no-repeat 0 0;
    background-size: 95%;
    background-position: center;
    transition: background 0.2s;
}
#email:hover {
    background: transparent url("img/Contact/Email-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    transition: background 0.2s;
}

#twitter {
    display: inline-block;
    width: 20vw;
    height: 20vw;
    background: transparent url("img/Contact/Twitter.png") no-repeat 0 0;
    background-size: 95%;
    background-position: center;
    transition: background 0.2s;
}
#twitter:hover {
    background: transparent url("img/Contact/Twitter-hover.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    transition: background 0.2s;
}

.contact-icon {
    width: 20vw;
    margin-left: 10vw;
    margin-right: 10vw;
}

.contact-subtext {
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 2vw;
}

#unity-build-title {
    font-family: 'Roboto';
    text-decoration: none;
    text-align: center;
    color: white;
}