
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:center;
    display: inline;
}
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: 50%;
    text-align: right;
    margin-left: 0px;
    font-size: 40px;
    font-kerning: auto;
    padding-top: 100px
}

.portfolio {
    font-size: 20px;
    font-kerning:normal;
    padding-top: 80px
    display: inline;
	list-style-type: none;
}
.side-button {
    font-size: 16px;
    width: 50%;
    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: 200px;
    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;
}

.hello {
    margin-left: 720px;
    padding: 0px 0;
    position: center;
    width: 500px;

}
    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: 0px;
    padding-left: 0px;
    float:center;
}

