.headerpad {
padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: goldenrod;

  font-family: Arial;
    font-size: 25px;
    
}


.header-img {
  width: cover;
    position: fixed;
    
    
}

.transparent {    
    background-color: rgba(255,255,255,0.3);
    
}

.red-text {
    color: #740505;
    font-size: 40px;
    
    
    
}


bg_foot  {       
    background-image: url('images/bg1.jpg');        
    background-repeat: no-repeat;        
              
    margin-left: auto;      
    margin-right: auto;       
}   










.container-full {
  margin: 0 auto;
  width: 100%;
}

        

.gray {
    color:dimgray;
}

.titles {
    
    color: black;
    
    
}

        
.blue_text {
    color: #383568;
    }

.textSlogan {
    font-family: Arial, Helvetica, sans-serif;
    color: #0e59a4;
    font-size: 1.2em;

}

.text_1 {
 font-size: 15px;   
    
    
} 

.righColborder {
    border-right-color: navajowhite;
    border-right-style: solid;
    border-width: thin;
    
}

.gold {
    color: darkgoldenrod;
}

.credit {
    font-size: 12px;
    
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logo {
  
}

.fb_icon {
    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

    
}



.bg1 {
    background-image: url(images/bg_organ.jpg);
    background-repeat: no-repeat;
    margin-left: auto;      
    margin-right: auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative; 
    
    
}



.bg_header {
    background-image: url(images/bg_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

    
}


.position_center {
    object-position: center;
}

 .corners {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 5px;
     margin-bottom: 20px;
 }


 .corners2 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 15px;
     margin-bottom:15px;
     padding-top: 25px;
     padding-right: 35px;
     padding-bottom: 25px;
     padding-left: 35px;

    background-color: rgba(255,255,255,0.7);
    
}
 
     
      
 }

 .corners3 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom: 10px;
     padding-top: 10px;
     background-color: #ffffff;
     opacity: 0.9;
     filter: alpha(opacity=90); /* For IE8 and earlier */
     
 }



hr{
  border-top: 1px solid;
    border-color: aliceblue;

}


 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }



.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pitch {
  font-family: 'Open Sans Condensed',sans-serif;
}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



