/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hl {
    font-weight: bold;
    color: #912338;
}

.text-color-blue {
	color:#912338;
}
.text-color-blue a {
	color:#912338;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 4;
    color: #fff;
    background-color: #912338;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: #7a1d2e;
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    background: url(https://upload.wikimedia.org/wikipedia/commons/2/2c/Montreal_-_QC_-_Skyline.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: 'Comfortaa', cursive;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* About */

.about {
    padding: 50px 0;
}

/* Sponsors */
#sponsors {
    /*padding: 50px 0;*/
	font-family: 'Comfortaa', cursive;
}

/* Services */

.details {
    padding: 20px 0;
	font-family: 'Comfortaa', cursive;
}

/* Services */

.services {
    padding: 50px 0;
	font-family: 'Comfortaa', cursive;
}

.services a {
    color: #fff;
    text-decoration-style: dotted;
}

.services a:focus, .services a:hover {
    color: #fff;
    text-decoration: underline;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.location {
    display: table;
    width: 100%;
    padding: 20px 20px;
    /* height: 100px; */
    color: #000;
    font-family: 'Comfortaa', cursive;
    background: url(fa-solid fa-location-dot) no-repeat center center scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    -o-background-size: auto;
}

.text-dark {
	color: #fff;
}

.text-dark a {
	color: #fff;
}

.text-dark a:focus, .text-dark a:hover {
    color: #fff;
    text-decoration: underline;
}

.workspace {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    background: url(https://upload.wikimedia.org/wikipedia/commons/0/04/Pont_Jacques_Cartier_Montreal.JPG) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.hotel {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    background: url(../img/hotel.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

.map iframe{
    pointer-events: none;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}

/* Link */

a{
    color: #912338;
    border-bottom: dotted 1px;
}

a:focus, a:hover {
    color: #912338;
    text-decoration: underline;
    border: none;
}



#ohbm_logo {
	width: 100%;
	vertical-align: center;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top260 { margin-top:260px; }
.top300 { margin-top:300px; }

.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }
.left17 { margin-left:17px; }
.left30 { margin-left:30px; }
.left260 { margin-left:260px; }
.left300 { margin-left:300px; }

.responsive-iframe-container {
    position: relative;
    /*padding-bottom: 100%;*/
    padding-top: 30px;
    height: 300px;
    overflow: auto;
}

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

/* Color Theme*/

.bg-primary {
  color: #fff;
  background-color: #912338;
}

.text-primary {
    color: #912338;
}