﻿body {
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    margin: 0px !important;
    color: #797979;
    background-image: url('../Images/1_Top_Green_Enviro_Background_2000x690.jpg');
}

.cefaname {
    width: 100%;
    max-width: 320px;
    height: 70px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin: 10px 10px 10px 30px;
}

.titlediv {
    padding: 4px;
    margin-top: 20px;
    margin-left: 430px;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 700;
}

/*a {
    font-size: 0.8em;
}*/

.icon-login {
    position: absolute;
    right: 25px;
    top: 7px;
}

label {
    font-size: 0.875em;
    font-weight: 300;
}

.dark-bg {
    color: #fff;
    background: #1a2732;
    background-color: #1a2732;
}

.container {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    
}

address, .copyright {
    margin-left: 30px;
    font-size: 0.8em;
}

address {
    width: 200px;
    text-align: left;
    float: left;
    margin-top: 20px;
}

.copyright {
    padding: 10px 0px;
    font-size: 0.8em;
    clear: both;
    width: 280px;
}

/*footer {
    position: fixed;
    line-height: normal;
    width: 100%;
    height: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}*/

footer {
    line-height: normal;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    bottom:0;
}

.footerlogo {
    margin: 5px 20px;
    width:100px;
    height:100px;
    float: right;
    padding: 5px;
}

.form-group {
    margin-bottom: 40px
}

.carousel-image {
    width: 90%;
    margin: 0px auto;
    background-color: white;
    padding: 5px;
    object-fit: cover;
    border-radius: 10px;
}

.socials {
    margin-top:45px;
    width:42px;
}

.row {
    margin-right: 0px;
}


