
/* body of page */
body {
    /* background: url("../images/swirl_pattern.png") #666666 center; */
    background: url("../images/funky-lines.png") #666666 center;
}

/* navbar */
.navbar {
    background: #666666;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-toggle:after { 
    content: none 
}

/* main page container */
#main-container {
    margin-top: 30px;
    margin-bottom:50px;
    padding: 20px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #666666;
    background: #ffffff;
}

/* jumbotron */
.jumbotron {
    text-align: center;
    /* background: url("../images/funky-lines.png") #666666 center; */
}

/* logo */
#dothrakify-logo {
    width: 500px;
}

/* question container */
#question-container {
    background: #3ae9fc;
    color: #ffffff;
    margin: 10px;
}

#lyrics-container {
    margin-bottom: 30px;    
}

#translLyrics {
    font-size: 18px;
}

/* answers */
#answer-list {
    padding: 0;
    list-style-type: none;
    text-transform: capitalize;
}

.answer:hover {
    background: #3ae9fc;
}

/* user selected translated songs container */
#translation-container {
    margin-top:30px;
    margin-bottom:50px;
    padding: 20px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ededed;
}

input {
    width: 100%;
    margin-bottom: 10px;
}

#user-translated-lyrics {
    margin-top: 20px;
    text-transform: capitalize;
}