* {
  box-sizing: border-box;
  margin: 0;

}



/* Layout styling */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.logo {
  max-width: 225px;
  float: left;
}


header {
  padding: 20px 0 13px;
  background-color: #221E42;
  width: 100%;
  position: fixed;
  text-align: unset;
  align-items: center;
}


nav {
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 4px;
  align-items: center;
}

.container {
  padding: 0 20px;
}


nav > ul > li > a {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #edf0f1;
  align-items: center;
  margin-left: 20px;
  padding: 9px 25px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  }

.nav__links {
  list-style: none;
  display: flex;
  margin-top: 7px;
}

.nav__links a,
.cta,
.overlay__content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: all 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #0088a9;
}

.cta {
  margin-left: 20px;
  padding: 9px 25px;
  background-color: #683BFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.cta:hover {
  background-color: #42BCFF;
}

/*HAMBURGER MENU*/

.navtoggle li:not(:last-child) {
  display: none;
}

.navtoggle, .navtoggle.responsive {
  position: relative;
}

nav>ul>li>a:hover {
  transition: 0.3s;
  background-color: #221E42;
}

.navtoggle li .icon {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 40px;
  padding-right: 20px;
}

.navtoggle.responsive nav {
  padding: 24px 0 0;
}

.navtoggle.responsive li {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 127, 80, 0.5);
}

.navtoggle.responsive li:last-child {
  padding: 0 0 10px;
}


/* Mobile Nav */

.menu {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #24252a;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}

.overlay--active {
  width: 100%;
}

.overlay__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay a {
  padding: 15px;
  font-size: 36px;
  display: block;
  transition: all 0.3s ease 0s;
}

.overlay a:hover,
.overlay a:focus {
  color: #0088a9;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #edf0f1;
  cursor: pointer;
}


#factory-img {
  padding-right: 20px;
  padding-left: 30px;
}


body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  font-size: 16px;
  /* Set paragraph font size to 16px */
  font-weight: 300;
  /* Sets the paragraph font weight to 300 */
  line-height: 1.6;
  /* Sets the line height to 1.6 * the font-size */
  color: black;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}
h1 {
  font-size: 2.75em;
  font-weight: 700;
}

h2 {
  font-size: 2.25em;
  font-weight: 700;
}

h3 {
  font-size: 1.75em;
  font-weight: 600;

}

h4 {
  font-size: 1.35em;
  font-weight: 400;
}

h5 {
  font-size: 1.00em;
  font-weight: 400;
}

h6 {
  font-size: 1.00em;
  font-weight: 500;
}



main {
  width: 100%;
}



.item{
  padding: 0px;
}

/* BUTTON */

.button {
  margin-left: 0px;
  padding: 9px 25px;
  background-color: #683BFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  line-height: 90px;
}

.button:hover {
  background-color: #42BCFF;
}

.button,
.overlay__content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
}


.project-col{
  flex-basis: 31%;
  background: white;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
}


.wrapper{
  display:grid;
  grid-template-columns: 50% 50%
}


img {
  width: 100%;
}





.parent {
  width: 100%;
  height: 100%;
}


.factory-img {

  max-width: 100%;
  transition: transform 3s;
  padding-bottom: 100px;
  padding-left: 20px;
}


.parent:hover .factory-img {
  transform: translateX(30%);
  transform: translateY(30%);
  animation: bounce2 2s ease infinite;
}


@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}



.img-radius {
  border-radius: 8%;
}


.bobby-img {
  border-radius: 100%;
  width: 70%;
}


.plutopay-img {
  padding-top: 200px;
}

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


.content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  text-align: center;
}


p{
  letter-spacing: 0px;
  line-height: 25px;
}


selector {
  position: relative;
}

selector {
  float: left;
}


selector {
  float: right;
}

/*HERO HOMEPAGE*/
#hero {
  padding: 200px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #683BFF;
  margin-bottom: 150px;
}

#hero span {
  display: block;
}


#hero h1{
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;

}

#hero p{
  color: white;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}


#work {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}


#work h2{
  color: black;
  padding-top: 0px;
  padding-bottom: 150px;
  text-align: center;
}


#work h3{
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 600;
}


#work .row {
  padding-bottom: 20px;
  border-bottom: 1px
  solid #ffffff;
}


.container {
  padding: 20px;
}



.container-plutopay {
  width: 80%;
}


.container-learnhero {
  width: 80%;
}


.container-bluenovadigital {
  width: 80%;
}

.container-resume {
  width: 100%;
}



.work {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}


.social-media-icon{
  height: 32px;
  width: 32px;
}

.profile-picture{
  height: 100px;
  width: 100px;
}




.column-paragraph-left {
  width: 100%;
}


.column-paragraph-right {
  width: 100%;
  margin-left: auto;
}



.float {
  float: right;
}



#Contact {
  padding-top: 130px;
  padding-bottom: 170px;
  background-color: #221E42;
}


#Contact h2 {
  color: white;
  padding-bottom: 50px;
}

#Contact h5 {
  color: white;
}

#Contact p {
  color: white;
}


/*HERO-ABOUT*/

#hero-about {
  padding-top: 200px;
}



#hero-about h1{
  color: black;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}


#hero-about p{
  text-align: left;
  padding-bottom: 50px;
}


/*MYSTORY*/

#mystory {
  padding-top: 100px;
}

#mystory h1{
  color: black;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mystory-heading {
margin-top: 40px;
}

#mystory h2{
margin-bottom: 10px;
}


#mystory p{
  color: black;
  padding-top: 50px;
  padding-bottom: 50px;
}


/*SKILLS*/

#skills h2{
  color: black;
  padding-top: 50px;
}

#skills h3{
  color: grey;
  padding-bottom: 50px;
}

#skills p{
  padding-bottom: 50px;
}

#skills ul{
  padding-bottom: 50px;
}

/*RESUME*/

#resume p{
  padding-bottom: 100px;
}



/*PLUTOPAY*/

#what-is h2{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#what-is p{
  text-align: center;
}


#myprocess h2{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

#research h2{
  padding-top: 80px;
  padding-bottom: 50px;
}

#research p{
  padding-bottom: 20px;
}

#ideation h2{
  padding-top: 80px;
  padding-bottom: 50px;
}

#ideation p{
  padding-bottom: 20px;
}

#wireframes h2{
  padding-top: 80px;
  padding-bottom: 50px;
}

#wireframes p{
  padding-bottom: 100px;
}

#designsection h2{
  padding-top: 80px;
  padding-bottom: 50px;
}

#designsection p{
  padding-bottom: 80px;
}

#prototypesection h2{
  padding-top: 80px;
  padding-bottom: 50px;
}

#prototypesection p{
  padding-bottom: 50px;
}

.casestudy-button{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

#conclusion{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

#conclusion p{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 150px;
}


[class*="col-"] {
  float: left;
}


.row::after {
  content: "";
  clear: both;
  display: table;
}


/*Small devices*/
@media only screen and (max-width: 320px) {

.plutopay-project {
  padding: 0px;
}

.navtoggle {
  font-size: 10px;
  }



}


/*Medium devices*/
@media only screen and (min-width: 640px) {

  .column-container-left {
    width: 80%;
  }


  .column-container-right {
    width: 80%;
    margin-left: auto;
  }

[class*="col-"] {
    float: left;
    padding-right: 40px;
  }


  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 60%;
  }

  .col-md-5 {
    width: 40%;
  }

  .col-md-4 {
    width: 30%;
  }


  header {
    text-align: unset;
    padding: 20px 0 13px;
  }


  nav {
    width: auto;
    float: right;
    margin-top: 4px;
  }

  nav>ul>li {
    display: inline-block;
    position: relative;
  }

  .navtoggle li:not(:last-child) {
    display: inline-block;
  }

  .navtoggle li:last-child {
    display: none;
  }
}


/*Large devices*/
@media only screen and (min-width: 1024px) {
  .col-lg-7 {
    width: 45%;
  }

  .col-lg-5 {
    width: 55%;
  }

  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

}

/*X-large devices*/
@media only screen and (min-width: 1440px) {
  .col-lg-7 {
    width: 45%;
  }

  .col-lg-5 {
    width: 55%;
  }

  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 250px;
  }
}
