.obj1{
    width: 100%;
    background-color: rgb(190,226,250);
    float: left;
    padding: .1%;
    text-align: center;
    transition: 1s;
    margin-bottom: 1%;
    box-shadow: 0 0 29px 0 rgba(0,0,0,2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
a.middle
{
    position: relative;
}

a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
a.middle:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
a.middle2
{
    position: relative;
}
a.middle2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(153,159,157);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
a.middle2:hover:before {
    visibility: visible;
    transform: scaleX(1);
}


.obj2{
    margin-bottom: 1%;
    position: fixed;
    top: 0;
    width: 100%;
    
}
.obj4
{
    background-color:rgb(190,226,250);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    
    
 }
 .obj5
{
    background-color:rgb(190,226,250);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    margin-top: 1%;
 }
 
 .obj6
{
    margin: 1%;
   
    
  
}

.text
{
    font-family: haettenschweiler;
    font-size: 2.3vw;
    
    
}
.text2
{
    font-size: 1.3vw;
    font-family:  Impact;
}
.text3
{
    font-family: Verdana;
    font-size: 1vw;
    
}
.text4
{
    color: black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.text5
{
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.body
{
    background-image: url('../backgrounds/10.jp');
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    background-size: cover;
  background-attachment: fixed;
}

.slideshow{
    margin-bottom: 1%;
    
    
    
}
.carousel-inner img{
    width: 40%;
    height: 40%;
  }

li {
    display: inline-block;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
   }
.center{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.buttons {
    text-align: center;
    position: relative;
    top: 300px;
    

}
.obj6
{
    margin: 1%;
}
.transparency   
{
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 3%;
    margin-bottom: 1%;  
    background-color:rgba(219,219,219,0.5);
}
.fa-facebook{
    color: #4267B2;
}
.social{
    font-size: 3em;
}
::-webkit-scrollbar {
    width: 15px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: black; 
  }
#hero .icon-boxes {
  margin-top: 10px;
  
}

#hero .icon-box {
  padding: 50px 20px ;
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: bolder;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.backgroundstrans{
background-color: rgba(0,0,0, 0.6);

}
#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color:Black;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  
  color: #124265;
}
body{
    animation: transitionIn 1.5s;
}

@keyframes transitionIn{
    from{
opacity: 0;

    }
    to{
opacity: 1;

    }
}



@media screen and (max-width: 900px){
    .obj1{
        width: 100%;
        background-color: rgb(190,226,250);
        float: left;
        padding: .1%;
        text-align: center;
        transition: 1s;
    }
   
    .obj3
    {
        height: 100%;
        text-align: center;
        width: 100%;
        width: 100%;
        display: block;
        padding: .1%;
    } 
    .resize
    {
         margin: 1%;
         max-width: 70%;
         max-height: 70%;
    }
    .text5 
    {
    font-size: 2em;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    transition: 1s;
    }
    .obj4
    {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
  
}