@font-face {
  font-family: "Formula1";
  src: url(Formula1.ttf);
  
}

body{
	/*background-color: #FFF;*/
  background-image: url(worldmap.GIF);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}


.mdl-button{
  background-color: #EB1537 !important;
  color: #fff!important; 
}

.container{
	text-align: center;
	width: 100%;
}
header{
background-color:rgba(0,0,0,0.0);
font-size:2em;
color: #EB1537;
padding:15px;
text-align: left;
font-family: 'Montserrat';
font-weight: bold;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 28px;
    display: none;

 }

  .card > div{
	width: 100%;
	max-width: 600px;
	height:250px;
	 font-family: 'Montserrat' !important;
}

#root{
	width: 100%;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
h5{
	 font-family: 'Montserrat' !important;
   text-align: left;
   font-weight: bold;
}
p{
  font-size:16px;
}

.settings{
color: #fff;
}
 
.country{
  min-height:200px;
  border-radius: 15px;
  color: #FFF;
  background-size: cover !important;
  margin-bottom: 15px;
  border-color: rgba(255,255,255,0.0);
  padding: 15px;
  font-size: 19px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;

    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 15px;
        color: #FFF;
       /* background-color: #FAFAFA;*/
        border-color: #EEEEEE;
        background-color: #7768E5;
        font-family: "Formula1";

    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

    .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-title{
  font-size: 18px;
  color: var(--theme-color);
}

.panel-body{
  text-align: left;
  color: #FFF;
  padding: 12px;
  font-size: 20px;
  font-family: "Formula1";
  background-color: #7768E5;
  border-radius: 15px;
  line-height: 1.5;
}
#map{
  width: 100%;
  height: 250px;
  border-radius: 15px: 
}
#footer {
    position: fixed;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    text-align:center;
    background: #7768E5;
    line-height: 2;
    color: #FFF;
    font-size: 20px;
    font-family: "Formula1";
    box-shadow: 0 0 15px #00214B;
    border-radius: 15px;
    cursor: pointer;
    height: 45px;
}
.topcontainer{
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);  Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  background: #7768E5;
}

#accordion{
  display: none;
}

/* Modal Content */
.modal-content {
  background: #7768E5;
  margin: auto;
  padding: 20px;
  border: 1px solid #7768E5;
  text-align: center;
  width: 80%;
  -webkit-box-shadow:none;
  top:10%;
}

/* The Close Button */
.close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.panel-body>img{
  max-width: 100px;
  text-align: center !important;
  margin: 20px;
}
.panel-body>span{

  font-size: 18px;
}
#roomicon{
  display: inline;
  color: #7768E5;
  vertical-align: text-bottom;
}
.country>h3{
  display: inline;
}
.heading{
  font-size: 20px;
  font-family: "Formula1";
  color: #FFF;
}
#submit-city{
  width: 80px;
  height: 35px;
  background-color: #69B84F;
  border:1px solid #FFF;
  color: #FFF;
  text-align: center;
}
