

/**** PAGE SETUP ****/


html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
	padding: 0;
	margin: 0;
}

body {
    height: 100%;
    background-color: #EFEFEF;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    overflow-y: scroll;
}


/**** END OF PAGE SETUP ****/


/**** START HEADER ****/


.headerBackground {
    margin-top: 5px;
    background-color: #aaccff;
}

.imageBorder {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    border-radius: 50%;
    background-color: #6688DD;
}

.imageHeader {
    width: 128px;
    height: 128px;
}

.imageHeader img {
    border-radius: 50%;
}

.pageTitle {
    font-family: "Verdana", Geneva, Tahoma, sans-serif;
    display: inline-block;
    padding-right: 0px;
}

.pageTitle p {
    margin-top: 0px;
    text-align: right;
    font-family: serif;
    font-style: oblique;
}


/**** END OF HEADER ****/


/**** START NAV ****/


nav {
    height: 43px;
    width: 960px;
    background-color: black;
}

nav li {
    display: inline;
    font-family: "Verdana", Geneva, Tahoma, sans-serif;
    position: relative;
    background-color: black;
    overflow: hidden;
    height: 40px;
}

nav li a {
    background-color: black;
    text-decoration: none;
    float: left;
    color: white;
    text-align: center;
    padding: 12px 16px;
    margin: 0;
}

nav li a:visited {
    /*background-color: #5577CC;*/
}

nav li a:active {
    background-color: #7799EE;
    color: white;
}

nav li a:hover {
    background-color: #8866DD;
    color: white;
}

#currentPage {
    background-color: #6688DD;
    color: white;
}


/**** END OF NAV ****/


/**** GENERIC CONTAINERS ****/


.mainContainer {
    margin: 0px;
    padding: 0px;
    background-color: white;
    height: 100%;
    width: 960px;
    overflow: auto;
}

main {
    float: left;
    width: 600px;
    min-height: 380px;
    padding: 20px;
    padding-bottom: 10px;
    height: 100%;
}

article {
    padding: 20px;
    width: 720px;
    margin: 0px 0px 10px 0px;
    background-color: #dddddd;
}

article a {
    color: black;
    text-decoration: none;
    background-color: inherit;
}

li a:hover {
    color: #8866DD;
}

ul {
    list-style: none;
}

article li::before {
    content: "\2022";
    color: #6688DD;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: middle;
}

ul ul li::before{
    color: #aaccff;
}

.articleLink:hover{
    color: #8866DD;
    background-color: #8866DD;
}

.articleText, .largeArticleText {
    
    display: inline-block;
    margin-left: 20px;
    padding: 10px 10px;
    min-height: 80px;
    height: 100%;
    width: 580px;
    float: right;
    background-color: #EFEFEF;
}

.articleText {
    padding-left: 10px;
}

.largeArticleText {
    overflow: hidden;
    float: none;
}

div h2, h3 {
    text-decoration: underline;
    font-size: 18px;
    font-family: "Verdana", Geneva, Tahoma, sans-serif;
}

div h3 {
    font-size: 18px;
    font-weight: normal;
}

div p {
    margin: 10px 0 0 10px;
}

div ul {
    margin: 10px 0 0 40px;
}

div ul ul {
    margin: 10px 0 10px 20px;
}

/**** ASIDE ****/


aside {
    float: right;
    margin: 20px 20px 0px 0px;
    background-color: #dddddd;
    overflow: auto;
    border-radius: 50%;
}

.asideWrapper {
    color: #6688DD;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #EFEFEF;
    margin: 20px;
    padding: 0px;
    height: 140px;
    width: 140px;
}

.asideWrapper h3 {
    font-family: "Verdana", Geneva, Tahoma, sans-serif;
    font-size: 64px;
    color: #6688DD;
    text-decoration: none;
}


/**** END OF ASIDE ****/



/**** START FOOTER ****/


.pageFooter {
    display: block;
    float: left;
    width: 960px;
    height: 43px;
    position: static;
    background-color: black;
    font-family:  "Verdana", Geneva, Tahoma, sans-serif;
    color: white;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 5px;
}


/**** END OF FOOTER ****/


/**** END OF GENERIC CONTAINERS ****/


/**** START OF INDEX PAGE ****/

.bulletIndex {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    vertical-align: top;
}


/**** END OF INDEX PAGE ****/


/**** START OF ABOUT PAGE ****/


#aboutMain  {
    width: 950px;
    height: 100%;
}

#aboutImage {
    height: 140px;
    float: left;
    vertical-align: bottom;
}


/**** END OF ABOUT PAGE ****/


/**** START OF PORTFOLIO PAGE ****/


#portfolioMain {
    width: 910px;
    height: 100%;
    margin: 20px 20px;
    background-color: #dddddd;
}



/**** SLIDESHOW START ****/

#portfolioInfo {
    text-align: center;
    margin: auto;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  border-radius: 10%;
  background-color: #EFEFEF;
  max-width: 500px;
  max-height: 500px;
  position: relative;
  margin: auto;
}

.portfolioWide {
    border-radius: 10%;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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(255,255,255,0.8);
}

/* Caption text */
.text {
  opacity: 0.75;
  background-color: #DDDDDD;
  color: black;
  font-family: "Verdana", Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
}

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

.active, .dot:hover {
  background-color: #717171;
}

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


/**** END OF SLIDESHOW ****/


/**** END OF PORTFOLIO PAGE ****/


/**** LINKS PAGE ****/


#linksList li::before{
    content: none;
}

#linksList li{
    margin: 20px -20px;
}

#linksList li img {
    display: inline-block;
}

#linksList li h3 {
    margin-left: 5px;
    display: inline-block;
    text-decoration: none
}

#linksMain {
    min-height: 440px;
    height: 100%;
}


/**** END OF LINKS PAGE ****/


/**** CONTACT PAGE ****/


form div {
    width: 320px;
    margin: 20px;
    padding: 10px;
}

div label {
    display: inline-block;
    text-align: left;
    float: left;
}

div input {
    display: inline-block;
    text-align: left;
    float: right;
    margin-left: 10px;
}

div textarea {
    float: left;
}

.mailToURL {
    color: black;
    text-decoration: underline;
    font-style: italic;
}

#submit {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0px;
    float: left;
}


/**** END OF CONTACT PAGE ****/

