/* 

nav

*/
/* circle logo */
.dg_circle_logo {
    width:2em;
}
/* hamburger icon */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border:none;

  } 

  /* big section */
  /* .bigcont{
    height:100vh;
  } */
  .dg{
    font-size: 2vw; 
    /* font-size: calc(100% + 10vw + 10vh); */
    /* color:white; */
    font-family: swear-text-cilati;
    font-weight: 500;
  }

  body{
    font-family: swear-text-cilati;
    background-color: rgb(253, 255, 236);
    color: rgb(0, 0, 0);
    font-weight: 500; 
    
  }
 
  .nav-link{
    font-family: manofa;
    font-weight: 300;
    color:black;
  }
  .nav-link:hover{
    font-family: manofa;
    font-weight: 300;
    color:black;
    text-decoration: underline;
  }
  .social{
    color:black;
    text-decoration: none;
  }
  .social:hover{
    cursor: pointer;
    color:black;
    text-decoration: underline;
  }
  .row1{
    height:50%;
}
.row2{
    height:50%;
}

.text2{
    
    font-family: manofa;
    /* font-family: swear-text-cilati; */
    font-weight:500;
}

.cafe{
    font-family: swear-display-cilati;
    font-weight: 800;
    font-size:10vw;
}
.about{
    font-family: swear-text;
    /* font-family: manofa; */
    /* font-family: helvetica; */
    font-weight: 500;
    color: rgb(253, 255, 236);
}
.about2{
    color:rgb(253, 255, 236);
}
.about3{
    font-family: swear-text-cilati;
    font-weight: 100;
}
.buton{
    border:1px solid black;
    border-radius: 30px;
    font-family: manofa;
    /* font-family: swear-text-cilati; */
    font-weight: 300;
}

.buton:hover {
    border:1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
}

.navbar{
    border-bottom:2px solid black;
}
.diagonal-split-background{
    background-color: black; 
    /* background-image: linear-gradient(-9deg, rgb(253, 255, 236) 50%, #004E95 50%); */
    /* border:3px rgb(253, 255, 236) solid; */
    color:rgb(253, 255, 236);
    /* height:100%; */
  }

.foodlist{
    font-weight:100;
}  

.info{
    font-family: swear-text-cilati;
}
.menubuttonrow{
    border: 2px solid black;
    border-bottom: none;
}

.tlb , .tlb button{
    border-color: rgb(253, 255, 236);
    color:rgb(253, 255, 236);
}
.navend{
    font-family: helvetica;
}

.hre{
    opacity:1;
    width:80%;
    color:black;
    border: 2px solid black
}

.navbar.navbar-default {
    background-color: #99ccff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar i {
    color:black;
}


.menukey{
    font-family: manofa;
    font-weight:300;
}