@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

body {
    background-color: rgb(34, 160, 207);
}

#main-wrapper {
    min-width: 1100px !important;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: rgb(34, 160, 208);
}

#main-wrapper>.row {
    /* padding: 0; */
    margin: -1px !important;
}

#home {
    height: 180px;
    background: #22a0cf;
}

#home>div>div {
    width: 100% !important;
}

#about {
    height: 1020px;
    background-color: rgb(34, 160, 208);
    overflow: hidden;
}

#about>div>div {
    width: 100%;
}

#about>div>div>div {
    margin: 0 auto;
}

#social {
    height: 200px;
    background-color: rgb(34, 160, 208);
    overflow: hidden;
}

#social>div>div {
    width: 100%;
}

#social>div>div>div {
    margin: 0 auto;
}

#aboutBackground1 {
    /* background-color: rgb(239, 218, 129); */
    height: 733px;
    width: 1200px;
    /* z-index: -1; */
}

#footNote {
    background-color: rgb(40, 40, 40);
    top: 170px;
    width: 100% !important;
    height: 30px;
    /* z-index: -1; */
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

#weblogo {
    top: 52px;
    left: 50%;
    z-index: 3;
    margin-left: -415px;
}

#sellTitle {
    top: 200px;
    z-index: 3;
    margin-left: -434px;
}

#aboutTitle {
    top: 10px;
    margin-left: -455px;
}

#socialTitle {
    margin-left: -455px;
}

#twitterButton {
    top: 50px;
    left: 50%;
    margin-left: -335px;
}

#facebookButton {
    top: 50px;
    left: 50%;
    margin-left: -455px;
}

.absoluteWrapper {
    position: absolute;
    z-index: 2;
}

.absoluteWrapper a,
.absoluteWrapper a:active {
    outline: none
}

.relativeWrapper {
    position: relative;
    z-index: 1px;
}

.title {
    left: 50%;
}

#ipad {
    top: 320px;
    left: 50%;
    margin-left: -453px;
}

#appContainerWrapper {
    width: 840px;
    height: 524px;
    left: 50%;
    margin-left: -420px;
    top: 348px;
}

#appsContainer {
    width: 842px;
    height: 518px;
    overflow: auto;
    z-index: 4;
    padding: 20px;
    /* background-color: black; */
}

.appScroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.appScroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 8px;
}

.appScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ccc;
}

#appsContainer .row {
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 20px;
}

#contactusFormContainer {
    left: 50%;
    top: 392px;
    width: 570px;
    height: 472px;
    margin-left: -276px;
}

#formContainer {
    padding: 15px;
    width: 720px;
    top: 0px;
}

a:hover,
a:link,
a:active {
    color: #428bca;
    text-decoration: none;
}

#gamesButtonContainer {
    top: 250px;
    left: 50%;
    margin-left: 380px;
    z-index: 3 !important;
}

#aboutButtonContainer {
    top: 420px;
    left: 50%;
    margin-left: 380px;
    z-index: 3 !important;
}

#appIcons {
    width: 100px;
    height: 613px;
    float: left;
}

.gamesIconPadding {
    padding-right: 30px;
    padding-left: 30px;
    width: 156px;
}

#contactusMonitor {
    top: 390px;
    left: 50%;
    margin-left: -453px;
}

#kooappsDescription {
    width: 910px;
    top: 126px;
    left: 50%;
    margin-left: -455px;
}

#kooappsDescription * {
    font-family: Nunito, 'Lato', sans-serif;
    font-weight: 100;
    color: white;
    font-size: 22px;
    line-height: 1.5;
    /* letter-spacing: -0.5px; */
    text-align: justify;
}

#leftFooter {
    color: #FFF;
    font-family: Nunito, 'Lato', sans-serif;
    /* top: 740px; */
    margin-left: 10px;
    margin-top: 5px;
}

#leftFooter a {
    color: #5EC6BB;
}

#rightFooter {
    color: #FFF;
    font-family: Nunito, 'Lato', sans-serif;
    /* top: 740px; */
    right: 0px;
    margin-right: 10px;
    margin-top: 5px;
}

#contactusDescription {
    width: 900px;
    top: 280px;
    left: 50%;
    margin-left: -450px;
}

#contactusDescription * {
    font-family: Nunito, 'Lato', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 24px;
    line-height: 1;
    /* letter-spacing: -0.5px; */
    text-align: center;
}

#formSubmitButton {
    width: 46px;
    height: 49px;
    margin-left: 640px;
    padding: 0;
    background-image: none !important;
}

.text {
    background-color: #E3E3E3;
    height: 32px;
}

textarea.submit {
    height: 150px;
}

.formMargin {
    margin-bottom: 10px;
}

.formMargin2 {
    margin-bottom: 20px;
}