html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 16px;
      }

      body{
          background: url('background.png') no-repeat;
          -webkit-background-size: 100% auto;
          -moz-background-size: 100% auto;
          -o-background-size: 100% auto;
          background-size: 100% auto;
          /*margin-top: 12%;*/
          /*background-size:100% auto;*/
      }

      p{
        font-size: 16px;
      }

      h4 {
        text-align: center;
        color: 
      }

      #logo {
        
      }

      #slogan {
        
      }
      #welcomeIntros{
        padding-right: 10px;
      }
      .pull-bottom {
        display: inline-block;
        vertical-align: bottom;
        float: none;
      }

      .map_data_form{
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
        padding: 1px;
      }
      #right_map{
        
      }
      #map {
        
      }
      .controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 300px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
      #social_media_btn{
        margin-top: 30px;
        margin-right: 30px;
      }
      .poetryIcon{
        max-width: 40px;
        max-height: 40px;
      }
      .jssocials-shares{
        float: right;
        margin-right: 10px;
      }
      .jssocials-share-link { 
        border-radius: 50%; 
      }
      #poetryList{
        margin-top: 30px;
      }
      .poetryContent{
        font-family: Timesnewroman;
        font-size: 14px;
      }
      #placeImg{
        width: 80%;
        
        height:auto;
      }
      #canada150Img{
        width:100%;
        max-width: 200px;
        height:auto;
      }
      #left_content{
        overflow:scroll;
      }
      .display-panel{
        margin-left: 50px;
      }
      .input-panel{
        margin-left: 50px;
        padding-right: 10px;
      }
      .label a{
        text-decoration:none;
        color:black;
      }
      .socialLink{
        margin-right: 5px;
      }
      .btn-poetry-action{
        float: right !important;
        right: 20px;
      }
      #map_container{
        background:white;
        padding:10px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin-right: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-top: 30px;
      }

      #row {
        margin-top: 10px; 
      }
