@keyframes acri-ani{
  from{opacity: 0;},
  to{opacity: 1;}
}
.acri-logo{
  margin: 1% 0 0 0;
}

.acri-sep{
  border-width: 0.1px;
  border-color: snow;
}

@media only screen and (min-width: 600px){
  .acri-parallax-hdtext{
    animation: acri-ani;
    animation-timing-function: screen;
    animation-duration: 2s;
    animation-iteration-count: 1;
    padding:15% 0 0 0;
    color:darkblue;
    font-weight:bolder;
    font-style: normal;
  }

  .acri-nav{
    margin: 2% 0 0 0;
  }

  .acri-nav-text{
    padding:0 1% 0 1%;
    color: #5578DD;
    font-weight: bold;
  }

  .acri-nav-text:hover{
    transition: color 1.5s;
    color:#0D1735;
  }
}
@media only screen and (max-width: 601px){
  .acri-logo-img{
    animation: acri-ani;
    animation-timing-function: screen;
    animation-duration: 2s;
    animation-iteration-count: 1;
    max-height: auto;
    max-width: 38%;
    margin: 2% 4%;
  }

  .acri-parallax-hdtext{
    animation: acri-ani;
    animation-timing-function: screen;
    animation-duration: 2s;
    animation-iteration-count: 1;
    padding:15% 0 0 0;
    color:white;
    font-weight:bolder;
    font-style: normal;
  }

  @keyframes acri-pl{
    from{opacity: 0;top:0%;},
    to{opacity: 1;top:10%;}
  }
  p.acri-parallax-text{
    padding:2% 20% 0% 20%;
    color:white;
    top:0%;
    font-size:15px;
    font-weight:400;
    font-family:trebuchet;
    position: relative;
    animation-timing-function: steps(0,end);
    animation-name: acri-pl;
    animation-iteration-count: 1;
    animation-duration: 1s;
  }

  .acri-main-btn{
    top:73%;
    left:38%;
    max-width: 26%;
    text-align: center;
    min-width: 25%;
    position:relative;
    color:white;
    font-weight: 400;
    padding:2% 3% 2% 3%;
    margin-bottom: 20%;
    border:thin solid;
    border-radius: 40px;
    border-color: midnightblue;
    border-width: thin;
    background: midnightblue;
    cursor: pointer;
  }
  .acri-main-btn:hover{
    color:#fff;
    border-color:white;
    background: none;
    transition: .5s;
  }
  .acri-abt-container{
    margin: 3% 5% 0 5%;
    padding:0;
  }
  .acri-abt-para{
    padding: 0 20% 0 0;
    font-family: serif;
    font-size: 15px;
    font-weight: 400;
  }
  .acri-spp-container{
    margin-top: 4%;
  }
  .acri-spn-hd{
    padding: 10% 0 4% 0;
    text-align: center;
    background:#798FF6;
    font-weight: bolder;
    color: black;
  }
  .acri-spn-hd:hover{
    background: #102AA8;
    padding: 7% 0 7% 0;
    transition: .3s;
  }
  .acri-spn-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }
  .acri-spn-hd span{
    font-size: 0px;
  }
  .acri-pat-hd{
    background: #79BBF6;
    padding: 10% 0 4% 0;
    text-align: center;
    font-weight: bolder;
    color: black;
  }
  .acri-pat-hd:hover{
    background: #1368B4;
    padding: 7% 0 7% 0;
    transition: .3s;
  }
  .acri-pat-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }
  .acri-pat-hd span{
    font-size: 0px;
  }
  .acri-phy-hd{
    background: #79D8F6;
    padding: 10% 0 4% 0;
    text-align: center;
    color: black;
    font-weight: bolder;
  }
  .acri-phy-hd:hover{
    background: #178FB5;
    padding: 7% 0 7% 0;
    transition: .3s;
  }
  .acri-phy-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }
  .acri-phy-hd span{
    font-size: 0px;
  }

}
@media only screen and (max-width:1110px){
  .acri-abt-img{
    max-width:300px;
    height:auto;
    margin-top: 10%;
    right:0px;
    position:relative;
  }
}
@media only screen and (min-width:1111px){
  .acri-abt-img{
    max-width:400px;
    height:auto;
    right:0px;
    position:relative;
  }
}

@media only screen and (min-width:600px){
  .acri-logo-img{
    animation: acri-ani;
    animation-timing-function: screen;
    animation-duration: 2s;
    animation-iteration-count: 1;
    max-height: 7%;
    max-width: 15%;
    margin-left: 40%;
  }

  .acri-parallax-hdtext{
    animation: acri-ani;
    animation-timing-function: screen;
    animation-duration: 2s;
    animation-iteration-count: 1;
    padding:10% 0 0 0;
    color:#fff;
    font-weight:bolder;
    font-style: normal;
  }

  @keyframes acri-pl{
    from{opacity: 0;top:0%;},
    to{opacity: 1;top:10%;}
  }
  p.acri-parallax-text{
    padding:0% 20% 0% 20%;
    color:#fff;
    top:0%;
    font-size:25px;
    font-weight:400;
    font-family: georgia;
    position: relative;
    animation-timing-function: steps(0,end);
    animation-name: acri-pl;
    animation-iteration-count: 1;
    animation-duration: 1s;
  }

  .acri-main-btn{
    top:70%;
    left:42%;
    position:relative;
    max-width: 15%;
    max-height: auto;
    text-align: center;
    color:#fff;
    font-weight: bolder;
    padding:1% 2% 1% 2%;
    border: thin solid;
    border-radius: 40px;
    border-color: midnightblue;
    border-width: thin;
    background: midnightblue;
    cursor: pointer;

  }
  .acri-main-btn:hover{
    color:#fff;
    border-color:#fff;
    background: none;
    transition: .5s;
  }
  .acri-abt-container{
    margin:3% 10% 0 10%;
    padding:4%;
  }
  .acri-abt-para{
    padding: 0 20% 0 0;
    font-family: serif;
    font-size: 20px;
    font-weight: 400;
  }
  .acri-spp-container{
    margin:4% 10%;
  }
  .acri-spn-hd:hover{
    background: #102AA8;
    font-style: italic;
    padding: 13% 0 13% 0;
    transition: .3s;
  }
  .acri-spn-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }
  .acri-spn-hd span{
    font-size: 0px;
  }
  .acri-spn-hd{
    color: white;
    background:#798FF6;
    font-weight: bolder;
    font-size: 17px;
    text-align: center;
    padding: 16% 0 10% 0;
  }
  .acri-pat-hd{
    background: #79BBF6;
    padding: 16% 0 10% 0;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
  }
  .acri-pat-hd span{
    font-size: 0px;
  }
  .acri-pat-hd:hover{
    background: #1368B4;
    font-style: italic;
    padding: 13% 0 13% 0;
    transition: .3s;
  }
  .acri-pat-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }

  .acri-phy-hd{
    background: #79D8F6;
    padding: 16% 0 10% 0;
    text-align: center;
    font-size: 17px;
    color: white;
    font-weight: bolder;
  }
  .acri-phy-hd span{
    font-size: 0px;
  }
  .acri-phy-hd:hover{
    background: #178FB5;
    padding: 13% 0 13% 0;
    font-style: italic;
    transition: .3s;
  }
  .acri-phy-hd:hover span{
    font-size: 30px;
    font-weight: bolder;
    transition: .3s;
  }
}
.acri-abt-txt{
  padding:2%;
  color: midnightblue;
}

.acri-abt-hd{
  font-family: trebuchet;
  font-size: 40px;
  font-weight: 400;
}

.acri-abt-btn{
  background:midnightblue;
  color:white;
  border: thin solid;
  border-color:midnightblue;
  border-width:1px;
  font-weight: bolder;
  padding:2% 4% 2% 4%;
  border-radius: 40px;
  background: midnightblue;
  cursor: pointer;
}

.acri-abt-btn:hover{
  background:white;
  color:midnightblue;
  transition: 0.5s;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 30px;
}
.acri-mobile-nav{
  position:absolute;
  right:10%;
  top:2%;
}
