html, body{width:100%;padding:0;margin:0;}
div,a,p,span,i,table,h1,h2,h3,h4,h5,h6,h7,h8,ul,option,ol,textarea, input, button{font-family: 'Open Sans', sans-serif;}
/*#fa3454;
violet - #32064A  
orange - #E56B1F  
yellow - #FCD02C
pink -#E42C6A
font-family:Yellowtail;

background: #ffecd2;
  background: -webkit-linear-gradient(#ffecd2,#fcb69f);
  background:    -moz-linear-gradient(#ffecd2,#fcb69f);
  background:         linear-gradient(#ffecd2,#fcb69f);
*/

@media only screen and (max-width:991px){.desktop{display:none;}
}
@media only screen and (min-width:992px){.mobile-tablet{display:none;}
}
.header{width:100%;height:60px;}
.logo-header{margin-top:0px;}
.scrollup {
	color: rgb(113, 178, 222);
	position: fixed;
	bottom: 75px;
	right: 150px;
	display: none;
	z-index:999;
	cursor: pointer;
	text-align: center
}

.scrollup i {
	margin-bottom: 10px;
	display: block
}

.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top:30px;
}
.nav li {
  text-align: left;
  font-size:18px;
  font-weight:500;
}
.nav a {
  text-decoration: none;
  color: #2f2f2f;
  display: block;
  padding-left: 15px;
  transition: .3s background-color;
}

.nav a:hover {color:#235ca3;text-decoration:none;}

/* Sub Menus */
.nav li li {
}
/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 992px) {
  .nav li {
    border-bottom: none;
    height: 50px;
    line-height: 50px;
	min-width:120px;
    display: inline-block;
	text-decoration:none;
  }
  .nav a {
    border-bottom: none;
	text-decoration:none;
	color:#2f2f2f;
  }

  .nav > ul > li {
    text-align: center;
	text-decoration:none;
  }

  .nav > ul > li > a {
    padding-left: 0;
	text-decoration:none;		
	color:#2f2f2f;	
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
	z-index:1000;
    display: none;
    width: inherit;
	text-decoration:none;
	background-color:#f9f9f9;
  }

  .nav li:hover ul {
    display: block;
	margin-top:0px;
  }

  .nav li ul li {
    display: block;
	text-decoration:none;
	margin-top:2px;
  }
}
.card-img-overlay h1{
	
}
#navbarDropdownMobile a{display:block;} 
