body {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  
}

h2,h3,h4{
	font-family: Open Sans,Source Sans Pro,Helvetica,Arial,sans-serif;
}

.footer {
    background-color: #005794;
    min-height: 10em;
}

.footer>div {
    color: white;
}

.download>div {
    color: white;
}

.footer-item-header {
    font-weight: bold;
}

.footer-item {
    margin-top: 5px;
}

.copyright-info {
    position: absolute;
    bottom: 10px;
    right: 50px;
}


.form-signin {
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 22px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

* {box-sizing: border-box;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

.container {
  padding: 16px;
  margin: 5% auto 15% auto;
  margin-top:140px;
  
}

.session{
	margin-left:30px;
}

.tools{
	margin-left:30px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
	
.container2{
	background-color:#E8FAFF;
	width:950px; 
	margin-right:140px; 
	margin-top:-50px;	
}

.images{
	margin-top:70px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-body {
	style="width:100%;max-height:50%; overflow-y:auto;"	
}

 
hr{
	border: 1px solid #f1f1f1;
	margin-bottom:25px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.paragraph{
	margin-left:70px;
}

.nav-link {
    padding-left: 2em !important;
    padding-right: 2em !important;
    font-weight: bold;
}


#myImagemodal {
	width: 100%;
	tabindex: -1;
	role: dialog; 
	aria-labelledby: mymodalLabel;
	aria-hidden: true;	
}

.description{
	margin-left:350px;
	margin-top:-470px;
	margin-bottom:30px;
}
	
/* @media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
} */

@media screen and (max-width: 980px)  {
  /* CSS */
	
	.logo{
		max-width:40%;
		height:auto;
	}
	
	.googleplay{
		width:40%;
		height:40%;
	}
	.ios{
		width:40%;
		height:40%;
	}
	.session{
		max-width:80%;
		height:auto;
		margin-top:10%;
	}
	.paragraph{
		margin-left:10%;
	}
	
	.homepage{
		max-width:80%;
		height:auto;
		margin-left:10%;
		margin-top:10%;
	}
	
	.description{
		margin-left:20px;
		margin-bottom: 150px;
	}
		
	.tools{
		max-width:80%;
		height:auto;
		margin-top:10%;
	}
	
	.gif{
		max-width:80%;
		height:auto;
		margin-left:10%;
	}
	
	.images{
		margin-top:-50px;
	}
	.container2{
	   max-width:100%;
	   height:auto;
	   margin-bottom:30%;
	   margin-top:-20px;
	   padding-top:20px;
	}
	
	.navbar-toggler{
	  width: 35px;
	  position:right;
	  
	}

}
