body {
    font-family: 'Quicksand', sans-serif;
}

@font-face{
	font-family: 'Quicksand', sans-serif;
}

a {
	font-family: 'Quicksand', sans-serif;
}

p {
	font-family: 'Quicksand', sans-serif;
}

h1 {
	font-family: 'Open Sans', sans-serif;
}

h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

li a {
	color: #FFFFFF;
	text-transform: uppercase;
    font-size: 14px;
}

ul li:hover {
	background: transparent;
    color: black;
}





/* Parallax */
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    line-height:100px;
    color:#ffffff;
}

section,footer{
    color: #000000;
}

.not-fullscreen {
    height:50%;
}

#about,#services,#profile, #contact{
    padding: 100px 0px 100px 0px;
}