.fab {
   width: 70px;
   height: 70px;
   background-color: red;
   border-radius: 50%;
   box-shadow: 0 6px 10px 0 #666;
   transition: all 0.1s ease-in-out;
 
   font-size: 50px;
   color: white;
   text-align: center;
   line-height: 70px;
 
   position: fixed;
   right: 50px;
   bottom: 50px;
}
 
.fab:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(1.05);
}
 section h3.section-subheading2, section .section-subheading.h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

section h3.section-subheading, section .section-subheading.h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: none;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

body {
  /*padding-top: 50px;*/
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*padding-bottom: 50px;*/
  /*overflow-x: hidden;*/
}

section {
  /*padding-top: 50px;*/
  padding-bottom: 50px;
}

section {
  padding: 100px 0;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease .5s;
  opacity: 0;
  background: rgba(0,0,0,.9);
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

p {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  line-height: 1.75;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

section#contact .form-group input.form-control {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  height: auto;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(216,178,46,.5);
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.btn {
	
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: 700;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  margin: 20px 0 30px;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: .75em 0;
  letter-spacing: 1px;
  color: #fff;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

header.masthead {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.kc_fab_main_btn {
  background-color: #F44336;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #F44336;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kc_fab_main_btn:focus {
  transform: scale(1.1);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
