
body{
    text-align: center;
}
.porondam-logo {
    height: 35px;
    /* width: 450px; */
    border: none;
}

a.menu-link {
    color: rgb(207, 207, 207);
}

a.menu-link:focus {
    outline: none;
}

.linkbtn {
    background-color: transparent;
    border-radius: 0;
    height: 55px;
    display: inline-block;
    padding-top: 15px;
}

.linkbtn:hover {
    background-color: rgb(80, 78, 78);
    border-radius: 0;
}

.linkbtn:focus {
    outline: none;
}

.menu-link:hover {
    color: white;
    text-decoration: none;
}

.bg-none {
    background: transparent;
}

.bgdark {
    background: #333333;
}

.bg-orange {
    background-color: #E3750D;
}
.bg-light-orange {
    background-color: #fd7020 !important;
}

.text-amber{color: #f49f38;}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1100;
}

.overlay-content {
    position: relative;
    top: 60px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.overlay a {
    padding: 5px 0 5px 0;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.overlay .closebtn {
    position: absolute;
    font-size: 30px;
    top: 5px;
    right: 15px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 35px;
        top: 5px;
        right: 15px;
    }
}

.menubtn {
    font-size: 20px;
    color: rgb(212, 211, 211);
    cursor: pointer;
    background: transparent;
    float:right;
    display:inline-block;
}

.menubtn:hover {
    color: white;
}

.full-width-menu {
    width: 100%;
    background: #333333;
    display:block;
    overflow: hidden;
    padding: 3px 15px;
    padding-bottom: 5px;
}

.menu-link-mobile{
  display: inline-block;
  overflow:hidden;
}

.porondam-logo-mobile {
    height: 20px;
    width: 138px;
    border: none;
    background-image: url(/picture_files/Porondam.lk_logo_mobile.png);
    display: inline-block;
    background-size: contain;
    margin-top: 6px;
    float:left;
}

.f6{
    font-size: 6px !important;
}

.f8{
    font-size: 8px !important;
}

.f10{
    font-size: 10px !important;
}

.f13{
    font-size: 13px !important;
}
