/* General page styling*/

*{
    background-color: #ffffff;
    overflow-x: hidden;
} 

.dial
{
    float:left;
    padding:0px;
    margin: 0px;
}

.facebook
{
    float:right;
     padding:0px;
    margin: 0px;
    justify-content: flex-end;
   
}

.links{
    margin-top: auto;
    background: white;
    padding: 20px;
  

   
}
.links a
{
    background: #ffff;
    text-decoration: none;
    margin-right: 80px;

    
}

#logo
{
    position: absolute;
    opacity: 0.8;
    margin-left: 50px;
    margin-top: 50px;
}

#agric
{
    padding-top: 0px;
}


/* The smart farm */

.scroll{
    color:#083111;
    text-align: center;
    position:absolute;
    top: 10px;
    left: 700px;
    font-size: 80px;
}
   
.text
{
    color:rgb(177, 177, 27);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:30px;
    font-weight: 100px;
    justify-content: center;
   background-color: #083111;
    
}

h2
{
    text-align: center;
    text-shadow: #083111;
}

.front
{
height:100px;
width: auto;
position: absolute;
padding-bottom: 5px;
}

.visit
{
    color:black;
    margin-left: 30px;
    padding-left: 300px;
    font-size: medium;
    margin-top:20px;
    position: relative;
    
}


.people{
    float:right;
    margin-top:0px;
    height: 100px;
    width: auto;
    top: 50px;
    
}


.row
{


}

.adress
{
    text-align: center;
    font-size:larger;
   
}

footer
{
   
    
}

.nav{
    background-color: green;
}

.fas{
    color: white;
     background-color: green;
}
.fab{
    color:white;
     background-color: green;
}

.maps
{


}

.card
{
    border: 1px solid green;
    height:auto;
    text-align: justify;
}

h2
{
    text-align: center;
    height: fit-content;
    font-size: larger;
    color:#083111;
}

.marketplace
{
    bottom: 50px;
    justify-content: baseline;
}













