/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 9, 2017, 2:14:04 AM
    Author     : Mark Rustad
*/


.dot{
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    padding: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dotsactive, .dot:hover {
    background-color: #222222;
}

#dotsDiv{
    margin-top: -15px;
}

@media (min-width: 769px){
    #imageShowDiv{
        float: left;
        width: 50%;
        display: block;
        height: 500px;
    }
    
    #slideshowImg{
        height: 350px;
        width: 100%;
    }
    
    #controlBtn{
        position: relative;
        left: 45%;
        top: 10px;
    }

}

@media (max-width: 768px){
    #slideshowImg{
        height: 285px;
        width: 100%;
    }
    
    #imageShowDiv{
        float: left;
        display: block;
        height: 500px;
        width: 50%;
    }
    
     #controlBtn{
        position: relative;
        left: 45%;
        top: 10px;
    }
}

@media (max-width: 767px){
    
     #headStart{
        margin-top: -75px;
    }
    
    #slideshowImg{
        height: 250px;
        width: 100%;
    }
}

@media (max-width: 450px){
    #imageShowDiv{
        width: 100%;
        display: block;
        height: 425px;
    }
    
    #slideshowImg{
        height: 235px;
        width: 100%;
    }
    
    #dotsDiv{
        height: 30px;
    }
    
    #controlBtn{
        position: relative;
        left: 40%;
        top: 10px;
    }
}
