﻿.underline {
    text-decoration: underline;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
    margin-bottom: 0px;
    border-radius: 0;
	font-family: Cambria;
	font-size: 2em;
}

/* Remove the jumbotron's default bottom margin */


.jumbotron {
    margin-bottom: 0;
    /*background-color: #0b3b40;*/
    
    text-align: center;
	font-family: Cambria;

}



.body {

    /* background: #040F12 url(../images/img01.jpg) repeat-x left top; */
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: black;
    overflow: hidden;
}

#iframe-containers {
    position: relative;
    border: 3px solid #73AD21;
    width: 100%;
    height: 800%;
}

.iframe-container {
    overflow: hidden;    
    padding-top: 56.25%;
    position: relative;
    
}

    .iframe-container iframe {
        border: 0;
        height: 90%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
.inner {
  margin-left: 30px; 
}


.content-inside {
  padding: 20px;
  padding-bottom: 50px;
}


/* Add a gray background color and some padding to the footer */
.footer {
      
    
  margin-top: -20px;
    background-color: #efefef;
    text-align: center;
    width: 100%;
    color: #0074D9;
    
}









