body{
	overflow: hidden;
}

.my-nav-bar{
	position: fixed;
	z-index: 20;
justify-content: center;
	display: flex;
}

.current-circle{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: white;
	border: 2px solid white;
	-moz-border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	border-radius: 12.5px;
	z-index: 50
}

.nav-circular-div{
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid white;
	background: transparent;
	-moz-border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	border-radius: 12.5px;
	z-index: 50
}

.little-dot {
    width: 8px;
	height: 2px;
	display: inline-block;
	background: white;
	align-self: center;
	margin: 6px;
}

.navbar {
	margin: 0;
	border: 0;
	color: #34AADC;
}

.navbar.hidden-xs{
	z-index: 11;
	background-color: white
}

.navbar-nav>li>a {
	padding: 43px;
	font-family: 'Passion One', cursive;
	font-size: 24px;
	text-align: center;
}

.navbar-nav {
	margin: 0 auto;
}

.navbar-brand {
	font-size: 48px;
	text-align: center;
	font-family: 'Passion One', cursive;
	padding: 43px;
}

.navbar-header {
	display: inline;
}

.navbar-list {
	text-align: center;
}

.navbar-list>ul {
	margin: auto;
	display: inline;
}

.section0{
	background-image: url("images/background0.jpeg");
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	z-index: 3
}

.section1{
	background-image: url("images/background1.jpeg");
	background-repeat: no-repeat;
	z-index: 2
}

.section2{
	background-image: url("images/background2.jpg");
	background-repeat: no-repeat;
	z-index: 1
}

#Section2Container{
	bottom: 0 !important;
	right: -33px;
	overflow-y: scroll;
	top: 0;
	height: 60%;
}

.section{
	position: fixed;
	padding: 0;
	background-size: cover;
}

.section0>.navbar{
    top: 0;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10%;
	margin: auto, auto, auto, 0;
}

.section>.container {
    position: absolute;
    top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    margin: auto;
	padding: 0;
}

.section2>.container{
	top: -30%;
}

h1, h2, h3, h4 {
	text-align: center;
	vertical-align: center;
	font-family: 'Passion One', cursive;
	color: white;
}

td{
	vertical-align: top;
	font-family: 'Passion One', cursive;
	color: white;
	padding: 5px;
}

.section0 > .container > h1, .section0 > .container > h2, .section0 > .container > h3 {
	    text-shadow: 0 3px 9px #07E0F0;
}

.section1 > .container > div > h2  {
	text-shadow: 0 3px 9px #7CF007;
}

.section2 > .container > h2 {
	text-shadow: 0 3px 9px #f0f0f5;
}

table{
	border-collapse:collapse;
	margin: 15px;
}

td{
	vertical-align: center;
	font-family: 'Passion One', cursive;
	color: white;
	margin: 10px;
	text-shadow: 0 3px 9px #7CF007;
}

.glyphicon-ok{
	text-shadow: 0 3px 9px white;
		color: #7CF007;
}

.my-photo{
	margin: auto;
	box-shadow: 0 3px 9px white;
	display: block;
}

.skills-photo, .sm-skills-photo{
	margin: auto;
	display: block;
}

.section0>div>h3 {
	font-style: italic;
}

.navbar-toggle{
	position: fixed; 
	top: 29px; 
	right: 25px;
	z-index: 12;
}

.navbar-toggle>.icon-bar{
	background-color: white;
}

.navbar-wrap {
	position: absolute;
	margin: auto;
	vertical-align: center;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: none;
	z-index: 10;
}

.navbar-wrap>.navbar-collapse {
	padding: 0;
	display: relative;
}

.navbar-wrap>.navbar-collapse >ul {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: 318px;
	margin: auto;
}

.navbar-wrap{
	background-color: rgba(255, 255, 255, 0.98);
	opacity:  0.95;
}


@media (min-width: 1400px){
	.section0{
		background-size: cover;
	}
	
	.section1{
		background-size: cover;
	}
	
	.section2{
		background-size: cover;
	}
	
	td{
		font-size: 38px;
	}
	
	h1 {
		font-size: 145.6px;
	}

	h2 {
		font-size: 60.8px;
	}
	
	.my-photo{
		width: 80%;
	}
	
	.skills-photo{
		width: 70%;
	}
	
	.photo-row{
		margin: 2% 10%;
	}
}

@media (min-width: 993px) and (max-width: 1399px){
	h1 {
		font-size: 145.6px;
	}

	h2 {
		font-size: 60.8px;
	}
	
	.my-photo, .skills-photo{
		width: 100%;
	}
	
	td{
		font-size: 25px;
	}
	
	.skills-photo{
		width: 75%;
	}
	
	.photo-row{
		margin: 5% 10%;
	}
}

@media (max-width: 991px){
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 40px;
	}
	
	.navbar-nav>li>a{
		font-size: 35px;
	}
}

@media (max-width: 767px){
	h3 {
		display: none;
	}
	
	h4 {
		font-size: 100px;
		margin-top: -20px;
	}
	
	h1 {
		font-size: 50px;
		margin: 10px 5px 5px 5px;
		
	}
	
	h2 {
		font-size: 35px;
		margin: 5px;
	}
	
	.my-photo{
		width:  80%;
	}
	
	.sm-skills-photo{
		width: 60%;
	}
}

@media (min-width:768px) and (max-width:992px) {
    .navbar-brand {
		font-size: 48px;
		text-align: center;
		font-family: 'Passion One', cursive;
		padding: 31px 15px;
	}
	
	.navbar-nav>li>a {
		padding: 31px;
		font-family: 'Passion One', cursive;
		font-size: 24px;
		text-align: center;
	}
	
	h1 {
		font-size: 92px;
	}
	
	h2 {
		font-size: 40px;
		margin: 5px;
	}
	
	.my-photo{
		width: 50%;
	}
	
	td{
		font-size: 30px;
	}
	
	.skills-photo{
		width: 100%;
	}
	
	.photo-row{
		margin: 5% 3%;
	}
	
	#left-carousel-control{
		background-image: none !important;
	}
	
	#right-carousel-control{
		background-image: none !important;
	}
}​

.mobile-navbar{
	position: fixed; 
	z-index: 11;
}
