
@media screen and (max-width: 1200px) {
    body { background-color: #9f0fac;  
/* text */
/* h1{
    color: black; 
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    background-color: lightgray;
    font-size: 200%;
    font-family: ;
}

h2{
    margin:5%;
    color: goldenrod;
    font-size: 150%;
}

h3{
    font-size: 140%;
    color: black;
    text-transform: capitalize;
}

h4{
    font-size: 120%;
    color: goldenrod;
}

p {
    margin: 5%;
} */


/* header */
/* 
.navbar{
    font-size: 90%;
    margin-top: 0%;
    background-color: gold;
    color: black;
    text-transform: uppercase;

}

.navbar a {
    margin-left: 5%;
}

#search {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}



/* body part 1*/
/* .row2 img{
    margin: 5%;
    max-width: 100%;
}

.row1 img{
    max-width: 100%;
    margin:5%;
}

.two_column{
    max-width:48%;
    margin: 1%;

}

.row1{
    align-items: right;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.row2{
    align-items: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
} */ 

/* divider */
/* .divider{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 10%;
    background-color: gold;
} */


/* body: part 2 */
/* .three_columns{
    max-width: 30%;
}

.three_columns img{
    max-width: 100%;
    max-height:fit-content;
}

.column1{
    align-items: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
} */

/* footer */
/* footer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dark_footer{
    background-color: lightgrey;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 15%;
} */

/* .dark_footer h2{
    color: black;
} */
}
body { background-color:white  } 
/* text */
h1{
    color: black; 
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    background-color: lightgray;
    font-size: 200%;
    font-family: ;
}

h2{
    margin:5%;
    color: goldenrod;
    font-size: 150%;
}

h3{
    font-size: 140%;
    color: black;
    text-transform: capitalize;
}

h4{
    font-size: 120%;
    color: goldenrod;
}

p {
    margin: 5%;
}


/* header */

.navbar{
    font-size: 90%;
    margin-top: 0%;
    background-color: gold;
    color: black;
    text-transform: uppercase;

}

.navbar a {
    margin-left: 5%;
}

#search {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}



/* body part 1*/
.row2 img{
    margin: 5%;
    max-width: 100%;
}

.row1 img{
    max-width: 100%;
    margin:5%;
}

.two_column{
    max-width:100%;
    margin: 3%;

}

.row1{
    align-items: right;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    
}
.row2{
    align-items: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    
}

#thing1{
    align-content: left;
    float:left;
    margin-left: auto;
    margin-right:auto;
    max-width: 50%;
}
#thing2{
    float:right;
    text-align: right;
    margin-left: auto;
    margin-right:auto;
    max-width: 50%;
}
#thing3{
    float:left;
    text-align: left;
    margin-left: auto;
    margin-right:auto;
    max-width: 50%;
}
#thing4{
    float:right;
    align-content: right;
    margin-left: auto;
    margin-right:auto;
    max-width: 50%;
}








/* divider */
.divider{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:150%;
    margin-bottom: 10%;
    background-color: gold;
    float: center;
}


/* body: part 2 */
.three_columns{
    max-width: 100%;
}

.three_columns img{
    max-width: 100%;
    max-height:fit-content;
}

.column1{
    align-items: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    float: left;
    max-width: 30%;
}
.column3{
    align-content: right;
    text-align: right;
    margin-left:auto;
    margin-right: auto;
    float: center;
    max-width: 30%;
}
.column2{
    align-content: center;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    max-width: 30%;
    float:right;
}


/* footer */
footer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dark_footer{
    background-color: lightgrey;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 15%;
    float: inline-start;
}

.dark_footer h2{
    color: black;
}

}

/* for mobile */
@media screen and (max-width: 576px) {

    /* text */
h1{
    color: black; 
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    background-color: lightgray;
    font-size: 200%;
    font-family: ;
}

h2{
    margin:5%;
    color: goldenrod;
    font-size: 150%;
}

h3{
    font-size: 140%;
    color: black;
    text-transform: capitalize;
}

h4{
    font-size: 120%;
    color: goldenrod;
}

p {
    margin: 5%;
}


/* header */

.navbar{
    font-size: 90%;
    margin-top: 0%;
    background-color: gold;
    color: black;
    text-transform: uppercase;

}

.navbar a {
    margin-left: 5%;
}

#search {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}



/* body part 1*/
    body { background-color: white; 
        max width:100%;} 
    .navbar {visibility: hidden;}

    .row2 img{
        max-width: 75%;
        margin-top:5%;
        margin-bottom:5%;
        align-self: center;
        margin-left: auto;
        margin-right: auto;}
    
    .row1 img{
        max-width: 75%%;
        margin-top:5%;
        margin-bottom:5%;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .two_column{
        max-width:100%;
        margin: 1%;
    
    }
    
    .row1{
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .row2{
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .divider{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
        margin-bottom: 10%;
        background-color: gold;
    }



    /* body: part 2 */
    .three_columns{
        max-width: 100%;
        align-content: center;
        text-align: center;
        margin-left:auto;
        margin-right: auto;
    }   

    .three_columns img{
        max-width: 100%;
    }

    .three_columns img{
        max-width: 75%;
    }

    .column1{
        align-content: center;
        text-align: center;
        margin-left:auto;
        margin-right: auto;
    }
    .column2{
        align-content: center;
        text-align: center;
        margin-left:auto;
        margin-right: auto;
    }
    .column3{
        align-content: center;
        text-align: center;
        margin-left:auto;
        margin-right: auto;
    }

    /* footer */
footer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dark_footer{
    background-color: lightgrey;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 15%;
}

.dark_footer h2{
    color: black;
}

}  