html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility;
    color: #222;
    width: 100%;
    overflow-x: inherit;
}

h4 {
    font-size: 22px;
    margin-bottom: 28px
}

p {
    font-size: 22px
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #5000F1
}

header h2 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-top: 70px
}

header a h2 {
    color: #222
}

header a h2 span {
    transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55)
}

header a:hover h2 span {
    color: #fff;
    margin-left: 10px
}

header .white-block {
    margin-top: 20px;
    width: 46px;
    height: 6px;
    background: #fff
}

header .title {
    margin-top: 80px
}

header h1 {
    font-size: 96px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0;
    margin-left: -6px
}

header h1 span {
    display: inline-block;
    font-size: 20px;
    margin-top: 18px;
    vertical-align: top;
    letter-spacing: 0
}

header .title a {
    display: inline-block;
    margin-top: 6px;
    margin-right: -70px;
    background: #222;
    padding: 26px 80px;
    color: #fff;
    border-radius: 12px;
    font-size: 26px;
    letter-spacing: 0.2em;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55)
}

@media (min-width: 991px) {
    header .title a:hover {
        margin-top: 12px;
        margin-right: -80px;
        padding: 20px 90px
    }
}

header h3 {
    font-size: 21px
}

.grid {
    position: fixed;
    width: 100%
}

.grid-line {
    height: 100vh;
    margin-left: -15px;
    border-left: 1px solid #ccc
}

.grid-line--left {
    margin-right: -15px;
    border-right: 1px solid #ccc
}

.section {
    position: static
}

section.san-francisco {
    margin-top: 100px
}

.absolute {
    position: absolute;
    width: 100%;
    height: auto;
   
}

.absolute.above {
    z-index: 2
}

.absolute h2 {
    font-size: 140px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #F0F0F0;
    z-index: -1
}
.abs_text_1{
    margin-top: 100px
}

.abs_text_2{
    margin-top: 500px;
    margin-left: 40px;
    font-size: 120px;
}

.abs_text_2 h2{
    font-size: 120px;
}

.section h4 {
    text-transform: uppercase
}
.md-dixonandmoe{width:40px;height:40px;background:#5000F1;border-radius:12px;margin-left:-60px;margin-top:0px}
.md-facebook{width:60px;height:60px;background:#5000F1;border-radius:12px;margin-left:68px;margin-top:0px}
.md-twitter{width:90px;height:90px;background:#00F1C9;border-radius:12px;margin-left:-60px;margin-top:60px}

.lg-green {
    width: 160px;
    height: 160px;
    background: #00F1C9;
    border-radius: 12px;
    margin-left: -80px;
    margin-top: 200px
}

.sm-green {
    width: 60px;
    height: 60px;
    background: #00F1C9;
    border-radius: 12px;
    margin-left: -30px;
    margin-top: 400px
}

.sm-purple {
    width: 40px;
    height: 40px;
    background: #5000F1;
    border-radius: 12px;
    margin-left: -30px;
    margin-top: 300px
}

.xs-green {
    width: 60px;
    height: 60px;
    background: #00F1C9;
    border-radius: 12px;
    margin-left: -30px;
    margin-top: 400px
}

.md-green {
    width: 120px;
    height: 120px;
    background: #00F1C9;
    border-radius: 12px;
    margin-left: -60px;
    margin-top: 10px
}

.lg-purple {
    width: 80px;
    height: 80px;
    background: #5000F1;
    border-radius: 12px;
    margin-left: 57px;
    margin-top: 60px
}

.date {
    margin-top: 400px;
    font-size: 48px;
    font-weight: normal;
    color: #5000F1
}

.temp {
    margin-top: 200px;
    font-size: 280px;
    font-weight: 900;
    letter-spacing: -0.07em;
    color: #5000F1
}

.mt-200 {
    margin-top: 200px
}

.copy {
    margin-top: 200px;
    margin-bottom: 500px
}

.text-editor {
    background: #222;
    padding: 60px 50px;
    border-radius: 12px
}

code {
    text-align: left;
    padding: 0;
    font-size: 22px;
    background: none;
    border-radius: 0;
    color: #00F1C9
}


.bt-green {
    width: 60px;
    height: 60px;
    background: #00F1C9;
    border-radius: 12px;
    margin-left: -30px;
    /*margin-top: 700px*/
    margin-top: 0px;
}

.bt-purple {
    width: 80px;
    height: 80px;
    background: #5000F1;
    border-radius: 12px;
    margin-left: 57px;
    margin-top: 600px
}

.share {
    position: relative;
    top: -240px;
    font-size: 27px
}

.share a {
    font-size: 27px
}

.share a span {
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55)
}

.share a:hover span {
    margin-left: 10px
}

span.purple {
    color: #5000F1
}

span.green {
    color: #A0F100
}

span.white {
    color: #fff
}

.u-no-padding {
    padding: 0
}


@media (max-width: 767px) {
    .mobile-hide {
        display: none
    }
    header h1 {
        font-size: 64px
    }
    header .title a {
        width: 100%;
        margin-top: 24px;
        margin-right: auto;
        text-align: center;
        padding: 20px 0
    }
    .subtitle {
        margin-top: 8px
    }
    .lg-green {
        margin-top: -60px
    }
    .absolute h2 {
        margin-left: -60px
    }
    .temp {
        margin-top: -50px;
        font-size: 170px;
        text-align: right
    }
    .mt-200 {
        margin-top: 60px
    }
    h4 {
        font-size: 16px
    }
    .text-editor {
        padding: 16px 16px;
        border-radius: 6px;
        margin-left: auto
    }
    code {
        font-size: 12px
    }
    .copy {
        margin-top: 80px;
        margin-bottom: 20px
    }
    .share {
        margin-top: 360px
    }
}

.network {
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .network {
        margin-bottom: 60px
    }
}

.network-card {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 220px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.75em;
    margin-bottom: 7.5em
}

@media (max-width: 767px) {
    .network-card {
        flex-wrap: wrap;
        margin-bottom: 5em
    }
}

.network-card__image {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -24px;
    margin-left: 0
}

@media (max-width: 767px) {
    .network-card__image {
        flex: 0 1 auto
    }
}

.network-card__image--gradient {
    background-image: linear-gradient(#00F1C9, #5000F1)
}

.network-card__image--green {
    background-color: #00F1C9
}

.network-card__image--purple {
    background-color: #5000F1
}

.network-card__image img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    height: 50px
}

.network-card__text {
    margin-left: 1rem;
    padding: 1rem
}

@media (max-width: 767px) {
    .network-card__text {
        margin-top: 1.5rem;
        margin-left: 0;
        padding: 2rem
    }
}

.network-card__title {
    color: #222;
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.075em
}

.network-card__title a {
    color: #222
}

.network-card__description {
    font-size: 16px
}

.network-card__arrow {
    float: right;
    margin-right: 16px
}


/******************* CUSTOM *****************/
.lg-purple {
    background: #ED2F59;
    border-radius: 50%;
    opacity: 0.8;
}

.xs-green {
    width: 60px;
    height: 60px;
    background: #00AFEF;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: 400px;
    opacity: 0.8;
}

.sm-purple {
    background: #F58634;
    border-radius: 50%;
    opacity: 0.8;
}

.md-green {
    background: #8DB84A;
    border-radius: 50%;
    opacity: 0.8;
}

.sm-green {
    background: #FFCC29;
    border-radius: 50%;
    opacity: 0.8;
}

.bt-green {
    background: #00AFEF;
    border-radius: 50%;
    opacity: 0.8;
}

.md-dixonandmoe {
    background: #8DB84A;
    border-radius: 50%;
    opacity: 0.8;
}

.md-twitter {
    background: #ED2F59;
    border-radius: 50%;
    opacity: 0.8;
}

.md-facebook {
    background: #FFCC29;
    border-radius: 50%;
    opacity: 0.8;
}
.date {
    margin-top: 0px;
    font-size: 48px;
    font-weight: normal;
    color: #777;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: white;
}

header .title a, .btn-donar {
    display: inline-block;
    margin-top: 6px;
    margin-right: -70px;
    background: #222;
    padding: 18px 35px;
    border-radius: 12px;
    font-size: 18px;
     letter-spacing: inherit; 
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    text-align:center;
}


.fixed-top {
    position: absolute;
    width: 600px;
    height: 600px;
    background:none;
    border-radius: 12px;
    margin-top: -0px;
    margin-left: 125px;
    overflow: hidden;
}

section.san-francisco {
     margin-top: 0px; 
}

@media (max-width: 767px){
.absolute h2 {
    margin-left: -10px;
}
}