@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700') 

.padding {
    padding-bottom: 2rem;
}



.welcome {
    width: 55%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.fa-code {
    color: #e54d26;
}

.fa-youtube {
    color: #ff0000;
}

.fa-code,
.fa-youtube,
.fa-question {
    font-size: 4em;
    margin: 1rem;
}

.col3 {
    width: 25%;
}

.brLarge {
    margin-top: 20px;
}

.image-small-circle {
    width: 246px;
    height: 246px;
    box-shadow: 0 0 8px 8px white inset;
}

.carousel-inner > .carousel-item > img { 
	width: 960px; 
	height: 740px; 
	object-fit: cover;
}

.shadowtext {
	text-shadow: 2px 2px #000000
}

.image-small-square{
	width: 246px;
    height: 246px;
    box-shadow: 0 0 8px 8px white inset;
}
