/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Source Sans Pro', sans-serif;  
  line-height: 1.2;
  color: #555;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  */
  background-color: #F4F4F4;
}

#navBar .nav-link {
  font-size: 1.2rem;
  font-family: 'Baloo Bhai 2', verdana;
}

a {
  color: #0E76BC;
  outline: none;
}

a:focus,
a:hover {
  color: #FAA21E;
}

.nav-link {
  color: #555;
}

.nav-link:focus,
.nav-link:hover {
  color: #555;
}

figure {
  margin-bottom: 0;
}

.footer-content a {
  color: #FFFFFF;
}

.footer-content a:focus,
.footer-content a:hover {
  color: #E5E5E5;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: 'Baloo Bhai 2', verdana;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #0E76BC;
}

::selection {
  color: #fff;
  background-color: #0E76BC;
}

.g-bg-primary ::-moz-selection {
  color: #0E76BC;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #0E76BC;
  background-color: #fff;
}

.tp-caption {
	font-family: 'Baloo Bhai 2', verdana;
	font-weight: 500;
	color: #FFF;
}

.tp-caption .rev-btn {
    background-color:  rgba(0, 0, 0, 0.3);
    min-width: 240px;
    max-width: 240px;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 60px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    letter-spacing: 2px;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.g-body-bg-color {
	background-color: F4F4F4;
}