/*

  custom.css - All your own CSS goodies
  Version 1.x
  by you

  Use your own styles here! 

  Cheers, 
  ThemeVillain 
  
*/

.email-link {
    margin-top: 15px;
    margin-bottom: 15px;
    color: hsla(16, 88.24%, 66.67%, 1);
    font-size: 54px;
    line-height: 88px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}
.email-link a{
	border: none !important;
}

.recent{
		border-bottom: 2px solid orange;
}

.full {
  max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}

.resumeHeader {
  font-size: 1.5rem;
  line-height: 3rem;
}

.resumeHeader a {
  text-decoration: none;
  color: #1b425c;
  font-weight: 400;
}

.resumeHeader a:hover {
  color: #f5875f;
}

.resumeHeader .brand {
  width: 25%;
  height: 2.5rem;
  color: #ccc;
  transition: height 0.2s;
  display: block;
  float: left;
}

.resumeHeader .brand img {
  height: 100%;
  float: left;
}

.resumeHeader .brand .description {
  line-height: 2.4rem;
  display: block;
  float: left;
  padding-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .resumeHeader .brand .description {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .resumeHeader {
    padding: .5rem 2rem;
  }
  .resumeHeader .brand {
    height: 2rem;
  }
}

@media screen and (max-width: 640px) {

}


.resumeHeader .logo {
  width: 50%;
  height: 5rem;
  color: #ccc;
  transition: height 0.2s;
  display: block;
}
.resumeHeader h4 {
    font-size: 18px;
    color: #1b425c;
    border-color: #1b425c;
}
.resumeHeader h7 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.resumeHeader ul{
	font-size: 1rem;
}
@media screen and (max-width: 640px) {
section.hero {
    padding:  0;
}
.btn {
display: block;
text-align: center;
}
#contact h4{
 padding-top: 30px;
}

.contactform{
	padding: 20px
}
}
@media screen and (max-width: 400px) {
section.hero {
    padding:  0;
}
.btn {
display: block;
text-align: center;
}
#contact h4{
 padding-top: 30px;
}

.contactform{
	padding: 20px
}
}

.subject{
	padding-right: 0 !important;
}
.submit{
	width: 100%
}
.statusMsg{
 color: #fff;
}
.succdiv{
	background: #78bbe6;
}
.errordiv{
	background: #f5875f;
}