@media (min-width: 768px) {
	.responsivetest {
		background-color: black;
	}
}

@media only screen and (min-width: 1601px) {
	.responsivetest {
		background-color: green;
	}
}

@media only screen and (min-width: 1220px) {
	.responsivetest {
		background-color: brown;
	}
	/*section.section::before, section.section::after {
		height: 14rem;
	}
	section.section::before{
		top:-7rem;
	}*/
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
	.responsivetest {
		background-color: blue;
	}
	ul.second-nav li:first-child {
		margin-right: 5px;
	}
	header.masthead .header-content {
		margin-top: 20vh;
	}
	section.section div.container {
		margin-bottom: 6rem;
	}
	section.section.seperation#sep03 {
		background-position: 66% top;
	}
	header.masthead{
		background-size:135%;
		background-position:center;
	}
}


/* Portrait tablet to landscape and desktop */

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.responsivetest {
		background-color: pink;
	}
	header.masthead .header-content h1 img {
		width:12rem;
		display:block;
		margin:0 auto 1rem auto;
	}
	header.masthead .header-content h1 {
		font-size: 31px;
        text-align: left;
	}
	.second-nav {
		position: absolute;
		right: 4rem;
		top: 1.1rem;
	}
	#mainNav.navbar-shrink {
		background-color: rgb(255 255 255 / 70%);
	}
	#mainNav .navbar-toggler {
		font-size: 1em;
		padding: 8px 10px;
		color: #fff;
		position: absolute;
		right: 20px;
		top: 12px;
		outline: none;
	}
	#mainNav .navbar-nav li a {
		background-color: #ffff;
	}
	.nav-item:after {
		display: none;
	}
	.nav-item {
		margin-bottom: 0rem;
	}
	header.masthead {
		height: 40vh;
		padding-top: 25px;
	}
	header.masthead .header-content {
		margin-top:0vh;
	}
	img.examboo-usage {
		width: 65%;
		margin: 45px auto 110px;
		display: block;
	}
	section.section.seperation#sep03 {
		background-position: 64% 140%;
	}
	#sep01 .btn {
		margin-top: 205px;
	}
	ul.social {
		padding:0;
		float: left;
	}
}


/* Landscape phone to portrait tablet */

@media only screen and (max-width: 767px) {
	.cd-timeline__content img {
		margin-top: -15px;
    	width: 8rem;
	}
	.responsivetest {
		background-color: yellow;
	}
	header.masthead {
		height: 100vh;
	}
	
	.nav-item{
		background-color:#fff;
		border-bottom:1px solid #ccc;
	}
	ul.second-nav {
		padding: 0px;
		position: absolute;
		right: 10rem;
		top: 2.4rem;
	}
	header.masthead .header-content {
		margin-top: 2vh;
	}
	header.masthead .header-content h1 {
		font-size: 20px;
	}
	
	header.masthead .header-content h1 img{
		width: 70%;
		display: block;
		margin: 0 auto .5rem auto;
	}
	header.masthead .header-content a.btn {
		font-size: .7em;
		padding: 2px 10px;
	}
	.nav-item:after {
    display:none;
	}
	
	#mainNav.navbar-shrink{
		background-color:rgba(158, 28, 54, .7);
	}
	#mainNav.navbar-shrink ul.second-nav {
		top: 1rem;
		-webkit-transition: all 0.2s ease-out; 
		transition: all 0.2s ease-out; 
	}
	section.section.seperation#sep10 {
    height: auto;
	}
	section.section.seperation#sep10>div>div>div {
		margin-top: 35vh;
	}
	#sep01 div.circle {
		width: 100px;
		height: 120px;
	}
}


/*  Iphone 6 Plus Yatay */

@media only screen and (max-width: 667px) {
	.responsivetest {
		background-color: purple;
	}
	#mainNav .navbar-nav > li > a.active {
		color: #656e64 !important;
	}
	section.section::before, section.section::after{
		height:8rem;
	}
	header.masthead {
		height: 40vh;
		padding-top:80px;
	}
	ul.second-nav {
		position: absolute;
		right: 10rem;
		top: 2.5rem;
	}
	#mainNav .navbar-nav>li>a,
	#mainNav .navbar-nav>li>a:focus {
		background-color: #fff;
	}
	.nav-item {
		border-bottom: 1px solid #ccc;
	}
	.nav-item:after {
		display: none;
	}
	header.masthead .header-content h1>img {
		width: 50%;
		display: block;
		margin: 0 auto 1rem auto;
	}
	header.masthead .header-content h1 {
		font-size: 18px;
	}
	header.masthead .header-content {
		margin-top: -1rem;
	}
	#sep01 div.circle {
		width: 95px;
		height: 115px;
	}
	#sep01 div.circle p {
		font-size: .9em;
	}
	/*#sep01 div.circle#no1 {
		margin-left: -11rem;
	}
	#sep01 div.circle#no2 {
		margin-left: -1rem;
		top: -5rem;
	}
	#sep01 div.circle#no3 {
		margin-left: 9rem;
	}*/
	#sep01 .btn {
		margin-top: 200px;
	}
	section.section.seperation#sep03 {
		background-position: -90% top;
	}
	section.section.seperation#sep03 form {
		width: 100%;
	}
	section.section.seperation#sep10 form {
		width: 100%;
		height:auto;
	}
	section.section#sep10 div.container {
		margin-bottom: 0rem;
	}
	
	section.section.seperation#sep10 {
    background: -webkit-linear-gradient(top, rgba(130,84,223,.9) 0%,rgba(247,76,90,.9) 100%),url(../img/login-bg.jpeg);
    background: linear-gradient(to bottom, rgba(130,84,223,0.9) 0%,rgba(247,76,90,.9) 100%),url(../img/login-bg.jpeg);
    background-position: 85% 85%;
    height: auto
}

.footer-logo{
	width:100%;
}

ul.social {
    float: none;
    text-align: center;
    padding: 0;
}

#whatis .col-md-3{
	max-width:30%;
	float:left;
}


#whatis .col-md-9{
	max-width:70%;
	float:left;
}

#whatis .col-md-3 img{
	float:left;
}


}


/*  Iphone 6 Plus Dikey */

@media only screen and (max-width: 375px) {
	.responsivetest {
		background-color: red;
	}
}


/*Landscape phones and down Iphone 6 */

@media only screen and (max-width: 480px) {
	.responsivetest {
		background-color: orange;
	}
	header.masthead {
		background-size: cover;
		background-position: 60%;
	}
	header.masthead .header-content {
		margin-top: 0rem;
	}
	#whatis .aos-item img {
		width: 7rem;
		float: none;
		margin: 0 auto 1rem auto;
		display: block;
	}
	#whatis h3,
	#whatis p{
		text-align:center;
	}
	#mainNav .navbar-brand img {
		margin-top: 1rem;
	}
	#mainNav.navbar-shrink .navbar-brand img {
		margin-top: -.3rem;
	}
	#mainNav.navbar-shrink{
		background-color:rgba(0, 0, 0, 0.7);
	}
	#mainNav.navbar-shrink ul.second-nav{
		display:none;
	}
	#mainNav .navbar-nav > li > a.active {
		color: #222 !important;
		background-color: #fff;
	}
	#mainNav .navbar-toggler {
		position: absolute;
		right: 20px;
		top: 1.5rem;
	}
	#mainNav.navbar-shrink .navbar-toggler {
		position: absolute;
		right: 20px;
		top: 12px;
	}
	header.masthead .header-content a.btn {
		margin-bottom: 12px;
	}
	header.masthead .header-content h1 {
		font-size: 22px;
	}
	header.masthead .header-content h1>img {
		width: 65%;
		display: block;
		margin: 0 auto 10px auto;
	}
	.nav-item {
		border-bottom: 1px solid #ccc;
	}
	.nav-item:after {
		display: none;
	}
	#mainNav .navbar-nav>li>a,
	#mainNav .navbar-nav>li>a:focus {
		background-color: #fff;
	}
	ul.second-nav {
		position: absolute;
		top: 1rem;
		right: 0rem;
	}
	ul.navbar-nav {
		margin-top: 1rem;
	}
	section#whatis img {
		margin-top: 4rem;
	}
	section#whatis div.circle {
		top: -1rem;
	}
	#sep01 div.circle p {
		font-size: .8em;
		padding: 7px 11px 10px 10px;
	}
	#sep01 div.circle {
		width: 180px;
		height: 90px;
	}
	#sep01 div.circle#no1 {
		margin-left: -5rem;
		margin-top:-5rem;
	}
	#sep01 div.circle#no2 {
		margin-left: -6rem;
		margin-top:0;
	}
	#sep01 div.circle#no3 {
		margin-right: -10rem;
		margin-top:-5rem;
	}
	#sep01 div.circle#no4 {
		margin-right: -10rem;
		margin-top:2rem;
	}
	/*#sep01 div.circle#no1 {
		margin-left: -8rem;
		top: -3rem;
	}
	#sep01 div.circle#no2 {
		margin-left: -1rem;
		top: -3rem;
	}
	#sep01 div.circle#no3 {
		margin-left: 5rem;
	}*/
	#sep01 .btn {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -74px;
		margin-top: 210px;
		font-size: .8em;
		padding: inherit;
	}
	footer {
		text-align: center;
	}
	.footer-logo {
		opacity: .8;
		width: 55%;
		margin-bottom: 1rem;
	}
	footer p {
		margin-bottom: 1rem;
	}
	ul.social {
		margin-top: 3vh;
		float: none;
		padding: 0;
	}
	section.section::before,
	section.section::after {
		height: 5rem;
	}
	section.section::before {
		top: -3rem;
	}
	section.section::after {
		bottom: -3rem;
	}
	section.section div.container {
		margin-bottom: 5rem;
	}
	section.section.seperation#sep10 {
		height: auto;
		background-position: -50% bottom;
	}
	section.section.seperation#sep10>div>div>div:last-child {
		margin: 20vh 0 7vh 0;
	}
	.panel.with-nav-tabs .nav-tabs li {
		width: 35%;
	}
	.alert-dismissible {
		padding-right: 2rem;
	}
	section.section.seperation#sep10 form {
		width: 100%;
	}
	header.masthead .header-content a.btn {
		margin-bottom: 12px;
	}
	section.section#features .col-lg-4 p {
		text-align: center;
	}
	.scrollup {
		bottom: 50px;
		right: 10px;
	}
	section.section.seperation#sep01{
		background-position:center;
	}
	p.rights {
		padding: 15px 70px;
	}
	
	
#whatis .col-md-3{
	max-width:100%;
	float:none;
}


#whatis .col-md-9{
	max-width:100%;
	float:none;
}

.owl-nav {
	position:relative;
	top:auto;
	margin-top: -12.5px;
	width: 15%;
	margin: 1rem auto 0 auto;
}



}

@media only screen and (max-width: 320px) {
	.responsivetest {
		background-color: aqua;
	}
}
