/*------------------------------------------------------------------------------------------------------------------
                                                    Variables
--------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
                                                    Globals
--------------------------------------------------------------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  overflow: auto;
  margin: 0;
  display: block;
}

footer {
  text-align: center;
}

.light-text:hover {
  color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Media Queries
--------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 321px) {
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4em;
  }
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
  padding: 0;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Nav bar
--------------------------------------------------------------------------------------------------------------------*/
.mainnav {
  margin: 0 auto;
  text-align: center;
}

.navbar {
  padding: 5px;
}

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

a {
  text-decoration: none;
  padding: 2px;
}

@media (min-width: 769px) {
  a {
    display: inline-block;
  }
}

.navbar ul > li {
  padding-right: 15px;
}

.butern {
  padding-bottom: 46px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    logo
--------------------------------------------------------------------------------------------------------------------*/
.mainnav > a {
  background-color: #8356b0;
  border-radius: 50%;
}

.logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  height: 60px;
  width: 56px;
}

.nav-brand {
  padding: 5px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Nav Media Queries
--------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .mainnav {
    padding: 20px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Avatar
--------------------------------------------------------------------------------------------------------------------*/
.avatar {
  padding: 5px;
  width: 150px;
  height: auto;
  margin-top: 25px;
}

@media (min-width: 321px) {
  .avatar {
    width: 210px;
  }
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Sections
--------------------------------------------------------------------------------------------------------------------*/
.section_whitespce {
  margin: 0 auto;
  height: 100vh;
}

.section-whitespce-2 {
  text-align: center;
}

.color_colorspce {
  margin: 0 auto;
  background-color: #8356b0;
  height: auto;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Content
--------------------------------------------------------------------------------------------------------------------*/
.content, .content2 {
  margin: auto;
  text-align: center;
  padding: 30px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content2 {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 625px) {
  .content2 {
    width: 600px;
  }
}

.content-foot {
  margin-bottom: -.07em;
}

.skill-containers {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1020px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.skill-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
  border-radius: 20px;
  width: 330px;
  padding: 10px;
  margin: 5px;
  height: 500px;
  background-color: #fff;
}

.skill-content:hover {
  -webkit-transform: translate3d(0, -1px, 0) scale(1.04);
          transform: translate3d(0, -1px, 0) scale(1.04);
  background-color: #d2d2d2;
}

/*------------------PORJECTS-------------------*/
.project-flex-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.outer-container-1 {
  background-image: url("../img/sites/quizard-snippet.png");
}

.outer-container-2 {
  background-image: url("../img/sites/bugcatcher-snippet.png");
}

.outer-container-3 {
  background-image: url("../img/sites/thecubclub-snippet.png");
}

.outer-container-4 {
  background-image: url("../img/sites/syspair-snippet.png");
}

.outer-container-5 {
  background-image: url("../img/sites/socailtrack-snippet.png");
}

.outer-container-6 {
  background-image: url("../img/sites/wheelofsuccess-snippet.png");
}

.grid-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px;
}

.inner-content {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.outer-container-1:hover {
  background-color: #c6adce;
}

.outer-container-2:hover {
  background-color: #98f5ca;
}

.outer-container-3:hover {
  background-color: #b3c26c;
}

.outer-container-4:hover {
  background-color: #7c3aed;
}

.outer-container-5:hover {
  background-color: #7c3aed;
}

.outer-container-6:hover {
  background-color: #d2d2d2;
}

.grid-container:hover {
  background-image: none;
  -webkit-transform: translate3d(0, -1px, 0) scale(1.04);
          transform: translate3d(0, -1px, 0) scale(1.04);
}

.inner-content:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .grid-container {
    width: 600px;
    height: 600px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                    Contact
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
  height: 50vh;
  text-align: center;
}

.contact-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
}

.dl-link {
  text-decoration: none;
  color: black;
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.dl-link:hover {
  color: #d2d2d2;
}

.socials {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

.socials > svg:hover {
  fill: #d2d2d2;
}

/*------------------------------------------------------------------------------------------------------------------
                                                    Button
--------------------------------------------------------------------------------------------------------------------*/
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  background-color: #fff;
  border: solid #8356b0 0.07em;
  padding: 5px;
  display: block;
  margin: 0 auto;
  height: 46px;
  width: auto;
  color: #8356b0;
  font-size: 28px;
  font-weight: bold;
}

.btn:hover {
  background-color: #8356b0;
  color: #fff;
  -webkit-transition: ease;
  transition: ease;
  -webkit-transition-delay: 3;
          transition-delay: 3;
}
/*# sourceMappingURL=style.css.map */