/* Blue background colour */

body {
    background-color: #00C7FF;
}


#first-info-div {
    margin-top: 20px;
}

/* Video */

#video-frame {
    width: 100%;
    min-height: 250px;
    margin-bottom: -10px;
}

#video-div {
    padding: 0;
    margin: 0;
}

/* Logo  */

#jh-logo {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 300px;
    width: auto;
}

#join-card-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.card-title {
    font-weight: bold;
}

/*Social media icons*/

#ic-round-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ic-round {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

/* Links */

a.jh-link:link {
    color: #F1E9D2;
    text-decoration: none;
}

a.jh-link:visited {
    color: #F1E9D2;
    text-decoration: none;
}

a.jh-link:hover {
    text-decoration: none;
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    #video-frame {
        min-height: 370px;
    }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    
    #video-frame {
        height: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {

    #first-info-div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

    #first-info-div {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


}