
body {
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 40px
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #3c474d;
}

a, a:hover {
    color: #3c474d;
    text-decoration: none;
}

.index {
    list-style-type: none;
    float:left;
    display: inline;
    font-size: 20px;
}
nav ul li {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    margin-right: 0px;
    
}

/* mouse over link */
a:hover {
  color: #04bdb0;
}

.graphic {
    margin-right: 50px;
    color: #aebdc2;
    font-size: 15px;
    padding-top: -50px;
    
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin-right: none;
  padding-top: 30px;
  padding-bottom: 0px;
  float: center;
  margin-top: 20px;
}

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

/* 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);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #aebdc2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  float: center;
}

.active, .dot:hover {
  background-color: #04bdb0;
align-items: center;
}

.dot {margin-top: 40px;}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

button {
    border-radius: 30px;
    font-size: 16px;
    width: 30%;
    border: none;
    text-align: center;
}

#sidebar {
    width: 40%;
    text-align: right;
    margin-left: 0px;
    font-size: 20px;
    font-kerning: auto;
    padding-top: 90px
}

.portfolio {
    font-size: 20px;
    font-kerning:normal;
    padding-top: 80px
    display: inline;
	list-style-type: none;
}
.side-button {
    font-size: 15px;
    width: 40%;
    background-color: #04bdb0;
    color: #ffffff;
    padding-bottom: 5px;
}

#sidebar{
    color: #3c474d;  
}

section  {
    clear:both;
}

.copyright {
    color: #aebdc2;
    text-align: center;
    clear:both;
    font-size: 12px;
    padding-top: 400px;
    float: center; 
}
.contact {
    float: left;
	display: inline;
	list-style-type: none;
    padding-left: 50px;
    clear:both;
}
.logo {
    float: left;
	display: inline;
	list-style-type: none;
    padding-left: 15px;
}

/* About me */
.aboutme {
    width: 100%;
    margin-top: 0px;
    z-index: -99;
    background: "images/aboutme.jpg" center center no-repeat;
    background-size: cover;
}

.section {
    padding: 10px 0;
}

    h1 {
    font: 36px/1 'montserrat';
    letter-spacing: 1px;
    margin-left: 0px;
    font-weight: 700;
    padding-bottom: 1px;
}

  p {
    font: 16px 'open sans';
    margin: 2em;
    margin-left: 0px;
    letter-spacing: 1.25px;
}

#main-content {
    margin: auto;
    float:left;
}

/*container1*/
.container {
  position: absolute;
  width: 100%;
     float:left;
}

.image {
  display: block;
  width: 50%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff6860;
  display: inline;
    float:center;
    margin-right: 0;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  list-style-type: none;
    float:center;
}
/*container2*/
.container2 {
  position: absolute;
  width: 100%;
    float:left;
    bottom: 52%;
}

.image {
  display: block;
  width: 50%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 25%;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff6860;
}

.container2:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*container3*/
.container3 {
  position: absolute;
  width: 100%;
    bottom: 52%;
    float:left;
}

.image {
  display: block;
  width: 50%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom:18%;
  left: 0;
  right: 50%;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3c474d;
}

.container3:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*container4*/
.container4 {
  position: absolute;
  width: 100%;
    bottom: 52%;
    float:left;
}

.image {
  display: block;
  width: 50%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom:3%;
  left: 0;
  right: 50%;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3c474d;
}

.container4:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*container5*/
.container5 {
  position: absolute;
  width: 100%;
    right:0;
    bottom: 52%;
    float:left;

}

.image {
  display: block;
  width: 75%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom:3%;
  left: 0;
  right: 50%;
  height: 100%;
  width: 75%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3c474d;
}

.container5:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*container6*/
.container6 {
  position: absolute;
  width: 100%;
    bottom: 52%;
    float:left;
    margin: 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom:0%;
  left: 0;
  right: 50%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3c474d;

}

.container6:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.work {
    float: center;
    width: 600px;
    margin:0;
    padding-top: 0px;
}

li {
    text-align: left;
    padding-left: 50px;
}








