*{
    box-sizing: border-box;
}

h1 {
    color:#755439;
    font-size: 56px;
    text-align: center;
    font-family: 'Comic Sans MS', sans-serif;
}


h2 {
    color:#755439;
    font-size: 28px;
    text-align: center;
    font-family: 'Comic Sans MS', sans-serif;
}

h3 {
    display:block;
}

body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    background-color:#F8AE61;
    /*display:block;*/
}



ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    text-align: center;
    font-size: 18px;
}

li>a:hover {
    filter: brightness(0.5);
}


#main_image {
    width:100%;
    background-color:#F8AE61;
    display:block;
}



.image-container {
    position: relative;
    text-align: center;
    width:100%;
}


article {
    display: block;
    float:right;
    width: 100%;
    padding: 15px;
    text-align: justify;

}




@media only screen and (min-width: 768px) {


    article {
        width:40%;
    }

    .image-container {
        width:60%;
    }


}

@media only screen and (min-width: 1500px) {

    /*p {
        font-size: 22px;
    }*/
}


