

/*.container img {vertical-align: middle;}*/

/* .content {
  position: relative;

  background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.5);  
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: fixed;
  z-index: 1500;
 
}*/
 .content{
  position: fixed;
  background-color: rgba(248, 249, 249,0.5);
   padding: 15px;
   width: 100%;
  z-index: 1500;
 
}
.solid
{
 position: fixed;

  background-color: red;
   
  
  width: 100%;

  position: fixed;
  z-index: 1500; 
}
.content {
    margin-top: -50%;
}
.menu {
    color: black;
    font-size: 30px;
}
.togle {
    float: right;
    margin-left: 71%;
    margin-bottom: -1%;
    margin-top: -1%;
}
/*.menu:hover
{
  color: orange;
  padding: 2px;
}*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 90px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  opacity: 0.9;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;


}

.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav  h5
{
  line-height: 0.5;
}

.sidenav .closebtn {
    position: absolute;
    top: 10%;
    right: 101px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.nav.header
{
  margin-left: 40%;
  font-size: 40px;
  width: 100%;
}
.nav.header li
{
  color: white;
  margin-left: 2%;
}
.nav.header li:hover
{
   
   color: orange;
   padding: 3px;
}
@media (min-width: 320px) and (max-width: 420px)
{
  .togle {
    float: right;
    margin-left: 80%;
    margin-top: -79px;
}
.rh
{
display: none;
}
}
.top
{
  margin-top: 800px;
}
#down {
    margin-left: 48%;
    margin-top: -6%;
    color: white;
    border: solid 2px white;
    margin-right: 48%;
    padding: 14px;
    border-radius: 17px;
}

i.far.fa-handshake.hand.fa-4x {
    margin-top: 25%;
    margin-left: -32%;
    border: 2px solid black;
    padding: 10px;
    border-radius: 30px;
    color: black;
}



.scrol {

    float: right;
    position: fixed;
    width: 100%;
    top: 80%;
    left: 95%;
    color: #f26f35;
 transition: 0.4s;
}
.sticky {
  position: fixed;
  top: -68%;
  width: 100%;
  z-index: 1500;
  background-color: white;
}
body p 
{
  text-align: justify;
}
.anchor
{
 display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}
.btn .waves-effect .inte .ripe-malinka-gradient span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn .waves-effect .inte .ripe-malinka-gradient span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 10px;
}

.btn .waves-effect .inte .ripe-malinka-gradient:hover span {
  padding-right: 25px;
}

.btn .waves-effect .inte .ripe-malinka-gradient:hover span:after {
  opacity: 1;
  right: 0;
}
a.close.res {
    display: none;
}


