@import url('https://fonts.googleapis.com/css?family=Raleway');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #141414;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    text-align: center;
    min-height: 100vh;
}

.topnav {
    width: 100vw;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 4vw;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.topnav ul {
    display: flex;
    margin: 0;
    padding: 0 1vw 0 0;
    list-style: none;
    width: 100%;
    justify-content: flex-end;
    background: none;
}

.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav li a:hover {
    background-color: #111;
    border-radius: 100px;
}


.topnav li a.active {
    background-color: #0087FD;
    border-radius: 100px;
}

img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.main-center {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20vw;
    width: 30vw;
    padding: 0px;
    border-radius: 100px;
    text-align: center;
    background-color: #000000;
}

.about-tile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 20vw;
    width: 75vw;
    padding: 2vw 4vw;
    border-radius: 100px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
}

.content-about {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.content-about h2 {
    text-align: left;
    width: 100%;
    margin: 0 0 1vw 0;
}

.content-about p {
    text-align: left;
    width: 100%;
    margin: 0 0 1vw 0;
}

.button-about {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button-about button {
    padding: 1vw 2vw;
    font-size: 1.2rem;
    border-radius: 40px;
    border: none;
    background: #0087FD;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.button-about button:hover {
    background: #005f8a;
}

.work-tile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 20vw;
    width: 75vw;
    padding: 2vw 4vw;
    border-radius: 100px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
}

.content-work {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.content-work h2 {
    text-align: right;
    width: 100%;
    margin: 0 0 1vw 0;
}

.content-work p {
    text-align: right;
    width: 100%;
    margin: 0 0 1vw 0;
}

.button-work {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button-work button {
    padding: 1vw 2vw;
    font-size: 1.2rem;
    border-radius: 40px;
    border: none;
    background: #0087FD;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.button-work button:hover {
    background: #005f8a;
}

.yt-tile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 20vw;
    width: 75vw;
    padding: 2vw 4vw;
    border-radius: 100px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
}

.content-yt {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.content-yt h2 {
    text-align: left;
    width: 100%;
    margin: 0 0 1vw 0;
}

.content-yt p {
    text-align: left;
    width: 100%;
    margin: 0 0 1vw 0;
}

.button-yt {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button-yt button {
    padding: 1vw 2vw;
    font-size: 1.2rem;
    border-radius: 40px;
    border: none;
    background: #0087FD;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.button-yt button:hover {
    background: #005f8a;
}

.button-yt button {
    padding: 1vw 2vw;
    font-size: 1.2rem;
    border-radius: 40px;
    border: none;
    background: #0087FD;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.support-tile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 20vw;
    width: 75vw;
    padding: 2vw 4vw;
    border-radius: 100px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
}

.content-support {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.content-support h2 {
    text-align: right;
    width: 100%;
    margin: 0 0 1vw 0;
}

.content-support p {
    text-align: right;
    width: 100%;
    margin: 0 0 1vw 0;
}

.button-support {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button-support button {
    padding: 1vw 2vw;
    font-size: 1.2rem;
    border-radius: 40px;
    border: none;
    background: #0087FD;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.button-support button:hover {
    background: #005f8a;
}

.footer {
    margin-top: 100vh;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
    z-index: 1001;
}

.footer p {
    color: #363636;
    font-size: 20px;
}

.footer a:link, .footer a:visited, .footer a:active {
    color: #1A1A1A;
}

.footer a:hover {
    color:#3B3A3A;
}

.bottomnav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    height: auto;
    width: 100vw;
    padding: 0 4vw 0vw 4vw;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #000000;
    margin: 2vw auto 0 auto;
    box-sizing: border-box;
    position: relative;
}


.bottomnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.bottomnav li {
    margin: 0;
}

.bottomnav a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 7px 10px;
    border-radius: 5px;
    display: inline-block;
}

.bottomnav a:hover {
    color: #696969;
}


.bottomnav a#privacy {
    align-self: center;
    margin-left: auto;
}


.complete-bottom {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    line-height: 1.2;
}

button {
    font-family: Raleway, sans-serif;
}