

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img, object {
    max-width: 100%
}
.container {
    padding: 0px;
}

#mycontainer {   
    background-color: white;
    width: 80%;
    border-top: 5px solid #006CD8;
}

#header {
    align-items: center;
    text-align: center;
}

#headcol2, #headcol3{    
    padding-top: 55px;
    margin-bottom: 10px;
}


#navbar {
    margin: 0px;
}

.jumbotron {
    margin: 0px;
}
#jcol1, #jcol2, #jcol3{
    align-items: center;
}

.jumbotron img {
    margin: auto;
}

#header2img2 {
    margin-left: auto;
    margin-right: auto;
}

#section1  {
    background-color: #eeeeee;
}
#section1 p{
    margin-top: 10px;
}

#section1, #section2{       
    margin: 0px;
    padding: 20px 0px 20px 0px;      
}

#section1 img, #section2 img{
    margin: auto;
}

#s1col1, #s1col2, #s1col3, #s1col4 {
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;    
}

#s2col1, #s2col2, #s2col3, #s2col4 {
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;     
}

#s3col2 {
    align-items: center;
}



#pg2Section1 img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

#pg2Section1 p {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 10px;
}

.caption {
    margin-top: 5px;
}

#pg2Section2  {
    margin-top: 20px;
    background-color: #eeeeee;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 10px;
}

#pg2Section2 p {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

#pg2Section3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

iframe {
    frameborder="0";
}

#p3s3col2 {
    border-left: 1px solid gray;
}

footer {
    width: 100%;
    margin: 0px;
    background-color: #cccccc;  
}

#bottomfooter {
    width: 100%;
    margin: 0px;
    border-top: 1px solid gray;
    background-color: #000;
    color: dimgray;
}





-----------------------------------
/* Media Queries*/

@media only screen and (max-width: 500px) { 

#s1col1, #s2col2{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;      
 }
}

@media only screen and (min-width: 640px) { 
    body {
  background-image: url("../img/squaredMetal.png");
 }
}


