body {
color: black;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {color: rgb(0, 68, 255); text-decoration: none;}
a:visited {color: rgb(18, 117, 255); text-decoration: none;}
a:hover {color: rgb(255, 187, 187); text-decoration: underline;}

h1 {
font-size: 24px;
margin-top: 0;
}

h2 {
font-size: 18px;
margin-bottom: 0px;
}

p {
font-size: 12px;
margin-top: 0px;
}


.small {
    font-size: 8px;
    font-style: italic;
    }

#main {
        position: relative;
        margin: auto;
        border: 2px solid #cccccc;
        max-width: 1200px;
        width: 100%;
        background-color: white;
        }
        
        #header {
        position: relative;
        width: 100%;
        height: 100px;
        background-color: #285fc7;
        margin-top: 0;
        }
        
        #nav {
        position: relative;
        width: 100%;
        height: 30px;
        background-color: gray;
        }

        
        #nav ul {
        list-style-type: none;
        margin-top: 0;
        }
        
        #nav li {
        display: inline;
        padding-right: 20px;
        }
        
        #nav a {color: white; font-size: 14px; font-weight: bold; text-decoration: none;}
        #nav a:visited {color: white; text-decoration: none;}
        #nav a:hover {color: pink; text-decoration: underline;}
        
        #section {
        position: relative;
        width: 100%;
        background-color: white;
        }
        
        #footer {
        position: relative;
        width: 100%;
        height: 30px;
        background-color: #cccccc;
        }
     
        .nav-item .active {
            font-weight: 600;
            }       



img {
    max-width: 100%;
    }
            
.imgbox {
    width: 30%;
    }
            

    .favorite {
        width: 50% ;
    }




@media screen and (max-width: 768px) {
        #nav a {
        font-size: 90%;
        }
        }
        
        @media screen and (max-width: 550px) {
        #nav a {
        font-size: 80%;
        }
        
        #footer {
        display: none;
        }
        }

img { 
    max-width: 100%;
    max-height: 100%;
}

.navbar .navbar-brand, .navbar .navbar-brand:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
    }
    .nav-item .active {
        font-weight: 600;
        }
        