.global{
    font-family: 'Calibri';
}

.topnav {
    background-color: white;
    overflow: hidden;
    line-height: 80px;
}

.topnav a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;    
    font-size: 1.2em;
    font-family: 'Calibri';
}

.topnav a:hover {    
    color: teal;
    line-height: 80px;
    font-size: 1.2em;
    font-family: 'Calibri';
}

.left-image{
    float: left; 
    width: 315px;
    height: 640px;
    margin-right: 15px;
    background-image: url("../images/camera1.jpg"); 
    background-size: contain;
    background-repeat: no-repeat;
    
}

.middle-image{
    display: inline-block; 
    width: 315px;
    height: 640px; 
    background-image: url("../images/camera2.jpg");
    background-size: contain;
    background-repeat: no-repeat;    
}

.right-image{
    float: right; 
    width: 315px;
    height: 640px; 
    margin-left: 15px;
    background-image: url("../images/camera3.jpg");
    background-size: contain;
    background-repeat: no-repeat;    
}

.product-link a {    
    
    text-align: center;    
    font-size: 1.5em;
    font-weight: 300;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    line-height: 60px;
    font-family: 'Calibri';
}

.product-link a:hover {    
    
    text-align: center;    
    font-size: 1.7em;
    font-weight: 300;
    color: teal;
    text-decoration: none;
    vertical-align: middle;
    line-height: 55px;
    font-family: 'Calibri';
}


.product-div {
    z-index: 10;
    margin-top: 150%;
    height: 10%;
    width: 100%;
    background-color: lavender;    
}

.logo{
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.company {
    margin-top: 15px;
    margin-left: 25px;
    display: inline-block;   
    float: left;
    font-size: 3em;
    font-family: 'Calibri';
}

.product-image {  
    float: none; 
    height: 655px;
    width: 850px;
    margin-right: 15px;
    background-image: url("../images/concrete.jpg"); 
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.product-description {
    padding-bottom: 10%;
    padding-top: 10%;
    background-color: #eceeec;
    color: darkslategrey;
    font-size: 1.2em;
    z-index: 20;
    color: dimgrey;    
    display: inline-block;
    width: 100%;  
    font-family: 'Calibri';
}

.footer {
    text-align: center;
    font-size: 1.1em;
    font-family: 'Calibri'
}

.footer-links a {    
    font-size: 1.5em;
    color: black;    
    text-decoration: none;    
    font-family: 'Calibri';
}

.footer-links a:hover {   
    font-size: 1.5em;
    color: teal;    
    text-decoration: none;
    font-family: 'Calibri';
}




