*{
	margin:0;
	padding:0;
	font-family: 'Arial', sans-serif;
	box-sizing: border-box;
}

nav .fas{
	display: inline;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
html{
	min-height:100%;
}
body{
	background: #caa4df;
	color: #000;
	/* background-image: url("../../images/stars_2.jpg"); */
	background-size: cover;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
header{
	z-index:10;
}

/* ---------- All pages ---------*/
/* .page-title{ */

	/* border-radius: 10px; */
	/* margin-bottom: 10px; */
	/* width: 100%; */
	/* margin-bottom: 10px; */
/* } */
.bio{
	font-size: 18px;
}
.text{
	padding: 10px 10%;
	background-color:#000;
	color:#000;
	margin-top:5px;
}
.bar-container{
	padding:5px 5%;
	/* z-index: 3; */
	width: 100%;
	background-color:#9344bb;
}
.container{
	padding:5px 5%;
}
/* ---------- Navigation ---------*/
nav{
	display:flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav ul li{
	display:inline-block;
	list-style:none;
	margin:10px 20px;
}
nav ul li a{
	color:#fff;
	left: 20px;
	text-decoration:none;
	font-size:18px;
	/* position:relative; */
}
nav ul li a::after{
	content:'';
	width:0;
	height:3px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:-6px;
	transition:0.5s;
}
/* nav ul li a:hover::after{ */
/* 	width:100%; */
/* } */
nav .fas{
	display: none;
}
.mobile {
	border-radius: 0px;
	width: 100%;
	height: auto;
	display: none;
}

/* ---------- About ---------*/
.row{
	text-align: center;
	/* display: flex; */
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	/* width: 60vw; */
	justify-content: space-between;
	flex-wrap: wrap;
	/* border-radius: 10px; */
	align-items: center;

}
.about-col-1{
	flex-basis: 35%;
}
.about-col-1 img{
	border-radius: 10px;
	width: 100%;
	height: auto;

}
form{
	flex-basis: 100%;
	/* max-width: 60vw; */
	height: fit-content;
	/* border-radius: 10px; */
    /* height: 50vh; */
    width: 75vw;
	/* margin: 50px auto; */
	/* margin: 10px; */
	margin-top: 10px;
	/* padding: 10px; */
    background-color: #fff;
    padding: 1px 20px;
    padding-top: 1px 1px;
	/* display: grid; */
	display: inline grid;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}
.select-btn{
  border: 1px solid #777;
  margin-bottom: 10px;
  border-radius: 2px;
  font-family: inherit;
  display: block;
justify-content: center;

}
.summary{
  padding: 10px;
  padding-bottom: 0px !important;
}
.form-control input, .form-control select, .form-control textarea{
  border: 1px solid #777;
  margin-bottom: 10px;
  border-radius: 2px;
  font-family: inherit;
  padding: 10px;
  display: block;
justify-content: center;
}
.text-fields input{
  width: 100%;
}
.form-control {
    text-align: left;
    /* margin-bottom: 5px; */

}
button {
  background-color: #cba5e0;
  border: 1px solid #777;
  border-radius: 2px;
  font-family: inherit;
  font-size: 21px;
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* .summary::after { */
/*   display: inline-block; */
/*   font-size: 0.6rem; */
/*   height: 1rem; */
/*   line-height: 1rem; */
/*   margin-left: 0.5rem; */
/*   position: relative; */
/*   transition: transform 0.25s; */
/* } */

.summary {
  width: 100%;
  display: flex;
  justify-content: space-between;

}


.fieldset li{
	display: flex;
	justify-content: space-between;
	padding:10px;
}
.fieldset{
  display:flex;
  justify-content: space-between;
  color: #fff;
}
.options{
  background-color:#fff;
  padding: 0px;
}
/* .form-control input, .form-control select, .form-control textarea, .select-btn{ */
fieldset {
border: 0 none;
}
.select-btn ul li label {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.select-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-btn ul li {
  margin: 0;
  padding: 4px 10px;
}
.select-btn ul li:hover {
  background: #eee;
}

.select-btn:hover .arrow-dwn{
transform: rotate(180deg);
}
#options{
display:none;
}
.select-btn:hover .summary{
  padding-bottom: 0px !important;
}

#options.reveal{
  display:block;
  /* transition: 4s; */
}
/* .btn-text{ */
/*   padding: 100px; */
/* } */
.form-control label {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}
 /*---------- Footer ---------*/
footer{
	background-color:#9344bb;
	margin-top: auto;
	padding: 10px 10%;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
}
j{
	margin-right: 10px;
	margin-left: 10px;
}
a {
    color: inherit;
    text-decoration: none;
}
links {
	color: blue;
}
.copyright{
	font-size:0.8rem;
	margin-top: 5px;
}

/*-------- Research -----------*/

@media only screen and (max-width: 900px){
	.fullscreen{
	display: none;
}
nav ul li a{
color:#fff;
	}
.mobile {
	display:block;
	/* border: 3px solid yellow !important; */
	  max-width: fit-content;
	  margin-left: auto;
	  margin-right: auto;
	/* margin: 20px; */
	/* padding: 5px; */
}
	.page-title{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
h1{
text-align: center;
}

nav .fas{
	display: inline;
}

/* #bar { */
/* 	position: relative; */
/* 	z-index: 2; */
/* 	} */
#sidemenu{
	justify-content: left;
	display:inline table;
	font-size: 30px;
	overflow: hidden;
	background: #3c1c4d;
	opacity:0;
	position:fixed;
	/* left:-999em; */
	box-sizing:border-box;
	width: 100vw;
	height:50px;
	right: 0;
	z-index:-1;
	transform:translateY(-200px);
	transition:transform 1s ease, opacity 1s ease, top 0s ease 1s, left 0s ease 1s;
}
nav first{
left:20px;
	}
#sidemenu.open {
	justify-content: left;
	display:inline table;
	transform:translateY(0%);
	opacity:1;
	left:0;
	transition:transform 1s ease, opacity 1s ease;
}


/* nav ul{ */
/* 	/* visibility: hidden; */ */
/* 	/* overflow: hidden; */ */
/* 	/* padding-top: 50px; */ */
/* 	/* z-index: 0; */ */
/* 	/* animation-direction: normal; */ */
/* 	transition:height 0.5s; */
/* } */
nav ul li{
	display: block;
	margin: 25px;

}
nav ul .fas{
	position: relative;
	color:#fff;
	display: inline;
	/* top: 25px; */
	/* left: 25px; */
	cursor: pointer;
}
}

