body {
  font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  font-weight: 800 !important;
}

a {
  color: rgb(175, 1, 20);
}

a:hover {
  color: rgb(134, 3, 17);
}

.btn-outline-agataris {
  border-color: rgb(175, 1, 20);
  background-color: white;
  color: rgb(175, 1, 20);
  border-radius: 5rem;
  margin:5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-outline-agataris:hover {
  border-color: rgb(175, 1, 20);
  background-color: rgb(175, 1, 20);
  color: #FFF;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  /*background: url(../img/banner.svg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}


@media (min-width: 992px) {
  header.masthead {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

footer {
  background-color: rgba(0, 0, 0, 0.7)
}


.nav-agata {
  background-color: rgb(175, 1, 20);
}

.nav-link-agata {
  color: rgb(175, 1, 20);
  text-align: center;
}

.nav-link-agata:hover {
  color: rgb(175, 1, 20);
}

.nav-tabs .nav-link.active {
  color: rgb(175, 1, 20);
}

.btn-circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

.btn-part {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}

.btn-folder {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 0;
  font-family: 'Raleway';
  text-transform: uppercase;
}

.btn-part-back {
  background-color: white;
  color: rgb(175, 1, 20);
  font-size: 45px;
}

.thin-col {
  padding: 10px;
}

.tat-canvas {
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
}

.bg-75 {
  opacity: 0.75;
}

.bg-60 {
  opacity: 0.6;
}

.bg-45 {
  opacity: 0.45;
}

.bg-30 {
  opacity: 0.3;
}

.bg-black {
  background-color: rgb(0, 0, 0);
}

.bg-skin-1 {
  background-color: rgb(232, 202, 179);
}

.bg-skin-2 {
  background-color: rgb(221, 181, 148);
}

.bg-skin-3 {
  background-color: rgb(197, 164, 126);
}

.bg-skin-4 {
  background-color: rgb(196, 144, 124);
}

.bg-skin-5 {
  background-color: rgb(148, 95, 81);
}

.bg-skin-6 {
  background-color: rgb(111, 86, 84);
}

.menu-row {
  min-height: 175px;
}

.btn-menu {
  font-size:20px;
  margin-bottom: 10px;
}

.input-form {
  visibility: hidden;
  width: 0px;
}

.menu-padding {
  min-height:50px;
}

@media screen and (min-width: 500px){
  .menu-break {
    display: none;
  }
}

.parts-tab button img.part{
  max-width: 70px;
  max-height: 70px;
}

.tab-icon {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  padding-top: 5px;
}