/****** General Styles *********/


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('/fonts/lato-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v11-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('/fonts/lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('/fonts/lato-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v11-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    line-height: 1em;
}

html, body {
    height: 100%;
}

main {
    /*padding-top: 100px;*/
    padding-top: 10vw;
    padding-bottom: 10px;   
}

main a {
    color: #3F51B5;
    text-decoration: none;
}

label {
    margin-right: 25px;
    margin-top: 25px;
    float: right;
    clear: both;
    font-size: 15px;
    font-size: 1.5vw;
}

input[type=text] {
    width: 25vw;
    min-width: 120px;
    border: 1px solid #000000;
    padding: 0.2em 0 0.2em 1em;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-top: 25px;
    float: right;
    clear: both;
    line-height: 15px;
    font-size: 15px;
    font-size: 1.5vw;
}

input[type=submit] {
    width: 10vw;
    min-width: 50px;
    border: 1px solid #000000;
    padding: 0.2em 0 0.2em 0px;
    margin-right: 25px;
    float: right;
    clear: both;
    line-height: 15px;
    font-size: 15px;
    font-size: 1.5vw;
}

article {
    width: 80%;
    padding: 0.5em;
    margin: 0 auto;
    clear: both;
}

article ol {
    width: 95%;
    margin: 0 auto;
    padding-left: 1.5rem;
}

/* make bullet points inward */
article ul {
    list-style-position: inside;
}

article li {
    margin: 10px;
    line-height: 20px;
}

/* set font-weight font-size/line-weight and fallback font*/ 

h1 {
    color: #212121;
    font-weight: bold;
    font-size: 0.8em;
}

h2 {
    font-weight: bold;
    padding: 0.1rem;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #212121;
}

h3 {
    padding-left: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

h4 {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}
/* used in caption of the image */
h6 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
}

/* set top, right and bottom margin */
p {
    width: 95%;
    margin: 0 auto;
    padding-top: 1rem;
    line-height: 1.5em;
}

pre {
    width: 90%;
    margin-top: 1rem;
    margin-left: 1rem;
    border-radius: 0.2rem;
    border: 1px solid #ddd; 
    background: #f6f6f6;
    color: #666;
    padding: 0.5em; 
    font-family: "Courier New (monospace)", "Courier (monospace)", monospace;
    font-size: 0.9rem;
    line-height: 1.25;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/****** Navigation Style *********/

nav {
    position: fixed;
    /*top: 4.5vw;*/
    width: 100%;
    font-size: 1.4vw;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
}

nav ul {
    background: #3F51B5;
    list-style: none;
    overflow: hidden;
}

nav li {
    float: left;
    display: block;
    width: 12vw;
}

nav li a {
    width: 12vw;
    border: none;
    display: block; 
    padding: 0 1em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4vw;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 2em;
    letter-spacing: 0.1em;
}

nav li a:hover {
    background-color: #303F9F;
}

/* end navigation */

/* footer (not in use for now)

footer {
    text-align: center;
    font-size: 0.8vw;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

footer p {
    color: #FFFFFF;
    padding-top: 40px;
    width: 15%;
    float: left;
}

end footer */


.wrapper {
    position: relative; /* ensure nav is positioned correctly*/
    width: 100%;
    min-height: 100%;
}

.dropbtn {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3F51B5;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}

.dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.2vw;
}

.dropdown-content a:hover {
    background-color: #303F9F;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/****** media Queries *********/

/* use only screen to ensure IE 8 or earlier don't load these */
@media only screen and (min-width: 768px) {

}
