#twitter a {
    text-decoration: none;
    color: inherit;
}

#twitter h3 {
    margin-top: 1em;
    margin-bottom: 3.5em;	
}

#features p {
    margin: 0;
    padding: 0;
}

#features h2 {
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 3.2rem;

    margin: 1.8rem 0;
    padding: 0;
}

#features {
    margin-top: 5.6rem;
}

#features div.columns {
    /* flexbox settings */    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;

    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;

    margin: 7.2rem 0;
    max-width: none;
}

#features div.column {
    margin: 0 4.8rem;
    width: 260px;
}

#features div.column:first-child, 
#features div.column:last-child {
    margin: 0;
}

#info {
    max-width: none;
}

#info p {
    max-width: 850px;
    margin: 0 auto 1.5em;
    padding: 0;
}

section.teaser {
    position: relative;
    height: 380px;
    z-index: 10;

    background-color: white;
    border: none;

    padding-bottom: 0;
    padding-top: 3.6rem;
    margin-bottom: 0;
}

section.teaser > div.row {
    /* flexbox settings */    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.teaser .description {
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 7.2rem;
}

section.teaser .description .links {
    margin-top: 2em;
}

section.teaser .description .slogan {
    margin: 0;
    padding: 0;
}
    
section.teaser .description .additional-links {
    /* position: relative; */
    /* left: 120px; */
    font-size: 1.3rem;
}

section.teaser div.description div.slogan h2 {
    position: relative;
    /* top: -1.2rem; */
}

section.teaser .hero {
    position: relative;
    top: 1.2rem;
    margin: 0;
    padding: 0;
}

section.teaser .hero:after {
    content: " ";
    display: block;
    position: absolute;

    width: 614px;
    height: 262px;

    bottom: -42px;
    left: -174px;

    background-image:  url('../../Images/microsnitch/acoustic.png');
    background-size: 614px 262px;
    background-repeat: no-repeat;

    z-index: -2;
}

html, body {
    background-color: white !important;
}

section.features div:first-child {
    padding-top: 0;
    margin-top: 0;
}

section.features .feature-container:last-child {
    max-width: none;
}

div#illustration {
    background: url('../../Images/microsnitch/filling.png') no-repeat left bottom; /* no retina version required */
    background-size: 100% 33%; 
    
    -webkit-animation: bar-animation 1.5s infinite ease-in-out;
    -moz-animation: bar-animation 1.5s infinite ease-in-out;
    -o-animation: bar-animation 1.5s infinite ease-in-out;
    animation: bar-animation 1.5s infinite ease-in-out;    

    width: 850px;
    height: 520px;

    margin: 5.6rem auto;
}

@-webkit-keyframes bar-animation {
    0% {background-size: 100% 33%; }
    5% {background-size: 100% 35%; }
    20% {background-size: 100% 33%;}
    35% {background-size: 100% 36%;}
    40% {background-size: 100% 33%;}
    55% {background-size: 100% 44%;}
    100% {background-size: 100% 33%;}
}

@keyframes bar-animation {
    0% {background-size: 100% 33%; }
    5% {background-size: 100% 35%; }
    20% {background-size: 100% 33%;}
    35% {background-size: 100% 36%;}
    40% {background-size: 100% 33%;}
    55% {background-size: 100% 44%;}
    100% {background-size: 100% 33%;}
}

/* ------------------------------ */
/* ------  feature images  ------ */
/* ------------------------------ */

.fluidbox img {
	border:1px solid #;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
}

/* dark overlay */
#features div.column {
	position: relative;
}

a.fluidbox:hover:after
{
	background: black;
	content:" ";
	position: absolute;
	height: 140px;
	width: 230px;	
	left: 15px;
	top: 0;

	opacity: 0.5;

	z-index: 991;
	border: 1px solid #;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
	background-image: url("../../Images/microsnitch/loupe.svg");
	background-repeat: no-repeat;
	background-size: 58px 57px;
	background-position: center center;
}

/* ------------------------------ */
/* ------ retina overrides ------ */
/* ------------------------------ */

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    section.teaser .hero:after {
        background-image:  url('../../Images/microsnitch/acoustic@2x.png');
    }
}