body{
    background: url('Anthony.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
body {
	position: relative; 
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}
h1 h2 h3 h4 h5 h6{
	font-family: 'Roboto Slab', serif;
}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}

.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
#section1 {padding-top:20px;height:500px;color: #fff; background: url('cloud.png') no-repeat center center fixed; overflow: hidden;}
#section2 {padding-top:20px;height:500px;color: #fff; background: url('line.png') no-repeat center center fixed;  overflow: hidden;}
#section3 {padding-top:20px;height:500px;color: #fff; background: url('protocol.png') no-repeat center center fixed; overflow: hidden;}
#section4 {padding-top:20px;height:500px;color: #fff; background: url('disaster.png') no-repeat center center fixed; overflow: hidden;}
#section5 {padding-top:20px;height:500px;color: #fff; background: url('datacenter.png') no-repeat center center fixed; overflow: hidden;}
  
  html {
    width: 100%;
    height: 100%; 
}
.nav.navbar-nav{
	flex-direction: row !important;
	justify-content: space-between;
	width: 500px;
}
.nav.navbar-nav a{
	color: grey;
	 display: block; position: relative
}
.nav.navbar-nav a:hover{
	 color: red;
}
.btn .btn-success:hover{
	color: white;
}

.navbar > .container{
	display: flex;
	justify-content: space-between;
}
.nav-item{
	width: 33%;
	text-align: right;
}
.navbar{
    height: 60px;
}
#carouselIndicators{
	position: relative;
	height: 290px;
	overflow: hidden;
}
.carousel-inner{
	position: relative;
	
	overflow: hidden;
	height: 100vh;
	width: auto;
	overflow: hidden;
}
.carousel-item img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 576px){
	.navbar-toggleable-xs.collapse.show{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999999;
		background-color: #f9f9f9;
		width: 200px;
		height: 100vh;
	}
	.navbar-toggleable-xs.collapse.show > ul{
		display: flex;
		justify-content: space-between;
		flex-direction: column !important;
	}
	.navbar > .container{
		position: initial !important;
	}
	.social-networks li p{
		display: none;
	}
	.navbar-toggleable-xs.collapse.show ul li{
		transition: 0.5s;
	}
	.navbar-toggleable-xs.collapse.show ul li:hover{
		padding-right: 15px;
	}
	#section1 p{
		display: none;
	}
	#section2 p{
		display: none;
	}
	#section3 p{
		display: none;
	}
	#section4 p{
		display: none;
	}
	#section5 p{
		display: none;
	}
}
@media screen and (min-width: 576px){
        .navbar .collapse{
			display: inline-block;
		}
		.navbar-toggler{
			display: none !important;
		}

		.navbar > .container{
			display: flex;
			justify-content: space-between;
		}
		
    }
@media screen and (max-width: 732px){
	#section1 p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#section2 p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#section3 p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#section4 p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#section5 p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
.nav-link{
    color: white;
}
	.jumbotron-sm { padding-top: 24px;
	padding-bottom: 24px; }
	.jumbotron small {
	color: #FFF;
}
img {
	width:100%;
	display:inline-block;
}
.carousel .carousel-inner img {
	width: 100%;
	height: 30em;
	object-fit: cover;
	overflow: hidden;
  }
.social-networks {
    width: 100%;
	margin: 0;
	padding: 0;
}
.social-networks li {
	float: left;
	display: inline;
	height: 100%;
	width: 25%;	
	color: #ffffff;
	position: relative;
} 
.social-networks li i {
	font-size: 50px;
	float: left;
	width: 60px;
}
.social-networks li a {
	color: #ffffff;
	padding: 25px 65px 25px 40px;
	float: left;
	width: 100%;
	box-sizing: border-box;
    
}
.social-networks li a:hover {
     text-decoration:none;    
}
.social-networks li p {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 2px 0 0px;
}
.social-networks li .followers {
	text-transform: uppercase;
}
.social-networks li:before {
	position: absolute;
	content: "\f105";
	right: 30px;
	top: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #ffffff;
	border-radius: 30px;
	margin: auto;
	font-size: 18px;
	font-family: FontAwesome;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
}
.social-networks li:hover:before {
	background-color: #ffffff;
	color: #999999;
}
.social-networks li.github {
	background-color: #913399;
}
.social-networks li.twitter {
	background-color: #4ec6f8;
}
.social-networks li.redbubble {
	background-color: #d34836;
}
.social-networks li.linkedin {
    background-color: #248cc9;
}

.card.card-image{
	position: relative;
}
.card.card-image::after{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9;
}
.card.card-image > div{
	z-index: 99;
}
.buttons {
    display: flex;
}

.button {
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.25em;
    margin: 0 1em 0.3em 0;
    padding: 0.5em 1em;
    text-align: center;
    flex: 1;
    border: thin solid;
}

.button:hover{
    color: #FFF;
    background: lightcoral;
    border-color: lightcoral;
    text-decoration: none;
}


.buttons.row4 {
    display: inline-flex;
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	40%, 43% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	}
	70% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	}
	90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
	}
	}
	
	@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	40%, 43% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	}
	70% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	}
	90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
	}
	} 
	#map {
        height: 100%;
      }