html {
    overflow-y: scroll;
}

body {
    width: 100%;
    max-width: 1348px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}

#center {
    width: 100%;
    max-width: 1348px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

a:link {color: #000000;}
a:visited {color: #b80000;}
a:hover {color: #ff0000;}
a:active {color: #202020;}
a {font-family: Arial, Verdana; font-size: 12px; text-align: center; text-decoration: none}

h1 {
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #b80000;
}

p {
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}

.pjp {
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: 28px;
}

li {
    text-align: left;
    font-family: Calibri light, Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #f1f1f1;
}

#bodybg {
    float: left;
    width: 100%;
    max-width: 30%;
    margin: 0;
    padding: 0% 35% 0% 35%;
}

#headerpicsmall {
   display: none;
}
@media only screen and (max-width: 360px) {
    #headerpic {
        display: none;
    }
    #headerpicsmall {
        display: block;
    }
    #headerpicsmall {
        float: left;
        width: 100%;
        max-width: 66%;
        margin: 0;
        padding: 0% 0% 0% 15%;
    }
}

#headerpic {
    float: left;
    width: 100%;
    max-width: 66%;
    margin: 0;
    padding: 0% 17% 0% 17%;
}

img {
    width: 100%;
    max-width: 1348px;
}

#caption {
    float: left;
    width: 100%;
    max-width: 88%;
    margin: 0;
    padding: 0% 6% 0% 6%;
}

.image2{
   display: none;
}

@media only screen and (max-width: 360px) {
    .image1 {
        display: none;
    }
    .image2 {
        display: block;
    }
}

#dropdown {
    display: none;
}

@media only screen and (max-width: 360px) {
    #sidenav {
        display: none;
    }
    #dropdown {
        display: block;
    }
    .dropbtn {
        background-color: #ffffff;
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #000000;
        font-size: 20px;
        color: #f1f1f1;
        border: 1px solid #ff0000;
        border-radius: 5px 5px 5px 5px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        z-index: 1;
        display: none;
        position: absolute;
        width: 100%;
        min-width: 100%;
        background-color: #000000;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #000000;
    }
    .dropdown-content a {
        padding: 11px 0px 16px 5px;
        text-align: left;
        text-decoration: none;
        color: #f1f1f1;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: #ffffff;
        color: #ff0000;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #ffffff;
        color: #0c6876;
    }
}

#dropdown {
    position: fixed;
    top: 0%;
    width: 35%;
    max-width: 35%;
    margin: 0% 0% 1% 0%;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    #sidenav {
        display: none;
    }
    #dropdown {
        display: block;
    }
    .dropbtn {
        background-color: #ffffff;
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #000000;
        font-size: 20px;
        color: #f1f1f1;
        border: 1px solid #0c6876;
        border-radius: 5px 5px 5px 5px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        z-index: 1;
        display: none;
        position: absolute;
        width: 100%;
        min-width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #000000;
    }
    .dropdown-content a {
        padding: 11px 0px 16px 5px;
        text-align: left;
        text-decoration: none;
        color: #f1f1f1;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: #ffffff;
        color: #0c6876;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #ffffff;
        color: #0c6876;
    }
}

#sidenav a {
    position: fixed;
    left: -40px;
    transition: 0.3s;
    padding: 15px;
    width: 150px;
    text-align: right;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
    font-size: 20px;
    color: #0c6876;
    border: 1px solid #0c6876;
    border-radius: 5px 5px 5px 5px;
}
#sidenav a:hover {
    left: 0;
}
#home {
    top: 32px;
    background-color: ;
}
#homeen {
    top: 92px;
    background-color: ;
}
#homesv {
    top: 152px;
    background-color: ;
}
#civilengineeringjp {
    top: 212px;
    background-color: ;
}
#cryptocurrencyjp {
    top: 272px;
    background-color: ;
}
#labourlegislationjp {
    top: 332px;
    background-color: ;
}
#mergersandaquisitionsjp {
    top: 392px;
    background-color: ;
}
#politicaljp {
    top: 452px;
    background-color: ;
}
#procurationjp {
    top: 512px;
    background-color: ;
}
#prospectingjp {
    top: 572px;
    background-color: ;
}
#tradejp {
    top: 632px;
    background-color: ;
}
#contactjp {
    top: 692px;
    background-color: ;
}

#pagetextsmall {
   display: none;
}
@media only screen and (max-width: 360px) {
    #pagetext {
        display: none;
    }
    #pagetextsmall {
        display: block;
    }
    #pagetextsmall {
    float: left;
    width: 90%;
    max-width: 900px;
    margin: 0;
    padding: 2% 0% 1% 2%;
    background-color: #ffffff;
    text-align: left;
    }
}

#pagetext {
    float: left;
    width: 90%;
    max-width: 900px;
    margin: 0;
    padding: 2% 4% 1% 16%;
    background-color: #ffffff;
    text-align: left;
}

#contactsmall {
   display: none;
}
@media only screen and (max-width: 360px) {
    #contact {
        display: none;
    }
    #contactsmall {
        display: block;
    }
    #contactsmall {
        width: 63%;
        max-width: 1348px;
        height: auto;
        margin: 0;
        padding: 2% 0% 0% 2%;
    }
}

#contact {
    width: 63%;
    max-width: 1348px;
    height: auto;
    margin: 0 auto;
    padding: 0% 0% 0% 37%;
}

#contact2small {
   display: none;
}
@media only screen and (max-width: 360px) {
    #contact2 {
        display: none;
    }
    #contact2small {
        display: block;
    }
    #contact2small {
        width: 63%;
        max-width: 1348px;
        height: auto;
        margin: 0;
        padding: 0% 37% 0% 0%;
    }
}

#contact2 {
    width: 63%;
    max-width: 1348px;
    height: auto;
    margin: 0 auto;
    padding: 2% 0% 2% 37%;
}

#loginsmall {
   display: none;
}
@media only screen and (max-width: 360px) {
    #login {
        display: none;
    }
    #loginsmall {
        display: block;
    }
    #loginsmall {
        width: 61%;
        max-width: 1348px;
        height: auto;
        margin: 0 auto;
        padding: 0% 19% 0% 20%;
    }
}

#login {
    width: 61%;
    max-width: 1348px;
    height: auto;
    margin: 0 auto;
    padding: 0% 19% 0% 20%;
}

.button {
    cursor: pointer;
}

#indexfoot {
    float: left;
    width: 90%;
    max-width: 1348px;
    margin: 7% 4% 0% 5%;
    padding: 3px 0px 1px 0px;
    border-top: 1px solid #0c6876;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1f1f1;
}

#contactfoot {
    float: left;
    width: 90%;
    max-width: 1348px;
    margin: 16% 4% 0% 5%;
    padding: 3px 0px 1px 0px;
    border-top: 1px solid #0c6876;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1f1f1;
}

#loginfoot {
    float: left;
    width: 90%;
    max-width: 1348px;
    margin: 27% 4% 0% 5%;
    padding: 3px 0px 1px 0px;
    border-top: 1px solid #0c6876;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1f1f1;
}

#foot {
    bottom: 10px;
    float: left;
    width: 90%;
    max-width: 1348px;
    margin: 0% 4% 1% 5%;
    padding: 3px 0px 1px 0px;
    border-top: 1px solid #0c6876;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1f1f1;
}