@font-face {
    font-family: "HKNova-Medium";
    src: url("fonts/HKNova-Medium.ttf");
}
a:link { color:#FFF; text-decoration:none; font-weight:normal; }
a:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a:hover { color: #FFF; text-decoration:none; font-weight:normal; }
a:active { color: #FFF; text-decoration:underline; font-weight:normal; }
header {
    display: flex;
    background-image: url("https://courierexchange.co.uk/wp-content/uploads/2019/03/Hero4s2.jpg");
    display: block;
    height: auto;
    background-size: cover;
    /* justify-content: center; */
    max-width: 100%;
    /* border: 15px 15px 15px 15px; */
}
body{
    text-align: center;
    flex-direction: column;
    margin: 0;
}
* {
    font-family: "HKNova-Medium";
    /* overflow-x: hidden; */
}
.ontop h3, .ontop p{
    display: flex;
    justify-content: center;
    text-align: center;
}
.navbar, .links{
    display: flex;
    height: 60px;
    min-height: 60px;
    /* background-color: blueviolet; */
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.links{
    justify-content: space-evenly;
}
.navbar img{
    width: 180px;      /* background-color: blueviolet; */
    left: 0;
}
.headerimg img{
    width: auto;
    height: 100px;
}
.topimgs{
    display: flex;
    align-items: center;
    /* background-color: aqua; */
    flex-direction: row;
    justify-content: space-around;
    /* margin-left: 50px;
    margin-right: 50px; */
}
body > div{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    /* padding: auto; */
}
.postreverse{
    display: flex;
    align-items: center;
    /* background-color: aqua; */
    max-width: 600px;
    flex-direction: row-reverse;
    justify-content: space-around;
}
button{
    width: 120px;
    text-align: center;
    align-items: center;
    background-color: yellow;
    border: none;
    border-radius: 5px;
}
.topimgs h1{
    color: white;
}
.topimgs h1, .topimgs button{
    display: inline-block;
    flex-direction: column;
    text-align: center;
    /* background-color: brown; */
}
.post{
    display: flex;
    align-items: center;
    /* background-color: aqua; */
    /* max-width: 600px; */
    flex-direction: row;
    justify-content: space-around;
}
.post img{
    width: 200px;
}
.postreverse img{
    width: 200px;
}
.post h1, .post button{
    display: flex;
    flex-direction: column;
    text-align: center;
    /* background-color: brown; */
}
.ontop{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-items: center;
}
.container1{
    /* background-color: blueviolet; */
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.container2 {
    display: flex;
    flex-direction: column;
    background-color: #282837;
    padding-bottom: 15px;
    align-items: center;
    width: 100%;
    /* box-sizing: border-box; */
    color: white;
}
.container2 p, .container2 h4 {
    max-width: 400px;
}
.tabsmain span{
    color: white;
}
.tabsmain button, .tabsmain img{
    width: 80px;
    background-color: rgba(255, 255, 255, 0);
}
.tabimg {
    display: flex;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.ltab img{
    display: flex;
    width: 10px;
    transform: rotate(90deg);
    position: absolute;
}
.rtab img{
    display: flex;
    width: 10px;
    transform: rotate(-90deg);
    position: absolute;
    /* right: 15px; */
}
.tabs-content {
    display: flex;
    flex-direction: row;
    /* margin: 25px; */
    max-width: 600px;
}
.appslides{
    height: auto;
    width: auto;
}
.empty{
    height: 100px;
    width: 100%;
    /* background-color: blueviolet; */
}
.quotemrk{
    position: absolute;
    left: 0;
}
footer > .post{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
}
footer hr {
    height: 1px;
    margin: 50px 0;
    background-color: #50505F;
    width: 90%;
}
.post .socialimg {
    display: flex;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 25px;
}
footer .socials{
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.fullwidth{
    width: 100%;
}
.socialcol{
    display: flex;

}