@charset "utf-8";
/* CSS Document */


	body {
		background: black;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
		}
	header {
        height: 125px;
		background-color: white;
		background-image: url("images/modelalogo.png");
		background-size: contain;
		margin: 0;
        background-repeat: no-repeat;		
	}

        nav ul {            
            margin: 0;
            padding: 0;
            list-style-type: none;
            overflow: hidden;
            background-color: black;
            border: 1px solid white;
        }
        nav li a{
            float: left;
            color: white;
            text-align: center;
            padding: 1px 16px;
            text-decoration: none;
        }
.caption:hover:not(.active) {
            background-color: #333;
        }

a.caption {
	color: black;
}
        a:hover:not(.active) {
            background-color: #333;
        }
        .active {
            background-color: #4caf50;
        }
        a:hover {
            color: white;
        }
        a:visited {
            color: #A09D9D;
        }
        section {
            background: white;
            padding: 0px;
            display: flex;
            flex-direction: row;
        }

.hero-box {
	height: 338px;
	background-color: white;
	background-image: url("jack_web/images/calendar_layout.png");    
	background-size: cover;
    margin-top: 0px;
}
.hero-box h1 {
	color: black;	
	font-size: 40px;
	padding-top: 240px;
	padding-left: 16px;
    margin-top: 0px;
}
        .img_caption {
            background: white;
            width: 33.3%;
            float: left;
            margin: 1% 3%;
        }
        .img_caption img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        figcaption {
            font-weight: bold;
            padding-top: 8%;
            text-transform: uppercase;
        }
        
        figcaption a {
            text-decoration: none;
        }
        
        
        p {
            margin: 0px;
        }
	footer {
		background: #333;
		color: white;
        font-size: 15PX;
	}


.content {
    padding: 40px;
    
}
.float_rht {
    
    float: right;
    margin-left: 20px;
    
   
}
img.picture {
    width: 300px;
    color: #000000;
    border: 1px solid #021a40;        
}
figcaption.picture {
   text-transform: uppercase;
    width: 300px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    
}
