/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 */
@import "bootstrap-sprockets";
@import "bootstrap";


html, body {
  background-color: #cfe2e2 !important;
  position: relative;
  height:auto;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Abel', sans-serif;
  letter-spacing: 1px;
  ul, ol{
    list-style-type: none;
  }
}

h3 {
  color: #000;
}

html h4 {
    font-family: 'Abel', sans-serif;
    padding: 7px;
    margin-top:10px;
}

.bolder-font {
  font-weight: 800;
  font-family:'Times New Roman', Times, serif;
}

.navbar-items {
  color: #000  !important;
}

.clicked-on {
  background: #fff;
  padding: 3px 10px !important;
  border-radius: 10px;
}

.margin-10px {
  margin: 0px 10px;
}

.icons-size-25px {
  height: 25px;
}

#bio, #languages, #projects, #activities {
  display: none;
}

#bio h3, #languages h3, #projects h3, #activities h3 {
  color: #000 !important;
}

#bio {
  width: fit-content;
  margin: 0px auto;
  left: 0;
  right: 0;
  position: absolute;
}

#languages {
  margin: 20px auto;
  position: relative;
  height: 400px;
  top: 10px;
}

#projects {
  width:100%;
  margin:0px auto !important;
}

.row {
  margin:0px auto !important;
  width:55%;
  display: block !important;
  float:none;
  text-align: center;
}

.thumbnail {
  margin: 0px auto;
  max-width: 96%;
  img {
    width:250px;
    height:200px;
  }
  p{
    text-align:left;
    margin:10px 20px;
  }
  h3 {
    text-align:center;

  }
}

.menu-links {
  text-align: center;
  margin:20px auto 50px auto !important;
  font-size:1.2em;
  padding:30px auto;
  width:100%;
  left:0;
  right:0;
  display:inline-flex;
  color: #000;
}

.menu-links > li {
  float:none;
  display:inline-block;
  padding:0px 10px;
  cursor: pointer;
}

.menu-links li a:hover {
  background-color:white;
  padding:10px;
  border-radius: 10px;
  text-decoration: none;
}

#header-name {
  font-size: 2.5rem;
}

a:active{
  background-color: #cfe2e2 !important;
}

#fasting {
  margin: 80px 30px;
}

#fasting p {
  font-size: 1.8rem;
}

.fasting-images {
  height: 250px;
  padding: 10px;
  border-radius: 30px !important;
}

.box-grid {
  margin: 30px auto;
  position: relative;
  width: fit-content;
}

.box-grid span {
  margin: 0px auto -20px 15px;
  position: absolute;
  bottom: 0;
  min-width: 310px;
  max-width: fit-content;
  line-height: .9;
  left: 0;
}

#language-options {
  float: right;
  top: 0;
  position: absolute;
  right: 0;
  margin: 10px 10px 15px auto;
}


#all-languages > select {
  padding: 5px;
  border-radius: 5px;
  font-size: 1.7rem;
  cursor: pointer;
}

@media (max-width: 860px) { 
 #projects {
  width:100%;
  margin:0px auto !important;
}

.row {
  margin:0px auto !important;
  width:100%;
  display: block !important;
  float:none;
  text-align: center;
}

.thumbnail {
  width:100%;
  padding:0px 10px;
  img {
    width:250px;
    height:200px;
  }
  p{
    text-align:left;
    margin:10px 20px;
  }
  h3 {
    text-align:center;

  }
}
 }

.main {
  margin: 115px auto 0px auto;
  width:auto;
  height:800px;
  text-align: center;
  font-family: 'Abel', sans-serif;
  font-size: 1.3em;
  ul {
    display:block;
    margin: 0px auto;
    text-align: center;
  }
}

.main h3 {
  font-family: 'Abel', sans-serif;
}

#bio h4{
  line-height:130%;
  text-align:left;
  width: 100%;
  margin:0px auto;
}

.menu-links {
  text-align: center;
  margin:20px auto 10px auto !important;
  font-size:1.2em;
  width:100%;
  left:0;
  right:0;
  display:inline-flex;
}

.menu-links > li {
  float:none;
  display:inline-block;
  padding:0px 10px;
}

.menu-links li a:hover, .menu-links-active {
  background-color:white;
  padding:10px;
  border-radius: 10px;
  text-decoration: none;
}

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


.navbar {
  height: 55px !important;
  ul li{
  font-family: 'Abel', sans-serif;
  color:black;
  }
}

.navbar-brand {
  cursor: pointer !important;
  p{ 
    font-family: 'Abel', sans-serif !important;
    color:black !important;

}
}

.picture {
  margin-top:-10px;
  border-radius: 100%;
  height:200px;
  width:200px;
  border: 7px solid white;
}

#jump {
  zoom: 40%;
}

#resume {
  margin:100px auto !important;
  display:block;
  text-align: center;
  img {
    height:1200px;
    width:950px;
  }
}




@media only screen and (min-device-width: 320px) and (max-device-width : 736px) {

navbar {
  height: 105px !important;
  ul {
    width:100%;

  }
}

.menu-links {
  width:100%;
  margin:0px;
  padding:0px;
  font-size:1em;
}

.nav li {
  padding:0px;  
}

.navbar-brand {
  line-height:130% !important;

  p{ 
    font-family: 'Abel', sans-serif !important;
    color:black !important;
    font-size:1em !important;
  }
}

.picture {
  margin-top:-10px;
  border-radius: 100%;
  height:170px;
  width:170px;
  border: 7px solid white;
}

#bio {
  width: unset !important;
}

#bio h4{
  width:96%;
}

#resume {
  margin:100px auto !important;
  display:block;
  text-align: center;
  img {
    height:300px;
    width:250px !important;
  }
  img:hover {
    zoom:130% !important;
  }
}

/* Tiny reset thingy */
body,html{margin:0;padding:0;}

.wrapper {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  height: 100vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2px;
  z-index:40;
}

.section {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 100vh;
  
  /* For text formatting. */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(-1px) scale(1.5);
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  /* Keep the image from overlapping sibling elements. */ 
  z-index: -1;
}

/* The styling for the static div. */
.static {
  background: red;
}

/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1::after {
    background: image-url(/assets/resume-7a13001542998a85dd1e32fe64ddc495c2adc17bb05d0e19556b756d91ec4450.png);
}

.project {
  height:100%;
  margin:40px auto 200px auto !important;
}

.row {width:100% !important;}
.thumbnail {
  width:95%!important;
  margin:0px auto;
}

#fasting>h2 {
  font-size: 26px;
}

.fasting-images {
  width: 310px;
  height: 200px;
}

  #header-name {
    top: 0;
    position: absolute;
    left: 0;
    margin: 5px;
    font-family: 'Limelight', cursive;
    letter-spacing: 2px; 
    font-size:1.3em;
  }

  #stack {
    position: absolute;
    left: 0;
    margin: 20px auto;
  }
}
@media only screen and (min-device-width: 120px) and (max-device-width : 320px) {
  .nav {
    display:inline-block;
  }

  .fasting-images {
    width: 310px;
    height: 200px;
  }
}
