/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #3c3c3b;
}

span.error {
    color: red;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}


/* General Datchworths style */

/* Header styling */
.navbar-dark .navbar-nav .nav-link {
  color: #ff7f00;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0px 0px 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #3c3c3b;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #3c3c3b;
  text-decoration: underline;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 59, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-item {
  text-align: left;
  color: #3c3c3b;
  padding-top: 11px;
}
.dropdown-menu {
  border: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #3c3c3b;
  color: #3c3c3b;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #e6e6e6;
}
/* Header styling ENDS */

strong {
  color: #ff7f00;
}
.about-section, .about-boxes, .sectors, .footer {
  padding-top: 25px;
  padding-bottom: 25px;
}
button.btn.btn-primary.btn-lg {
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #ff7f00;
  border-radius: 0px;
  margin-bottom: 20px;
}
.sectors {
  background-color: #e9e9e9;
}
.about-section h1 {
  font-size: 27px;
  color: #ff7f00;
  font-weight: 600;
}
.about-section p, .about-section ul li p {
  font-size: 14px;
}
.about-section .btn a {
  color: white;
}
.about-section a {
  color: #ff7f00;
}
.about-section .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none!important;
}
.about-icon-text {
  background-color: #eeeeee;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  margin-bottom: 7px;
}
.about-boxes h4 {
  font-size: 16px;
  color: #ff7f00;
  font-weight: 600;
  padding-top: 4px;
}
.about-boxes .far, .about-boxes .fas {
  font-size: 57px;
  color: #575756;
  padding-top: 0;
}
.sectors h2 {
  font-size: 19px;
  font-weight: 900;
  color: #ff7f00;
}
.sectors p {
  font-size: 16px;
}
.sectors a {
  font-size: 18px;
  font-weight: 900;
  color: #ff7f00;
}
.mobile-header {
  padding-top: 11px;
}
.skills {
  margin-top: 20px;
}
.skill-box {
  background-color: #eeeeee;
  padding: 10px 4px 10px 4px;
  border-radius: 0px;
  margin-bottom: 7px;
}
.skill-box p {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 2px 5px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}
.skill-box a:hover {
  text-decoration: none;
}
.skill-box a{
  color: #3c3c3b;
}
.orange-skill a {
  color: #ff7f00;
}
.skill-box.active {
  background: #3c3c3b;
}
.skill-box a.active {
  color: white!important;
}

/* centre text within a box */
.skill-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* height: 100%; */
  height: 61px;
}
/* centre text within a box ENDS */

button.btn.btn-link.btn-block.text-left.collapsed::after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #ff7f00;
}
button.btn.btn-link.btn-block.text-left::after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #ff7f00;
}
.mobile-skills {
  padding-top: 25px;
}
.mobile-skills ul {
  list-style: none;
  padding-left: 0px;
}
.mobile-skills .card-header {
  background-color: #f5f5f5;
  padding: 14px;
  border-bottom: none;
}
.mobile-skills .card {
  border: none;
}
.mobile-skills .card-body {
  background: #f5f5f5;
}
.mobile-skills .btn-link {
  font-size: 22px;
  font-weight: 700;
  color: #3c3c3b;
}
.mobile-skills .btn {
  padding: 0px;
}
.mobile-skills p {
  color: #3c3c3b;
  font-size: 18px;
}

/* Footer styling */
.footer strong {
  color: #ff7f00;
  font-size: 16px;
}
.footer p, .footer a {
  font-size: 15px;
  color: #3c3c3b;
  margin-bottom: 0px;
}
.footer-text {
  padding-top: 15px;
}
.footer-links {
  padding-top: 20px;
}
.footer-nav {
  padding-bottom: 15px;
}
.footer {
  border-top: 1px solid #6f6f6e;
}
/* Footer styling ENDS */

/* General Datchworths style ENDS */


/* Team page styling */
.team-title {
  padding-bottom: 10px;
}
.team-section {
  padding-bottom: 30px;
}
button.btn.btn-link.btn-block.text-left {
  color: #3c3c3b;
  font-weight: 700;
  font-size: 15px;
}
button.btn.btn-link.btn-block.text-left em {
  color: #ff7f00;
  font-weight: 700;
  font-size: 13px;
}
.team-section .card-header {
  padding: 10px;
}
.team-section .btn.focus, .team-section .btn:focus {
  box-shadow: none;
}
.team-section .accordion>.card>.card-header {
  padding-right: 40px;
}
.team-section button.btn.btn-link.btn-block.text-left:focus {
  text-decoration: none;
}
/* Team page styling ENDS */


/* Contact page styling */
.other-contact {
  background: #f1f1f2;
  padding: 22px 22px 10px 22px;
  border-radius: 7px;
}
.other-contact h2 {
  font-size: 25px;
  font-weight: 600;
  color: #ff7f00;
}
.other-contact .title {
  font-weight: 600;
}
.contact-form .form-control {
  margin-bottom: 10px;
}
.contact-form-section .btn {
  background: #ff7f00;
  color: white;
}
.contact-form-section {
  padding-bottom: 25px;
}
.contact-title {
  padding-top: 25px;
}
.contact-title h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}
.contact-title p {
  font-size: 16px;
}
.invalid-feedback {
  margin-bottom: 25px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .form-control.message {
  height: 116px;
  }
}
@media screen and (min-width: 992px) {
  .form-control.message {
  height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .form-control.message {
  height: 85px;
  }
}
/* Contact page styling ENDS */


/* Standard page styling */
.standard-banner {
  background-position: top center;
  width: 100%;
  min-height: 266px;
  background-repeat: no-repeat;
  background-size: cover;
  }
.title h1, .team-title h1 {
  color: #3c3c3b;
}
.title h1 em, .team-title h1 em {
  color: #ff7f00;
}
.about-section ul li p {
  margin-bottom: 0px;
}
/* Standard page styling ENDS */


/* Small devices */

@media screen and (min-width: 576px) {
  button.btn.btn-link.btn-block.text-left {
    font-size: 18px;
  }
  button.btn.btn-link.btn-block.text-left em {
  font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .skills {
  display: none;
  }
}

/* Medium devices */

@media screen and (min-width: 768px) {
  .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
  }
  .footer-text, .footer-links {
    padding-top: 0px;
  }
  .footer-nav {
    padding-bottom: 0px;
  }
  .skills {
    display: block;
  }
  .mobile-skills {
    display: none;
  }
  .skill-box {
    min-height: 65px;
  }
  ul.experience-list {
   width: 32.33333%;
   display: inline-table;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-boxes h4 {
    font-size: 13px;
  }
  .about-boxes .far, .about-boxes .fas {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .skill-box {
    padding: 2px 4px 2px 4px;
  }
}

/* Large device */

@media screen and (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 13px 0px 0px 37px;
  }
  .about-section h1 {
    font-size: 38px;
  }
  .about-section p, .about-section ul li p, button.btn.btn-primary.btn-lg {
    font-size: 15px;
  }
  .about-boxes h4 {
    font-size: 21px;
  }
  .sectors h2, .sectors a {
    font-size: 26px;
  }
  .sectors p {
    font-size: 21px;
  }
}

/* Extra large devices */

@media screen and (min-width: 1200px) {
  .about-section h1 {
    font-size: 40px;
  }
  .about-section p, .about-section ul li p, button.btn.btn-primary.btn-lg {
  font-size: 16px;
  }
  .about-boxes h4 {
    font-size: 24px;
  }
  .sectors h2, .sectors a {
    font-size: 28px;
  }
  .sectors p {
    font-size: 24px;
  }
  .about-icon-text {
    padding: 10px 18px 10px 25px;
  }
  .skill-box {
    min-height: 0px;
  }
}


/* IE overides */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .caption a {
    display: inline;
  }
}

/* iOS */

@supports (-webkit-touch-callout: none) {
	/*
	html {
		height: auto;
		min-height: 100%;
	}

	body {
		height: auto;
		min-height: 100%;  
		position: absolute;
	}
	*/
}



/* designer overrides */

body {
}

.text.message-fail {
    font-weight: 800;
    color: red;
    font-size: initial;
    font-style: italic;
}

.text.message-success {
    font-weight: 800;
    color: #ff7f00;
    font-size: initial;
    font-style: italic;
}

.contact-form-section .btn {
   margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
   .skills {
         display: block;
    }
   .skill-box {
         display: none;
   }
};

@media (max-width: 575.98px) {
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
}

@media (min-width: 1200px) { 
	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
}
