footer{
  font-size:12pt;
  background-color: black;
}

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}

.navbar {
      margin-bottom: 0;
      border-radius: 0;
      margin-left: 0;
      margin:right:0;
}

    .jumbotron{
      background-color: #000000;
    }
  
  
    .footer {
      background-color: #000000;
      padding: 25px;
      position: bottom;
    }

body {
background-color: black;
}

.glyphicon{
  margin-right: 5px;
  margin-top:20px;
  vertical-align: top;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-sm-8{
  background-color: #000;
 overflow-wrap:break-word;
 margin: 0,15,0,15;

}

p{
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-align: left;
}

.ps{
  color: #4fccfe
}
.an{
  color: #e7291f
}

.in{
  color: #fc4091
}

.ai{
  color: #fd7e2c
}

h4{
  color: #fff)
}
.anim{
 width: : auto 100%;
}
.mon{
  text-align: center;

}

.res1{
  float:right;
  background-color: #000;
}

.res2{
  background-color: #000;
}

#resume{
  color:#000;
   font-family: 'Raleway', sans-serif;
  font-size: 16px;
  padding-top: 30px;
}
#res4{
margin-bottom: 47px;
}
.center {
  
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    color:#fff;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brand{
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; 
}
.fa-instagram {
  color: white;
}
.fa-behance {
  color: white;
}
.fa-linkedin {
  color: white;
}

