h1 {
    font-size: 85px;
    vertical-align: middle;
    text-align: center;
}

img[alt="Wiki-logo"] {
    margin-top: 20px;
}

figcaption {
    margin-bottom: 20px;
}

iframe {
    border: none;
    width: 100%;
    height: 900px;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

#randomPageButton {
    width: 100%;
    height: 53px;
}

#resetButton{
  width: 100%;
  height: 53px;
}

#resultList {
    margin-top: 20px;
}

#preview {
    margin-top: 20px;
}

div.col-sm-10 {
    margin-top: 5%;
}

div.col-sm-4 {}

figcaption {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 50px;
        vertical-align: middle;
        text-align: center;
    }
    div.col-sm-6.pull-right {}
    img[alt="Wiki-logo"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    figure {
        text-align: center;
        vertical-align: middle;
    }
    #randomPageButton {
        width: 100%;
        height: 53px;
        margin: 20px;
        margin-left: 0px;
    }
    #resetButton{
      width: 100%;
      height: 53px;
      margin-left: 0px;
    }
}
