body {
    font-family: helvetica;
    font-weight: normal;
}

div {
    //border: solid 1px  #ff0000 ;
}

p {
    text-indent: 3%
}

a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #b7aefd;
    text-decoration: underline;
}


a:visited {
    color: blue;
}

a:active {
    color: red;
     text-decoration: underline;
}


#page {
    width: 100%;
    //border: solid 1px  #ff0000 ;    
}

#content {
    width: 960px;
    border: solid 0px;
}

.center {
    width: 95%;
    margin: 0 auto;
}

#logo {
    float: left;
    margin: 2px;
}

#imglogo {
    width: 100px;
}

#header {
    overflow: auto;
    background-image: url(header.jpg);
    background-size: cover;
    height: 310px;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

#feats-list {
    text-align: center
}

@media screen and (max-width: 960px) {
    #content {
        width: 100%;
    }

    #header {
        height: 280px;
    }
}

@media screen and (max-width: 860px) {
    #header {
        height: 260px;
    }
}

@media screen and (max-width: 760px) {
    #header {
        height: 220px;
    }
}

@media screen and (max-width: 660px) {
    #header {
        height: 160px;
    }

    #imglogo {
        width: 70px;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 460px) {
    #header {
        height: 140px;
    }

    #imglogo {
        width: 50px;
    }

    h1 {
        font-size: 16px;
    }

    h2 {
        font-size: 15px;
    }

    h3 {
        font-size: 12px;
    }
}


.identText {
    text-indent: 3%
}
