a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: .8125em;
    line-height: 1.8em;
    font-family: Calibri;
    color: #333
}

a:link {
    color: #333
}


#main {
    height: 100vh
}

#main .page {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    height: 100%
}

@media only screen and (max-width:959px) {
    #main .page {
        width: 640px
    }
}

#main .page .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px
}

#main .page .header .logo img {
    height: 50px
}

#main .page .header .links .email,
#main .page .header .links .phone {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: auto 100%;
    font-size: 14px;
    color: black;
}

#main .page .header .links .phone {
    background-image: url(../images/phoneIcon.png);
    margin-right: 5px
}

#main .page .header .links .email {
    background-image: url(../images/emailIcon.png);
    margin-left: 5px;
    
}

#main .page .content {
    padding-top: 10px
}

#main .page .content h3,
#main .page .content p {
    font-size: 20px;
    line-height: 24px
}

#main .page .content h3 {
     color: black; 
}

#main .page .content p {
    font-size: 18px;
    
}

@media only screen and (max-width:639px) {
    #main .page {
        width: 95%;
        padding-top: 15px;
        padding-bottom: 15px;
        height: unset
    }

    #main .page .header {
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px
    }

    #main .page .header .links {
        padding-right: unset
    }

    #main .page .content p {
        word-break: break-word;
        font-size: 16px
    }
}

#main .page .content img {
    max-width: 100%;
    margin-top: 10px
}

#main .page .content .center {
    text-align: center
}

#main .page .content h3.center {
    margin-top: 20px
}