/*!
 * iglink v1.0.0
 * Homepage: https://iglink.co
 * Copyright 2018 Pablo Gutierrez Alfaro
 * Licensed under MIT
 * Based on Bootstrap
*/

/*
   GENERAL
*/
html, body {
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}

#main-container{
  background:linear-gradient(rgba(75,75,155,0.8), rgba(25,25,255,0.3)),url("/assets/img/background.jpg") center center;
  background-size:cover;
}

.btn-instagram{
  border:0px;
  color:#f4f4f4;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btn-instagram:hover{
  color:white;
  background: #f09433;
  background: -moz-linear-gradient(35deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(35deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(35deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
h1,h2,h3,h4{
  font-weight: 300;
}
.lead{
  font-weight: 100;
  font-size: 20px;
}
.avatar-38{
  width: 38px;
  height: 38px;
}
.navbar-brand .avatar-38{
  margin-top: -8px;
}

.container .jumbotron, .container-fluid .jumbotron{
  border-radius: 0px !important;
}

.navbar-brand{
  font-weight: 200;
}
.navbar-transparent{
  position: absolute;
  top:0px;
  width:100%;
  background-color: rgba(0,0,0,0);
  border:none;
}
.navbar-transparent a{
  color:white !important;
}

.navbar-hidden-top{
  display:none;
}
.footer-fixed{
  position: fixed;
  bottom: 0px;
  width:100%;
  background-color:#f8f8f8;
  border-top: 1px solid #e7e7e7;
}

.link-content {
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: black;
}


.black_white{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.opacity-05{
  opacity: 0.5;
}

.input-group-iglink .input-group-addon {
    font-size: 20px;
    line-height: 1.42857143;
    padding-right: 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.input-group-iglink .form-control {
    font-size: 20px;
    height: 54px;
    padding: 26px 20px 26px 5px;
    border-left: 0px;
    font-weight: 100;
}

.input-group-iglink .form-control:focus {
    border: 1px solid #ccc;
    border-left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.testimonial{
  line-height:25px;
}
.fixed-top{
  margin-top:51px;
}


/*
   FLOATING FORM
*/
.layout-float-form{
  background: url('/assets/img/pattern.jpg');
  min-height: 100%;
}


/*
   FORM ERRORS
*/
.has-error a{
  color:#ff4136;
}
.has-error label{
  color:#ff4136;
}
