@charset "UTF-8";
/* CSS Document */

/* Extra small devices (portrait phones)*/

        @media (max-width: 575px) {
            body {
                /*background: coral;*/
            }
			html {
			}
			.jumbotron .container { 
				padding: 0;
			}
			.jumbotron h1 {
				font-size: 1.75rem;  
				padding: 0;
			}
			h1 {
				font-size: 2rem;
			}
			h2 {
				font-size: 1.5rem;
			}
			h3 {
				font-size: 1.5rem;
				font-weight: 500;
			}
			.sm-devices {
				text-align: center;
			}
			.irs {
				padding-bottom: 2em;
			}
			.analyst {
				width: 90%;
			}
			.address {
				font-size: 1rem;
			}
			
        }
/* Small devices (landscape phones) */

        @media (min-width: 576px) and (max-width: 767px) {
            body {
                /*background: red;*/
            }
			html {
			}
			.jumbotron h1 {
				font-size: 2rem;  
				padding: 0;
			}
			h1 {
				font-size: 2rem;
			}
			h2 {
				font-size: 1.5rem;
			}
			h3 {
				font-size: 1.5rem;
				font-weight: 500;
			}
			.btm-padding {
				padding-bottom: 1rem;
			}
			.sm-devices {
				text-align: center;
			}
			.analyst {
				width: 90%;
			}
			.address {
				font-size: 1rem;
			}
		
        }

/* Medium devices (tablets) */ /*Includes iPad Portrait*/

        @media (min-width: 768px) and (max-width: 991px) {
            body {
                /*background: blue;*/
            }
			html {
			}
			.jumbotron h1 {
				font-size: 2.25rem;  
			}
			h1 {
				font-size: 2.25rem;
			}
			h3 {
				font-size: 1.5rem;
				font-weight: 500;
			}
			
			.analyst {
				width: 75%;
			}
			.address {
				font-size: 1rem;
			}
			
        }

/* Large devices (desktops) */ /*Includes iPad Landscape*/

        @media (min-width: 992px) and (max-width: 1199px) {
            body {
                /*background: green;*/
            }
			html {
			}
			.analyst {
				width: 50%;
			}

			#contact .contact img {
				max-width: 190px;
				max-height:  auto;
			}
			
        }

/* Extra large devices (large desktops) */

        @media (min-width: 1200px) {
            body {
                /*background: yellow;*/
            }
			html {
			}
			
			.analyst {
				width: 50%;
			}

			#contact .contact img {
				max-width: 240px;
				max-height:  auto;
			}
			
        }



