html, body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

.container {
    padding: 0px !important;
    margin: 0px !important;
}
#bannerimage {
    width: 100%;
    background-image: url(../img/Brooklyn-Bridge.jpg);
    height: 100vh;
    background-size: 100% 100%;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
    background-clip: border-box;
    margin: 0px;
    padding: 0px;
    text-align: center;
    opacity: 1;
    font-size: 24px;
    font-family: 'Cardo', serif;
    z-index: 0;
}

.bannerImageText {
    margin-top: 100px;
    margin-right: 15px;
}

#topbar {
    width: 100%;
    height: 70px;
    background-color: black;
    background-size: 100%;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
    background-clip: border-box;
    margin: 0px;
    padding: 0px;
    text-align: center;
    opacity: 0;
    position: fixed;
    display: inline-block;
    border-bottom-width: 3px;
    border-bottom-color: white;
    border-bottom-style: solid;
    color: white;
    font-size: 24px;
    font-family: 'Cardo', serif;
    z-index: 1;

}

#page1 {
    width: 100%;
    background-image: url(../img/subway-platform-bw.jpg);  
    height: 100vh;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
    background-clip: border-box;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 24px;
    font-family: 'Cardo', serif;
    opacity: 0.50;
    z-index: 0;
}

#page2 {
    width: 100%;
    background-image: url(../img/water-skyline.jpg);  
    height: 100vh;
    background-size: 100% 100%;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
    background-clip: border-box;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    font-family: 'Cardo', serif;
    opacity: 0.50;
    z-index: 0;
}

#page3 {
    width: 100%;
    background-image: url(../img/nyc-night-skyline-cut.jpg);  
    height: 100vh;
    background-size: 100% 100%;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
    background-clip: border-box;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    font-family: 'Cardo', serif;
    z-index: 0;
}

.name-tag-name {
    font-size: 7vmin;
    font-family: 'Cardo', serif;
    color: rgb(255,255,255);
    white-space: nowrap;
    margin: 0px;
    text-align: right;
    -webkit-text-size-adjust: auto
}

.name-tag-caption {
    font-size: 4vmin;
    font-family: 'Cardo', serif;
    color: rgb(255,255,255);
    white-space: nowrap;
    margin: 0px;
    text-align: right;
    -webkit-text-size-adjust: auto
}

.social-media-icons {
    position: absolute;
    right: 2%; 
    text-align: right;
    white-space: nowrap;
    position: fixed;
    z-index: 0;
    margin-top: 0px;
    padding-top:0px;
}


body::-webkit-scrollbar {
  display: none;
}

.page-title {
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
    font-size: 90px;
    color: white;
    margin-top: 500px;
}

.tech-list {
    font-size: 50px;
    margin-top: 9vh;
    color: white;
}

.devicon-github-plain-wordmark {
    color: white;
}

.skills {
    font-size: 60px; 
    color: white;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0vh;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;    
    text-align: center;
}

.text-panel-black {
    margin-right: 18vmin;
    margin-top: 20vmin;
    margin-bottom: 10vmin;
    color: white;
    background: black;
    font-family: 'Cardo', serif;
    z-index: 0;
    border-color: white !important;
    border-width: 1px !important;
    border-style: solid !important;
    min-width: 100px;
    width: 30vw;
}

.panel-body {
    text-align: left;
    font-size:16px;
}

.page1-tech-list-title {
    position: absolute;
    left: 10%;
    top: 115%;
    color: white;
    font-size: 36px;
    font-weight: bolder;

}

.menu-container {
    display: inline-block; 
    font-size: 20px;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
    left: 2%;
    top: 25%;

    position: absolute;
}

.menu {
    text-align: left;
    margin-right: 30px;
}

.bigger-icon {
    font-size: 2.0em !important;  
    margin-top: 5px;
}


.fa-linkedin-square {
    margin-top: -10px;

}

.bigger-icon-linkedin {
    margin-top: -5px;
}

.icon {
    margin-top: -5px !important;  
}

.projectWindow {
    z-index: 0;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    width: 19vw;
    min-width: 200px;

}

.project-title {
    color: black;
    font-size: 2.5vmin;
}

.project-links {
    color: black;
    font-size: 2.0vmin;
    text-decoration: none;
}

.page2-title {
    color: black;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 60px;   
}

.black-overlay {
    background-color: rgba(0,0,0,1) !important;
    z-index: 2 !important;
    background-size: 100% !important;
    background-size: cover !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-clip: border-box !important;
    height: 100vh !important;
    width: 100% !important;
}

.page3-text-container {
    color: white;
    background-color: clear;   
    display: block;
    font-family: 'Cardo', serif;
    height: 25vh;
    text-align: left;
    z-index: 0;
    margin-top: 1vh;
}

.page3-title {
    color: white;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0vh;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: 60px; 
}
.margin-title {
    padding-top: 6vh;
    padding-bottom: -6vh;
}

.set-width {
    margin-top: 2vh;
    width: 100vw;
    margin-left: 25vw;
    margin-right: auto;
}

.demo a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 30px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.demo a:hover {
	opacity: .5;
}

.arrow-position {
    margin-bottom: 10px;
    position: absolute;
    left: 50vw;
    top: 85vh;
}

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


#section05 a {
	padding-top: 70px;
}
#section05 a span {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}



.menu-link { 
    color:white !important;
    text-decoration: none  !important;
}


.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.5em;
}


/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE; } 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
 