
html,
body{
    height: 100%;
    width: 100%;  
    text-align: -webkit-center !important;
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;
  
}

h1,h2,h3,h4,h6,p,.control-label{
  font-family: "Times New Roman", Times, serif !important;
  font-size:20px;
}

.navbar{
    text-align:center !important;
}

.navbar .navbar-brand{
    width:100% !important;
    text-align:right !important;
}

.navbar ul.navbar-nav{
    display:none;
}

.figure{
    width:68% !important;
    margin-bottom: -2%;
}

.figure-img{
    /*margin-left:auto;*/
    max-height: 5rem; 
}

.figure-caption{
    font-size:16px !important;
}

#logo {
    max-width:200px;
    max-height:300px;
}

#section1{
    background-color:#212529;
    padding-bottom: 5%;
    padding-top:5%;
}

#section2{
    border-bottom:1px solid blue;
    margin-top:2%;
    margin-bottom:20px;
}

#section3 p{
    margin:0;
}

.hyperlink{
    font-family:"Times New Roman", Times, serif !important;
}

.control-label{
    padding-left:0 !important;
}

#findMusic,
.modal-footer .btn,
.btn.submit-form{
    background: darkOrange;
    border: 1px solid darkOrange;
    color:#fff;
}

.water {
    fill:#2583A7;
    cursor: move;
}

.land {
    fill: #9FCE58;
    stroke: #FFF;
    stroke-width: 0.7px;
    cursor: move;
    /*     transition: all .2s ease-in-out;*/
}

.land:hover {
    fill:#33CC33;
    stroke-width: 1px;
}

.focused {
    fill: #33CC33;
}

.droupdownContainer{
    padding-left:0 !important;
}

#selectWrap{
    margin-top: 4%;
    padding-bottom: 5%;
}

#selectListWrapper{
    text-align:center;
    /*margin-top: -3%;
    margin-right: 9%;*/
}

select {
  
    font-size:14px !important;
    bottom:0;
    border: solid #ccc 1px;
    /*padding: 3px;*/
    box-shadow: inset 1px 1px 2px #ddd8dc;
    right: 130px;
    width: 100%;
    height:30px;
}

.btnWrapper{
   margin-top:2.2%;
}
    
.col-md-6, .col-lg-6{
    padding:20px;
}

#findMusic{
    font-family:"Times New Roman", Times, serif ;
    font-size:17px;
} 

.dropdownLabel{
    position: initial;
    font-size:17px;
    bottom:0;
    width:100%;
    margin-bottom: 8px;
}

.countryTooltip {
    position: absolute;
    display: none;
    pointer-events: none;
    background: #fff;
    padding: 5px;
    text-align: left;
    border: solid #ccc 1px;
    color: #666;
    font-size: 14px;
    font-family: sans-serif;
}

iframe{
    width:-webkit-fill-available;

}


/*Media Queries*/
@media only screen and (max-width: 600px) {
    select,#findMusic{
        display:none;
    }

    #logo {
        max-width:100px !important;
        max-height:200px !important;
    }
   
}
@media only screen and (max-width: 800px){
    #logo {
        max-width:150px;
        max-height:250px;
    }
}

@media only screen and (max-width: 768px){
    div.col-xs-12.col-sm-12.videoCaptionTop{
        display:none;
    } 
}


/*Copyright (c) 2012-2016, Michael Bostock All rights reserved.
    PS3G
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/





