/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
  font-size: 220px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Main styles
   ========================================================================== */

/* Fonts */

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam-Light.eot');
    src: url('../fonts/Kalam-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalam-Light.woff2') format('woff2'),
        url('../fonts/Kalam-Light.woff') format('woff'),
        url('../fonts/Kalam-Light.ttf') format('truetype'),
        url('../fonts/Kalam-Light.svg#Kalam-Light') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Regular.eot');
    src: url('../fonts/Switzer-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Regular.woff2') format('woff2'),
        url('../fonts/Switzer-Regular.woff') format('woff'),
        url('../fonts/Switzer-Regular.ttf') format('truetype'),
        url('../fonts/Switzer-Regular.svg#Switzer-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer Bold';
    src: url('../fonts/Switzer-Bold.eot');
    src: url('../fonts/Switzer-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Bold.woff2') format('woff2'),
        url('../fonts/Switzer-Bold.woff') format('woff'),
        url('../fonts/Switzer-Bold.ttf') format('truetype'),
        url('../fonts/Switzer-Bold.svg#Switzer-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer Medium';
    src: url('../fonts/Switzer-Medium.eot');
    src: url('../fonts/Switzer-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Medium.woff2') format('woff2'),
        url('../fonts/Switzer-Medium.woff') format('woff'),
        url('../fonts/Switzer-Medium.ttf') format('truetype'),
        url('../fonts/Switzer-Medium.svg#Switzer-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Switzer-Semibold';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2'),
       url('../fonts/Switzer-Semibold.woff') format('woff'),
       url('../fonts/Switzer-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff'),
       url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url('../fonts/BeVietnamPro-Regular.woff2') format('woff2'),
       url('../fonts/BeVietnamPro-Regular.woff') format('woff'),
       url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'BeVietnamPro-Medium';
  src: url('../fonts/BeVietnamPro-Medium.woff2') format('woff2'),
       url('../fonts/BeVietnamPro-Medium.woff') format('woff'),
       url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'BeVietnamPro-SemiBold';
  src: url('../fonts/BeVietnamPro-SemiBold.woff2') format('woff2'),
       url('../fonts/BeVietnamPro-SemiBold.woff') format('woff'),
       url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}



@font-face {
    font-family: 'MADE Outer Sans Medium';
    src: url('../fonts/MADEOuterSans-Medium.eot');
    src: url('../fonts/MADEOuterSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADEOuterSans-Medium.woff2') format('woff2'),
        url('../fonts/MADEOuterSans-Medium.woff') format('woff'),
        url('../fonts/MADEOuterSans-Medium.ttf') format('truetype'),
        url('../fonts/MADEOuterSans-Medium.svg#MADEOuterSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('../fonts/MADEOuterSans.eot');
    src: url('../fonts/MADEOuterSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADEOuterSans.woff2') format('woff2'),
        url('../fonts/MADEOuterSans.woff') format('woff'),
        url('../fonts/MADEOuterSans.ttf') format('truetype'),
        url('../fonts/MADEOuterSans.svg#MADEOuterSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Utilities */

a {
  color: white!important;
}

a:visited {
  color: white!important;
}

.margin-top-mid {
 margin-top: 24px!important;
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-wrap {
white-space: nowrap;
}


body {
    font-size: 16px;
    background: black;
    color: white;
    margin: 0;
}

.responsive-image {
    width: 100%;
    height: auto;
}

.content-body {
    position: relative;
    overflow: visible;
    border-left: 30px solid #000;
    border-right: 30px solid #000;
    margin-top: 0;
    float: left;
    clear: both;
    width: calc(100% - 60px);
}

.list-left {
  float: left;
}

.list-right {
  float: right;
  margin-top: 15px;
}

.last-list-item {
  border-bottom: 1px solid #6D6D6D;
}

a.project-link:hover {
  opacity: 1;
}

a.project-link {
  opacity: .85;
}

@media (max-width: 700px) {

  .list-left {
    width: 100%!important;
}

.list-right {
  float: left!important;
}

}


@media (max-width: 576px) {

.content-body {
    border-left: 20px solid #000!important;
    border-right: 20px solid #000!important;
    width: calc(100% - 40px)!important;
}

.container-right p {
  font-size: 20px!important;
}

.list-item {
  font-size: 20px!important;
}

.rectangle-div {
  font-size: 20px!important;
}

.rectangle-div-last {
  font-size: 20px!important;
}

.list-group {
  font-size: 20px!important;
}

}

@media (min-width: 577px) and (max-width: 1200px) {

  .container-right p {
    font-size: 22px!important;
  }

  .list-item {
    font-size: 22px!important;
  }

  .rectangle-div {
    font-size: 22px!important;
  }

  .rectangle-div-last {
    font-size: 22px!important;
  }

  .list-group {
    font-size: 22px!important;
  }



}


/* Fonts */

.made400 {
   font-family: 'GeneralSans-Regular', arial, sans-serif;
   font-weight: normal;
   font-style: normal;
}

.made400i {
   font-family: 'Switzer Italic', arial, sans-serif;
   font-weight: normal;
   font-style: italic;
}

.made500 {
   font-family: 'Switzer Medium', arial, sans-serif;
   font-weight: 500;
   font-style: normal;
}

.made700 {
   font-family: 'Switzer-Semibold', arial, sans-serif;
   font-weight: 600;
   font-style: normal;
}

.made700i {
   font-family: 'Switzer Medium Italic', arial, sans-serif;
   font-weight: 700;
   font-style: italic;
}


em {
   font-family: 'Switzer Medium Italic', arial, sans-serif;
   font-weight: normal;
   font-style: normal;
}

strong {
   font-family: 'GeneralSans-Medium', arial, sans-serif;
   font-weight: normal;
   font-style: normal;
}



/* Nav */

.main-logo {
     font-family: "Kalam", Arial;
     text-transform: uppercase;
     font-size: 30px;
     margin-top: 80px;
     margin-bottom: 80px;
}

.main-logo a {
     text-decoration: none;
     color: white;
}



@media (max-width: 576px) {

  .main-logo {
       margin-top: 40px!important;
       margin-bottom: 60px!important;
  }

}

/* List */

span.coming-soon {
    opacity: .5;
}

.list-item {
    padding: 26px 0;
    border-top: 1px solid #6D6D6D;
    float: left;
    width: 100%;
}

p.list-header {
    margin-top: 60px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 24px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: none;
}

ul.list-group {
    padding-left: 0;
}


/* Homepage photo */

.profile-photo {
border-radius: 10px;
}

/* Main heading */

.heading-spacer {
    padding-left: 0.125em;
}

.heading-spacer-right {
    padding-right: 0.125em;
}

h1.home-heading {
    position: relative;
    z-index: -1;
    margin: 0;
    font-size: 90px;
    line-height: 1.1em;
    font-family: "MADE Outer Sans", Arial;
    font-weight: normal;
    font-style: normal;
}

h1.home-heading.and-spacer {
    margin-right: 0.25em;
}


/* Section headings */

.section-heading {
        font-family: "Kalam";
        text-transform: uppercase;
        font-size: 30px;
        margin: 0;
      }

      p.section-heading.about {
          padding-top: 30px;
      }

p.section-heading.launch {
padding-top: 30px;
margin-bottom: 30px;
}


      p.section-heading.experince {
    padding: 40px;
    padding-left: 0;
    margin-bottom: -30px;
}

p.section-heading.work {
    padding: 40px;
    padding-left: 0;
    margin-bottom: -30px;

}

p.section-heading.education {
    padding-top: 30px;
}

p.section-heading.contact {
    padding-top: 36px;
}


/* Structure */


.margin-bottom-large {
    margin-bottom: 70px;
}

.margin-bottom-mid {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.margin-bottom-pull {
    margin-bottom: -30px;
}


.wrapper-main {
    width: 100%; /* Full width of the viewport */
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center child elements horizontally */
}

.container-wide {
    max-width: 1440px; /* Maximum width */
    width: 100%; /* Full width within the wrapper-main */
    margin: 0 auto; /* Center the container */
}

.container-right {
  position: relative;
}

.container-left {
  margin-right: auto;
  float: left;
  display: block;
  clear: both;
}

/* Project heading */


.container-left-mid {
    max-width: 1100px;
}

p.project-burb {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: "MADE Outer Sans";
    font-weight: 500;

}



.full-image-container img {
    border-radius: 10px;
}



@media (max-width: 1200px) {


.container-right {
    width: 100%;
    font-size: 25px;
    line-height: 1.4;
    margin-left: auto;
    font-family: "Switzer", Arial;
    float: right;
    clear: both;
}

.margin-bottom-large {
    margin-bottom: 20px!important;
}

.container-left {
    width: 100%;
}

}

@media (min-width: 1201px) {

  p.project-burb {
      margin-bottom: 60px!important;
  }

  .pull-up-30 {
      margin-top: -20px;
  }


.container-right {
    width: 75%;
    font-size: 25px;
    line-height: 1.4;
    margin-left: auto;
    font-family: 'Switzer';
}

.container-left {
    width: 20%;
}

}


/* Homepage */
/* Home photo */

.home-image-container {
    width: 100%;
    max-width: 680px;
    border-radius: 6px;
    margin-bottom: 60px;
}

/* Homepage heading */

.heading-container {
  position: relative;
  display: inline-block;
}


@media (max-width: 429px) {

h1.home-heading {
    font-size: 13.25vw!important;
    line-height: 1.05em!important;
}

.heading-desktop {
  display: none!important;
}

.heading-mid {
  display: none!important;
}

.home-image-container {
  margin-top: 40px;
}

}


@media (min-width: 430px) and (max-width: 509px) {

h1.home-heading {
  font-size: 60px!important;
  line-height: 1.05em!important;
}

.heading-desktop {
  display: none!important;
}

.heading-mid {
  display: none!important;
}

.home-image-container {
  margin-top: 40px;
}

}


@media (min-width: 510px) and (max-width: 819px) {

h1.home-heading {
  font-size: 11.25vw!important;
  line-height: 1.125em!important;
}

.heading-mobile {
  display: none!important;
}

.heading-desktop {
  display: none!important;
}

.home-image-container {
  margin-top: 40px;
}

}



@media (min-width: 820px) and (max-width: 1079px) {

h1.home-heading {
    font-size: 90px!important;
    line-height: 1.1em!important;
  }

  .heading-mobile {
    display: none!important;
  }

  .heading-desktop {
    display: none!important;
  }

  .home-image-container {
    margin-top: 60px;
}

}


@media (min-width: 1080px) {

  .heading-mobile {
    display: none!important;
  }

  .heading-mid {
    display: none!important;
  }


  .home-image-container {
    margin-top: 60px;
}

}

/* Illustrations */

.svg-wrapper {
  width: 100%; /* Make the SVG wrapper width 100% of its parent */
  position: absolute;
  top: 0; /* Adjust this value to control the vertical position */
  left: 0;
  z-index: 0; /* Set a lower z-index than the text */
  overflow: hidden; /* Hide any overflow from the SVG */
}

.custom-svg {
  width: 100%; /* Make the SVG width 100% of its container */
  height: 100%; /* Make the SVG height 100% of its container */
  display: block; /* Ensure the SVG is treated as a block-level element */
}



/* Work list */

.rectangle-div {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    text-decoration: none;
    color: #FFF;
    display: block;
    border-top: 1px solid #6D6D6D;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
    height: auto;
}

.rectangle-div:hover {
  cursor: pointer;
  background-color: #080808;
}

.rectangle-div-last {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    text-decoration: none;
    color: #FFF;
    display: block;
    border-top: 1px solid #6D6D6D;
    border-bottom: 1px solid #6D6D6D;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
}

.rectangle-div-last:hover {
  cursor: pointer;
  background-color: #080808;
}
