@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* style body of main */
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background-color: #fbe5c2;
}

/* styles heading tags */
h1,
h2,
h3,
h4
{
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

/* side bar */
#aside {
  padding-top: 3em;
  padding-bottom: 40px;
  width: 300px;
  position: fixed;
  z-index: 1001;
  background: #a2cffe;
}

/* side bar image */
#aside .author-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
}

/* side bar text */
#aside .position {
  margin-bottom: 2em;
  font-size: 12px;
  text-transform: uppercase;
}

/* side bar person name */
#aside #logo {
  font-weight: 700;
  font-size: 22px;
}

/* side bar person name text */
#aside #logo a {
  display: block;
  text-align: center;
  color: #000;
  padding-right: 0.3em;
}

/* side bar navigation */
#aside #navi .collapse {
  display: block !important;
}

/* side bar navi text */
#aside #navi ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* side bar prevents line */
#aside #navi ul li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* side barcreates underline */
#aside #navi ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #2c98f0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* side bar nav text hover  */
#aside #navi ul li a:hover {
  text-decoration: none;
  color: black;
}

/* side bar nav underline on hover */
#aside #navi ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* side bar nav allows for underline to stay once hovered off */
#aside #navi ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* side bar allows social links to be styled */
#aside .col1-footer ul{
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  width: 100%;
}

/* side bar prevents bullets from social links */
#aside .col1-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

/* side bar spaces out social links */
#aside .col1-footer ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 5px;
}

/* side bar styles image */
.author-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* allows everything to be spaced on main page */
#main-page {
  width: calc(100% - 300px);
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/* Main spreads image evenly  */
#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

/* main prevents image repeat and styles it correctly */
#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
}



/* main prevents page from being long horizontally and needing a scroll bar */
#hero .flexslider .flex-direction-nav {
  display: none;
}


/* main styles main text  */
#hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}


/* main styles main text */
#hero .flexslider .slider-text > .slider-text-inner h1,
#hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", Georgia, serif;
} 

/* main styles main text */
#hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
}


/* keeps main page from beig smooshed */
.content {
  padding: 0 2.5em;
}

/* main pads heading tags and sub heading tags */
.info-experience,
.skill,
.edu,
.workxp,
.aboutme,
.cont {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block;
}

/* main styles all main headings */
.heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}


/* main styles all sub headings */
.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color:  #33CC99;
  font-weight: 500;
  letter-spacing: 5px;
}


/* main edu prevents inner border on dropdown */
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}

/* main edu styles dropdown  */
.panel-heading a {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", Arial, sans-serif;
  background-color: #a2cffe;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* main edu prevens outer border on dropdown */
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

/* main edu creates plus sign */
.panel-heading a:after {
  font-family: "icomoon";
  content: "\e115";
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

/* main edu when dropdown is clicked plus sign turns to minus */
.panel-heading a.collapsed:after {
  content: "\e114";
}

/* allows for dropdown to change color when opened */
.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: #333333;
}

/* creates connecting line in workxp */
.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px;
} 

/* makes connecting line in workxp aligned*/
.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

/* aligns side circles in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}

/* makes background color of side circles in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left;
}

/* changes color of side circle icon in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #fff;
}


/* changes color of ending side circle in workxp */
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-none {
  background: #fff;
  width: 20px;
  height: 20px;
  margin-left: 10px;
} 

/* creates abckground for text in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* creates a speech backgorund in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

/* changes font in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
}

/* changes text heading in workxp */
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000;
}

/* changes skills text */
.progress-wrap h3 {
  font-size: 16px;
  font-family: "Quicksand", Arial, sans-serif;
  margin-bottom: 10px;
}

/* makes skills bar thin and neat  */
.progress {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f3f7;
  overflow: visible;
}

/* creates well structured skills bar */
.progress-bar {
  background: #2c98f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-align: right;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* creates bullets at end of each skill  */
.progress-bar:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* makes % aligned on skills  */
.progress-bar span {
  position: absolute;
  top: -22px;
  right: 0;
}

 /* styles skill bar % text adn prog bar */
.progress-bar.color-1 {
  background: #2c98f0;
} 
.progress-bar.color-1:after {
  background: #2c98f0;
} 
.progress-bar.color-1 span {
  color: #2c98f0;
} 
.progress-bar.color-2 {
  background: #ec5453;
}
.progress-bar.color-2:after {
  background: #ec5453;
}
.progress-bar.color-2 span {
  color: #ec5453;
}
.progress-bar.color-3 {
  background: #f9bf3f;
}
.progress-bar.color-3:after {
  background: #f9bf3f;
}
.progress-bar.color-3 span {
  color: #f9bf3f;
}
.progress-bar.color-4 {
  background: #a84cb8;
}
.progress-bar.color-4:after {
  background: #a84cb8;
}
.progress-bar.color-4 span {
  color: #a84cb8;
}
.progress-bar.color-5 {
  background: #2fa499;
}
.progress-bar.color-5:after {
  background: #2fa499;
}
.progress-bar.color-5 span {
  color: #2fa499;
}
.progress-bar.color-6 {
  background: #4054b2;
}
.progress-bar.color-6:after {
  background: #4054b2;
}
.progress-bar.color-6 span {
  color: #4054b2;
}
.progress-bar.color-7 {
  background: #FC74FD;
}
.progress-bar.color-7:after {
  background: #FC74FD;
}
.progress-bar.color-7 span {
  color: #FC74FD;
}


/* Contact icons */
.info-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

/* style contact icon */
.info-feature .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: #fbe5c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* aligns contact icons */
.info-feature .icon i {
  display: table-cell;
  vertical-align: middle;
  color: black;
  font-size: 60px;
  height: 100px;
}

/* displays contact info correctly */
.info-feature .text {
  padding-left: 120px;
  width: 100%;
}


/* aligns contact icons */
.info-feature.info-feature-sm .text {
  margin-top: 30px;
}

/* styles icon */
.info-feature.info-feature-sm .icon i {
  color: lightblue;
  font-size: 40px;
}

/* displays projects */
.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

/* creates on hover effect for projects */
.project .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a2cffe;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* styles text on projects */
.project .desc h3 {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

/* styles tiny text on projects */
.project .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

/* allows for on hover to be effective in projects */
@media screen and (max-width: 768px) {
  .project .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }

/* allows for on hover to be effective in projects */
 .project .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* allows for on hover in proj */
.project:hover .desc {
  opacity: 1;
}


/* styles quote */
.count2 {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}


/* styles text on quote */
.count2 .count1-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

/* udemy course certificates  */
#collapseSix .row {
  display: flex;
  float: right;
}

#collapseSix .column {
  flex: 33.33%;
  padding: 5px;
}