
.wrapper {
  display: inline-block;
  width:100%;
  height:100%;
  position: relative;  
}


h3 span { 
   color: #000; 
   font-size: 0.75em ; 
    
    font-family: 'Alfa Slab One', cursive;
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: #fff;
   padding: 10px; 
    
}
h2{
    margin-top: 5%;
}
.wrapper img {
  display: block;
  max-width:100%;
}

.wrapper .overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.25);
  color:#000;
    max-height: 350px;
}
h3{
  
    font-size: 1.75em ; 

   font-family: 'Alfa Slab One', cursive;
}
h4{
   
    font-size: 1em ; 

    font-family: 'Alfa Slab One', cursive;
}
.thumbnailwork{
    background-color:red;
        display: block;
     font: bold 0.75em Helvetica, Sans-Serif; 
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
     max-height: 350px;
}

@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
       
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}
.navbar-brand {
    
      font-family: 'Alfa Slab One', cursive;
    font-size: 30px;
    color: #fff;
       
}
.navbar-brand strong{
    color:#fff;
}
.navbar-default .navbar-brand{
    color: #fff;
}
.navbar-default{
    border-color: #00bbe8;
}
#navbar{
    border:0;
    background-color: 0;
}
.navbar{
    background-color:#00bbe8;
}
.navbar-nav>li>a{
    color: #fff;
   font-family: 'Alfa Slab One', cursive;
}
.navbar-default .navbar-nav>li>a
{
    color: #fff;
}

.backgroundimg{
    width: 100%;
    max-height: 350px;
}

.background{
    background-color: #ed2c23;
    color: #fff;
       margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;

}
.filler{
    margin-bottom: 20px;
    padding: 22px;
}

.background2{

    margin-bottom: 30px;
    padding: 20px;
}

.quotes span{
    color:#222;
    text-transform: capitalize;
    color: #fff;
}
.backgroundb{
    width: 100%;
    height: 200px;
    background-color: aqua;
    z-index: -20;
}

.image2{
    
    max-height: 500px;
}
.cover{
background-color: #9b7a71;
    margin-bottom: 10px;
    color:#fff;
}
.img2{
    max-height: 130px;
}
.red{
    color:#ed2c23;
    
}
.red span{
    color:#fff;
}
.red span{
    background-color:#ed2c23;
}
.video{
    width: 100%;
 
}
hr{
    margin-bottom: 0px;
    margin-top: 0px;
}
.persona{
    font-size: 14px;
    height: 40px;
    border-radius: 25px;
    background-color:#E55EA2;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;

}
.personafeat{
    font-size: 14px;
    height: 40px;
    border-radius: 25px;
    margin-left: 20px;
    margin-top:15px;
    margin-bottom: 5px;
    color: #000;
    text-align: left;
   

}
.personafeattxt{
    margin-left: 50px;
 
}
.personafeat img{
    width: 40px;
    border-radius: 50px;
    
}
.persona img{
    width: 40px;
    border-radius: 50px;
    
}
.news{
    height: 25%;
}
.link{
    color: #fff;
}
.link:hover{
    color: #00bbe8;
}
.main{
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 20px;
     padding-right: 20px;
}
.box > .icon { 
    text-align: 
    center; 
    position: 
    relative; 

    }

.box{
    padding-bottom: 15px;
}
.box > .icon > .image { 
    position: relative; 
    z-index: 2; 
    margin: auto; 
    width: 88px; 
    height: 88px; 
    border: 8px solid white; 
    line-height: 88px; 
    border-radius: 50%; 
    background: #00bbe8; 
    vertical-align: middle; 
    }
.box > .icon > .image > i { 
    font-size: 45px !important; 
    color: #fff !important; 
    }
.box > .icon:hover > .image > i { 
    color: white !important; 
    }
.box > .icon > .info { 
    margin-top: -24px; 
    background: rgba(0, 0, 0, 0.04); 
    background-color: #fff;
    border: 1px solid #e0e0e0; 
    padding: 15px 0 10px 0; 
    min-height: 320px;
    
    
    }
.box > .icon > .info > h3.title { 
     font-family: 'Alfa Slab One', cursive;
    font-size: 16px; 
    color: #222; 
    font-weight: 500; 
    }
.box > .icon > .info > p { 
    font-family: sans-serif !important; 
    font-size: 13px; 
    color: #666; 
    line-height: 1.5em; 
    margin: 20px;
    }
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { 
    color: #222; 
    }
.box > .icon > .info > .more a { 
    font-family: sans-serif !important; 
    font-size: 12px; 
    color: #222; 
    line-height: 12px; 
    text-transform: uppercase; 
    text-decoration: none; 
    }
.box > .icon:hover > .info > .more > a { 
    color: #fff; 
    padding: 6px 8px; 
    background-color: #63B76C; 
    }
.box .space { 
    height: 30px; 
    }
.widgetimg{

    max-height: 100px;
}
.backgroundbubble{
    background-color: #00bbe8;
   position: absolute;
    height: 150px;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
   
}

.carbox {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.carbox:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-carbox {
 

  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-carbox img{
  width: 100%;
  height: 100%;
   
  transition: all .25s ease;
} 
.carbox-content {
  padding:15px;
  text-align:left;
}
.carbox-title {
  margin-top:0px;
font-size: 1vh;
}
.carbox-title a {
  color: #000;
  text-decoration: none !important;
}
.carbox-read-more {
  border-top: 1px solid #D4D4D4;
}
.carbox-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.box2{
    width:100%;
    height:300px;
    background-color:rgb(41, 128, 185);
}

.backgroundi2 {
   background: 
    url("5011.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
     margin-top: 30px;
    margin-bottom: 30px;
  }
.footer{
    background-color: #00bbe8;
    width: 100%;
}
.backgroundi {
   background: 
    url("OS93ED0.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  
    margin-bottom: 30px;
    margin-top: 30px;
  }
.content{
   padding-top: 22%;
    padding-bottom: 22.5%;
    padding-left: 20px;
     padding-right: 4%;
}.content2{
   
    padding-left: 20px;
    padding-right: 4%;
    padding-top: 50%;
    padding-bottom: 60%;
}
.background-color{
    background-color:#00bbe8 ;
}
p.pull-right{
    padding: 15px 15px;
}
.footer-content a{
    color: #fff;
    font-family: 'Alfa Slab One', cursive;
}
h1{font-size:45px;color:#fff;}