html{
  font-family:'Open Sans',sans-serif;
}

}
body{
  position: relative;
  letter-spacing: 0.0625em;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.disable-hover{
  pointer-events:
}

#mainNav {
  min-height: 4rem;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}

#mainNav .navbar-brand {
  color: #000000;
  font-weight: 550;
  padding: 0.5rem;
}

@media only screen and (min-width: 992px)  {
  /* For Large Screens */
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: 0.4s;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .nav-link {
    font-size:95%;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    transition: padding 0.4s;
  }

  #mainNav.smallNav {
    background-color: #fff;
  }
  #mainNav.smallNav .navbar-brand {
    color: #000000;
  }
  #mainNav.smallNav .nav-link {
    color: #000000;
    padding: 1.25rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.smallNav .nav-link:hover {
    color: #7395ae;
  }

  #mainNav.smallNav .nav-link.active {
    color: #7395ae;
    border-bottom: 0.25rem solid #7395ae;
  }
}

#skills{
  background-color: #f5f6f7;
}


#projects{
  background-color: #e6e7e8;
}

#about{
  background-color: #f5f6f7;
}

#contact{
  position: relative;
  width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 75%, #000000 100%), url("../assets/stingray.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("../assets/cablecar.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead h1{
  font-family: 'Open Sans', 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.masthead p{
  font-family: 'Ubuntu', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width:750px) {
  .masthead h1{
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}

@media only screen and (min-width:992px) {
  .masthead h1{
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.page-section{
  padding: 4rem 0;
}

.section-heading{
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
}

#skills .section-subheading{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 0rem;
}

#projects .section-subheading{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 3rem;
}

.skills-text{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.proficiency-text{
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.skills-img{
  font-size: 5em;
  color: #4783b5;
}

.project-item{
  margin-left: auto;
  margin-right: auto;
  object-fit: fill;
}

.project-item button{
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.project-thumbnail{
  position: relative;
  display: block;
  margin: 0 auto;
}

.project-hover{
  display:flex;
  width:100%;
  object-fit: fill;
  align-items: center;
  overflow:hidden;
  justify-content: center;
}

.project-hover img{
  transition: transform 2s ease;
}

.project-hover:hover img{
  transform: scale(1.15);
}

.project-caption{
  padding: 1.5rem;

  text-align: center;
  background-color: #ffffff;
  border-bottom: 0.25rem solid #7395ae;
}

.project-caption-heading{
  font-size:1.5rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.project-caption-subheading{
  font-style: italic;
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
}

#tdchristian_logo{
  margin:30px;
}
#uoft_crest{
  margin: 10px;
  height: 200px;
}

#about .section-subheading{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 3rem;
}

.education-subheading{
  font-size:1.5rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.education-text-date{
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;;
}

.education-text{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
}

#contact .section-heading{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.5rem;
}

#contact .section-subheading{
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 3rem;
}

.social{
  padding: 0 4rem;
  justify-content: center;
}

.social a{
  text-align: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.5);
}

.social a:hover{
  color: rgba(255, 255, 255, 0.7);
}

.social a:active{
  color: #fff;
}

.contact-element{
  padding: 2rem 0;
}

.contact-marker{
  color:#fff;
  font-size: 25px;
  margin-right: 10px;
}

.contact-element-head{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}

.contact-element-text{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin:85px;
}

.form-spacing{
  margin-top: 30px;
}
.form-control-textarea{
  width: 100%;
  min-height: 200px;
  resize: none;
}

.contact-submit{
  background-color: #7395ae;
  color: #fff;
}

.contact-submit:hover{
    background-color: #467370;
    color: #fff;
}

.footer{
  min-height: 140px;
  justify-content: center;
  padding-top: 180px;
}

.thankyou_message{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-top: 15px;
}

.modal-dialog {
  margin: 0 auto;
  max-width: 80vw;
  justify-content: center;
}

.modal-body{
  padding: 0;
}

.modal{
  position: fixed;
}

.modal-open .navbar{
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 !important;
}

.close{
  font-size: 50px;
  margin: 20px;
}

.close:active{
  outline: none !important;
  box-shadow: none;
}

.modal-header-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
}

.modal-intro-text{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
}

.modal-header-box{
border-bottom: 0.25rem solid #7395ae;
margin-bottom: 20px;
}

.modal-img{
  margin-bottom: 20px;
}

.modal-text{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

.modal-subheading-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  margin-top: 30px;
}

.modal-img-caption{
  margin-top: 5px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.list-inline{
  margin-top: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.github-link{
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.7);
}

.github-link:hover{
  color: #000000;
}

.close-project{
  margin-bottom: 50px;
  background-color: #7395ae;
  color: #fff;
}

.close-project:hover{
    background-color: #416b8a;
    color: #fff;
}

.modal-fas-img{
  font-size: 300px;
  margin-bottom: 20px;
}

.carousel{
  margin-bottom: 20px;
}
