
.content {
    width: calc(96% - 40px);
    margin: 10px 2%;
    text-align: left;
    padding: 20px;
    margin-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}

.iconLeft {
    display: none;
}

.contentRight {
    width: 100%;
    font-size: 15px;
}

.button {
    display: inline-block;
    margin-top: 25px;
    padding: 10px;
    background-color: rgba(183, 233, 255, .1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(183, 233, 255, .25);
    color: #b7e9ff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

#languageSelectMobile {
    display: block;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 28px;
    height: 28px;
    background-size: 100%;
    z-index: 9;
}

#discordWidget {
    display: none;
}

#discordButton {
    margin: 20px 0 0 0;
    width: calc(100% - 24px);
}


#botButton {
    margin: 20px 0 5px 0;
    width:calc(100% - 24px);
}

#ourDiscordContainer {
    padding-top: 30px;
}

#ourDiscordContainer div ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: circle;
}

#ourDiscordContainer div ul li {
    margin: 0;
    margin-bottom: 8px;
}

#ourPolicyContainer div p {
    display: inline-block;
    margin-bottom: 40px 0;
}

#ourPolicyContainer div p strong {
    display: inline-block;
    margin-bottom: 10px;
}

#ourPolicyContainer div p span {
    display: inline-block;
    margin-bottom: 8px;
}

#privacyPolicyContainer div p {
    display: inline-block;
    margin-bottom: 40px 0;
}

#privacyPolicyContainer div p strong {
    display: inline-block;
    margin-bottom: 10px;
}

#privacyPolicyContainer div p span {
    display: inline-block;
    margin-bottom: 8px;
}

#ourTeamContainer {
    font-size: 15px;
    text-align: left;
}

#ourTeamTitle {
    font-size: 20px;
    margin: 10px auto;
}

#aboutTeamContainer {
    margin: 0;
    padding: 0;
    margin-right: 25px;
    width: 100%;
}

.teamMemberContainer {
    display: block;
    min-height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.name {
    font-weight: 600;
    margin-bottom: 5px;
}

.aboutTeamMember {
    max-width: 100%;
    white-space: normal;
}

.aboutTeamMember span {
    display: block;
    margin-bottom: 10px;
    vertical-align: top;
    padding-left: 20px;
}

#imanok {
    display: none;
}

#aboutTranslatorsContainer {

}

#aboutTranslatorsContainer div {

}

#translatorsTitle {
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

#translatorsList {

}

#translatorsList ul {
    padding-left: 18px;
}

#translatorsList li {
    padding: 5px 0 5px 2px;
}

#translatorsList a {
    color: rgb(210,210,210);
    text-decoration: underline;
}

#languageName {

}

@media (min-width: 600px) {
    h1 {
        text-align: left;
    }
    
    .iconLeft {
        padding-top: 0;
        display: block;
        float: left;
        width: 120px;
    }
    
    .iconLeft img {
        margin: 0 5%;
        padding: 0;
        width: 90%;
    }
    
    .contentRight {
        float: right;
        width: calc(100% - 140px);
    }
}

@media (min-width: 800px) {
    .content {
        padding: 25px 20px;
        margin-bottom: 4px;
    }
    
    h1 {
        line-height: 250%;
    }
    
    #ourDiscordContainer {
        margin-top: 40px;
    }
    
    #discordButton {
        width: 250px;
    }
    
    #botButton {
        display: inline-block;
        margin-left: 20px;
        width: 250px;
    }
    
    #imanok {
        display: block;
        float: right;
        margin-top: 10px;
        font-size: 12px;
    }
}


.content {
    width: calc(96% - 40px);
    margin: 10px 2%;
    margin-bottom: 4px;
    text-align: left;
    padding: 20px;
}

.title1 {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    opacity: 1.0;
    text-transform: uppercase;
}

.subtitle {
    margin: 52px 0 10px;
    color: white;
    text-transform: uppercase;
}

.title2 {
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.title3 {
    font-size: 1.8em;
    color: white;
    font-weight: bold;
}

.title4 {
    font-size: 1.4em;
    color: white;
    font-weight: bold;
}

.bodyText {
    padding-top: 15px;
    line-height: 22px;
}

.bodyText a {
    text-decoration: underline;
    color:rgb(210,210,210);
    cursor: pointer;
}

.boxIcon {
    display: none;
}

#wrapper {
    display: flex;
    
}

.contentRight {
    width: 100%;
    font-size: 15px;
}

.button {

}

@media (min-width: 600px) {
    h1 {
        text-align: left;
    }
    
    .iconLeft {
        padding-top: 0;
        display: block;
        float: left;
        width: 120px;
    }
    
    .iconLeft img {
        margin: 0 5%;
        padding: 0;
        width: 90%;
    }
    
    .contentRight {
        float: right;
        width: calc(100% - 140px);
    }
}

@media (min-width: 800px) {
    .content {
        padding: 25px 20px;
        margin-bottom: 4px;
    }
    
    h1 {
        line-height: 250%;
    }
}

@media (min-width: 1000px) {
    #aboutTeamContainer {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .teamMemberContainer {
        max-width: 25%;
        margin-top: 10px;
        display: inline-block;
        margin-right: 15px;
    }
    
}

@media (min-width: 1250px) {
    
    .title1 {
        font-size: 1.5em;
        color: white;
        font-weight: bold;
    }
    
    .title2 {
        font-size: 2em;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .title3 {
        font-size: 1.8em;
        color: white;
        font-weight: bold;
    }
    
    .title4 {
        font-size: 1.4em;
        color: white;
        font-weight: bold;
    }
    
    .bodyText {
    
    }
    
    .boxIcon {
        display: block;
        float: left;
        padding: 0;
        margin: 0 10px;
    }
    
    .boxIcon > img {
        width: 80px;
        padding: 0;
        margin: 0;
    }
    
    .boxContent {
        float: right;
        width: calc(100% - 120px);
    }
    
    #sidebar {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: calc(50vw - 625px - 4px);
        width: 200px;
        padding: 0;
        margin-left: 25px;
        margin-right: 0px;
        margin-top: 55px;
    }
    
    #contactInfo {
        margin: 0;
        padding-top: 42px;
        width: 100%;
        padding-bottom: 42px;
    }
    
    #discordWidget {
        display: block;
        margin: 0;
        margin-top: 30px;
    }
    
    #rightBoxes {
        display: flex;
        flex-direction: column;
        float: right;
        width: 939px;
        margin-top: 55px;
        margin-right: 25px;
    }
    
    #rightBoxes > div {
        margin-left: -8px;
        margin-right: 25px;
        width: calc(100% - 54px);
    }
    
    #box1 {
        margin-top: 0px;
        padding-top: 42px;
        padding-right: 42px;
        padding-bottom: 42px;
    }
    
    #box2 {
        padding-top: 42px;
        padding-right: 42px;
        padding-bottom: 30px;
    }
    
    #pricingPolicy {
        padding-top: 42px;
        padding-right: 42px;
        padding-bottom: 42px;
    }
    
    #ourTeam {
        padding-top: 42px;
        padding-right: 42px;
        margin-bottom: 25px;
        white-space: nowrap;
    }
}
