/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
    }

.header_div{
	display: flex;
	height: 80px;
	width: 100%;
}

/*<!----------------------------------------------------LOGO------------------------------------------------------->*/
#logo-div{
	display: flex;
	align-content: center;
	justify-content: flex-start;
	height: 100%;
	width: 15%;
	padding: 20px;
	
	
}
#logo-div img{
	width: 80%;
}

/*<!------------------------------------------------------------------------------------------------------------->*/


/*<!----------------------------------------------NAVBAR LINKS--------------------------------------------------->*/

/*#nav1{
	display: flex;
	padding: 20px;
}
#nav1 a{
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	color: rgba(15,52,76,1);
	font-family: Source Sans Pro;
}*/

#nav2{
	display: flex;
	margin-left: auto;
	padding: 20px;
	justify-content: flex-end;
}
#nav2 a, i{
  font-size: 12px;
	text-decoration: none;
	padding:15px 11px 10px 11px;
	font-weight: bold;
	color: rgba(15,52,76,1);
	font-family: 'Segoe UI Regular';
  color: #2765A4;
}
#home{
  font-family: 'Segoe UI Bold' !important;
}
#cart_img{
  width: 23px;
  height: 18px;
  /*padding-top: 9px;*/
  margin:15px 11px 10px 11px;
}
/*<!------------------------------------------------------------------------------------------------------------->*/



/*<!-------------------------------------------------SIDEBAR------------------------------------------------------->*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2765A4;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    font-family: 'Segoe UI Regular';
  }
  
  .sidebar a:hover {
    color:#23a1d1 ;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background: none;
    color: black;
    border: none;
    display: none;
    color: #2765A4;
    font-family: 'Segoe UI Regular';
  }
  /*<!--------------------------------------------------------------------------------------------------------------->*/




   @media screen and (max-width: 1200px) {
    	 	.disappear{
          display: none;
        }
        #nav1{
          display: none;
        }
      .openbtn {
          display: block;
   
      }
  }

  @media screen and (max-width: 900px) {
        #logo-div img{
          width: 100px;
    }
  }

   @media screen and (max-width: 500px) {
        #logo-div img{
          width: 70px;
    }
    #cart_img{
  width: 25px !important;
  height: 20px !important;
  margin-top: 10px;
}
  }

  
  
  
 


