body{
	background-color: white;
	color: black;
	max-width: 100vw;
	min-height: 100vh;
}

#logo{
	font-family:garamond,serif;
}

a, a:visited{
	color: black;
}
a:hover, a:focus{
	color: #4d4d4d;
	text-decoration: none
}

.row{
	margin: 0
}

.w100{
	width: 100%;
}

#main-section{
	background: #eee;
	min-height: 83vh;
	padding-bottom: 100px;
}

.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top: 50px
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

.box{
	border: 1px solid grey;
	padding-left: 5px
}
.content{
	text-align: justify;
}

.flowcharts{
	margin-top: 10px;
}

table.table-bordered{
    border:1px solid black;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid black;
}
table.table-bordered > tbody > tr > td{
    border:1px solid black;
}
.table-hover tbody tr:hover{
	background-color: #0275d8;
	color: white;
}
#footer{
	min-height: 8vh;
	padding-top: 5px;
	color: white;
	background-color: black;
}

@media screen and (max-width: 736px){
	.section-description{
		margin-top: -10px
	}
	.col-lg-8{
		padding-top: 20px;	
	}
	.fileRadio{
		margin-left: 2% !important;
	}
}