/*Home page Content Style*/
.cont1 {
    height: auto;
    margin: 0%;
    padding-left: 10%;
    text-align: justify;
    max-width: 85%;
}

#p1 {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 2vw;
    padding-top: 10%;
}
#p2 {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 5vw;
}

#p3 {
    grid-column: 2/3;
    grid-row: 4/5;
    font-size: 3vw;
}

#p4 {
    grid-column: 2/3;
    grid-row: 5/6;
    font-size: 1.5vw;
}

/* About Page Content Style*/

#P1-paragraph {
    grid-column: 2/3;
    grid-row: 2/5;
    font-size: 0.8vw;
    width: 30vw;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}

#profile-picture {
    grid-column: 3/4;
    grid-row: 1/4;
    align-self: center;
    padding-top: 9%;
    padding-left: 5%;
}

.profile{
    background-size: cover;
    opacity: 0.9;
    max-width: 100%; 
    box-shadow: 0.5vw 0.5vw 2vw #29ABE2;
    height: 25vw;
    width: 25vw;
    border-radius: 1vw;
}

.profile:hover{
    transform: scale(1.01);
    opacity: 1;
    max-width: 100%; 
}

/* Experience Page Content Style*/
* {box-sizing: border-box}
#content3 {
    display: grid;
    grid-template-columns: 15% 15% 80% 15%;
    grid-auto-flow: column;
}

#T0 {
    grid-column: 2/4;
    grid-row: 1/2;
}
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #29ABE2;
    background-color: #112240;
    width: 100%;
    height: 30vw;
    grid-column: 2/3;
    grid-row: 2/4;
  }

  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: #29ABE2;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1vw;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #29ABE2;
    color: #112240;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #29ABE2;
    color: #112240;
  }
  
  /* Style the tab content */
  .tabcontent {
    grid-column: 3/4;
    grid-row: 2/4;
    float: left;
    padding: 0px 12px;
    border: 1px solid #29ABE2;
    width: 70%;
    border-left: none;
    height: 100%;
  }

.companyLogo{
    background-size: cover;
    opacity: 0.9;
    max-width: 100%; 
    box-shadow: 0.5vw 0.5vw 2vw #29ABE2;
    height: auto;
    width: 15vw;
    border-radius: 0.5vw;
    margin-left: 20vw ;
    
}

.companyLogo:hover{
    transform: scale(1.1);
    opacity: 1;
    max-width: 100%; 
}

/*Contact tyle*/


#content4 h2 {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 5vw;
    bottom: 0;
    left: 0;
    margin: 0px 0px 1% 1%;
    height: auto;
    padding-left: 0;
}
#content4 p {
    
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 2vw;
    height: auto;
    margin: 0%;
    text-align: justify;
    padding-left: 0.6vw;
}

#content4 a{
    grid-column: 2/3;
    grid-row:  4/5;
    margin-left: 55vw;
}

.join{
    color: black;
    text-decoration: none;
    font-size: 1vw;
    padding: 0.5vw 1.5vw;
    height: 4vw;
    width: 5.5vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    border-radius: 1vw;
    color:#29ABE2;
    border: 2px solid #29ABE2;
    font-weight: bold;
    align-content: center;
    
}
.join:hover{
    background-color: rgb(250,243,215,98);
    background-color:  #29ABE2;
    color: #112240;
    font-weight: bold;
    opacity: 0.7;
    text-decoration: none;
}