/*========== General Styles ==========*/
body {

  background-color: #ddd;
  font-size: 15px;
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
  color: #fff;
	/*font-family: 'Cookie', cursive, 'Adobe Garamond Pro', 'EB Garamond', serif;*/
}

.h1, h1 {
  font-size: 64px;
  text-align: center;
}

.h2, h2 {
  font-size: 40px;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}

.h3, h3 {
  font-size: 26px;
}

a {
  color: #7373e5;
  text-decoration: none;
}


a:focus, a:hover {
  color: #202040;
  text-decoration: underline;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
  background-color: #7373e5;
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

button.btn.btn-default:hover,
button.btn.btn-default:active {
  background-color: #333366;
}

.row-wrapper img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

footer {

  margin-top: 20px;
}
/*========== Homepage picture/header ==========*/

.janet-header {
  background-color: #202040;
  color: #fff;
  padding: 10px;
  margin: 0px;
  text-align: left;
  font-size: 64px;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}

.janet-header h1, h2 {
  color: #fff;
}

.janet-portfolio {
  margin-top: 0px;
  margin-bottom: 20px;
}


/*========== Portfolio - Homepage ==========*/
.portfolio-content {
  /*background-color: #303050;*/
  padding: 0px 0px 20px 0px;
  
}

.portfolio-content h2 {
  color: #202040;
}

.portfolio-content h3 {
  color: #202040;
}

.row-wrapper {
    text-align:center;
  }

.web-dev,
.photoshop,
.illustrator,
.indesign,
.management {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #40407f;
  /*background-color: #202040; */
  text-align: center;
  padding: 5px;
  margin: 10px 4px;
  border-radius: 10px;
}

.web-dev h2,
.illustrator h2,
.photoshop h2,
.indesign h2,
.management h2 {
  color: #fff;
}

.web-dev a,
.photoshop a,
.illustrator a,
.indesign a,
.management a {
  text-decoration: none;
  color: #fff;
}

a.btn.btn-default {

  color: #333366;
}
a.btn.btn-default:hover,
a.btn.btn-default:active {
  background-color: #333366;
  color: #fff;
}

.reflist li a {
  color: #7373e5;
}

.reflist li a:hover,
.reflist li a:active {
  color: #333366;
} 

/*========== About ==========*/
.about-wrapper {
  margin: 0px;
  padding: 0px;
  background: #999 url("../images/portfolio2.png") no-repeat;
  background-size: cover;
  background-position: top right;
}

.about-wrapper h2 {
  color: #fff;
}

.about-wrapper a {

  color: #fff;
  text-decoration: none;
}

.about-wrapper a:hover,
.about-wrapper a:active {
  color: #333366;
} 

.about-wrapper .container {

  padding: 40px 10px 40px 10px;
}
.about-me  {
  
  margin-top: 20px;
  padding: 20px;

}

.about-me h1 {
  color: #fff;
}

/*========== Web Development Gallery ==========*/
.caption h3 {
  text-align: center;

}
.caption h3 a{
  font-family: 'EB Garamond' Arial, serif;
  word-wrap: break-word;
}

.web-dev-wrapper .thumbnail {
    padding: 6px;
    min-height: 400px;
}

/*========== Responsiveness ==========*/

@media screen and (max-width: 1200px) {
  .btn-group-justified>.btn-group .btn {
    font-size: 18px;
  }

  
}

@media screen and (max-width: 992px) {
  .btn-group-justified>.btn-group .btn {
    font-size: 13px;
  }

  
}

@media screen and (max-width: 767px) {

.about-wrapper {

    background: #999;
  }
  .btn-group-justified>.btn-group .btn {
    font-size: 11px;
  }

  .navbar-default {
    height: 94px;
  }

  .navbar-default .navbar-brand {
    margin: 47px 10px -10px 10px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #40407f;
    background-color: #999;

  }

  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #40407f;
    background-color: transparent;
  }

  .janet-portfolio {
    margin-top: 94px;
  }

  .skills {

    display: none;
  }
}



.list-group {
  margin-top: 10px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 30px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #7f7fff;
  border-color: #337ab7;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #eee;
}


footer {
  padding: 20px;
  background-color: #202040;
  color: #fff;
}

.back-to-top-button {
  background: url('../images/back-to-top.png');
  width: 24px;
  height: 24px;
  cursor: pointer;
  opcacity: 1;
}