body{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color:white;
    margin:0;
}
.background{
    position:fixed;
    background: url(../img/bg-stars.gif);
    background-position: center;
    width:100%;
    height:100%;
    top: 0;
}
h2{
    font-family: 'Cormorant SC', serif;
    font-weight: 700;
}
h3{
    font-family: 'Cormorant SC', serif;
    font-weight: 500;
}
.thin{
    font-weight: 300;
}

.main_holder{
    width:80%;
    max-width:1100px;
    position:relative;
    margin:auto;
    left:0;
    right:0;
}

.content_holder{
    margin-top:20%;
    margin-bottom:5%;
}
.content_holder .copy{
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 100;
    color:#ffffff;
}
.content_holder .copy .L1{
    font-weight: 400;
    color:#ffffff;
}
.content_holder .copy .L2{
    font-weight: 400;
    color:#dbdbdb;
    font-size: 32px;
}
.content_holder .copy .L3{
    font-weight: 100;
    color:#ffffff;
    font-size: 22px;
}
.content_holder .copy .L4{
    font-weight: 400;
}
.content_holder .copy a{
    text-transform:uppercase;
    color:red;
}





.about_holder{
    margin-top:20%;
    margin-bottom:5%;
}
.about_holder .copy{
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 100;
    color:#ffffff;
}
.about_holder .copy ul{
    list-style-type: none;
    padding-left: 10px;
    margin: 0px;
    font-size: 24px;
    color:#ffffff;
}
.about_holder .copy span{
    font-weight: 400;
    color:#dbdbdb;
}
.about_holder .ending{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color:#ffffff;
}




.more_about_holder{
    margin-top:20%;
    margin-bottom:5%;
}
.more_about_holder .copy{
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 100;
    color:#ffffff;
}


@media screen and (max-width: 1000px) {
    .content_holder .copy{
        font-size: 42px;
    }
    .content_holder .copy .L2{
        font-size: 26px;
    }
    .content_holder .copy .L3{
        font-size: 16px;
    }

    .about_holder .copy{
        font-size: 30px;
    }
    .about_holder .copy ul{
        font-size: 18px;
    }
    .about_holder .ending{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .content_holder .copy{
        font-size: 32px;
    }
    .content_holder .copy .L2{
        font-size: 22px;
    }
    .content_holder .copy .L3{
        font-size: 14px;
    }

    .about_holder .copy{
        font-size: 24px;
    }
    .about_holder .copy ul{
        font-size: 14px;
    }
    .about_holder .ending{
        font-size: 14px;
    }
}

