/*!
 * Start Bootstrap - Landing Page v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
body {
  font-family: 'Nunito', sans-serif;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700; }

h1 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3A3A3A;
}

h2 {
	text-transform: uppercase;
	font-size: 28px;
	color: #787878;
	letter-spacing: 0.1em;
}

h3 {
	line-height: 60%;
	color: #3A3A3A;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 18px;
}

nav {
	padding: 80px 0px 0px;
	text-transform: uppercase;
	font-weight: 900;
}

.wrapper {
	margin: 0 auto;
}

.top-header{
	background-color: #30B1DB;
	color: #ffffff;
	
}
.top-header a:link{
	color: #ffffff;
}
.top-header a:hover{
	color: #0973BB;
}


header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/accountingbannerstock.jpeg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  header.masthead .overlay {
    position: absolute;
    background-color: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }
  header.masthead h1 {
    font-size: 2rem; }
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 12rem;
      padding-bottom: 12rem; }
      header.masthead h1 {
        font-size: 3rem; } }

.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

.header {
	background: url("../img/accountingbannerstock.jpeg") no-repeat center center;
	padding: 150px;
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100%;

}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.button {
    background-color: #FFFFFF;
    border: 2px solid #ffffff;
    color: #5B5B5B;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
	font-weight: 800;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 6px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.button:hover {
	background-color: #39A4E0;
	border: 2px solid #39A4E0;
	color: #ffffff;
}

.button2 {
    background-color: none;
    border: 2px solid #2593E9;
    color: #ffffff;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
    display: inline-block;
    font-size: 9px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 6px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.button2:hover {
	background-color: #1680CF;
	color: #ffffff;
}

.button3 {
    background-color: #30B1DB;
    border: 2px solid #30B1DB;
    color: #ffffff;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
    display: inline-block;
    font-size: 9px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 6px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.button3:hover {
	background-color: #1680CF;
	border: 2px solid #1680CF;
	color: #ffffff;
}
.button3:link{
	color: #ffffff;
}
.button3:visited{
	color: #ffffff;
}

span:before{
    content:" "; 
    display:inline-block; 
    width:6px;
}

a:link {
    text-decoration: none;
	color: #1680CF;
}

a:visited {
    text-decoration: none;
	color: #1680CF;
}

a:hover {
    text-decoration: none;
	color: #184065;
}

a:active {
    text-decoration: none;
}

.content {
	padding: 75px;
}
.content-text {
	width: 80%;
	font-size: 14px;
}
.content-text2 {
	width: 100%;
	font-size: 16px;
}
.content-text3 {
	width: 100%;
	font-size: 16px;
	align-content: center;
	padding-left: 50px;
	float: left;
}
.inner {
	width: 100%;
	align-content: center;
	font-size: 14px;
}

.content2{
	padding: 0px 0px 30px 130px;
}
table{
	border: none;
}
.tab { margin-left: 60px; }