@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body{
    height:100%;
    width:100%;
    font-family: 'Poppins', sans-serif;
    color: #222
    
}
#signupbutton{
    color:white;
}
#signupbutton: hover{
    color:black !important;
}
.imageproviders{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#logopic{
    width: 380px;
    height: 90px;
    
   
}
.userinfo{
    padding: 0;
    border: none;
    background: none;
    border-color: white !important;
    outline: white !important;
}

.lead{
    box-sizing: border-box !important;
}
.navbar{
    padding: .8rem;
}
.navbar.nav li{
    padding-right: 20px;
    
}

.paddingtext{
    margin-left: 30px !important;
}
.nav-link{
    font-size: 1.1em !important;
}
.nav link{
    font-size: 1.1em !important;
    
}
.paddingtextleft{
    margin-right: auto;
}
.carousel-inner img {
    width:100%;
    height:100%;
    
}

.services-section img {
    
    margin: auto;    
    display: block;
}
.lead h1{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 150%;
}

.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
    font-size: 200%;
    font-weight: 500%;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}
.btn-primary {

    border: 1px solid #6648b1;
}
.btn-primary: hover{
    background-color:green !important;
    border: 1px solid #563d7c !important;
}
.jumbotron {
    padding: 1rem;
    border-radius: 0;
}
.padding {
    padding-bottom: 2rem;
}
.welcome {
    width: 75%;
    margin:0 auto;
    padding-top: 2rem;
}
.welcome h1{
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: .1rem;
}
.fun{
    width: 15%;
    margin-bottom: 2rem;
    text-align: center;
    margin: auto;    
    display: block;
    background-color: white;
}
.fun1{
    display: none;
}

    
    
}
#info{
    border: 1px
}
.social a {
    font-size: 4.5rem;
    padding: 3rem;
}
.fa-facebook {
    color: #3b5998;
}
.fa-twitter {
    color: #00aced;
}
.fa-google-plus-g{
    color: #dd4b39;
}
.fa-instagram{
    color: #517fa4;
}
.fa-youtube {
    color: #bb0000;
}


footer {
    background-color: forestgreen;
    color: #d5d5d5;
    padding-top: 2rem;
    height: auto;
}
hr.light {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a{
    color: #d5d5d5
}
hr.light-100{
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem; 
}
/*---Media Queries --*/


@media (max-width: 992px) {
    .social a {
        font-size: 4rem;
        padding: 2rem;
    }
    .carousel-caption{

        top: 45% !important;

    }
    .carousel-caption h1{
        font-size: 200% !important;
    }
    .carousel-caption h3{
        font-size: 100% !important;
        font-weight: 100%;
        padding-bottom: .2rem;
    }
    
    .carousel-caption .btn {
        font-size: 95% !important;
        padding: 8px 14px;
    }
    .display-4 {
        font-size: 200%
    }

    
@media (max-width: 768px) {
    .carousel-caption {

        top: 45%;

    }
    .display-4 {
        font-size: 100%;
        
        margin-top: -50px;
    }
    .carousel-caption h1{
        font-size: 250%;
    }
    .carousel-caption h3{
        font-size: 150%;
        font-weight: 100%;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
    }
    .display-4 {
        font-size: 200%
    }
    .social a{
        font-size: 2.5em;
        padding: 1.2rem;
    }
    .leadjumbo{
        font-size: 200%;
}
    #logopic !important{
        width: 80px;
        height: 20px;
        
    }
    .jumbotron {
    padding: -5px;
    border-radius: 0;
}
.contactusbutton {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        position: absolute !important;
        margin-top: -30px !important;
       
    }
@media (max-width: 576px) {
    display-4{
        font-size: 100%;
    }
    
    .social a{
        font-size: 2.5em;
        padding: .2rem;
    }
    .carousel-caption{

    top: 15%;

    }
    .carousel-caption h1{
        margin-top: -30px;
        font-size: 120% !important;
    }
    .carousel-caption h3{
        font-size: 90% !important;
        font-weight: 400%;
        padding-bottom: .1rem;
    }
    .carousel-indicators {
        display: none;
    
    }
    .carousel-caption .btn {
        font-size: 155%;
        padding: 8px 14px;
    }
    #logopic{
        width: 230px;
        height: 53px;
        
    }
    .lead{
        font-size: 15px;
        position: relative;
        margin-left: 1px !important;
        margin-right; 1px !important;
        display: inline-block;
    }

  
   .paddingtext{
    margin-right: 15px !important;
}
    .fun{
    width: 35%;;
    height: 8%;
    margin-bottom: 2rem;
    text-align: center;
    margin: auto;    
    display: block;
    background-color: white;
    display: none;
} .fun1{
    width: 35%;;
    height: 8%;
    margin-bottom: 2rem;
    text-align: center;
    margin: auto;    
    display: block;
    background-color: white;
    
}
    .imageproviders{
    display: relative;
    margin-left: 0px !important;
    width: 50px !important;
    height: 50px !important;
    
    
}
}
    

   


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}

#fixed {
  background-image: url('img/mac.png');
 
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*---Signinpage----*/





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








