html {
    font-size: 18px;
     
    background: url(images/envirobkgd2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*body {
     background-image: url("resources/css/images/envirobkgd2.jpg")
         
     background-size: cover;
    
}*/


figcaption {
    font-family: Helvetica, sans-serif;
    display: inline-flexbox;

    font-style: italic;
    font-size: 1em;
    text-align: center;
    color: rgb(167, 245, 184);
    text-shadow: 1.2px 1.2px #30010b;

}


h1 {


    font-family: 'Quintessential', cursive;
    display: inline-flexbox;
    font-size: 2.4em;
    text-align: center;
    letter-spacing: 3px;

    color: rgb(167, 245, 184);
    text-shadow: 1.5px 1.5px #30010b;
    margin-bottom: 0%;

    padding-top: 10px;
    padding-bottom: 10px;
}

.welcome {
    line-height: 2.5;

}


  

p {
    text-shadow: 1.3px 1.3px #30010b;
    
    font-weight: bold;
    font-size: 0.9em;
    font-family: Helvetica, sans-serif;
    text-align: center;
    color: rgb(167, 245, 184);

    padding-left: 20px;
    padding-right: 20px;
    margin-top: none;
    
}


nav {
    font-family: Helvetica, sans-serif;
    display: flex;
    font-size: 1em;
    justify-content: space-evenly;
    color: rgb(167, 245, 184);
    background-color: #042d2f;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 10px

}

.nut img {
    border: 3px solid #042d2f;
}

.logo {
    height: 55px;
    width: 55px;
    float: left;
    background-color: #042d2f;
    border:#042d2f;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-top: 10px;
}

h2 {
    position:relative;
    font-family: 'Quintessential', cursive;
    font-size: 1.9em;
    color: rgb(167, 245, 184);
    text-shadow: 1.4px 1.4px #30010b;;
    text-align: center;
    letter-spacing: 3px;
    
    margin-bottom: none;
    margin-top: none;
}

h3 {
    font-family: Helvetica, sans-serif;
    color: rgb(167, 245, 184);
    display: flex;
    font-size: 1em;
    text-align: center;

    background-color: #042d2f;
    letter-spacing: 3px;
    text-shadow: 1px 1px #30010b;
}


a {
    
    font-size: 1.1em;
    color: rgb(167, 245, 184);
    padding-top: 10px;
}



img {
    display: flex;
    border: 3px solid #36013F;


    width: 100%;
    height: auto; 

    margin-bottom: 2%;
    
}

.row {
    display: flex;
    background-color: #042d2f;
    padding: 10px 5px 10px 5px;
    max-width: 100%;
}

.column {
    flex: 33.33%;
    padding: 10px 10px 0px;


}

/* the about section*/

section {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.6;
    padding-bottom: 30px;
}


.team {
    font-family: 'Quintessential', cursive;
    text-align: center;

    line-height: 1.6;
}

.sample {
    font-family: Helvetica, sans-serif;
    text-align: center;
    line-height: 2.5;
}


/* Business profile image and text */

.profiles {
    font-size: 1em;
    text-align: center;
     
}

.row2 {
    display: flex; 
    height: auto; 
    width: 100%;

}


.column2 {
    flex: 33.33%;
    padding: 5px 10px 0px;
    background-color: #042d2f;
}

strong {
    background-color: #042d2f;


}

/* The footer section with logo...*/
.sitefooterBar {
    position:relative;
    background-color: #042d2f;
    color: rgb(167, 245, 184);

    text-shadow: 1.2px 1.2px #30010b;

    bottom: 0;
    padding-top: 10px;
    width:100%;
    height: 60px;

}

.content {
    display: block;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 0.7em;
    width: 300px;
}

.foot {
    display: inline;
    line-height: 1.4;
}


/* For screens with width smaller than 400px */
/*body {
    background-image: url('small-birb.jpg'); 
}*/


/*@media screen and (minwidth: 480px) {
    .img {
        
    }
}*/

