
/*HTML CSS Overrides/Defs*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "rawline";
}

h1 {
  font-size: 45pt;
  font-weight: 500;
}

a {
  color: inherit;
}


body,
html {
  color: #777;
  line-height: 1.8;
  scroll-behavior: smooth;
}

/*Bootrap overrides/Defs*/
.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.col {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

/*General*/
.width-limit {
  max-width: 2000px;
}

/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.fill-h {
  height: 100%;
}

.flex {
  display: flex;
}

.center {
  align-self: center;
}

.p-0 {
  padding: 0;
}

.bckg-blur {
  backdrop-filter: blur(3px);
}

.bckg-blur-tint {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('./parallax3.jpg');
  min-height: 100%;
}

/*******************************************************************/
/*Hero*/

.hero {
  height: var(--vph);
  background-color: #FAFAFA;
  overflow: hidden;
  background-color: rgba(0,0,0,.2);
  background-blend-mode: multiply;
  display: flex;
}

.hero-card {
  height: 100%;
  color: white;
  align-items: center;
  text-align: center;
  padding: 0 !important;
  align-content: center;
  text-align: center;
  align-items: center;
  padding-top: 10vh !important;
}

.hero-image {
  padding: 0px;
  width: 35%;
  object-fit: cover;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  border-width: 4px;
}

.hero-content {
  height: 92%;
}

.hero-footer {
  height: 8%;
  background-color: rgba(0,0,0,0.8);
  color: #FFF;
}

.hero-footer-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hero-footer-card:hover {
  background-color: rgba(255,255,255,.08);
  color: #FFF
}

.center-card{
  border-color: #111;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
}

.social-logo {
  height: 5%;
  margin: 3%;
}


/*About me*/

.about-me {
  color: #FFF;
  background-color: #0f0f0f;
  height: var(--vph);
  overflow-y: hidden;
}

.about-me-content {
  height: var(--vph);
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: row;
}

.about-me > .row > .col-xs-12 { 
  display: inline-block; 
  float: none; 
  white-space: normal;
} 

/** Hide scrollbars*/
.about-me, #about-me-profile, #about-me-events, #skills {
  
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.about-me::-webkit-scrollbar, #about-me-profile::-webkit-scrollbar, #about-me-events::-webkit-scrollbar, #skills::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


/**************************************************/

#about-me-profile {
  /* height: 99% !important; */
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  overflow-y: scroll;
  overflow-x: scroll; 
}


#about-me-events {
  /* height: 99% !important; */
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  overflow-y: scroll;
  overflow-x: scroll; 
  background-color: #325574;
}

.profile-container {
  display: flex;
}

.profile-image {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.profile-image > img{
  width: 70%;
}


#skills {
  text-align: center;
  max-height: calc(var(--vph) - 30vh);
  overflow-y: scroll;
}

#skills-content {
  text-align: left; 
  display: inline-block;
  padding-right: 55px;
}

.profile-footer {
  width: 100%;
  height: 10%;
  background-color: #15181f;
  /* background-color: #22394d; */
  margin-top: 10%;
  
  position: absolute;
  bottom: 0;

  display: flex;
  align-content: center;
  text-align: center;
}

.profile-footer-button {
  display: flex;
  flex-direction: row;
  align-content: center;
  text-align: center;
  background-color: #22394d;
  border-color: #111;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
}

#about-me-events .profile-footer{
  background-color: #22394d;
}

#about-me-events .profile-footer-button{
  background-color: #15181f;
}

.profile-footer-button:hover {
  background-color: #282d3a;
}

#about-me-events .profile-footer-button:hover{
  background-color: #282d3a;
}

.events-container {
  display: flex;
}

.events-text {
  padding-left: 5%;
  padding-right: 5%;
}

.events-image {
  padding: 0;
}

.events-image > img{
  width: 100%;
}


/***********************************************************************/

#projects {
  /* background-color: rgb(34, 34, 34); */
  background-color: #241f29;
  color: rgb(255, 255, 255);
}

.projects {
  height: var(--vph);
  background-color: #FAFAFA;
  overflow-y: hidden;
}

.projects-content {
  height: var(--vph);
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: row;
}

.projects-container {
  display: flex;
}



.projects > .row > .col-xs-12 { 
  display: inline-block; 
  float: none; 
  white-space: normal;
} 

/** Hide scrollbars*/
.projects, #projects-home, #projects-phyrem, #projects-onspot{
  
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.projects::-webkit-scrollbar, #projects-home::-webkit-scrollbar, #projects-phyrem::-webkit-scrollbar, #projects-onspot::-webkit-scrollbar{ 
  display: none;  /* Safari and Chrome */
}


#projects-home {
  /* height: 99% !important; */
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  overflow-y: scroll;
  overflow-x: scroll; 
}


.projects-footer {
  width: 100%;
  height: 10%;
  background-color: #17121b;
  /* background-color: #22394d; */
  margin-top: 10%;
  
  position: absolute;
  bottom: 0;

  display: flex;
  align-content: center;
  text-align: center;
}

.projects-footer-button {
  display: flex;
  flex-direction: row;
  align-content: center;
  text-align: center;
  background-color: #1b1520;
  border-color: #111;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  color: #FFF;
}

.projects-footer-button:hover {
  background-color: #282d3a;
  color: #FFF;
}

#projects-phyrem {
  /* height: 99% !important; */
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  overflow-y: scroll;
  overflow-x: scroll; 
  background-color: #efefff;
  color: #736DFD;
}

.phyrem-img {
  height: 20vh;
}


#projects-onspot {
  /* height: 99% !important; */
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  overflow-y: scroll;
  overflow-x: scroll; 
  background-color: #efefff;
  color: #736DFD;
}

.onspot-img {
  height: 30vh;
  padding-left: 2vw;
  padding-right: 2vw;
  align-self: center;
}

.contacts-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 320px) and (max-width:750px) {
  #about-me-profile {
    align-items: baseline;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: left;
    align-items: left; 
    
  }

  .profile-container {
    display: inline;
    padding: 10%;
  }


  .profile-image > img{
    width: 100%;
  }

  #skills {
    text-align: start;
    overflow: auto;
    max-height: fit-content;
  }
  
  #skills-content {
    text-align: start; 
    padding: 0px;
  }
  
  .profile-footer {
    position: relative;
    margin-top: 0%;
    width: 100vw;
    min-height: 15vh;
  }
  
  #about-me-events {
    align-items: baseline;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: left;
    align-items: left; 
    
  }

  .events-image > img{
    width: 100%;
  }


  /*************** Projects**************/

  #projects-home {
    align-items: baseline;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: left;
    align-items: left; 
    
  }

  .projects-container {
    display: inline;
    padding: 10%;
  }

  #projects-phyrem {
    align-items: baseline;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: left;
    align-items: left; 
    
  }

  #projects-onspot {
    align-items: baseline;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: left;
    align-items: left; 
    
  }

  .projects-footer {
    position: relative;
    margin-top: 0%;
    width: 100vw;
    min-height: 15vh;
  }

  .phyrem-img {
    align-self: center;
    height: 18vh;
    max-width: 30%;
  }

  .phyrem-img, .computer{
    align-self: center;
    height: 18vh;
    max-width: 70%;
  }
  
  .social-logo {
    width: 10vw;
  }

  .contacts-container {
    flex-direction: column;
    height: 100%;
    width: 100vw;
    padding: 10%;
  }

}