body {
  font-family: 'Montserrat','Open Sans','Roboto', sans-serif;
  background: rgb(245, 245, 245);
  color: #9f9f9f;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
  height: 100vh;
  margin: 0;
  
}

.bg-blue{
  padding: 5px;
  background-color: #51c1f5;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(1, 5, 255, 0.7) !important;
}

.bg-white{
  padding: 5px;
  background-color: #fff;
  color: #51c1f5;
  border-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(245, 245, 245, 1) !important;
}

h6{
  font-size:135%;
  text-align: justify;
  text-justify: inter-word;
  vertical-align: middle;
}
.text-small {
  font-size: 0.9rem !important;
}

.custom_container_blue h1, .custom_container_white h1{
  font-size:175%;
}


button a, a:hover{
  text-decoration: none;
  color: white;
}

button a{
  text-decoration: none;
  color: white;
}

.bg {
  /* The image used */
  background-image: url('../pic/talent.jpg');
  width: 100%;
  /* Full height */
  height: 100% ; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay{
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 200, 187, 0.62) !important;
 }

 .description{
  position: absolute;
  top: 50%;
  margin: auto;
  padding: 2em;
  
}
.description h1{
  color:#2b86b1 ;
}
.description p{
  color:#fff;
  font-size: 20px;
  width: 75%;
  line-height: 1.5;
}
.description button{
  border:1px  solid #51c1f5;
  background:#51c1f5;
  color:#fff;
}

#navbar-personalize{
  margin-right: 10px;
  margin-left: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.5) !important;
  background-color: #fff;
}

.custom_container_white {
  max-width: 95%;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 4% 10%;
  text-align: center;
  vertical-align: middle;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.5) !important;
 
}


.custom_container_white h6{
  color:#9f9f9f;
}

.custom_container_blue {
  max-width: 95%;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 4% 10%;
  text-align: center;
  vertical-align: middle;
  background-color: #51c1f5;
  border-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.5) !important;
 
}
/* .custom_container_blue h2{
  color:#fff;
} */

.custom_container_blue h6{
  color:#eee;
}

.custom_container_blue div ol{
  color:#eee;
  text-align: justify;
  text-justify: inter-word;
}

.content_img{
  height: 300px;
  width: 350px;
  border-radius: 10px;
  
}

.contactform{
  background-color: violet;
  line-height: 1.8;
  text-align: center;
  border-radius: 20px;
  padding: 5%;
}

.footer {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.1) !important;
  margin-top: 15px;
  left: 0;
  bottom: 0;
  max-width: 98%;
  width: 100%;
  padding: 5% 10%;
}

@media screen and (max-width: 880px) {
  .content_img{
    height: 250px;
    width: 300px;
    margin:auto;
  }
  h6{
    font-size:125%;
  }
}




@media screen and (max-width: 750px) {
  h6{
    font-size:100%;
  }
  h2{
    font-size:150%
  }
  .custom_container_white {

    padding: 3% 5%;
   
  }
  .custom_container_blue {

    padding: 3% 5%;
   
  }
  .content_img{
    height: 200px;
    width: 250px;
  }
}

@media screen and (max-width: 475px) {
  .content_img{
    height: 200px;
    width: 225px;
  }
}

@media screen and (max-width: 350px) {

  .content_img{
    height: 150px;
    width: 200px;
  }
}