#main_div {
    width: 100%;
    background-color: #dae4ff;
    padding-top: 25px;
    padding-bottom: 150px;

}

#outer_div {
    background-color: white;
    margin: auto;
    border-radius: 7px;
}

#outer_div > .row {
    margin-top: 30px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-bottom: 1.65rem;
}

.basic_advance_buttons {
    border-radius: 75px;
    background-color: #8f7dfe;
    color: white;
    padding: 5px 12px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    display: block;
}

.go_buttons {

    width: 100px;
    height: 100px;
    background: #8f7dfe;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-top: 30px;
    cursor: pointer;
}

#mc_search_form > .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#mc_search_form > .form-group > h3 {
	margin-right: 12px;
}
#mc_search_form > .form-group > input {
	flex: 1;
	border: none;
        padding: 9px 50px 9px 18px;
	border-radius: 7px;
	font-size: 1.5rem;
}
#mc_search_form > .form-group > i {
	position: absolute;
	right: 36px;
	z-index: 1;
	cursor: pointer;
}
#pink_header_back {
        background-image: -moz-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
        background-image: -ms-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
        min-height: 275px;
        max-width: 100vw;
    	overflow: hidden;
    }

    #skils_header_back {
        background-image: -moz-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        min-height: 275px;
    	max-width: 100vw;
    	overflow: hidden;

    }

    #mc_header_back {
        background-image: -moz-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        min-height: 345px;
        max-width: 100vw;
    	overflow: hidden;
    }

@media only screen and (max-width: 768px) {
    #google_head_image {

        display: none;
    }

    #google_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #google_badge_image {
        display: none;
    }

    #smart_head_image {

        display: none;
    }

    #smart_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #smart_badge_image {
        display: none;
    }

    #promethean_head_image {

        display: none;
    }

    #promethean_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #promethean_badge_image {
        display: none;
    }

    #microsoft_head_image {

        display: none;
    }

    #microsoft_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #microsoft_badge_image {
        display: none;
    }

    #njcu_head_image {

        display: none;
    }

    #njcu_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #njcu_badge_image {
        display: none;
    }

    #apple_head_image {

        display: none;
    }

    #apple_small_header {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #threed_small_header  {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #spacesedu_small_header  {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #edpuzzle_small_header  {
        display: block;
        text-align: center;
        padding-top: 15px; 
    }

    #threed_head_image {

        display: none;
    }

    #spacesedu_head_image {

        display: none;
    }

    
    #edpuzzle_head_image {

        display: none;
    }

    #apple_badge_image {
        display: none;
    }
	
	 #mc_search_form > .form-group {
	flex-direction: column;
    }
	
	 #mc_search_form > .form-group > i {
	display: none;
    }

    
}

@media only screen and (min-width: 768px) {

    #google_small_header {
        display: none;
    }

    #smart_small_header {
        display: none;
    }

    #promethean_small_header {
        display: none;
    }

    #microsoft_small_header {
        display: none;
    }

    #njcu_small_header {
        display: none;
    }

    #apple_small_header {
        display: none;
    }

    #threed_small_header {
        display: none;
    }

    #edpuzzle_small_header {
        display: none;
    }

    #edpuzzle_small_header {
        display: none;
    }

    #spacesedu_small_header {
        display: none;
    }
    
}
