body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  color: #000;
  background-color: #fff;
  text-decoration-color: #760000;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

@media (max-width: 500px){
  div .imgcent{
    align-items: center !important;
  }
}

.container{
  margin-left: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #000;
}

h1 {
  font-size: 4rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

.small{
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

h4{
  font-weight: 700;
  text-transform: none;
  font-size: 1600;
}

h7{
  color: #26129c;
  margin-left: 10px;
  font-size: 20px;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
  color: #000;
}

p.lead-home {
  font-size: 1.3rem;
  font-weight: 510;
  color: #444242;
}

p.lead-bio {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

p{
  color: #000;
  font-weight: 500;
}

li{
  font-weight: 500;
  color: #000;
}

strong{
  color: #000;
}

.link-home{
  text-decoration: None;
  color: #000;
}

h6{
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}


.subheading {  
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.2rem;
}

.subheading-home {  
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 20rem;
}

.black{
  color: #000;
}

.card{
   width: 100rem;
}

.brk{
  display: block;
}

.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: #760000;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #760000;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}

.inv{
  display: none;
}

.vis{
  display: inline;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

.mapx{
  width: 730px;
  height: 435px; 
}

.hvr-forward{
  margin-top: 20px;
}

.hvr-forward1{
  margin-top: 50px;
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
  color: #000;
}

.resume-content{
  background-color: #fff;
}

.cent{
  margin-right: 30px;
  text-align: right;
}

.error{
  color: red;
}

.success {
  color: red;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.hov{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siz{
  width: 10%;
  height: 10%;
}

.sib{
  width: 13%;
  height: 13%;
}

.size{
    width: 8.5%;
  height: 8.5%;
}

.sz{  
  width: 7%;
  height: 7%;
}

.ss{
  width: 6%;
  height: 6%; 
}

.sze{  
  width: 5%;
  height: 5%;
}

.se{  
  width: 4.85%;
  height: 4.85%;
}

.hov:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  z-index: 100;
}

.xxx{
  background-color: #fff;
}

.flt{
  float: right;
  margin-top: -300px;
  margin-right: 200px;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

/* NEW EDITS */
@media (min-width: 1100px){
   .card{
    width: 75rem;
   }
   .card-img{
    height: 18rem;
   }
   .card-img-awards{
    height: 20rem;
   }
 }

/* TO THIS.. */

@media (max-width: 900px){
 .job-font-size{
    font-size: 22px;
  }
  .brk{
    display: inline;
  }
  .inv{
    display: inline;
  }
  .vis{
    display: none;
  }
  .sz{
    font-size: 40px !important;
  }
  .ss{
    width: 13%;
    height: 13%;  
  }
  .siz{
    width: 10%;
    height: 10%;  
  }
  .sib{
    width: 10%;
    height: 10%;  
  }
  .sze{
    width: 10%;
    height: 10%;  
  }
  .se{
    width: 10%;
    height: 10%;  
  }
  .hvr-forward{
    font-size: 75px; 
  }
  .hvr-forward1{
  margin-top: 0px;
  }
  .mapx{
     width: 280px;
     height: 300px;
  }
  .social-icons a{
    align-items: center;
  }
  .rob{
  font-size: 2.5rem !important;
  }
  .imgcent{
    align-items: center !important;
  }
  .small{
    font-size: 40px;
  }
  .card{
   width: 18rem;
  }
  .siz{
    width: 30%;
    height: 30%;
  }
  .sz{
    width: 15%;
    height: 15%;    
  }
  .size{
    width: 17%;
    height: 17%;
  }
  .rem{
    display: none;
  }
  .flt{
    float: left;
    margin-top: 0px;
    margin-right:0px; 
    width: 300px;   
  }
  .cent{
    /* margin-right: 30px; */
    text-align: center;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #760000 !important;
}

.xx{
   font-size: 30px;
}

.text-primary {
  color: #760000 !important;
}

.hvr-hang{
  font-size: 0.9em;
  background-color: #fff;
}

.xx{
  background-color: #fff;
}

a {
  color: #760000;
}

a:hover, a:focus, a:active {
  color: #824027;
}

#feedback-page{
  text-align:center;
}

#text-feedback{
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  background-color:#fff;
  text-align:center;
}

#form-main{
  width:100%;
  float:left;
  padding-top:30px;
}

#form-div {
  background-color:#3c3c3c;
  padding-left:35px;
  padding-right:35px;
  padding-top:35px;
  padding-bottom:50px;
  width: 450px;
  float: left;
  left: 50%;
  position: absolute;
  margin-left: -260px;
}

.feedback-input {
  opacity:0.9;
  color:#0493bd;
  font-weight:400;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-input:focus{
  background: #fff;
  box-shadow: 0;
  border: 3px solid #760000;
  color: #760000;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
  color:#30aed6;
  border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#name:focus{
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email{
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email:focus{
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#comment{
  background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  height: 100px;
  line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  background-color:white;
}

#button-blue{
  float:left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor:pointer;
  background-color: #760000;
  color:white;
  font-size:24px;
  padding-top:22px;
  padding-bottom:22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#button-blue:hover{
  background-color: rgba(0,0,0,0);
  color: #760000;
}
 
.button:hover{
  background-color: rgba(245, 106, 106, 0.05);
  color: #760000;
}

.submit:hover {
  color: #760000;
}
  
.ease {
  border-top:3px #3c3c3c solid;
  width: 0px;
  height: 76px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
  #form-div{
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  #button-blue{
    height: 60px;
    padding-top:8px;
  }
}

#slider,
.wrap,
.slide-content {
  width: 500px;
  height: 300px;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-content span {
  font-size: 5rem;
  color: #fff;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#arrow-left {
  border-width: 30px 40px 30px 0;
  border-color: transparent #000 transparent transparent;
  left: 0;
  margin-left: 30px;
}

#arrow-right {
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #000;
  right: 0;
  margin-right: 30px;
}

@media (max-width: 574px) {
  #slider,
  .wrap,
  .slide-content {
    width: 100%;
  }
}

.blac{
  color: #000;
}

.bord{
  border: 5px solid;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

hr.star-light,
hr.star-primary {
    margin: 0 auto0;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: 0;
    padding: 0 ;
    font-size: 2em;
    background-color: #e9f0f5;
}


hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.pubt {
    font-size: 25px;
    font-weight:700;
    color: #000;
    text-align: left;
}

.pubd {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.pubimg {
    text-align: center;
}
.pubimg img {
    max-width: 100%;
}
.puba {
    font-size: 21px;
    color: #090;
    text-align: left;
}
.pubv {
    color: #900;
    font-size: 16px;
    text-align: left;
}
.publ {
    padding-top: 10px;
    text-align: left;
}
.publ ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.publ li {
    border: 1px solid #CCC;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 5px 2px;
    display: inline-block;
    border-radius: 4px;
    background-color: #760000;

}

.publ li a{
  text-decoration: none;
  color: #fff;
}

.publ li:hover{
  background-color: black;
}

.publ li a:hover{
  color: #fff;
}

.publ li span.pointer {
  color: #fff;
}

.ta-button {
  padding-top: 10px;
  text-align: left;
}
.ta-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ta-button li a{
  border: 1px solid #fff;
  padding: 3px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 3px 3px;
  display: inline-block;
  border-radius: 4px;
  background-color: #760000;
  font-size:smaller;
  text-decoration: none;
  color: #fff;
  width: 100px;
  /* height: 35px; */
  text-align: center;
}

.btn{
  background-color: #000;
  border-color: #000;
}

.btn:hover{
  background-color: #760000;
}

.clr_blk{
  color: #000;
}

/* */
.pointer {cursor: pointer;}

.clr_wt{
  color: #fff;
  font-weight: 500;
}

.pub-img1{
  width: 250px;
  /* border: 1px solid #000;
  border-radius: 4px; */
}

.pub-img2{
  width: 360px;
  height: 180px;
}

.pub-img3{
  width: 360px;
  height:170px;
}

.pub-img4{
  width: 370px;
}

@media (max-width: 768px) {
  .pubt {
      text-align: center;
      margin-top: 10px;
  }
  .puba {
      text-align: center;
  }
  .pubv {
    text-align: center;
  }
  .publ {
    text-align: center;
  }
  .pub-img1{
    width: 250px;
  }  
  .pub-img2{
    width: 280px;
  }  
  .pub-img3{
    width: 280px;
  }  
  .pub-img4{
    width: 275px;
  }
  .title-reduce-size{
    font-size: 30px;
    text-align: center;
  }
}

.pub-mar{
  margin-left: -40px;
}

@media (max-width: 768px) {
  .pub-mar{
    margin-left: 0px;
  }
}
