/* CSS Document */

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #191919;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #191919;
}

a {
    font-family: 'Open Sans', sans-serif;
    color: #553494;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-size: 10em;
    text-align: center;
    letter-spacing: 5px;
    color: black;
    padding-top: 50px;
}

h2 {
    font-family: 'Barrio', cursive;
    font-size: 2em;
    line-height: 30px;
    font-weight: bolder;
    color: black;
    text-align: center;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: black;
    text-align: center;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #553494;
}

.navbar .nav li a {
    font-family: 'Barrio', cursive;
    text-decoration: none;
    color: #553494;
}

a:visited {
    text-decoration: none;
}

.navbar .nav li a:hover {
    color: #c0069b;
}

a:hover {
    color: #c0069b;
}

a:active {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.circular--square {
    border-radius: 50%;
}

.embed-responsive-1by1 {
    margin-bottom: 10px;
    padding-bottom: 100%;
}


/* Nav bar detail*/

nav a {
    font-size: 18px;
    padding-left: 15px;
    text-transform: uppercase;
}

nav.navbar {
    min-height: 35px;
    padding-top: 10px;
}

.spacer {
    margin-top: 75px;
}

.spacer_small {
    margin-top: 5px;
}


/* image hovers */

.containerhover {
    position: relative;
    width: 100%;
}

.imagehover {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: goldenrod;
    border-radius: 50%;
}

.containerhover:hover .overlay {
    opacity: 1;
}

.texthover {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/* main title */

.sect-a {
    text-align: justify;
    background-position: top;
    background-size: cover;
    background-image: url("../../assets/images/tall_siggi.jpg");
    padding-bottom: 50px;
    padding-top: 10px;
    margin-top: 50px;
}


/* siggi photo section*/

.sect-b {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* About siggi section*/

.sect-c {
    background-color: white;
    text-align: justify;
    tect-color: black;
}


/* empty section*/

.sect-e {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #F8F4FF;
}


/* feature section*/

.sect-f {
    background-image: url("../../assets/images/mirrors.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: justify;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 50px;
}

.sect-f h2 {
    color: white;
}


/* video section*/

.sect-v {
    text-align: justify;
    background-color: #F8F4FF;
}


/* lessons section*/

.sect-l {
    text-align: justify;
    background-color: #F8F4FF;
}


/* music section*/

.sect-m {
    text-align: justify;
    background-color: #F8F4FF;
    text-color: black;
    padding-top: 20px;
    padding-bottom: 50px;
}


/* links for music section*/

.sect-k {
    text-align: center;
    background-color: #553494;
    padding: 5px;
    margin-bottom: 20px;
}

.sect-k h3 a {
    color: whitesmoke;
    text-align: center;
    background-color: #553494;
}

.sect-k h3 a:hover {
    color: goldenrod;
}


/* blog section*/

.sect-s {
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: justify;
    text-align: justify;
    background-color: #F8F4FF;
}

.footer {
    bottom: 0px;
    width: 100%;
    min-height: 200px;
    background-color: #a795c7;
    padding-bottom: 0px;
}

.footer li a {
    text-decoration: none;
    font-weight: bold;
    color: #553494;
}

.footer li a:hover {
    color: #c0069b;
    background-color: #a795c7;
}