a{
	font-family: "Times New Roman", Times , serif;
	text-decoration: none !important;
}
a:link {
	color: black !importrant;
}
a:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  color: black !important;
}

header {
  padding-top: 0px;
  font-family: "Times New Roman", Times , serif;
  font-size: 13px;
}

.flex-container {
  display: flex;
  margin-top: 10%;
}

}


h2 {
  font-family: "Times New Roman", Times ,serif;
  margin: 5px;
}

h4 {
  font-family: "Times New Roman", Times ,serif;
  margin: 0%;
  margin-bottom:0px;
}

p{
  font-family: "Times New Roman", Times ,serif;
  margin:0px;
  margin-left: 0px;
}

grey {
  font-family: "Times New Roman", Times ,serif;
  color:#666666;
}

body {
  margin-top:5%;
  background-color: white;
}
#title {
  margin-top:5%;
  margin-left:5%;
  margin-bottom:2%;
}
#p1{
  margin-left: 6.5%;
  margin-bottom:3%;
}

#p2{
margin-left:5%;
margin-bottom:10%;
}

@media (max-width: 767px) {
  #title {
    margin-top:15%;
    margin-left:5%;
  }
    #p1{
      padding-top:5%;
      padding-bottom: 20%
	  margin-left:15%;
    }
    h4 {
      font-size: 1.1em;
    }


}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
 flex-wrap: wrap; 
  padding: 0 4px;
}
.flex-col {
	flex:0.15;
	
}

#last-row {
  margin-right: 0px;
  text-align: center;
}

#footer-img {
	padding-left:14%;
}

@media screen and (max-width: 768px) {
	.flex-col {
		flex:0.25;
	}
	
	#footer-img {
	padding-left:12%;
	width:50%;
}
  #body-part {
    margin-top: 30%;
  }
  .mid-container {
    margin-top: 0px;

  }
  .title-container {
    margin-top: 20%;
    margin-bottom: 15%;

  }
  .col-sm-6 {
    margin-top: -20%;
  }
}


#footer {
    background: #eeeeee  !important;
    font-family: "Times New Roman", Times ,serif;
    padding-top:0%;
    padding-bottom:0%;
    margin: 0px;

}

.h6 {
  margin-right: 0px;
  text-align: center;
}
#footer img {
  padding-top: 10px;
}
#footer h5{
	padding-left: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color:#000;
}
#footer a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer li {
    margin: 0px 0;


}

#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#000;
}
#footer ul.social li a:hover{
	color:#000;
}
#footer p {
  color : black;
}
#footer ul.quick-links li{
	padding: 0px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;

}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:600px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

small {
	font-size:8.5px;
}
#footer {
    font-size:10px;

}
h6 {
  font-size: 10px;
  margin-bottom: 2px;
}

}
