﻿.LogoImage {
    background: url('../Images/cd_blue.png');
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    align-items: center;
}

.ImageHome {
    background: url('../Images/house.png');
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}

.ImageAbout {
    background: url('../Images/about.png');
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}

.ImageContact {
    background: url('../Images/mail_earth.png');
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}



.CorijnaLayout {
    border: 0;
    padding-left: 0px;
    margin: 0 auto;
    font-size: 14px !important;
    align-items: stretch;
    text-align: left;
}

    .CorijnaLayout input[type="text"] {
        border: 0;
        padding-left: 0px;
        margin: 0 auto;
        font-size: 14px !important;
        align-items: stretch;
        text-align: left;
    }



