@font-face {
    font-family: Magical;
    src: url('../css/Magical\ 400.ttf');
}
body {
    font-size: 17px;
    font-family: Magical;
    font-family: 'Courier Prime', monospace;
    font-weight: 200;
    background-size: 100%;
   
}
p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
}
.contact span{
color: #ed027b;
}
ul{
    padding: 0;
    font-size: 1.3em;
}
li {
    list-style: none;
    /* padding-left: 15px; */
    margin-bottom: 13px;
    line-height: 1.3;
  }

  /* li:before {
    content: '\25A0';
    font-family: auto;
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -16px;
    top: 4px;
    color: #ed027b;
    font-size: 13px;
} */
.logo{
    /* width: 100%; */
    position: fixed;
    /* float: left; */
    width: 33%;
    top: 45%;
}
.info{
    margin-left: 1%;
}
.loc{
    width:14px ;
}
.insta{
    width: 15px;
    margin-top: 2%;
}
.location img ,.location p{float:left;}
.location p{margin-left:15px;}
.location div {clear:both;}
.gap{
    height: 20px;
    clear: both;
}
.vertically_middle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}
.leftborder{
    border-left: 2px solid #ed037c;
}
.desktop_gap{
height: 40px;
clear: both;
}
.flex_center{
    display: flex;
    align-items: center;
}
/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    body {
               font-family: 'Courier Prime', monospace;      
    }
     p, ul, small{
         font-size: .6em;
     }
     li:before {
     top: 1px;
     font-size: 9px;
     }
    .desktop_gap{
        height: 20px;
        clear: both;
        } 
}