
body {
	font-family: "Cal Sans", sans-serif;
   font-weight: 400;
   font-style: normal;
	color: #3a3f52;
	letter-spacing: .8px;
}

h2 {
	color: #004dff;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: .025em;
	margin-bottom: 0px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

a {
	color: black;
}

a:hover {
	color: #004dff;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 100px 0px;
}

small {
	color: #5E5E5E!important;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.title-block p {
	font-size: 17px;
	font-weight: 300;
	color: black;
	margin-bottom: 0px;
}

.title-block small {
	letter-spacing: 1px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .1em;
	margin-top: 5px;
	margin-right: 1.5rem;
}

.navbar a {
	color: #53627C !important;
}

.nav-right {
	float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 20px;
	font-weight: 700;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: rgba(0, 0, 255, .1);
	border: black 1px solid;
	color: black;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #004dff;
	color: #ffffff;
}

.btn-transparent {
	background-color: rgba(0, 0, 0, .1);
	border: black 1px solid;
	color: black;
	padding: 10px 65px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-transparent:hover {
	background-color: #FEE685;
	color: black;
}

.btn-blog {
	font-size: 16px;
	margin-right: 2%;
	float: left;
	background-color: none;
	border: #004dff 1px solid;
	color: #004dff;
	padding: 2px 15px;
	letter-spacing: .1em;
}

.btn-blog:hover {
	background-color: #004dff;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #7f38ec;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #636ee1;
}

.btn-demo-small {
	color: black!important;
	font-size: 14px;
	background-color: none;
	border: black 1px solid;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #004dff;
}

.btn-demo-small a {
	color: #004dff!important;
}

.btn-demo-small:hover a {
	color: white!important;
	background-color: #004dff!important;
}


.btn-buy {
	color: #ffffff;
	background-color: #004dff;
	letter-spacing: .1em;
	padding: 10px 36px;
	display: inline-block;
	width: 100%;
}

.btn-buy:hover {
	background-color: #0191f0;
	color: #ffffff;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
	/* background-color: #f6f8f9; */
	background: #dbdbdb;
background: linear-gradient(90deg, rgba(219, 219, 219, 1) 10%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 76%, rgba(219, 219, 219, 1) 92%);
}

#hero h1 {
	color: #004dff;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: .025em;
	margin-bottom: 0px;
}

#hero p {
	font-size: 17px;
   font-weight: 100;
   color: black;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   letter-spacing: 1px;
}

#hero span {
	font-size: 19px;
	font-weight: 100;
   color: black;
   letter-spacing: .05em;
}

/* ==============================================
   5. Marketing
===============================================*/

#marketing {
	background: #dbdbdb;
background: linear-gradient(90deg, rgba(219, 219, 219, 1) 10%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 76%, rgba(219, 219, 219, 1) 92%);
}

#marketing p {
	font-size: 18.5px;
    font-weight: 100;
    color: black;
    margin-bottom: 0px;
    padding: 0px;
    letter-spacing: 1px;
    line-height: 1.35em;
}

#marketing span {
	font-weight: 100;
	color: black;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#marketing small {
	font-size: 15px;
}

.content-box {
	padding: 60px 20px;
}

/* ==============================================
   6. Testimonials
===============================================*/

#testimonials {
	background-color: #f6f8f9;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.testimonial-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial-box p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
}

.testimonial-box i {
	color: #ffffff;
}

.testimonial-box small {
	color: dimgray;
	display: inline-block;
}

.testimonial-box span {
	font-size: 14px;
	color: #ffffff;
}

#testimonials p {
	color: black;
	font-size: 17px;
}

.rating {
	background-color: #004dff;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  background-image: url('images/profile-picture-one.jpg');
}

.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
	/*background-color: #ffffff;*/
	padding: 40px 20px;
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}

.pricing-box h3 {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: .1em;
	color: #004dff;
}

.pricing-box h6 {
	font-size: 40px;
	font-weight: 500;
	color: #3a3f52;
	margin-bottom: 0px;
}

.pricing-box p {
	font-size: 15px;
	margin-top: 15px;
	padding: 0px;
	color: black !important;
}

.pricing-box ul {
	padding-left: 10px;
}

.pricing-box li {
	font-size: 14px;
	font-weight: 300;
	color: black;
	letter-spacing: .1em;
}

.pricing-box span {
	font-weight: 500;
	color: #004dff;
}

.pricing-box small {
	color: black!important;
	letter-spacing: .1em;
}

.pricing-box i {
	font-size: 20px;
	color: #004dff;
	margin-right: 10px;
}

.pricing-box .demo {
	color: #7f38ec !important;
}

.pricing-box .normal {
	color: dimgray !important;
}

#pricing p {
	font-size: 15px;
	color: black;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
	background-color: #275BF5;
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action p {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	opacity: .8;
	margin-bottom: 40px;
}

#call-to-action small {
	color:white!important;
	letter-spacing: .1em;
	padding: 2rem;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .btn-regular {
	background-color: #ffffff!important;
	color: #004dff!important;
	padding: 15px 45px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
	background-color: #f4f4f4;
   padding: 60px 0;
   color: #62656a;
}

footer h5 {
	color: #004dff;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #62656a;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #62656a;
}

footer a:hover {
	color: #004dff;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #62656a;
	margin-right: 10px;
}

footer i:hover {
	color: #004dff;
}

footer small {
	color: #62656a;
	float: right;
}

.external-links {
	color: #004dff;
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 28px!important;
		margin-bottom: 2%;
		line-height: 1em;
	}

	p {
		font-size: 18px;
	   line-height: 1.2em;
	}

	span {
		font-size: 15px;
		line-height: 1.25em;
	}

	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	#call-to-action h2, p {
		text-align: left!important;
		padding: 0 20px;
	}

	#call-to-action {
		background-image: none;
		background-color: #004dff;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#hero h1 {
		font-size: 34px!important;
		margin-bottom: 20px;
	}
	#hero p {
		font-size: 20px!important;
	}
}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C!important;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.hero-content {
		margin-top: 100px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.testimonial-box span {
		font-size: 12px;
	}
	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}

/* DROPDOWN */
@media (min-width: 575.98px) {
	.dropdown-item {
		color: black !important;
		font-size: 14.5px !important;
		line-height: 1.2em;
	}

	.dropdown-item:hover {
		color: white !important;
		background: #004dff;
	}

	/* Scrollable dropdown menu */

	.dropdown-menu{
	    max-height: 100vh;
	    overflow-y: auto;
	}
}

@media (max-width: 575.98px) {
	.dropdown-item {
		font-size: 12px !important;
	}

	.dropdown-item:hover {
		color: white !important;
		background: #004dff;
	}

	/* Scrollable dropdown menu */

	.dropdown-menu{
	   max-height: 100vh;
	   overflow-y: auto;
	}
}


/* ==============================================
   10. Blog
===============================================*/

.blog-box {
	background-color: #ffffff;
	padding: 40px 20px;
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}

.blog-box h1 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: .05em;
	color: #004dff;
}

.blog-box h2 {
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	color: darkslategray;
	line-height: 1em;
}

.blog-box h3 {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .1em;
	color: black;
	line-height: 1.4em !important;
	margin: 0px !important;
}

.blog-box h6 {
	font-size: 40px;
	font-weight: 500;
	color: #3a3f52;
	margin-bottom: 0px;
}

.blog-box p {
	font-size: 17px;
	margin-top: 15px;
	padding: 0px;
}

.blog-box ul {
	padding-left: 10px;
}

.blog-box li {
	font-size: 14px;
	font-weight: 300;
	color: black;
	letter-spacing: .1em;
}

.blog-box span {
	font-size: 25px;
	font-weight: 500;
	color: black;
}

.blog-box normal {
	float:left;
	/*color: #8da2b5;*/
	color: #4e6880;
	text-align: justify;
	letter-spacing: .05em;
	width: 80%;
	margin-top: 2%;
}

.blog-box small {
	color: #8da2b5;
	letter-spacing: .2em;
}

.blog-box i {
	font-size: 20px;
	color: #004dff;
	margin-right: 10px;
}

.blog-box a {
	padding: .25% 1%;
	border-radius: 5px;
}

.blog-box a:hover {
	background-color:#004cff!important;
	color: white!important;
	transition: .5s;
}

.blog-box .demo {
	color: #7f38ec !important;
}

.blog-box .normal {
	color: black !important;
}

#blog p {
	font-size: 15px;
	color: black;
}

/* BLOG - MOBILES */
@media (max-width: 575.98px) {

	.blog-box h1 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0em;
	color: #004dff;
	line-height: 1em;
	}

	.blog-box h2 {
	font-size: 26px !important;
	font-weight: 300;
	letter-spacing: .05em;
	color: darkslategray;
	line-height: 1em;
   }

   .blog-box h3 {
	font-size: 17px !important;
	font-weight: 300;
	letter-spacing: .05em;
	color: black;
	line-height: 1.75em;
	text-decoration: underline;
	text-underline-offset: .1rem;
	argin-top: 1%;
   }

   .blog-box normal {
	float:left;
	font-size: 17px;
	font-weight: 100 !important;
	/*color: #8da2b5;*/
	color: #4e6880;
	text-align: left;
	letter-spacing: .05em;
	width: 100%;
	margin-top: 4%;
	}

	.btn-blog {
	font-size: 14px;
	margin-top: 10%;
	margin-right: 2%;
	margin-bottom: 5%;
	float: left;
	background-color: none;
	border: #004dff 1px solid;
	color: #004dff;
	padding: 5px 15px;
	letter-spacing: .1em;
	}

	.btn-blog:hover {
	background-color: #004dff;
	color: #ffffff;
	}
}

/* Styled tables */

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    letter-spacing: .15em;
}

.styled-table thead tr {
    background-color: #7f38ec;
    color: #ffffff;
    text-align: left;
}

.styled-table th {
	 padding: 2px 15px;
    color: #ffffff;
}
.styled-table td {
    padding: 2px 15px;
    color: black;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #7f38ec;
}

/* My own */

.dimgray {
	background: #F2F0F0;
}

.gray {
	background: #C2C2C2;
	padding: 0% 2%;
}

.black {
	color: black!important;
}

.border-black {
	border: black 1px solid;
	border-radius: 5px;
}

.border-fluency {
	border: #004dff 2px solid;
	border-radius: 5px;
}

.fluency {
	background: #8DD0FC;
	padding: 0% 2%;
}

.important {
	background: #CFE0FF;
	color: black!important;
	padding: 1% 3%;
}

.description {
	background: #F0F0F0;
	color: #686868!important;
	padding: 1% 3%;
}

.important-gradient {
	background: #96b6ff;
background: linear-gradient(90deg, rgba(150, 182, 255, 1) 7%, rgba(209, 224, 255, 1) 25%, rgba(209, 224, 255, 1) 75%, rgba(150, 182, 255, 1) 93%);
	color: black!important;
	padding: 1% 3%;
}

.fluency-inclined-gradient {
	background: #c4d8ff;
background: linear-gradient(45deg, rgba(196, 216, 255, 1) 4%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(196, 216, 255, 1) 96%);
}

.black-inclined-gradient {
	background: #dbdbdb;
background: linear-gradient(45deg, rgba(219, 219, 219, 1) 4%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(219, 219, 219, 1) 96%);
}

