@charset "utf-8";
/*navbar background color */
/*@import url(http://fonts.googleapis.com/css?family=ubuntu:300,400,700);*/
body {
  font-family: 'work sans', sans-serif !important;
}
.navbar-custom {
	background-color: #7FC1D4;
		       }
/*navbar text color*/
.navbar-custom .navbar-text {
	color: #000000;
}
.navbar-text {

}

/*body {
    background-image: url(../images/pattern.png);
} */
#header{
    background-image: url(../images/pattern.png);
    width: 100%;
    height: auto;
   /* background-size: cover; */
}
body{
   padding-top:0px;
   margin-top: 0px;
   margin-right: 0px;
   padding-right: 0px;
	
}
.float-center {
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.navbar.navbar-expand-md.navbar-custom.navbar-light.py-0.justify-content-center {
    border-width: thin thick;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-color: #A0A0A0;
    border-bottom-color: #A0A0A0;
}
div .row.no-gutters.align-items-center {
}

/* Style the links inside the navigation bar */


.navbar a:hover, .navbar a:focus {
 	background-color: #3DB2D3;
/*	color: #000000;*/
}

.navbar a.active {
	background-color: #3DB2D3;
/*  border-bottom: 3px solid red;*/
}
.maxWidth {
       max-width:800px;
}
.wrapright {
  float: right
}
