header {
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
  background-color: white;
}

.container p {
  font-size: 1.5rem;
}

#navigacija {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  background-color: #2c3e50;
  font-family: "Montserrat";
}

#navigacija .navbar-brand {
  font-size: 1.75em;
}

li {
  padding: 1rem;
}

.fa-bars {
  color: white;
}

#navigacija .nav-link {
  color: white;
}

#navigacija .nav-link:hover {
  color: #1abc9c;
}

#top {
  color: black;
}

.crop {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.avatar {
  margin-left: -25%;
  height: 100%;
}

.page-section {
  padding: 6rem 0;
}

h1,
h2,
p {
  color: #2c3e50;
}

.container h1 {
  font-size: 3.5rem;
  font-family: "Montserrat";
  font-weight: 500;
}

.bg-primarna {
  background-color: #1abc9c;
}

.copyright {
  background-color: #1a252f;
}

#omeni .btn-xl {
  padding: 0.5rem 1.75rem;
  font-size: 1.25rem;
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50;
}

.divider-custom-line:first-child {
  margin-right: 1rem;
}

.divider-custom-line:last-child {
  margin-left: 1rem;
}

.divider-custom-icon {
  color: #2c3e50;
  font-size: 1rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}

#sendMessageButton {
  width: 6.1rem;
  height: 3.5rem;
  margin-top: -1rem;
}

#sendMessageButton:hover {
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
  color: white
}

.portfImg:hover {
  cursor: pointer;
}

.modalImg {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  font-size: 1rem;
}

.toTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
  font-size: 1.2rem;
  border: none;
  outline: none;
  background-color: rgb(123, 105, 170);
  color: white;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 4px;
}

.toTop:hover {
  background-color: #7B6999;
  color: white;
}

.toTop:focus {
  outline: 0;
}

body {
  position: relative;
}

.nav-link.active {
  color: #1abc9c !important;
}

.overlayContainer {
  position: relative;
  width: 100%;
}

.portfImg {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1abc9c;
  cursor: pointer;
}

.overlayContainer:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.2rem;
  position: absolute;
  top: 40%;
  left: 50%;
  right: -20%;
  text-transform: uppercase;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
}


.text2 {
  color: white;
  font-size: 1rem;
  position: relative;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

input.invalid {
  background-color: pink;
}

textarea.invalid {
  background-color: pink;
}

.moreProjects {
  color: #1abc9c;
  font-size: 4rem;
  padding: 4rem;
  letter-spacing: 15px;
}

.modalText{
  font-size: 1rem!important;
}
.modal-title{
  color: black;
}