/*stylesheet for personal website*/

body{
	font-family: 'Lato', sans-serif;
	margin: 5em;
}

.content {
    padding-left: 10%;
    padding-right: 10%;
}

.content img{
    padding: 1%;
}

.title{
	font-size: 3em;
	text-align: center;
    color:#33BAFF;
}

.title a:visited{
  color:#33BAFF;
}

.title a:hover{
    text-decoration: none;
    /*font-weight:700;
    color: #33BAFF;*/
}

#container-fluid {
    text-align: justify;
}

div + div {
    margin-top: 1em;
}

/*a{
	text-decoration: line-through;
}*/

.heading{
    font-size: 1.8em; 
    text-align: center;
}

.subheading{
    font-size: 1.7em;
}

.sections {
	font-size: 2em;
	text-align: center;
	display: inline-block;
    color: #33BAFF;
}

.sections a{
    width: 100%;
    height: 100%;
    color: #33BAFF;
}

.sections a:hover{
    text-decoration: none;
    color: #33BAFF;
}

.colorchange a:hover{
    text-decoration: none;
    /*color: #ffffff;
    background-color: #33BAFF;*/
}

.sections img{
    width:20vw;
    height:27vw;
}

.stretch {
    width: 75%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.bold_text{
	font-size: 1em;
	font-weight: 900;
}

.resumeheader {
	font-size: 1.5em;
	color: #33BAFF;
    font-weight: 900;
}

.hometext{
    text-align: center;
    font-size: 1.5em;
}

.abouttext{
    text-align: center;
    font-size: 1.3em;
}

.regulartext{
    font-size: 1.3em;
    padding: 1%;
}

.contacttext{
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    overflow-wrap:break-word;
    padding: 4em;
    position: absolute;
}

.project{
    display: inline-block;
    text-align: center;
    align-content: center;
}

.project img{
    display: inline-block;
    height: 100%;
    margin: 5%;
    text-align: center;
    align-content: center;
    overflow: hidden;
    position: relative;
}

.description{
    position:absolute;
    background:rgba(0, 0, 0, 0.85);
    height:100%;
    width: 100%;
    padding:15%;
    display: none;
    text-align: center;
    color:#fff;
    z-index:2;
    font-size: 1.3em;
}

.form{
    text-align: left;
    font-size: 1.1em;
    margin: auto;
    font-weight: 400;
}

.submission {
    background-color:#33bbff;
    border-radius:3em;
    border:1px solid #33bbff;
    display:inline-block;
    color:#ffffff;
    font-size:.7em;
    padding:0.5em 0.5em;
}

.submission:hover {
    background-color:#2faceb;
}

.submission:active {
    position:relative;
    top:1px;
}

/*.project {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.project .description {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.project:hover .description {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.project:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.project h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.project a, project p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.project:hover a, .project:hover p, .project:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/