@media only screen and (max-width: 800px) { 

    .copyright h1 {
        font-size: 120%;
        color: #333333;
        text-decoration: none;
        margin: 20px 0;
        font-weight: normal;
    }
    .copyright h2 {
        font-size: 110%;
        color: #333333;
        text-decoration: none;
        margin: 20px 0;
       font-weight: normal;
    }

}

@media only screen and (min-width: 801px) {

    .copyright h1 {
        color: #333333;
        font-size: 130%;
        padding: 20px 0;
        font-weight: normal;
    }
    .copyright h2 {
        color: #333333;
        font-size: 120%;
        margin: 20px 0;
        font-weight: normal;
    }
    .flexbox {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        max-width: 98%;
        box-sizing: border-box;

    }

}    

.copyright p {
    color: #333333;
    margin: 0 0 8px 0;
    text-align: justify;
    }
.copyright ul {
    color: #333333;
    margin: 0 0 10px 25px;
    list-style: disc;
    width: auto;
}
.copyright li {
    margin: 0 0 4px 0;
}
.copyright p a {
	color: #A01023;
	text-decoration: none;
	font-weight: bold;
}
.copyright p a:hover {
	color: #ff9900;
	text-decoration: none;
}
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 5%;
}
