@media only screen and (min-width: 1280px) {

html {
    display: block;
    height: 1200px;
    width: 1100px;
    border: 10px;
    padding: 125px 125px 125px 125px;
    margin: auto;
    background-color: #ffffff
    align-content: center;
}



.mainNavbar a {
    display: flex;
    flex-direction: row;
    margin:auto;
    border: 10px;
    color: #f9c118;
    padding: 115px 11px 15px 111px;
    height: 200px;
    width: 1650px;
    background-color: #ffffff
    font-size: 45px;
    align-content: space-between;
    flex-direction: row;
    border-bottom: 3px solid #f9c118;
}

.mainNavbar div {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin:auto;
    border: 10px;

    padding: 15px 11px 15px 11px;
    height: 200px;
    width: 1550px;
 background-color: #ffffff
    font-size: 35px;
    align-content: space-between;
    flex-direction: row;

}

.contact {
    color: #4a0f93;
}

.otherchannels img {
    display: flex;
    height: 70px;
    width: 100px;
    border: 10px;
    padding: 15px 49px 15px 49px;
    margin: auto;
    flex-basis: 200px;
    flex-wrap: row wrap;
    justify-content: center;
    opacity: 0.7;
}

.otherchannels footer {
    display: flex;
    height: 70px;
    width: 100px;
    border: 10px;
    padding: 15px 11px 15px 11px;
    margin: auto;
    flex-basis: 200px;
    flex-wrap: row wrap;
    justify-content: center;

}



.trademark {
    display: flex;
    font-family: Helvetica;
    font-size: 36px;
    color: seashell;
    opacity: 0.7;
    justify-content: left;

}
