@charset "UTF-8";

body, h3, a,ul,li, p, article, aside, footer, main, section {
padding: 0;
margin: 0;
}

/*headings 1-6 */
h1{
  font-family:'Gill Sans';
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
}

h2{
  text-align: center;
  text-transform: uppercase;
}
/* End of CSS headings*/ 

/*This is related to the Banner Image*/
.imgContainerFix {
  display: block;
}

/*Start of CCS related to the Nav*/
nav{
  background-color: #33b0fa;
  height: 30px;
  padding: 5px 0px 0px 270px
}

.navList{
  display: inline;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 17px;
  text-transform: uppercase;
}

.listPortf{
  font-weight: bold;
}

li a{
  color: #010101;
}
/*End of all CSS related to the Nav*/

/* these 3 classes are used on every page for formatting*/
.background{
  background-color: #b8e4fd
}

.fixOverflow{
  overflow: hidden;
}

.PaddingMain{
  padding: 5px;
}

.subTitles{
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}

  .mainText{
    font-size: 18px;
}
  
/*End of formatting classes*/

body{
  width: 1024px;
  margin: auto;
  background-color: rgb(233, 231, 231);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

main {
  font-size: small;
  background-color: rgb(136, 212, 241);
}

/*All CSS below is related to the Home(Index) page)*/
.mainBody{
  float: left;
}

.mainHome{
  width: 650px;
}

aside{
    border-color: #33b0fa;
    border-style: solid;
    margin-bottom: 5px;
    color: black;
}

article{
  padding: 10px 15px;
}

.pannels {
  width: 650px;
  font-size: 13px;
  overflow: hidden;
}

/*End of Home(Index) page*/

/*All CSS below is related to the Contact page*/

.contactArticle{
  width: 250px;
}

.centerImg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.contactSubtitle{
  clear: both;
  padding-top: 60px;
  text-transform:none;
}

.contactForm{
  width: 450px;
  margin-left: 190px;
  margin-right: auto;
  padding-top: 5px;
  clear: both;
}

textarea{
  resize: none;
}

/*End of contact page*/

/*All CSS below is related to the AboutMe page*/

.mainAboutMe{
  float: left;
  width: 600px;
  padding: 10px;
}

.contactButton{
  margin-top: 15px;
  float: right;
  width: 150px;
}

.submitButton{
  float: right;
}

/*End of About me page*/

/*All CSS below is related to links page*/

.tableLinks{
  width: 430px;
  margin-bottom: 7px;
  border-collapse: collapse;
  border: #010101;
  border-style: solid;
  border-width: 2px;
  padding: 3px;
}

/*End of Links Page*/

/*All code below is related to portfolio*/

.itemTitle{
  padding-left: 30px;
  font-weight: bold;
}

/*end of portfolio page*/

.formText{
  width: 500px;
}

.buttonHome{
  margin-top: 50px;
  margin-left: 200px;
  width: 100px;
}

/*All code below is general classes used over more than 1 page*/
.rightFloat{
float: right;
}

.leftFloat{
 float: left;
}

.autoMargin{
  margin-left: auto;
  margin-right: auto;
}

.centerText{
  text-align: center;
}

.listBoxPortf{
  width: 950px;
}

.topPadding20px{
padding-top: 20px;
}

.topPadding50px{
  padding-top: 50px;
  }

.marginleft300px{
  margin-left: 300px;
}

.marginleft100px{
margin-left: 100px;
}

.marginleft50px{
  margin-left: 50px;
  }

.marginleft30px{
margin-left: 30px;
}

.marginright20px{
  margin-right: 20px;
}

.marginright50px{
  margin-right: 50px;
}

.marginright70px{
  margin-right: 70px;
}

.paddingLeft70px{
  padding-left: 70px;
}

.paddingLeft100px{
  padding-Left: 100px;
}

.paddingLeft400px{
  padding-Left: 400px;
}


.imagefloatright{
float: right;
}

td, th {
  text-align: left;
}

.tdSpacing{
 padding-right: 30px;
}

.tdBold{
  font-weight: bold;
}

.topAlign{
vertical-align: top;
}

.widthStyle30{
  width: 30%;
}

.widthStyle110{
  width: 110%;
}

.marginTop10px{
  margin-top: 10px;
}

.slideShowRight{
  width: 250px;
  max-height: 350px;
  float: right;
}

.overflowStop{
  overflow: hidden;
}

/*end of general classes*/

/*Footer*/

footer{
  height: 55px;;
  clear: both;
  background-color: #33b0fa;
  padding: 5px 10px 5px 10px;
}

/*start of slide show */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 350px;
  position: relative;
  margin: auto;
}

/* 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: white;
  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(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  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 slide show */