#navtextcol{
    color: rgba(237,28,36,255)
    
}
#message{
    width: 100%
}
li{
    margin-left: 1rem
}

.logo-image{
    
        width: 20%;
        height: 20%;
        
        overflow: hidden;
        margin-top: -6px;
    
}
footer .logo-image{
    width: 40%;
    height: 40%;
    overflow: hidden;
    margin-top: 0;
}
button, .btn{
    background-color: rgba(237,28,36,255);
    color: whitesmoke;
    
}
.fillingimg{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.contact{
    
    background-color: rgb(15, 15, 15);
    color: rgba(237,28,36,255);
    margin-bottom: 0;

}
footer{
    background-color: black;
    color: whitesmoke;
    text-align: center;
    margin: 0
}

p{
    text-align: center;
    font-weight: 400;
    font-weight: bold;
}
h1, h2, h3, h4, p, label{

    font-family: "Roboto Condensed", sans-serif;
    
    }

h1,h2,h3,h4,h5{
    font-weight: 700;
    color: rgba(237,28,36,255);
    text-align: center;
    
}

.anchorimg{
    display: flex;
    text-align: center;
}
#rounded{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
}

input, label{
     display: block;  /*TEST */
}
.row{
    display: flex;
    justify-content: space-around

}


#ddtextcolor{
    color: rgb(177, 169, 169);
}

#navquote{
    background-color: rgba(237,28,36,255);
    border-radius: 0.5rem;
    color: whitesmoke;
    
    
}
#navquote:hover{
    filter:brightness(80%)
}

#getaquote{
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background-color: black;
    color: white;
}



.form-label{
    border-radius: 0.5rem;
    display: inline-block
}

#message{
    margin-top: 1rem;
    border-radius: 0.5rem;
    display: inline-block;
    text-align: center;
}

#carousel{
    position: relative
}
.carousel-item{
    height: 800px;
    overflow: hidden;
    width: 100%
}
.carousel-item img{
    width: 100%;
}
.partnerlogo{
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    

}
.bot-img{
    max-width: 200px;
    height: 100%;
    align-self: center;

    
    
}



.footer-distributed{
    
	background: rgb(0, 0, 0);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: bottom;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}



.footer-distributed .footer-center{
	position: relative;
    width: 40%;
    font-size: 17px;
	
    text-align: center;
    vertical-align: center;
    
}

.footer-distributed .footer-center i{
	background-color:  #0400ec;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}



.footer-distributed .footer-center p{
	display: inline-block;
	color: whitesmoke;
  font-weight:400;
	margin:0;
   
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  rgba(237,28,36,255);
	text-decoration: underline;;
}

@media(max-width: 1000px) and (min-width:700px){
    .carousel-item{
        height: 350px
    }
}
@media(min-width: 1000px) and (max-width: 1300px){
    .carousel-item{
        height: 500px;
    }
}
@media(min-width: 1300px)and (max-width: 1650px){
    .carousel-item{
        height: 600px;
    }
}
@media(min-width: 1650px)and (max-width: 1900px){
    .carousel-item{
        height: 700px;
    }
}


@media (max-width: 700px) {
.carousel-item{
    height: 250px
}

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
@media (max-width: 991px){
    #navquote{
        background: none;
        color: rgba(237,28,36,255); 
    }


  
}
