#contact-form{
  margin: auto;
}

#index-banner{
  min-width: 100%;
  margin-bottom: 10px;
}

#logo-container{
  font-size: 3em;
  font-family: poiret;
  min-width: 240px;
}

#my-pic{
  float: left;
  padding-right: 1em;
}

#main-text, #contact-form, #portfolio-text{
  padding-left: 1em;
  border: 2px solid #4527a0 ;
  text-align: justify;
  background:#616161;
  color: white;
}


#contact-form, #portfolio-text{
  display: none;
}

#my-brand-statement{
  padding-right: 1em;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.nav-wrapper{
  height: 50%;
  padding-top: 1em;
}

.subtitle{
  font-size: 2em;
  text-decoration: underline;
  font-family: prisma;
}

.nav-link{
  font-size: 1.5em;
  font-family: poiret;
}

.section-title{
  font-family: prisma;
  color: white;
}

.project-title{
  color: white;
}

.project-title:hover, .source-code:hover{
  color: #4527a0;
}

.source-code{
  color: rgb(240, 134, 152);
}

.title-wrapper{
  border-bottom: 5px solid #4527a0;
  margin: 0 1em 1em 0;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

main {
  flex: 1 0 auto;
}

nav{
  height: 6em;
}



label{
  color: white;
}

.btn{
  background-color: #4527a0;
  color: white;
  margin: 1em 0;
}

#input-email, #input-subject{
  background: white;
  padding: .375rem;
  width: 97%;
  height: 20px;
  display: block;
}

#text-area{
  background: white;
  height: 100px;
  width: 98%;
  display: block;
}

@font-face {
  font-family: prisma;
  src: url(../fonts/Prisma.ttf);
}

@font-face {
  font-family: poiret;
  src: url(../fonts/PoiretOne-Regular.ttf);
}

@media screen and (max-width: 640px) {
    #main-text, #contact-form{
      margin: 0;
      width: 100%;
    }
}