body {
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mycarousel {
	position:relative;
	top: 40px;
}

section {
  padding: 20px 0;
}

#about {
  padding: 50px 0;
}

#portfolio {
  /* padding: 100px 0; */
}
/*
.navbar {
	text-shadow: 1px 1px rgba(10,10,10,1.0);
}

.navbar.affix {
	text-shadow: 0px 0px rgba(10,10,10,1.0);
}

.hide {
	display: none;
}
*/