﻿/*:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}*/

.logo{
    background-image:url(../Images/logo-header-designa.svg); 
    height:21px;
    width:130px;
}

.mainTitle{
    font-size:large;
    text-align:center;
}

.mainForm{

}

body {
    min-width: 600px;
    width: 800px;
    align-content: center;
    align-self: center;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.topSection {

}

.column {
    float: left;
    width: 40%;
    padding: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.positiveConditionsSection{}

.negativeConditionsSection{}

.howToSection{}

.toExpectSection{}

.textArea{
    width:250px;
    height:150px;
}

.sectionDivider {
}

.formSection {}

.mainForm{}

.generalConditionsSection{}

.dealerInfornationSection{}

.CustomerInfornationSection{}

.miscSection{}

.imagesSection{}



