@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maps&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}

.main-container{
	margin-top: 40px;
	width: 900px;
	white-space: nowrap;
}

a{
	text-decoration: none;
}

#menu{
	width:800px;
	font-size: 13px;
}

.menu-item{
	float: left;
	color: black;
	margin-right: 50px;
	text-decoration: underline;
}

#admin-title{
	font-size: 30px;
	text-align: center;
}

.basic-text{
	font-size: 13px;
	color: grey;
}

.admin-subheading{
	font-size: 17px;
	font-weight: bold;
}

#work-nav{
	float: left;
	width: 200px;
	height: 500px;
}

.year-label{
	color: grey;
}

.album-label{
	color: black;
	white-space: pre-wrap;
	width: 200px;
	cursor: pointer;
}

.admin-textfield{
	width: 200px;
	font-size: 15px;
	height: 25px;
	font-family: 'PT Sans';
}
.admin-textarea{
	width: 300px;
	font-size: 15px;
	height: 130px;
	font-family: 'PT Sans';
}

.admin-button{
	width: 100px;
	font-size: 15px;
	height: 30px;
	border: none;
	background: grey;
	font-family: 'PT Sans';
}

.cv-section-title{
	font-size: 17px;
	font-weight: bold;
}

#contact-info{
	font-size: 15px;
	width: 200px;
	color: grey;
}

.cv-year-label{
	color:grey;
	position:absolute;
	width:70px;
	display: inline-block;
}
.cv-row { 
	white-space: nowrap;
	font-size:12px;
}
#admin-login{
	margin-left: 40%;
	width: 10%;
}

.cv-descp-row{
	display: inline-block;
	white-space: pre-wrap;
}

#admin-success{
	color: green;
}

#admin-error{
	color: red;
}

.image-container{
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 800px;
	display: inline-block;
}

.prevNext-opt{
	color: grey;
}

#prevNext{
	margin-left: 200px;
}

