.dragColumn {
    font-family: 'Open sans', sans-serif;
    font-size: 1.1em;
    height: 20em;
    margin-top: 0;
    text-align: center;
    color: white;

    border: 1px solid #F36607;
}

#EucharistBG {background: linear-gradient(rgba(193, 33, 161, 0.4), rgba(243, 102, 7, 0.1)), url("../images/activity4/iStock_000011031769_Full.jpg") 50% 50%;background-size: cover ;}

#BothBG { background: linear-gradient(rgba(193, 33, 161, 0.4), rgba(243, 102, 7, 0.1)), url("../images/activity4/both.jpg") 50% 50%;background-size: cover ; }

#Baptism { background-size: 100% ; background: linear-gradient(rgba(193, 33, 161, 0.4), rgba(243, 102, 7, 0.1)), url("../images/activity4/iStock_000013288543_Large.jpg") 50% 50%;background-size: cover ;}

.dragColumnHeader {
	font-family: 'Open sans', sans-serif;
    font-size: 1.4em;
    height: 2em;
    margin-bottom: 0;
    padding-top: .7em;
    text-align: center;
	color: #fff;
    border: 1px solid #F36607;
    background-color: #F36607;
}

#activityHeader{ margin-top:5px;}


h2#subheader1 {
	
	text-align: center !important;
	
	padding: 5px;
	font-weight:normal !important;
	
	}
h3#subheader2 {
	text-align:center;
	margin-top: 5px;
	padding: 4px;
	font-weight:normal !important;
	}
li {
    list-style-type: none;
}

#selectableStatements {
    font-family: 'Open sans', sans-serif;
    float: none;
    height: 3em;
    margin: auto;
    cursor: pointer;
}

.draggableItem {
    font-size: 1em;
    display: none;
    height: 2em;
    padding-top: .8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-bottom: 1px solid #F36607;
    /*padding:2%;*/
    background-color: rgba(243, 102, 7, 0.5);
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

#buttonsHolder {
    position: relative;
    display: block;
    margin: auto;
    margin-left: 34.6%;
}

#checkBtn {
    cursor: pointer;
}

#results {
    margin-top: 2%;
    padding: 1.8% 0 1.8% 0;
    background-color: #cf4858;
}

#checkBtn, #resetBtn, #results {
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 2%;
    padding: 1.8% 0 1.8% 0;
    text-align: center;
    color: white;
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px) {
    /* Styles */
    .dragColumn {
        height: 15em;
    }
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    /* Styles */
    .dragColumn {
        height: 15em;
    }
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}