
body {
  background-color:#fff;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  /* font-family: Montserrat,sans-serif;*/
  font-size: 14px;
  font-weight: 500;
  color : #001943;
}

.navbar  {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 5px -3px #ececec;
  padding-left:60px;
  padding-right:60px;
}
.navbar-custom {
    background-color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #001943; /* blue */
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #001943;
	-webkit-transition: all .3s ease-in-out;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #f0b80c;  /* yellow */
	font-weight: 700;
}


/* BODY INDEX*/

.section-title {
	text-align: center;
    padding: 60px 0;
    position: relative;
}
.section-title span {
    position: absolute;
    top: 30px;
    color: #f4f4f4;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
}
.section-title .darker {
    /*color: rgb(230, 230, 230)!important;*/
	color: rgb(230, 230, 230,0.1)!important;
}
.section-title h2.lighter {
    /*color: rgb(230, 230, 230)!important;*/
	color: rgb(230, 230, 230);
}
.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.anchor{
  scroll-margin: 100px;
}

.levelimage1, .levelimage2, .levelimage4, .levelimg1, .levelimg2, .levelimg4{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:500px;
}
.levelimage1sup, .levelimage2sup, .levelimage4sup{ 
  margin:0;	
  height:500px;
  margin-top: -500px;
  opacity: 0.60;
  background-color: #f0b80c; 
}
.levelimage1 {
  background-image: url(../pictures/img2bw.jpg);
}
.levelimage2 {
  background-image: url(../pictures/img3bw.jpg);
}
.levelimage4 {
  background-image: url(../pictures/img4bw.jpg);
}
.levelimg1 {
  background-image: url(../pictures/image1.jpg);
}
.levelimg2 {
  background-image: url(../pictures/image2.jpg);
}
.levelimg4 {
  background-image: url(../pictures/image3.jpg);
}

.title {
  margin-top: 0; 
  position: relative; 
  background-attachment: fixed;  
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../pictures/imgfond.jpg);
  height:800px; 
  color: #fff;   
}
@media (max-width: 1199px) { 
.title {   
  background-attachment: scroll; 
}
}
.title1{
	padding-top: 140px;
}
.title1 h4 { 
  letter-spacing: 3px;  
}
.title1 p {
  color: #f0b80c;  
}

.presentation {
  margin-top: 0; 
  position: relative; 
  background-attachment: fixed;  
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../pictures/img1554.jpg);
  height:800px; 
  color: #fff;   
}
@media (max-width: 1199px) { 
.presentation {   
  background-attachment: scroll; 
}
}

@media (min-resolution: 192dpi) {
    .presentation {
        background-image: url(../pictures/img1554.jpg);
    }
}

@media (min-width: 769px) {
    .presentation {
        background-image: url(../pictures/img1554.jpg);
    }
}

@media (min-width: 769px) and (min-resolution: 192dpi) {
    .presentation {
        background-image: url(../pictures/img2127.jpg);
    }
}

@media (min-width: 992px) {
    .presentation {
        background-image: url(../pictures/img1554.jpg);
    }
}

@media (min-width: 992px) and (min-resolution: 192dpi) {
    .presentation {
        background-image: url(../pictures/img2578.jpg);
    }
}

@media (min-width: 1200px) {
    .presentation {
        background-image: url(../pictures/img3053.jpg);
    }
}

@media (min-width: 1200px) and (min-resolution: 192dpi) {
    .presentation {
        background-image: url(../pictures/img3569jpg);
    }
}


ul {
list-style-type: none;
}
.team {
  background-color: #001943;
  padding-bottom: 120px;
}
.team .member {
  display: flex;
  align-items: flex-start;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  background: rgb(230, 230, 230, 0.1);
  color: rgb(230, 230, 230); 
}
.team .member .member1 {
  overflow: hidden;
  width: 100px;
}
.team .member .member2 {
  padding-left : 15px;
  width: 150px;
}
.team .member .member2 span {
	font-weight: normal;
  font-style: italic;
}
.team .member .member2 p {
  font-weight: bold;
}
.team .member .member3 {
    align-self: flex-end;
	margin-left: auto;
}
.team .member .member1 img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member h6 {
  color: #001943;
}
.team .member p {
  margin:0;
}
.team .member a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: rgb(230, 230, 230);
}
.team .member a i {
  color: #001943;
  font-size: 16px;
  margin: 0 2px;
}
.team .member a:hover {
  background: #f0b80c; 
}
.team .member a:hover i {
  color: #fff;
}
.contact {
  background-color: #001943;
  color: #f0b80c; 
}




