@import url('https://fonts.googleapis.com/css?family=Arimo|Oxygen|Permanent+Marker&display=swap');

body{
    /*background: linear-gradient(to bottom right,  rgba(78, 78, 78, 0.863), rgba(88, 0, 0, 0.527)) no-repeat center fixed;*/
    height: 100vh;
    
}



.heading p{
    color:rgb(109, 27, 27);
    font-size: 4rem;
    font-family: 'Permanent Marker';
    margin:0;
    text-shadow: 2px 2px #fcfafad7;
   
}

.heading img{
    width:25%;
    height:auto;
}


/* li{
    padding: 1rem;
    font-size: 1.5rem;
} */

.navbar-brand img{
    width:auto;
    height:5rem;
  
}


.container {
   
    position: relative;
    width: 100%;
    height: auto;
    flex: 1;
    
    
}
.grey-block {
    background: rgb(233, 232, 232);
    padding-top: 2rem;
}

.container p {
    font-size: 23px;
    padding: 2rem;
    margin: 0;
}

.container li{
    font-size: 23px;
}

.container h1{
    margin: 3rem;
    font-family: 'Arimo';
    color:rgb(109, 27, 27);   
}
.container h3{
   
    font-family: 'Arimo';
    color:rgb(109, 27, 27);
    font-size:25px;  
}
.container h3 b{
    margin-top: 3rem;
    font-family: 'Arimo';
    color:rgb(109, 27, 27);
    font-size:25px; 
}
.container h4{
    margin-top: 3rem;
    font-family: 'Arimo';
    color:rgb(109, 27, 27);
    font-size:25px; 
}


.golive{
    margin: 0 3rem 0 3rem;
}

.clock-picture{
    height:100px;
    width:250px;
    margin-left: 1rem;
    margin-bottom: 3rem;
}
.tools{
    margin: 0 2rem 2rem 2rem;
}

.nav-link{
    color: rgb(109, 27, 27);
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-link:hover {
   color: red;
}
.nav{
    margin: 0 auto;
}
.nav li{
    padding:3rem;
}

.picture{
    margin-bottom: 5rem;
}

.download{
    position: relative;
    width: 100%;
    height: auto;
    flex: 1;
   font-size: 30px;
}

a{
    color: black;
}

.index-img{
    padding-left:30%;
    height:50%;
    
}
.mission{
    margin-top:5%;
}


.a-link{
    font-size: 25px;

}

.upgrade p{
    font-size:16px;
}
.upgrade i{
    border: 4px solid rgb(153, 27, 27);
    border-radius: 100px;
    padding:10%
}

.links{
    color:blue  
}

body {
    font-family: 'Montserrat', sans-serif;
  }
  
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .hero-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') no-repeat center center/cover;
    padding: 100px 50px;
    color: #fff;
  }
  .hero-wrapper-richmail {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.pexels.com/photos/374720/pexels-photo-374720.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') no-repeat center center/cover;
    padding: 100px 50px;
    color: #fff;
  }
  .hero-wrapper-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    padding: 100px 50px;
    color: #fff;
  }
  
  .icons {
    background: #ddd;
  }
  
  .icons-row {
    padding: 50px 0 20px 0;
    
  }

  .icons-row i {
    border: 4px solid rgb(153, 27, 27);
    border-radius: 100px;
    padding:50px;
    position: relative;
  }
  
  .icons-row > div {
    text-align: center;
  }
  .heading-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), no-repeat center center/cover;
    background-color: rgba(218, 178, 69, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/159108/light-lamp-electricity-power-159108.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') no-repeat center center/cover;
    background-color: rgba(218, 178, 69, 0.8); /* Tint color */
    /*background-blend-mode: color-burn;*/
  }
  .heading-wrapper2 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/2265488/pexels-photo-2265488.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') no-repeat center center/cover;
    background-color: rgba(197, 188, 165, 0.8);; /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper3 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/8867376/pexels-photo-8867376.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(212, 212, 212, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper4 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/4481259/pexels-photo-4481259.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(173, 166, 166, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper5 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/6534898/pexels-photo-6534898.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(194, 187, 187, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper6 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/8867376/pexels-photo-8867376.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(212, 212, 212, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper7 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/236748/pexels-photo-236748.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(175, 174, 174, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper8 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/265087/pexels-photo-265087.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(175, 174, 174, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper9 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/8850706/pexels-photo-8850706.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') no-repeat center center/cover;
    background-color: rgba(175, 174, 174, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper10 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://images.pexels.com/photos/707582/pexels-photo-707582.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(175, 174, 174, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
  .heading-wrapper11 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(' https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat center center/cover;
    background-color: rgba(175, 174, 174, 0.8); /* Tint color */
    background-blend-mode: color-burn;
  }
 
  .elements-row {
    padding: 20px 0;
  }
  
  .heading-container {
    margin-bottom: 25px;
    color: #fff
  }
  .heading-container h2{
      padding: 100px;
      text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .heading-container {
      margin-bottom: 0;
    }
  }
  
  .heading-wrapper {
    border: 2px solid #121212;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
  }
  
  .heading-wrapper h1 {
    font-weight: bold;
    text-align: center;
    color: white;
  }

 .fa-3x:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

 }

@media only screen and (min-width : 320px) and (max-width : 506px){
    /*ABOUT*/
    .container h1{
        font-size: 25px;
        margin-bottom:0;
    }
    .container h3 {
        font-size:16px; 
    }
    .container h4{
        padding-left: 30%;
    }
    .container{
        margin: 2rem 0 0 0;
        box-shadow:none;
    }
    .container p{
        font-size: 16px;
        margin-bottom: 0;
        margin-top:0;
    }
    .container li{
        font-size: 16px;
    }
    .picture{
        height:25%;
        width:25%;
        margin-left: 40%;
    }
    .partner{
        margin: 3rem;
    }
    .partner p{
        padding:0;
    }
    .heading p{
        font-size: 3rem;
    }
    .heading img{
        width:40%;
        height: auto;
    }
    .navbar-brand img{
       display: none;
    }
    .background{
        height: 300px;
    }
    .nav-link{
        font-size: 12px;
        padding: .5rem;;
    }
    .concepts{
        flex-direction: column;
        
 
    }
    .concepts h1{
        font-size: 25px;
        margin-top:0;
    }
    
    .a-link a{
        font-size: 20px;
    }

    .index-img{
        padding-left: 20%;
        padding-top: 0;
    }
    .clock-picture{
        margin-left:3rem;
    }

}

@media only screen  and (max-width : 767px){
    
    
    .navbar-brand img{
        display: none;
     }
    
}


@media only screen  and (min-width : 768px) and (max-width : 989px){
    .container{
        margin-top: 2rem;
    }

    button{
        width: 3rem;
        height: 3rem;
    }
    .navbar-brand img{
        display: none;
     }

    .concepts h1{
        font-size: 30px;
     }
   
}


@media only screen  and (min-width : 990px) {
    button{
        display: none;
    }

    .navbar-brand img{
        width: auto;
        height: 3rem;
    }

    
   
   
}
