/* This is the CSS stylesheet used in the exercise. */

body,
html {
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*
			background-color: #f4f5ef;
			*/
}

.row {
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 100%;
}

.full {
    max-width: 100%;
}

.only-mobile {
    display: none
}

.no-mobile {
    display: none
}

@media (min-width: 992px) {
    
    .row {
        width: auto;
        /* width: 710px; */
    }
    /*
    .column {
        margin-left: 5%;
    }
    */
    .column.ocuppies_full {
        width: 100%;
    }
    .column.ocuppies_half_1 {
        width: 30%;
    }
    .column.ocuppies_half_2 {
        width: 65%;
    }
    .column.ocuppies_half_1_large {
        width: 35%;
    }
    .column.ocuppies_half_2_short {
        width: 60%;
    }

    .column.ocuppies_half_1_half {
        width: 45%;
    }
    .column.ocuppies_half_2_half {
        width: 50%;
    }
    .row>.column:first-child {
        margin-left: 0;
    }
    .only-mobile {
        display: none;
    }
    .no-mobile {
        display: block;
    }
    /*
		h1 {font-size: 60px;color: white}
		h2 {font-size: 45px;color: white}
		h3 {font-size: 32px;color: white;margin-block-start: 0.25em;margin-block-end: 0.25em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;}
        h4 {font-size: 18px; color: white;margin-block-start: 0.25em;margin-block-end: 0.25em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: normal;}
       
    .button {
        display: block;
        text-align: center;
        font-size: 16px;
        padding: 5px;
        background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        color: black;
        width: 150px;
        float: right;
        text-decoration: none;
    }
     */
    h1#logo img {
        margin-top: 12px;
        width: 230px;
    }
    .inline-list {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .row {
        width: 942px;
    }
    h1#logo img {
        margin-top: 0;
        width: auto;
    }
}

h1 {
    color: white;
    font-size: 300%;
    text-align: center;
}


/*
		h2 {font-size: 45px;color: white}
		 */

h3 {
    font-size: 120%;
    color: #737373;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h4 {
    font-size: 90%;
    color: #737373;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h5 {
    font-size: 80%;
    color: #737373;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    text-align: justify;
}
/*

.button {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    color: black;
    width: 150px;
    float: right;
    text-decoration: none;
}
*/


h1#logo img {
    margin-top: 12px;
    width: 230px;
}

.inline-list {
    text-align: center;
}

a {
    text-decoration: none;
    color: blue;
}

p {
    /*
    background-color: #e6ffe6;
  
    font-size: 13px;
     border-radius: 10px;
      */
    text-align: justify;
    padding: 5px;
}

.ImageCenter {
    text-align: center;
}

.ImageBottom {
    text-align:end;
}

.p1 {
    padding: 10px;
}

@font-face {
    font-family: "Cooper Black";
    src: url("/fonts/CooperBlack.otf");
}

figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

@media only screen and (max-width: 991px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .DTop {
        display: none
    }

    .MTop {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .DTop {
        display: block
    }

    .MTop {
        display: none;
    }
}