html {
  font-size: 14px;
   
}

@media (min-width: 768px) {

    html {
        font-size: 16px;
    }

     

    .card-group .card-body img, video {
        width: 100%;
    }

    .card-group .card {
        margin: 0 auto;
        justify-content: center;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}
  
.card-group .card {
    background-color: lightgreen;
    color: black;
    width: 100%;
    margin: 10px;
     
}


.footer .container .fbicon, .twicon {
    float: left;
    top:5px;
}

.SocialMedia {
     
    float:right;
     
    
     
}

 .fa fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 10px 10px;
    height:50px;
    
}

    .fa fa:hover {
        opacity: 0.7;
    }

  .fa fa-facebook {
     height:60px;
    background: #3B5998;
    color: white;

}

.fa fa-twitter {
     
    background: #55ACEE;
    color: white;
}

 .fa fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa fa-youtube {
    background: #bb0000;
    color: white;
}
.icon {
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
}

.carousel-inner .carousel-item, .carousel-item active img{

    position:relative;
    width:50%%;
    height:50%;

}


.icon {
    width: 30px;
    height: 30px;
    border: 1px solid green;
    margin-left: 5px;
    position: relative;
    border-radius: 50%;
}

.fa {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
  
 