﻿

img.home-main {
    width: 480px;
    height: 100%;
    margin-top:-55px
}

img.rotating {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

.soundcloud-container {
    margin-bottom: 20px;
    padding-right: 5px
}
.soundcloud-container iframe {
    width: 100%;
    height:120px !important;
    margin:0px;
    padding:0px;
}
a.bold{
    font-weight:700;
}
.page-banner-top {
    width: 100%;
    height: 200px;
    padding-top: 40px
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

