*{
    padding: 0;
    margin: 0;
    border: 0;
}

body{
    font-family: Sans-Serif;
    background-color: #E47E72;
}

#container{
}

#header{
    width: 100%;
    height: 70px;
    font-family: Sans-Serif;
    line-height: 70px;
    font-size: 26px;
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    background-color: #ffffff;
}

#header img{
    /*width: 50px;*/
    /*max-width: 50px;*/
    width: 120px;
    max-width: 120px;
    float: left;
    /*line-height: 70px;*/
    /*margin-top:2px;*/
    /*padding-left: 10%;*/
    padding-left: 15%;
}

#header span{
    /*color: #ed3792;*/
    color: #e33850;
    float: left;
    padding-left: 15px;
}

#mainContent{
    margin-left: 5%;
}

#content{
    margin: 20px auto;
    /*margin-top: 20px;*/
    background-color: #ffffff;
    width: 66%;
    display: inline-block;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    background-color: #ffffff;
}

#content img{
    width: 100%;
}

#content h1, h3{
    text-align: center;
   color: #e33850;
    margin: 20px 0;
}


#content ol, ul{
    margin: 0 0 0 20px;
}

p strong{
    color:#396a99;
}

strong{
    color:#396a99;
}


#content h2{
    color: #e33850;
    text-align: center;
    margin: 20px 0;
}


.sideBar{
    width: 33%;
    display: inline-block;
}

.article{
    text-align: left;
}

.article img{
    width: 100%;
    margin: 20px 0;
    /*text-align: left;*/
}


/*.fb-page{*/
    /*position: fixed !important;*/
    /*right: 0;*/
/*}*/

#widgetWrapper ,.fb_iframe_widget {
    display: inline-block;
    position: fixed !important;
    right: 0;
    top: 89px;
}

#widgetWrapper{
    width: 500px;
}

#footer{
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    text-align: center;
}

#footer span{
    color: black;
    font-size: 14px;
    line-height: 70px;
    margin-right: 5%;
}

#widgetText{
    display: none;
}

#mainContent{
    margin: 0;
    text-align: center;
}

@media (max-width: 760px) {

    #header{
        position: fixed;
        top: 0;
        text-align: center;
    }

    #header span{
        font-size: 14px;
        padding-left: 5px;
    }

    #header img{
        padding-left: 15%;
        /*padding-left: 5%;*/
    }

    #mainContent{
        margin: 0;
    }

    /*.fb_iframe_widget {*/
        /*display: none !important;*/
    /*}*/

    #widgetContent{
        display: none;
    }

    #container{
        text-align: center;
    }

    /*#header span{*/
        /*padding: 0;*/
    /*}*/

    #content{
        margin-top: 80px;
        width: 84%;
        /*width: 100%;*/
        padding: 30px;
    }

    #footer{
        padding-top: 15px;
        text-align: center;
    }

    #footer span{
        font-size: 11px;
        line-height: 18px;
    }

    #widgetWrapper{
        width: 25px;
        background-color: #2BCACA;
        display: block;
        height: 72%;
        /*text-align: center;*/
        border-radius: 15px 0 0 15px;
    }

    #widgetText{
        display: block;
        margin-top: 145px;
        color: #ffffff;
        text-align: center;
    }
}


@media (min-width: 1440px) {
    #mainContent{
        margin: 0;
        text-align: center;
    }

    #content{
        width: 50%;
        text-align: left;
    }
}