body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 2em;
    background: rgb(253, 253, 252);
    margin: 0%;
}

h1 { 
    color: grey ;
    font-size: 50px;
    margin-top: 50px;
    overflow: hidden;
}

p {
    font-size: 20px;
    padding: 0 5%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif, monospace; 
    font-style: italic;
}


.container {
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.containerb p{
    font-size: 17px;
    padding-left: 10%;
}


#mainHeader {
    background: rgb(253, 253, 252);
}


#jumbo {
    background-position: center center ;
    min-height: 50px;
    text-align: center;
}

#jumbo h1 {
    color: black;
    font-size: 20px;
    padding-top: 5px;
    line-height: 1.6em;
}

#main {
    float: right;
    width: 70%;  
    padding: 0 30px;
    box-sizing: border-box;;
    font-size: 15px;
}

#main p {
    font-size: 19px;}

#sidebar {
    float: left;
    width: 30%;
    padding: 10px;
    border-right: 1px solid gray;
    box-sizing: border-box;
   margin-bottom: 200px;
}

#mainFooter {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px;
    margin-top: 25px;
}


#mainFooter p {
   font-size: 14px;
   bottom: 0;
   right: 5%;
   left: 5%;
   opacity: 100%;
}

.clearFix {
    clear: both;
}

#pExample {
    width: 400px;
    height: 400px;
    border: 1px solid palevioletred;
    position: relative;
    /* left: 50px;
    top: 100px; */
}

#pExample span:first-child {
    position: absolute;
    bottom: 20px;
    right: 100px;
}

#pExample span:last-child {
    position: absolute;
    bottom: 100px;
    left: 30px;
}

#fixed {
    position: fixed;
    bottom: 0;
    right: 50px;
    background: pink;
    padding: 5px;
}


@media (max-width: 600px){
    #main, #sidebar {
    width: 100%;
    float: none;
    border: none;
    }
}

.containerb video {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.containerb {
    max-width: 90%;
    height: auto;
}

.containera p {
    font-size: 11px;
    width: 70%;
    font-weight: 300;
    text-align: center;
}

.containerd a{
    font-size: 15px;
    color: black;
    font-family: 'Courier New', Courier, monospace; 
    display: inline;
}

.containerd li{
   list-style: none;
   line-height: 125%;
   text-align: center;
    margin-left: 5%;
    margin-right: 5%;
   display: inline;
}


.containera p {
    font-size: 14px;
    text-align: justify;
    line-height: 125%;
    width: 85%;
    text-align: center, justify;
    margin: auto;
}

.containera img {
    max-width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.containerm video {
    max-width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.containerm img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.containerm p {
    font-size: 15px;
    color: black;
    font-family: Arial, Helvetica, monospace;
    font-style: italic;
    text-align: left;
    padding-left: 10%;
}

.containerma img {
    max-width: 35%;
    height: auto;
}


