@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

a,
a:focus,
a:hover,
button:focus {
    outline: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    body {
        font-weight: 300 !important;
    }
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

.sharex-logo {
    max-width: 150px;
    margin: 30px;
}

.margin30 {
    margin: 30px;
}

.video-container {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    background: whitesmoke;
    padding: 30px;
    border-radius: 10px;

}

h1 {
    margin-top: 20px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 30px;
}

h2 {
    
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;

}

@media (max-width: 1199px) {
    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    .video-container {
        margin-top: 50px;
    }
}