/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
}

body header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 10vh;
  background-color: lightgray;
  z-index: 1;
}
body header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header div img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  max-width: 20vw;
}
body header div img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 990px) {
  body header div img {
    max-width: 18vw;
  }
}
body header div nav {
  margin-left: 80px;
}
body header div nav .a1 {
  color: #3434ff;
}
body header div nav a {
  text-decoration: none;
  font-family: "BPG Banner", sans-serif;
  margin-right: 25px;
  color: white;
}
body header div nav a.a2, body header div nav a.a3, body header div nav a.a4, body header div nav a.a5 {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body header div nav a.a2:hover, body header div nav a.a3:hover, body header div nav a.a4:hover, body header div nav a.a5:hover {
  color: #3434ff;
}
body header .btn {
  font-family: "BPG Banner", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #3434ff;
  color: white;
  max-width: 90px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
body header .btn:hover, body header .btn :focus, body header .btn :active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body header .fa.fa-bars {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body nav {
    display: none;
  }
  body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
  }
  body header div img {
    max-width: 25vw;
  }
  body header .div1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header .div1 #spacer {
    width: 60px;
  }
  body .fa.fa-bars {
    display: inline-block !important;
    font-size: 35px;
    position: relative;
    right: 30px;
  }
}
@media only screen and (max-width: 1115px) {
  body header div img {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 1002px) {
  body header div img {
    max-width: 30vw;
  }
}
@media only screen and (max-width: 840px) {
  body header div img {
    max-width: 35vw;
  }
}
@media only screen and (max-width: 715px) {
  body header div img {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 625px) {
  body header div img {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 500px) {
  body header div img {
    max-width: 56vw;
  }
}
@media only screen and (max-width: 450px) {
  body header div img {
    max-width: 65vw;
  }
}
@media only screen and (max-width: 385px) {
  body header div img {
    max-width: 67vw;
  }
}
body section {
  position: relative;
  top: 150px;
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1190px;
}
body section .head h1 {
  font-size: 53px;
  color: #0b0b2c;
  font-family: "ArchyEDT-Bold", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.115em;
  max-width: 50%;
}
body section .head .p .p1 {
  font-family: "BPG Arial", sans-serif;
  color: #69697b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.667em;
}
body section .head .p .p2 {
  font-family: "BPG Arial", sans-serif;
  color: #69697b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.667em;
}
body section img {
  max-width: 600px;
  max-height: 400px;
  border-radius: 40px;
}
body hr {
  position: relative;
  top: 200px;
}
@media only screen and (max-width: 1115px) {
  body section .head {
    max-width: 50vw;
  }
  body section img {
    max-width: 500px;
    margin-right: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 1080px) {
  body section .head {
    max-width: 38vw;
  }
  body section .head h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 200px;
    right: 25px;
  }
  body section .head {
    position: relative;
    bottom: 55px;
    margin: 0 auto;
    text-align: center;
    max-width: 100vw;
    right: 15px;
  }
  body section .head h1 {
    white-space: nowrap;
    max-width: 100%;
    font-size: 48px;
  }
  body section img {
    margin: 0px 100px 0px 60px;
    min-width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body hr {
    top: 220px;
  }
}
@media only screen and (max-width: 630px) {
  body section .head h1 {
    font-size: 40px;
  }
  body section .head .p .p1 {
    font-size: 15px;
  }
  body section .head .p .p2 {
    font-size: 15px;
  }
  body section img {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 524px) {
  body section {
    position: relative;
    right: 34px;
  }
  body section .head h1 {
    font-size: 30px;
  }
  body section .head .p .p1 p {
    font-size: 16px;
  }
  body section .head .p .p2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 460px) {
  body section {
    margin-right: 7px;
  }
  body section img {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 430px) {
  body section .head h1 {
    font-size: 26px;
  }
  body section .p .p1 p {
    font-size: 14px !important;
  }
  body section .p .p2 p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 390px) {
  body section .head {
    position: relative;
    right: 20px;
  }
  body section img {
    max-width: 65vw;
    margin-left: 78px;
  }
}
@media only screen and (max-width: 350px) {
  body section .head {
    position: relative;
    right: 26px;
  }
  body section img {
    margin-right: 104px;
  }
}
@media only screen and (max-width: 330px) {
  body section {
    position: relative;
    right: 46px;
  }
  body section img {
    max-width: 80vw !important;
    margin-left: 104px;
  }
}
body #hh1 {
  position: relative;
  top: 300px;
  text-align: center;
  font-family: "MG Glaho Drunk", sans-serif;
  font-size: 30px;
}
body .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 400px;
  margin-bottom: 200px;
}
body .card-container .card {
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin: 20px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body .card-container .card #python {
  max-width: 100%;
  height: auto;
}
body .card-container .card #js {
  max-width: 100%;
  height: auto;
}
body .card-container .card #html {
  max-width: 100%;
  height: auto;
}
body .card-container .card #java {
  max-width: 100%;
  height: auto;
}
body .card-container .card #react {
  max-width: 100%;
  height: auto;
}
body .card-container .card #angular {
  max-width: 100%;
  height: auto;
}
body .card-container .card #django {
  max-width: 100%;
  height: auto;
}
body .card-container .card #php {
  max-width: 100%;
  height: auto;
}
body .card-container .card #sql {
  max-width: 100%;
  height: auto;
}
body .card-container .card #typescript {
  max-width: 100%;
  height: auto;
}
body .card-container .card #cs50 {
  max-width: 100%;
  height: auto;
}
body .card-container .card #csharp {
  max-width: 100%;
  height: auto;
}
body .card-container .card #cybersecurity {
  max-width: 100%;
  height: auto;
}
body .card-container .card #AI {
  max-width: 100%;
  height: auto;
}
body .card-container .card #http {
  max-width: 100%;
  height: auto;
}
body .card-container .card .card-content {
  font-family: "Roboto", sans-serif;
  padding: 16px;
}
body .card-container .card .card-content h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
body .card-container .card .card-content h2:hover {
  color: #3434ff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .card-container .card .card-content p {
  color: #69697b;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
body .card-container .card .card-content i {
  font-size: 24px;
  color: #3434ff;
}
body .card-container .card .card-content span {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .card-container .card .card-content span:hover {
  color: #3434ff;
  cursor: pointer;
}
body .card-container .card .card-content .span {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  left: 6px;
  margin: 0 auto;
}
body .card-container .card .card-content .span:hover {
  color: red;
  cursor: pointer;
}
body .card-container .card .card-content .span1 {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  left: 6px;
  margin: 0 auto;
}
body .card-container .card .card-content .span1:hover {
  color: rgb(214, 130, 5);
  cursor: pointer;
}
body .card-container .card .card-content a {
  position: relative;
  top: 50px;
  font-family: "BPG Banner", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #3434ff;
  color: white;
  max-width: 90px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  color: #3434ff;
  border: 1px solid #3434ff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  bottom: 8px;
  left: 90px;
  max-width: 20px;
  display: inline-block;
  max-width: 110px;
}
body .card-container .card .card-content a:hover, body .card-container .card .card-content a :focus, body .card-container .card .card-content a :active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body .card-container .card .card-content a:hover, body .card-container .card .card-content a :focus, body .card-container .card .card-content a :active {
  background-color: #3434ff;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body .card-container .card .card-content .a1 {
  left: 62px;
}
body .card-container .card .card-content .a6 {
  left: 56px;
}
body .card-container .card:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 420px) {
  body .card-container .card .card-content a {
    padding: 10px !important;
    max-width: 18vw !important;
  }
}
@media only screen and (max-width: 380px) {
  body .card-container .card .card-content a {
    display: none !important;
  }
}
body footer {
  background-color: #222222;
  margin-top: 100px;
}
body footer #thebiggestdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 90px;
}
body footer #thebiggestdiv img {
  max-width: 25vw;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
body footer #thebiggestdiv img:hover, body footer #thebiggestdiv img :focus :active {
  cursor: pointer;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body footer #thebiggestdiv #first {
  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: 40px;
}
body footer #thebiggestdiv #first h3 {
  color: #3434ff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 1.111em;
}
body footer #thebiggestdiv #first a {
  font-size: 20px;
  text-decoration: none;
  color: #69697b;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body footer #thebiggestdiv #first a:hover {
  color: #3434ff;
}
body footer #thebiggestdiv #second {
  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: 40px;
}
body footer #thebiggestdiv #second h3 {
  color: #3434ff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 1.111em;
}
body footer #thebiggestdiv #second a {
  font-size: 20px;
  text-decoration: none;
  color: #69697b;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body footer #thebiggestdiv #second a:hover {
  color: #3434ff;
}
body footer #thebiggestdiv #second #a7 {
  color: #3434ff;
  text-decoration: underline;
  -webkit-text-decoration-color: #3434ff;
          text-decoration-color: #3434ff;
}
body footer #thebiggestdiv #second #a7:hover {
  color: #0b0b2c;
  text-decoration: underline;
  -webkit-text-decoration-color: #0b0b2c;
          text-decoration-color: #0b0b2c;
}
body footer .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body footer .map iframe {
  border-radius: 2em;
  border: none;
  margin-bottom: 40px;
  margin-right: 50px;
  width: 500px;
  height: 500px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
body footer .map iframe:hover {
  opacity: 1;
}
@media only screen and (max-width: 1115px) {
  body footer .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 50px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 990px) {
  body footer #thebiggestdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  body footer #thebiggestdiv img {
    max-width: 35vw;
  }
}
@media only screen and (max-width: 720px) {
  body footer #thebiggestdiv img {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 630px) {
  body footer #thebiggestdiv img {
    max-width: 45vw;
  }
}
@media only screen and (max-width: 600px) {
  body footer .map {
    margin: 0 auto;
  }
  body footer .map iframe {
    margin-top: 40px;
    width: 300px;
    height: 350px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 530px) {
  body footer #thebiggestdiv img {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 450px) {
  body footer #thebiggestdiv img {
    max-width: 55vw;
  }
}