﻿body {
    /*background: linear-gradient(90deg, white, gray);*/
    background-color: #eee;
}

body, h1{
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
     
}

.banner {
    float: initial;
    background-color: #4cad49;
    font-weight: 300;
    padding-bottom: 10px;
    resize: none;
}

.selected {
    font-size: 29px;
    margin-left: 25px;
    margin-right: 25px;
    color: white;
}

a {
    font-size: 25px;
    margin-left: 25px;
    margin-right: 25px;
    color: black;
    cursor: pointer;
    text-decoration:none;
}

    a:hover {
        color: white;
        font-size: 29px;
    }

.companyno {
    float: right;
    font-weight: 100;
    margin-top: 25px;
}

.main-icon {
    margin-top: 100px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 177px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}


.row:before, .row:after {
    display: table;
    content: " ";
}

h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.lead {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}
.pText {
    font-size: 15px;
    font-weight: 200;
    margin-left: 25%;
    margin-right:25%;
    text-align: left;
}
    


.second {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px;
}


p {
    margin: 0 0 10px;
}

