:root{
  --blue12:#1034a6;
  --blue11:#161F6D;
}


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    color: #161F6D;
  
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}

*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


html, body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding: 10rem;   
    overflow-x: hidden;
}

  
  /*****************************************/
body{
    padding: 1px 0;
}


/**************************************************************/

.navigation {
	z-index: 1000;
	width: 100%;
	position: fixed;
	height: 55px;
	color: #161F6D;
	background-color: rgba(255, 255, 255, 0.116);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.socialbeeislogo {
	position: absolute;
	float: left;
	width: 160px;
	height: 100%;
	background-image: url("socialbeelogo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.nav-container {
	max-width: 1000px;
	margin: 0 auto;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 55px;
	color: #161F6D;
  font-weight: 680;
  letter-spacing: 0.8px;
	background: #262626 ;
	text-decoration: none;
}

nav ul li a:hover{
	border-bottom: 2.5px solid #161F6D;
}


nav ul li a{
	background: transparent;
	color: #161F6D;
}

/*
nav ul li a:hover, nav ul li a:visited:hover {
	background: #2581DC;
	color: #ffffff;
}
*/

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' \025BE';
}


/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	height: 55px;
	width: 70px;
}

@media only screen and (max-width: 800px) {
	.nav-mobile {
		display: block;
   }

   .nav-container{
		margin: 0 2rem;
   }
	
   nav {
		width: 100%;
		padding: 55px 0 15px;
   }
	
   nav ul {
		display: none;
   }

   nav ul li {
		float: none;
   }


   nav ul li a:hover{	
	  border-bottom: 2px solid #161F6D;	
   }

   nav ul li a {
		padding: 15px;
		line-height: 20px;
		background: #faca1d;
   }

   nav ul li ul li a {
		padding-left: 30px;
   }

}


@media screen and (min-width:800px) {
	.nav-list {
		display: block !important;
   }
}

#navbar-toggle {
	position: absolute;
	left: 18px;
	top: 15px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #161F6D;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
	top: -10px;
}

#navbar-toggle span:after {
	bottom: -10px;
}

#navbar-toggle.active span {
	background-color: transparent;
}

#navbar-toggle.active span:before, #navbar-toggle.active span:after {
	top: 0;
}

#navbar-toggle.active span:before {
	transform: rotate(45deg);
}

#navbar-toggle.active span:after {
	transform: rotate(-45deg);
}



    
  
  /*****************************************/
  

#joblist-container{
    margin-top: 12rem;
    position: relative;
    font-size: 12px;
}

#hero{
    text-align: center;
    line-height: 2rem;
}

#hero h2{
    font-weight: 500;
    font-size: 1rem;
}

.bee1{
  position: absolute;
  width: 18%;
  right: 10px;
  z-index: -10;
  transform: rotate(-35deg);
}

.bee2{
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  z-index: -10;
  
}

.jobcard{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
    border-radius: 8px;
    margin: 2em auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.jobcard:hover{
  border: 1px solid #161F6D;
  background-color: #e8e8e8;
}

.job-skills button{
    margin-top: 1em;
    margin-right: 1em;
    padding: 0.2em 0.6em;
    border-radius: 3px;
    border: 1px solid #161F6D;
}

.job-button{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.job-button button{
    font-size: 1em;
    padding: 0.2em 0.8em;
    border-radius: 5px;
    font-weight: 600;
    background-color: #fff;
    cursor: pointer;
}

.job-button button:hover{
    background-color: #FACB1B;
}

@media (max-width:500px) {
  .jobcard{
    display: flex;
    flex-direction: column;
    gap: 2em;
  }

  .job-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .job-skills button{
    margin-top: 1em;
    margin-right: 0.2em;
    padding: 0.2em 0.6em;
    border-radius: 3px;
    border: 1px solid #161F6D;
  }

  .jobcard{
    width: 75%;
    text-align: center;
  }

  #joblist-container{
    margin-top: 12em;
    position: relative;
    font-size: 10px;
}
}


  /******************FOOTER*********************/
  #footersection{
    margin-top: 6rem;
    padding-top: 2vw;
    padding-bottom: 7vw;
    display: grid;
    grid-template-rows: auto 1fr auto;
    font-size: 14px;
    background-color: #f4f4f4;
    align-items: start;
    background-image: url('footer2.png');
    background-size: cover;
    background-position: bottom;
    background-color: rgba(255, 232, 18, 30%);
      
  }
  
  
  
  .footer {
      display: flex;
      flex-flow: row wrap;
      padding: 30px 0 20px 0;
      color: #2f2f2f;
      margin: 0 5rem;
    }
    
    .footer > * {
      flex:  1 100%;
    }
    
    .footer__addr {
      margin-bottom: 2em;
    }
    
    
    .footer__addr h2 {
      margin-top: 1.3em;
      font-size: 1rem;
      font-weight: 400;
    }
    
    .nav__title {
      font-weight: 750;
      font-size: 1rem;
    }
    
    .footer address {
      font-style: normal;
      /*color: #999;*/
    }
    
    
    .footer ul {
      list-style: none;
      padding-left: 0;
    }
    
    .footer li {
      line-height: 2em;
    }
    
    .footer a {
      text-decoration: none;
    }

    .footer ul li a:hover {
      color: #0c52a1;
      font-weight: 800;
    }
    
    .footer__nav {
      display: flex;
        flex-flow: row wrap;
    }
    
    .footer__nav > * {
      flex: 1 50%;
      margin-right: 1.25em;
    }
    
    .nav__ul a {
      color: black;
    }
    
    .nav__ul--extra {
      column-count: 2;
      column-gap: 1em;
    }
    
    .legal {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      color: black;
    }
      
    .legal__links {
      display: flex;
      align-items: center;
    }
    
    
    @media screen and (min-width: 24.375em) {
      .legal .legal__links {
        margin-left: auto;
      }
    }
    
    @media screen and (min-width: 40.375em) {
      .footer__nav > * {
        flex: 1;
      }
      
      .nav__item--extra {
        flex-grow: 2;
      }
      
      .footer__addr {
        flex: 1 0px;
      }
      
      .footer__nav {
        flex: 2 0px;
      }
     
    }
  
    @media (max-width:1000px) {
      .footer {
        display: block;
      }
  
      
    }
 

  /*
  .mobile-wrapper {
    margin-top: 50px;
    max-width: 400px;
  
  }
  
  .mobile-wrapper article {
    grid-template-columns: 60px auto;
    grid-template-rows: 35px 25px auto 40px;
    width: calc(100% - 32px);
    padding: 16px;
  }
  
  .mobile-wrapper .company-logo-img {
    grid-area: 1 / 1 / 3 / 2;
    height: 60px;
    width: 60px;
  }
  
  .mobile-wrapper .job-title {
    grid-area: 1 / 2 / 2 / 2;
    padding: 8px 16px 0 16px;
  }
  
  .mobile-wrapper .company-name {
    grid-area: 2 / 2 / 3 / 2;
    padding: 0 16px;
  }
  
  .mobile-wrapper .skills-container {
    grid-area: 3 / 1 / 4 / 3;
    padding: 16px 0;
  }
  
  .mobile-wrapper .btn-container {
    grid-area: 4 / 1 / 5 / 3;
    display: flex;
  }
  
  .mobile-wrapper .btn-container button {
    height: 38px;
    flex: 1;
    width: 0;
  }
  
  .mobile-wrapper .btn-container .apply {
      margin-right: 10px;
  }
  */



