@charset "UTF-8";
/* CSS Document */
body, a, form {
  font-family: proxima-soft, sans-serif;
font-weight: 400;
font-style: normal;
}
a{color: #009fe3;}
body {
	
}
h1, h2, h3, h4, h5 {
  font-family: proxima-soft, sans-serif;
font-weight: 900;
font-style: normal;
}
h2 {
  font-size: 74px;
}
 .btn{background-color:#e6007e;
color: #fff;


}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn {
    color: #fff;
    background-color:crimson ;
    border-color: crimson ; 
}

/* NAv */
.logo {
  width: 140px;
}
.navbar {
  padding: 40px;
}
.my-menu {
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  color: 009fe3;
}
.nav-link {
  color: #e6007e;
}
.nav-link.active {
  font-weight: 900;
	color:#009fe3 !important;
}

/* Carousel*/
.carousel-caption {
  text-align: left;
  top: 40px;
}
.carousel-caption h1 {
  font-size: 74px;
  padding-bottom: 20px;
}
.carousel-caption h4 {
  font-size: 32px;
  font-weight: 100;
}
.carousel .carousel-item {
  height: 600px;
}
.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 600px;
}
/* Partners */
.partners {
  padding: 20px;
}
.intro-text{padding-bottom:40px;}
.focus {
  background-color: #f6b7c7;
  padding: 40px;
}
.focus-variation {
  background-color: #a1daf8;
  padding: 40px;
}
.focus-variation-2 {
  background-color: #f8cdab;
  padding: 40px;
}
.focus-variation-3 {
  background-color: #d3d1a6;
  padding: 40px;
}
.partners img {
  max-height: 110px;
  padding: 20px
}
/* Testimonals */

#carouselTestimonials .carousel-caption h1 {
  font-size: 62px;
font-family: proxima-soft, sans-serif;
font-weight: 900;
font-style: italic;
  padding-bottom: 20px;
}
#carouselTestimonials .carousel-caption h4 {
  font-size: 22px;
  font-weight: 100;
}
#carouselTestimonials .carousel .carousel-item {
  height: 500px;
}
#carouselTestimonials .carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 500px;
}
/* Staff */

.octa {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  border-top: 10px;
  border-color: crimson;
}
.poligon {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  width: 210px;
  height: 210px;
  background: #e6007e;
  box-sizing: border-box;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.poligon img {
  position: absolute;
  top: 4px; /* equal to border thickness */
  left: 4px; /* equal to border thickness */
  width: 202px; /* container height - (border thickness * 2) */
  height: 202px; /* container height - (border thickness * 2) */
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
/* select first four staff to be seen */
.col-sm-6.col-md-4.col-lg-3 {
	display:inline-block;
}
.col-sm-6.col-md-4.col-lg-3:nth-child(n + 5) {
  display: none;
}
#showMore {
	background-color: grey !important;
	margin-bottom: 40px;
	margin-top: 40px;
	border: none;
}
#showMore:focus{
	outline:none;
}
#about{background-color: lightgray;
	
	background-image: url("../images/background-corner-1.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 40px;
   
}
.top-back{
	background-image: url("../images/background-jag-1.png");
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 150px;
   
}
.bottom-back{
	background-image: url("../images/background-jag-bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
	padding:40px;
	padding-bottom: 350px;

   
}
section::before {

    height: 200px;

    content: "";

    display:block;

}
section{

    min-height: 100vh;

}

#home::before {

    height: 200px;

    content: "";

    display:block;

}


#contact{padding-bottom: 40px;}

.fa-brands, .fab {
    font-weight: 400;
    FONT-SIZE: 40PX;;
    COLOR: #e6007e;
	margin-top:20px;
	margin-right: 20px
}

#footer{background-color: black;
color: #e6007e;
}
#footer a{COLOR: #009fe3;}



/* Transitions */


.animation {
	transition: opacity 2s, top 1s, right 1s;
}
.animation.fadeIn {
	opacity:0;
}
.animation.fadeIn.scrolled {
	opacity: 1 !important;
}



.animation.slideUp {
	
	position: relative;
	top: 500px;
}
.animation.slideUp.scrolled {
	top: 0 !important;
}



.animation.slideLeft {
	right:500px;
	position: relative;
}

.animation.slideLeft.scrolled {
	right: 0 !important;
}






/* Transitions end */
@media (max-width: 979px) {
  body {
  }
	
#home::before {

    height: 110px;

    content: "";

    display:block;

}

  .navbar {
    padding: 20px;
  }
  .carousel-caption {
    top: 20px;
  }
  .logo {
    width: 80px;
  }
  .carousel .carousel-item {
    height: 700px;
  }
  .carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 700px;
  }
  .carousel-caption h1 {
    font-size: 46px;
  }
  .carousel-caption h4 {
    font-size: 26px;
  }
  .partners img {
    max-height: 100px;
  }
	/* Testimonals */

#carouselTestimonials .carousel-caption h1 {
  font-size: 38px;
	text-align: center;

}
#carouselTestimonials .carousel-caption h4 {
  font-size: 18px;
  text-align: center;

}
#carouselTestimonials .carousel  {
  height: 750px; 
}
#carouselTestimonials .carousel-item {
  height: 750px; 
}
#carouselTestimonials .carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 750px;
}

}

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
/* Extra extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {  
    
}
 
/*

/*
  Bootstrap validator extra styling
*/

#formSuccess, #formFail {
	display:none;
}
/* 
 Loading animation 
*/
#loadingAnimation { 
 display: none;
}
