body.graphic-design, body.photography, body.about{
    background-color: #000;
}

body.index{
    background-image: url(images/photos/scarf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#menu{
    background-color: #000;
    border-right: 2px solid #6D6E70;
    height: 100%;
    min-height: 100vh;
}

#logo{
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    align-items: center;
}

div#site-title{
    color: #fff;
	font-family: 'Walkway Semibold', 'Ariel', sans-serif;
    font-size: 16;
    text-transform: capitalize;
	max-width: 100%;
	font-weight: normal;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p#site-title{
    color: #fff;
	font-family: 'Walkway Semibold', 'Ariel', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px;
    font-weight:lighter;
    line-height: 1;
    margin-bottom: 5px;
}

p#site-sub{
    font-family: 'Didot', 'Times', serif;
	font-style: normal;
	color: #6D6E70;
    font-size: 14px;
    margin-bottom: 40px;
}

div.linebreak{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-bottom: 1px solid #6D6E70;
}

ul#navigation{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Walkway Semibold', 'Ariel', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2;
}

div.list{
    margin-top: 40px;
    margin-bottom: 40px;
}

a:link{
    color: #604E72;
}

a:visited{
    color: #604E72;
}

a:hover{
    color: #6D6E70;
    text-decoration: none;
}

a:active{
    color: #604E72 !important;
}

li a:link{
    color: #fff;
}

li a:visited{
    color: #fff;
}

li a:hover{
    color: #6D6E70;
    text-decoration: none;
}

li a:active{
    color: #604E72 !important;
}

li.active, a.active{
    color: #604E72 !important;
}

p#portfolio{
    color: #fff;
    font-family: 'Didot', 'Times', serif;
    font-style: italic;
    position: fixed;
    right: 13%;
    bottom: 4%;
}

.carousel-item  img {
    object-fit: contain;
    max-height: 100vh;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: visible;
  }

p{
    font-family: 'Didot', 'Times', serif;
    color: #fff;
    max-width: 90%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img#about-pic{
    object-fit: contain;
    max-height: 70vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

div.col-6.col-md-9{
    margin-left: auto;
    margin-right: auto;
}
