body {
    position: relative;
    /*background-image: url("../resources/cssAssets/scrollpage.jpg");*/
    /*!*background-repeat: no-repeat;*!*/
    /*background-size: 100%;*/
}

h1{
    font-size: 60px;
    font-weight: bold;
}

h2{
    font-size: 40px;
    font-weight: bold;
}

h3{
    font-size: 40px;
}


ul
{
    font-size: 12px;
}

.dropdown-scroll
{
    height: auto;
    max-height: 85px;
    overflow-x: hidden;
}

p
{
    font-size: 26px;
}

.sec
{
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    margin-bottom: 0;
    list-style: none;
}

li.sec a{
    padding: 5px;
}

ul.nav-pills {
    top: 20px;
    position: fixed;
}
div.col-sm-9 div {
    min-height: 250px;
    font-size: 28px;
     background: white;
    margin-bottom: 100px;
}
/*#section1 {color: #fff; background-color: #1E88E5;}*/
/*#section2 {color: #fff; background-color: #673ab7;}*/
/*#section3 {color: #fff; background-color: #ff9800;}*/
/*#section41 {color: #fff; background-color: #00bcd4;}*/
/*#section42 {color: #fff; background-color: #009688;}*/

@media screen and (max-width: 810px) {
    #section1, #section2, #section3, #section41, #section42  {
        margin-left: 150px;
    }
}

img{
    margin-bottom: 50px;
    margin-top: 50px;
}

.picCompare{


    width: 49%;

}


.picFull{
    width: 100%;
}

p.picCompare
{
    float:left;
    height: 300px;
}