body, html
    {
    margin-top:-10px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
}
h1 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;;
}
h2 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;
}
h3 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;
}
h4 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h5 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h6 {
	color: #00b6be;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
p {
	color: #3f515c;
  font-size: 16px;
}
a {
    color: #00b6be;
}
a:visited {
    color: #00b6be;
}
a:hover {
    color: #B8C2C7;
}
a:focus {
    color:#00b6be;
}
a.footerlink {
  color: rgba(255,255,255, 0.6);
}
a.footerlink:hover {
  color: rgba(255,255,255, 1);
}
.card-footer {
  text-align: center;
}
.card {
  border: 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?afxz9m');
  src:  url('fonts/icomoon.eot?afxz9m#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?afxz9m') format('truetype'),
    url('fonts/icomoon.woff?afxz9m') format('woff'),
    url('fonts/icomoon.svg?afxz9m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-PrintDesign:before {
  content: "\e900";
  font-size: 30pt;
}
.icon-Contact:before {
  content: "\e901";
  font-size: 30pt;
}
.icon-Resume:before {
  content: "\e902";
  font-size: 30pt;
}
.icon-LogoDesign:before {
  content: "\e903";
  font-size: 30pt;
}
.icon-WebDesign:before {
  content: "\e904";
  font-size: 30pt;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.top-gradient {
    background-image: linear-gradient(45deg, #00b6be 30%, #194e83 100%);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
   color: rgba(255,255,255, 0.6);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}
ol.carousel-indicators li {
  background: #B8C2C7;
}
ol.carousel-indicators li.active {
  background: #00b6be;
}
.carousel-control-prev,
.carousel-control-next{
      margin-top: 100%;
      background: #00b6be;
      width: 30px;
      height: 30px;
      border-radius: 100%;
}

.footer{
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
	background-color: #ffffff;
  background-image: linear-gradient(45deg, #00b6be 30%, #194e83 100%);
}
