/* <<<<<<<<<< GLOBAL STYLES >>>>>>>>>> */

body{
    font-family: 'Arial', sans-serif;
    font-size:23px;
}

:root{
    --red:#ff70a6;
    --orange:#ff9770;
    --yellow:#ffd670;
    --green:#d6ed56;
    --blue:#70d6ff;
    --purple:#b4a0ff;
    --white:#ffffff;
    --black:#000000;
    
}

.spacer-10{
    height:10px;
}

.spacer-25{
    height:25px;
}

.spacer-50{
    height:50px;
}

.spacer-75{
    height:75px;
}

.spacer-100{
    height:100px;
}

.spacer-150{
    height:150px;
}

.spacer-200{
    height:200px;
}

.spacer-250{
    height:250px;
}

.spacer-300{
    height:300px;
}



/* <<<<<<<<<< TYPOGRAPHY >>>>>>>>>> */

h1, h2, h3, h4, h5, h6 {
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color:var(--white);
    letter-spacing:2px;
}

h1{
    font-size:110px;
}

h2{
    font-size:64px;
}

h3{
    text-transform: capitalize;
    font-size:36px;
    font-weight: 100;
}

h4{
    text-transform: none;
    letter-spacing:0px;
    color:#bfbfbf;
    text-align:center;
    font-weight:100;
}

.blockquote{
    font-size:30px;
    font-weight:lighter;
    color:#808080;
}

.blockquote-footer{
    color:#808080;
}

.fine-Print{
    font-size:16px;
    margin-top:20px;
    margin-bottom:100px;
    text-align:center;
}

.fine-Print-Copyright{
    font-size:18px;
}


/* <<<<<<<<<< LINKS >>>>>>>>>> */

a{
    font-family:"Chewy", system-ui;
}

.nav-link{
    font-size:22px;
    margin-right:22px;
    color:var(--purple);
    transition: all 0.33s ease-in-out;
}

.nav-link:hover{
    color:var(--red);
    transform:scale(1.2);
}


/* <<<<<<<<<< LISTS >>>>>>>>>> */

ul{
    color:var(--white);
    list-style-image: url('../img/Bullet-01-Medium.png');
    margin-left:15px;
}



/* <<<<<<<<<< MISC >>>>>>>>>> */

.char-Blocks{
    height:360px;
}

.contact-Title{
    font-family:'Arial', sans-serif;
    color:var(--white);
    text-transform: uppercase;
    font-weight:bolder;
    letter-spacing:0px;
    font-size:24px;
    text-align:center;
}

.contact-Value{
    font-family:'Arial', sans-serif;
    color:var(--white);
    letter-spacing:1px;
    font-size:20px;
    margin-top:-10px;
    text-align:center;
}