.btn {
  background-color: #004696;
  border: none;
  color: white;
  padding: 16px 0px;
  font-size: 16px;
  cursor: pointer;
  inline-height: 16;
}

.header {
	z-index: 10;
	width: 100%;
	height: 49px;
	background: #004696;
	position: sicky;
}

.footer {
	z-index: 10;
	width: 100%;
	height: 50px;
	color: white;
	background: #004696;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 10 auto
}

.footer a, .footer a:visited {
  color: white;
  text-decoration: none;
}

.footer a:hover, .footer a:active {
  color: #add8e6;
  text-decoration: none;
} 

.box {
	padding: auto;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

body {
  padding: 0;
  margin: auto;
  background-color: #fff;
  color: #192846;
  font-size: 100%;
  font-weight: 500;
  text-align: justify;
  font-family: 'testfont';

 }
 
  p.ex1 {
  padding-top: 0px;
  padding: 0;
  margin: auto;
  background-color: #fff;
  color : #3332222;
  font-size : 100%;
  font-weight: 500;
  text-align : justify;
  font-family: 'testfont';
  padding-bottom: 15px;
}



@font-face {
    font-family: testfont;
    src: url("fonts/MuseoSans_500.otf");
}
.navbar {
  overflow: hidden;
  background-color:#004696;
  height: 49px;
 
}

.navbar a, .navbar a:visited {
  float: left;
  font-size: 16px;
  color: black;
  text-align: left;
  padding: 14px 0px;
  text-decoration: none;
}

.navbar a:hover, .navbar a.active {
  color: #add8e6;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: none;
  padding: 14px 16px;
  background-color: lightblue;
  font-family: inherit;
  margin: 0;
  
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: none;
}

/*======================================================================================*/
/*	Content formats  
/*======================================================================================*/
/* Headlines */
h1 {
	color: #192846;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	margin: 20px;
}

h2 {
  color: #192846;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  margin: 10px 0 10px 0;
}

h3 {
  color: #192846;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 120%;
  margin: 10px 0 10px 0;
}
  
  
.topnav {
  overflow: hidden;
  background-color: white;
}

.active {
  background-color: white;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 15px 16px;
  background-color: #004696;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  position: relative;
  top: 49px; /* TODO (SB): This might why the drop-down menu disappears when you are not fast enough.*/
  display: none;
  position: absolute;
  background-color: white;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  inline-height: 16;
}

.topnav a:hover, .dropdown:hover  {
  background-color: #004696;
  color: white;
}


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

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
.topnav-right {
  float: right;
  font-size: 16px;
  margin-top: 1px;
}
 
.topnav-right a, .topnav-right:visited {
  color:white;
}
  
/* Hyperlinks */
a, a:visited {
   transition: all ease 0.15s;
   text-decoration: none;
   color: #004696;
}

a:hover, a:active {
   color: #add8e6;
}

/* keyboard/programming letters type */
/* This text is in Lucida Sans Typewriter */
.program { 
	font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 
}
 
/* up button */ 
 #upBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #004696;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#upBtn:hover {
  color: #add8e6;
}

label.hamburger { 
   display: block;
   background: #004696;
   width: 18px; height: 18px; 
   position: relative; 
   margin-left: 0px;
   margin-right: 0px;
   border-radius: 0px; 
}


.hamburgerLine { 
   position: absolute; 
   left:2px;
   height: 2px; width: 18px; 
   background: #fff; border-radius: 2px;
   display: block; 
}

.hamburgerLine:nth-child(1) { top: 2px; }
.hamburgerLine:nth-child(2) { top: 8px; }
.hamburgerLine:nth-child(3) { top: 14px; }

.triangle {
    position: absolute; 
    top: 21px;
    width: 0; 
    height: 0; 
    margin-left: 6px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white;
}


/* added new styling for sub-menu */

/* Add an active class to the active dropdown button */
.active {
  background-color: #004696;
  color: black;
  padding-left: 8px;  

}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #004696
  margin-top: -12px;
  padding-left: 20px;
  padding-right: 8px;
  color: white;
 
}

/* Optional: Style the caret down icon */
.caret-down {
	width: 0; 
	height: 0;
	margin-top: 6px;
	margin-left: 6px; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #004696; 
	display:block;
	float: right;
}

.dropdown-btn{
    margin-left: 0px;
    background-color: white;
    display:block;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    inline-height: 16;
    outline: none;
    border:none;
    padding: 14px 16px;
  
}


/* ---adding for getting_started page---*/

.mainfeature
{
	height: 100%;
	width: 100%;
	margin-top: 4px;
	font-family:Verdana;
	border-style: dotted;
	border-radius: 4px;
	border-width: 1px;
}

.mainfeature h2 {
   color: #004696;
   margin-bottom: 20px;
   text-align: center;
}

.mainfeature h4
{
	font-weight: bold;
	text-align:center;
	color: #83A4EA;  
	margin-top: 0;
	font-family:Verdana;
	font-size:12px;
}

.mainfeature img {
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mainfeature ul { 
	list-style-type:none;
}

.mainfeature p {
	color: black;
}

.row {
	margin: -10px;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
	float: left;
	width: 50%;
	min-width: 500px;
	height: 580px;
	margin: 0 auto;
	padding: 10px;
}

#container 
{
	max-width: 1200px;
  height: 100%;
  top: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #CCC;
	background-image: linear-gradient(#ffffff, #d6d9dd);
}
