* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fbebc7;
    font-family: sans-serif;
    color: #6f6f6f;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}


h2 {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 0.7rem;
    font-weight: 100;
    margin-bottom: 0.5rem;
}

p {
    font-size: small;
}

.centered_text {
    text-align: center;
}

ul {
    list-style-type: none;
}

.mobileMenu {
    font-size: 1rem;
    color: white;
    text-align: center;
    background-color: #f0393b;
    text-transform: lowercase;
    display: flex;
    gap: 1em;
    justify-content: space-around;
    padding: 5px 10px;

}

.mobileMenu a {
    text-decoration: none;
    color: white;
}

.mobileMenu a:hover {
    text-decoration: underline;
}

.start_link {
    text-decoration: none;
    color: #6f6f6f;
}

.start_link:hover {
    text-decoration: underline;
}

main {
    padding: 2em;
    background-image: url(skatefestimg/main_bg3.svg);
    background-size: 100%;
}

.container {
    padding: 2em;
}

.section_title {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    align-items: flex-start;
}

.home_pic_icon {
    display: inline-block;
    height: 2em;
}

.home_pic_icon:hover {
    transform: scale(110%);
}

.locs,
.locs_pc {
    width: 100%;
}

.locs_pc {
    display: none;
}

h2 {
    color: #f0393b;
    font-size: 18px;
    font-weight: bold;
}

.right {
    text-align: right;
}

.minus-margin {
    margin-bottom: -2.5em;
}

.outerContainer_one {
    background-image: url('skatefestimg/bghero.svg');
    height: 500px;
    background-size: contain;
    margin-top: -1.3rem;
}


.logo-img,
.circles-logo {
    display: inline-block;
}

.logo-section {
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(circle closest-side, white, white, transparent)
}

.logo {
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.circles {
    display: flex;
    flex-direction: column;
}

.circles p {
    width: 60%;
    margin-bottom: 1em;
}

.circles img {
    display: inline-block;
    width: 60%;
    align-self: flex-end;
}

.black_border {
    border: 4px solid black;
    background-color: black;
}

.container_two,
.container_two_place {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin: 2em 0;
}

.container_two img {
    display: inline-block;
    width: 100%;
    box-shadow: -2px -3px 8px 2px #484848;
}

.picture_inside {
    display: inline-block;
    min-width: 100%;
    margin-top: 1em;
}

.inner_partners {
    background-color: white;
    box-shadow: -2px 0 14px 2px #575757;
}

.rotate_plus_five {
    rotate: 3deg;
}

.rotate_minus_five {
    rotate: -3deg;
}

.container_place {
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}

.place_details_title {
    margin: 0;
    padding: 0;
}

.pics {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
}

.pics img,
.place_details {
    display: inline-block;
}

.pics img {
    height: 2em;
    width: 10%;
    padding: 1px;
}

.place_details {
    width: 80%;
    margin-left: 10px;
}

.map {
    width: 80%;
    margin: 1em auto;
}

.map img {
    width: 100%;
    box-shadow: -2px -3px 8px 2px #484848;
}

.eighty {
    width: 85%;
    margin: 1em auto;
}

.container_three {
    display: flex;
}

.partners_container {
    margin-top: 1em;
}

.partners {
    display: flex;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em;
}

.partners li {
    min-width: 30%;
    text-align: center;
}


.org {
    text-transform: lowercase;

    font-size: 11px;
    font-weight: bold;
    color: #919191;
    font-style: italic;
}

.org,
.org_pic {
    display: inline-flex;
    align-self: center;
}

.org_list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.partners li:hover {
    transform: scale(110%);
}

@media (min-width: 800px) {

    main,
    .container {
        margin: 0 30% 0 10%;
    }


    .container_two,
    .container_place {
        flex-direction: row;
    }

    .locs {
        width: 50%;
        text-align: center;
    }

    .map {
        max-width: 200px;

    }

    .circles-logo {
        margin: auto;
        width: 200px;
        align-self: cente
    }

    main {
        background-image: none;
        margin-left: 0;
    }

    .supercontainer {
        background-image: url(skatefestimg/main_bg3.svg);
        background-size: 100%;
    }

    .container_two img {
        width: 50%;
    }

    .portrait_image {
        /* height: 300px; */
        object-fit: contain;
    }

    .container {
        padding-left: 0;
    }

    .outerContainer_one {
        background-size: cover;

    }

    .intro_container {
        flex-flow: column;
    }

    .reversed_order {
        flex-direction: row-reverse;
    }

    .section_title {
        justify-content: space-between;
        margin-top: 2em;
    }



    section {
        margin-top: 1em;
    }

    .circles img {
        width: 35%;
        align-self: flex-end;
    }

    .partners li {
        min-width: 20%;
    }

    .locs {
        display: none;
    }

    .locs_pc {
        display: inline;
        margin-top: -2em;
    }
}