* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
	Main - 865BFF
	Background - EEEEEE
	Background_Light - FFF

*/
ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(135deg, #e9e9e9 0%, #e3e3e3 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.007);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  color: #676767;
}

.container {
  background-color: #fff;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

header {
  background: url("/images/Header_SVG.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
  line-height: 300px;
  width: 100%;
  max-width: 1320px;
  text-align: center;
  margin-bottom: 60px;
}

main {
  text-align: center;
  color: #515151;
  border-bottom: 35px solid #865BFF;
}

main h1 {
  font-size: 4rem;
  font-weight: normal;
}

main h2 {
  font-weight: lighter;
  color: #676767;
}

main ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main ul li {
  margin: 20px 20px;
}

main .Accent-Color {
  color: #865BFF;
}

main .Secondary-Color {
  color: #5BC4FF;
}

main .Green-Color {
  color: #80C233;
}

main .Orange-Color {
  color: #FF6D00;
}

main .Font-Bold {
  font-weight: bold;
}

main .Icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .Icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .Resume_Btn {
  margin: auto;
  display: block;
  width: 225px;
  height: 55px;
  color: white;
  background-color: #865BFF;
  font-size: 2rem;
  border-radius: 5px;
  line-height: 55px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .Resume_Btn:hover {
  background-color: #5BC4FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 6px 4px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0px 6px 4px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main .Sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

main .Sections .Section {
  border: 2px solid #865BFF;
  border-radius: 5px;
  width: 90%;
  margin: 25px auto;
}

main .Sections .Section-Header {
  background-color: white;
  position: relative;
  top: -17px;
  display: inline;
  padding: 0px 5px;
  color: #865BFF;
}

main .Sections .Projects ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .Sections .Projects ul li {
  margin: 20px auto;
  text-align: left;
  width: 50%;
}

main .Sections .Projects ul li h1 {
  color: #865BFF;
  font-size: 2rem;
  margin: 20px auto;
}

main .Sections .Projects ul li p {
  margin: 20px auto;
  color: #505050;
}

main .Sections .Projects-Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .Sections .Projects-Btns a {
  display: block;
  color: white;
  background-color: #865BFF;
  padding: 2px 15px;
  margin: auto 20px auto 0;
  font-size: 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .Sections .Projects-Btns a:hover {
  background-color: #5BC4FF;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .Sections .Skills ul li {
  margin: 5px 15px;
  text-align: left;
}

main .Sections .Skills .Skills-Cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 25px;
}

main .Sections .Skills .Skills-Cols .Skills-Rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #865BFF;
  font-size: 1.1rem;
}

main .Sections .Skills .Skills-Cols .Skills-Rows h3 {
  font-weight: normal;
  font-size: 1.4rem;
  color: #424242;
  margin-bottom: 15px;
}

main .Sections .About p, main .Sections .About h3 {
  margin: auto;
  width: 75%;
  text-align: left;
}

main .Sections .About h3 {
  margin: 10px auto 20px auto;
}

main .Sections .About p {
  line-height: 25px;
  padding-left: 15px;
  margin-bottom: 25px;
}

footer {
  position: relative;
  margin-top: 100px;
  bottom: 0px;
  color: #E0E0E0;
  background-color: #434343;
  width: 100%;
  height: 210px;
  padding-top: 50px;
  text-align: center;
}

footer a {
  color: #d6c7ff;
}

footer a:hover {
  color: #FF6D00;
}

footer .footer-copy {
  position: relative;
  bottom: -60px;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
  .container h1 {
    font-size: 3rem;
  }
  .container .Sections .Section {
    border: 0px;
    width: 100%;
  }
  .container .Sections .Section .Section-Header {
    font-size: 2rem;
    border-radius: 0;
    display: block;
    width: 100vw;
    border-bottom: 4px solid #865BFF;
  }
  .container .Sections .Projects ul > li {
    width: 80%;
  }
  .container .Sections .Projects-Btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container .Sections .Projects-Btns a {
    padding: 5px 15px;
    margin: 5px;
    text-align: center;
    font-size: 1.7rem;
    border-radius: 0px;
  }
  .container .Sections .Skills .Skills-Cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container .Sections .Skills .Skills-Cols li {
    text-align: center;
  }
  .container .Sections .About h3 {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */