/* Changes position of caption */
.carousel-caption {
    top: 0%;
    bottom: auto;
}
.heading
    {
        font-size: 60px;
        font-weight: bold
        /*text-shadow: 2px 2px #ff063d; */
    }
.sub-heading
    {
        font-size: 35px; 
        /*text-shadow: 2px 2px #ff063d;*/
    }



@media all and (max-width:1000px) {
    .heading
    {
        font-size: 35px;
        font-weight: bold
        /*text-shadow: 2px 2px #ff063d;*/
    }
.sub-heading
    {
        font-size: 23px; 
        /*text-shadow: 2px 2px #ff063d;*/
    }
    
}


@media all and (max-width:950px) {
    .heading
    {
        font-size: 38px;
        font-weight: bold
        text-shadow: 2px 2px #ff063d;
    }
.sub-heading
    {
        font-size: 20px; 
        text-shadow: 2px 2px #ff063d;
    }
    
    
  
    

@media all and (max-width:750px) {
   .heading
    {
        font-size: 25px;
        font-weight: bold
        text-shadow: 2px 2px #ff063d;
    }
.sub-heading
    {
        font-size: 15px; 
        text-shadow: 2px 2px #ff063d;
    }
    
}

@media all and (max-width:500px) {
   .heading
    {
        font-size: 14px;
        font-weight: bold
        text-shadow: 2px 2px #ff063d;
    }
.sub-heading
    {
        font-size: 12px; 
        text-shadow: 2px 2px #ff063d;
    }
    
           
    
}

@media all and (max-width:450px) {
#logo {
        display:none;
        
    }
.landing-page .container {
        margin-top: -36px;
    }

    
}

@media all and (min-width:322px) {
button.navbar-toggler {
        margin-left: -16px;
	    }
	
    
}
