/*
* Navbar
*/

.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

nav.black {
	background: rgba(0, 0, 0, .8);
	height: 80px;
	padding: 10px 50px;
}

nav .logo {
	float: left;
	background: #fff;
	border-radius: 50%;
}

nav .logo img {
	height: 80px;
	transition: .5s;
}

nav .logo img:hover {
	-webkit-transform: rotate(360deg);
}

nav.black .logo img {
	height: 60px;
}

nav ul {
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	color: #262626;
	font-family: 'Roboto', sans-serif;
	padding: 5px 60px;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
}

nav.black ul li a {
	color: #fff;
	line-height: 60px;
}

nav ul li a.active, nav ul li a:hover {
	color: #fff;
	background: #f00;
}

/* section.sec1 {
	width: 100%;
	height: 100vh;
	background: url(bg1.jpg);
	background-size: cover;
}
section.sec2 {
	width: 100%;
	height: 100vh;
	background: url(bg2.jpg);
	background-size: cover;
}
section.sec3 {
	width: 100%;
	height: 100vh;
	background: url(bg3.png);
	background-size: cover;
} */

section.content {
	padding: 100px;
}

section.content h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

section.content p {
	margin: 20px 0 0;
	padding: 0;
	font-size: 1.1em;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

iframe {
	width: 100%;
	height: calc(100vh);
	min-height: calc(100vh);
	margin: 0;
	padding: 0;
	border: 0;
}

#iframe-content {
	width: 100%;
	height: calc(100vh);
	min-height: calc(100vh);
}

#studentContent {
	width: 100%;
	height: calc(100vh);
	min-height: calc(100vh);
}

.toteacher_txt {
	font-weight: bold;
	width: 100px;
	display: block;
	padding: 6px 6px;
	color: #fff;
	text-decoration: none;
}

.toteacher_txt:hover {
	color: #c81919;
}

/* .navbtn{
	color:grey;
} */

.topNav {

	text-align: right;
}


/* 
.read-more2 a .fa {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .35s;
}

.read-more2 a .fa {
    left: 100%;
} */