@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Suez+One&display=swap');
.logoText {
    font-family: 'Black Ops One', cursive;
}

.text1 {
    font-family: 'Suez One', serif;
}

.customBck-1 {
    background: rgba(172, 98, 60, .5);
}

.customBck-2 {
    background: rgba(0, 0, 0, .5);
    height: 80vh;
}

.customBck-2 h2 {
    font-size: 20px;
}

body h1,
h2,
h3,
h4,
a {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    font: 12px;
    background: url('/media/back.jpg');
    background-size: cover;
}

.socialLi {
    padding: 7px 0;
}

.customBck-1 {
    height: 100vh;
}

@media(max-width:768px) {
    .customBck-1,
    .customBck-2 {
        height: auto !important;
        width: 100vw;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
    }
}