﻿/*
 Theme Name:     Customizr Child
 Theme URI:      http://mysite.com/
 Description:    My description
 Author:         Me
 Author URI:     http://mysite.com/
 Template:       customizr
 Version:        1.0.0
*/

a {
color: #76b729;
}

a:hover, a:active, a:focus {
  outline: none;
}

.carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
}

.navbar.resp {
	margin-top: 50px;
}

.site-logo {
	/*padding-left: 20px;*/
}

h2 {
	margin-top: 25px;
}

/* Remove little icons next to headline. */
.format-icon:before {
	speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  opacity: 0.2;
  position: relative;
  top: 8px;
  display: none;
  font: normal normal 1.2em/1 'entypo';
}
