*{
  box-sizing:border-box;
}
body{
  margin:0; 
}
.container{
  margin:auto;
  max-width:1200px;
  justify-content:space-between;
}
.img{
 background-image: url("istockphoto-1285395672-612x612.jpg");
 background-size:cover;
 background-repeat:no-repeat;
 padding: 5px 0 20px;
 background-attachment: fixed;
}
.mySlides{
    border-radius: 8px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
a{
  color:white;
  font-weight:700;
  font-size:15px;
  font-family:Sans-serif;
  text-decoration:none;
  margin-bottom:70px;

}
.title1{
  color:ghostwhite;
  font-size:26px;
    font-weight: bold;
text-align: left;
}
.title5{
 color: navajowhite;
font-family: monospace;
  letter-spacing:2px;
  font-size:25px; 
    text-align: center;
    width: 100%;
}
.title4{
  color: deepskyblue;
  letter-spacing:2px;
  font-size:50px;
     text-align: center;
    text-shadow: 2px 2px white;
padding-top: 2px;
}
.title2{
  color:deepskyblue;
  text-shadow: 2px 2px white;
  font-size:50px;
     text-align: center;
  font-weight:bold;
}
.introduce{
color:white;
font-style: oblique;
    text-shadow: 1.2px 1.2px aqua;
text-decoration: 3px;
     text-align: center;
 font-size:35px;
}
.int{
 color:floralwhite;
 line-height: 1.5;
 text-align: center;
 font-size:20px;
}
.button1{

  border-radius:3px;
  border:0;
  font-family:'Quicksand',sans-serif;
  font-weight:bold;
  background-color:steelblue;

    margin-left: 4px;
float: right;
    margin-top: 6px;
    
}
.button{

  border-radius:3px;
  border:0;
     margin-top: 2px;
  font-family:'Quicksand',sans-serif;
  font-weight:bold;
  background-color:steelblue;
 
    margin-top: 6px;
       margin-left: 4px;
    float: right;
}
.button:hover {
  box-shadow: 0 2px 6px 0 gold;
      
}
.button1:hover {
  box-shadow: 0 2px 6px 0 gold;
}
.title3{
 font-family:'Quicksand',sans-serif;
  font-size:40px;
  text-align:center;
  margin-top:20px;
  margin-right: 20px;
  color: white;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
    }
  to {
    text-shadow: 0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
  }
}
.page2{
  text-align:center;
}
.page3{
 background-image: url("istockphoto-1285395672-612x612.jpg");
 background-size:cover;
 background-repeat:no-repeat;
 padding: 5px 0 35px;
 background-attachment: fixed;
}
}
.page3-box{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding: 20px 0;
}
.information{
flex:1;
  padding-left:70px;
}
button.learn-more{
  background-color:#292b2c;
  color:white;
}
.info-title{
 font-family:'Quicksand',sans-serif;
  font-size:40px;
  text-align:center;
  margin-top:20px;
  margin-right: 90px;
}
.info-t{
 font-family:'Quicksand',sans-serif;
  font-size:40px;
  text-align:center;
  margin-top:20px;
  margin-right: 50px;
}
.info-all{
  color:#000000b3;
  margin-bottom:20px;
  line-height:1.4;
  text-indent: 50px;
  font-size:17px;
  text-align: justify;

}
span{
  font-size:40px;

}
.page4{
  padding:10px 0;
}
.under{
  background-color:#f5f5f5;
  padding:10px;
  display:flex;
}
 .under .container{
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;
   width:100%;
  }
 
.copy{
 font-family: 'Quicksand', sans-serif;
}
.fa {
  padding: 4px;
  font-size: 20px;
  text-align: right;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 20%;
}

.fa:hover {
    opacity: 0.7;
}
.fa-instagram {
  background: indianred;
  color: white;
    text-align: right;
}
.fa-linkedin {
  background:skyblue;
  color: white;
    text-align: right;
}
.butt{
    text-align: left;
}

@media (max-width: 840px) {
  .information {
    padding-left: 0;
    text-align: center;
  }
  .page3-box {
    justify-content: center;
  }
    .button1{
     margin-left: 200px;
    }
}
