*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}


.list{
    justify-content: center;
}

.list ul li a{
    color: aliceblue;
    font-size: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
    margin-left: 50px;

}

.header1{
    background-color:rgb(207, 230, 8);
}

#third{
    background-image:url("image/image21.jpg");
    height:400px;
    background-position: center;
   

   
}

.overlay{
    background-color: rgba(10, 10, 10, 0.3);
    min-height:400px;
}



.image h3{
    font-family: Britannic Bold;
    font-size: 40px;
    font-weight:900;
    color: rgba(78, 12, 12, 0.973);
}

.image p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7em;
}

.image{
    padding-left: 50px;
    padding-top: 100px;
}

.sub{
    align-self:center;
    text-decoration: none;
    border: 2px solid green;
}

.footer{
    min-height: 200px;
    margin-left:1px;
    margin-right:1px;
    padding-top: 200px;
}

.line{
    border: 1px solid #14ff72cb;
    width: 70px;
    margin-left: 20px;
}

.footers{
    padding-top: 20px;
    text-align: center;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
}

.footers1{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
    
}

.footers1 a{
    margin-left: 20px;
    text-decoration: none;
    color: #14ff72cb;
}

.footers1 h4{
    margin-left: 15px;
}

.footers1 i{
    padding-left: 20px;
}

.footers1 h5{
    margin-left: 20px;
}

.footerss{
    text-align: center;
    background-color: #14ff72;
    color: rgba(78, 12, 12, 0.973) ;
    padding-top: 15px;
}
@media screen and (max-width:678px){
    .header1{
        margin-right: 14px;
    }

    .image img{
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .image{
        text-align: center;
    }
}
