
/* General contact-info & fcf-body Style*/
.contact-info{
  display: flex;
  flex-direction: column;
}
.contact-info, .fcf-body{
  background-color: rgba(153,94,106,0.55);
  margin: 3% 10%;
  width: 80%;
  box-shadow:20px 20px 50px grey;  
  border: 1.5px solid #995e6a;
  border-radius: 0.25rem;
  padding: 2% 0;
}

/*Form Style*/

.comm-sug-quest {
  font-size: 1em;
  font-weight: 200;
  margin-left: 15%;
}

.fcf-body {
  line-height: 1.5;
  color: #fff;
  text-align: left;
  max-width: 100%;
}

#fcf-form {
  display:block;
}

.checkBox{
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  font-weight: 200;
  width: 70%;
  margin-left: 15%;
}
.checkBox1, .checkBox2{
  border: thin dotted white;
  margin-left: 4%;
  padding: 1.5%;
}
.checkBox h3{
  text-align: center;
}

.checkBox1 p, .checkBox1 form. .checkBox2 form{
  padding-left: 8%;
}

.checkBox2 input{
  background-color: #eeeae5;
  font-family:'Montserrat','Helvetica', sans-serif;
  color: #995e6a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: thin dotted #995e6a;
  margin-top: 15%;
  width: 100%;
  padding: 0%;
}

#fcf-form{
  margin-top:5%;
  margin-left: 15%;
  width:70%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 90%;
  margin-left: 5%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family:'Montserrat','Helvetica', sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-weight: 200;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #995e6a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
  color: #995e6a;
  background-color: #eeeae5;
  border: thin dotted #995e6a;
  font-variant: small-caps;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #666;
  border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 75%;
  margin-left: 15%;
}

.fcf-btn-block+.fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
  width: 100%;
}
/*Styles for required info*/
.required-text{
  letter-spacing: 0.1px; 
  font-size: 0.8em;
  font-weight: 300; 
}

.asterisk{
  font-size: 1.2em;
  font-weight: bolder;
}
/*End Contact Styles*/


/*Resume Style*/
  #resumeHeaderImg{
    visibility: hidden;
  }
  #resume-logo{
    display: flex;
    justify-content: center;
  }
  .resumeSections{
    width: 70%;
    margin: 5% 15%;
  }

  #contactColm1, #contactColm2 {
    border: none;
  }

  .resumeSections{
    line-height: 1.5em;
  }
  /*Education & Work Experience Styles*/

  .resumeSections dt{
    font-size: 1.5em;
    font-variant: small-caps;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .educationSect{
    display: flex;
    justify-content: space-between;
    
  }
  
  .institution{
    background-color: #995e6a;
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 2px;
    width: 35%;
    padding: 1% 2%;
  }
  #instEdu1, #instEdu2{
    width: 90%;
  }
  .degree{
    font-size: 1.4em;
    font-variant: small-caps;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .datesEdu{
    font-size: 0.9em;
    letter-spacing: 2px;
    font-weight: 100;
  }
  .position{
    padding-top: 2%;
  }
  .description{
      font-size: 1em;
      font-weight: 200;
      padding-top: 1%;
  }
    /*End resume Styles*/







