@font-face {
    font-family: 'linottesemibold';
    src: url('../fonts/linotte-semibold-webfont.woff2') format('woff2'),
    url('../fonts/linotte-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: "linottesemibold", "Open Sans", Arial, sans-serif;
}

body {
    min-width: 960px;
    padding-top: 9vmin;
}

a {
    color: #777bba;
    text-decoration: none;
}
a:hover {
    color: #9c9fd2;
}

.float-right {
    float: right
}

.bg-red {
    color: #fff;
    background: url('../img/bg-red.jpg') repeat #ec7893;
}
.bg-blue {
    color: #fff;
    background: url('../img/bg-blue.jpg') repeat #777bba;
}
.bg-white {
    color: #605f5f;
    background: url('../img/bg-white.jpg') repeat #fbf8f7;
}
.bg-black {
    color: #ec7893;
    background: url('../img/bg-black.jpg') repeat #3c332e;
    text-align: center;
    font-size: 4.3vmin;
    padding-top: 4vmin;
    padding-bottom: 4vmin;
    line-height: 6vmin;
}
.text-red {
    color: #ec7893;
}

.shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.65);
}

.shadow-small {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.menu-bar {
    height: 9vmin;
    font-size: 4.5vmin;
    min-width: 960px;
    overflow: hidden;
}

.menu-bar .pure-menu-link.bg-red {
    text-transform: none;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

.menu-bar li .pure-menu-link {
    color: #fff;
    background: none;
    box-shadow:inset 0px 0px 0px 0px #ec7893;
}
.menu-bar li .pure-menu-link:hover {
    /*box-shadow:inset 0px -1vmin 0px 0px #ec7893; /* animate from -0.1 to -1 */
 }
.menu-bar a:hover {
    color:#fff;
}
.right {
    text-align: right;
}
.menu-bar .right li .pure-menu-link {
    padding: 2vmin 1em;
}
.pure-menu-item {
    box-shadow:inset 0px 0px 0px 0px #ec7893;
}

h2 {
    font-size: 3.5vmin;
    margin-bottom: 1.5vmin;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54.65%; /* 16:9 */
    margin-right: 2vmin;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.description-big {
    font-size: 3.5vmin;
    margin-bottom: 3vmin;
    margin-top:0;
    line-height: 4.5vmin;
    padding-left: 2vmin;
}

.screenshots .pure-img {
    width:93%;
    height:auto;
    margin-bottom: 3vmin;
    cursor: pointer;
}

.description .pure-u-3-8 {
    font-size: 3vmin;
    line-height: 3.5vmin;
    padding-top: 5vmin;
    padding-bottom: 8vmin;
}

.description .pure-img {
    position: absolute;
    bottom: 0;
}

.blog {
    padding-bottom: 10vmin;
}

.blog p {
    font-size: 2.5vmin;
    margin-left: 2.8vmin;
    margin-right: 3vmin;
    margin-top: 0;
    line-height: 3vmin;
}

.team {
    padding-top: 5vmin;
    padding-bottom: 15vmin;
}

.team h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.team .secondary {
    color: #acaaa8;
    font-size: 2vmin;
}
.text-secondary {
    color: #acaaa8;
}
.team h3 {
    font-size: 3vmin;
    margin-bottom: 2vmin;
}
.text-music {
    font-size: 3vmin;
    line-height: 3.5vmin;
}

.team .fa {
    font-size: 3vmin;
}
.team .soc {
    margin-top:1vmin;
    margin-right: 0.5vmin;
}

.subscribe {
    font-size: 2.5vmin;
    line-height: 3vmin;
}

.subscribe .form {
    border-bottom: .5vmin solid #ec7893;
    color: #ec7893;
    font-size: 3vmin;
}
.subscribe .form .fa {
    position: absolute;
}
.subscribe .form input {
    width:100%;
    padding-left: 3.5vmin;
    border:0;
    background: none;
}
.subscribe .form input:focus, .subscribe .bg-blue:focus {
    outline: none;
}
.subscribe .bg-blue {
    border:0;
    font-size: 2vmin;
    padding: 1vmin 3vmin;
    margin-top: 2vmin;
}
.shadow-hover {
    box-shadow: 0px 0px 4px 0px #acaaa8;
}