@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: dyslexieRegular;
    src: url('font/dyslexie.eot');
}

html{
}
body {
	padding: 0;
	margin: 0;
	font-size: 95%;
	background-color: #E4DCED;
	font-family: dyslexieRegular;
	background-image:url(../images/groovepaper.png);
	background-repeat:repeat;
}
header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
}
.container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
/*#heroimg {
	/* [disabled]margin-top: 7em; */
	/*width: 95%;
	margin-bottom: 3em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 339px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
}*/
.row .col-md-6 h1{
	background-color: rgba(0,153,153,0.45);
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	padding: 1em;
	margin-top: 175px;
	}
.content {
	width: 100%;
	margin-bottom: 5em;
}

.dyslexie {
	background:#DACDDE;
	font-size: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4em;
	padding-top: 1.25em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 6em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4B2958;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B2958;
}
.staff {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
form {
	/*background-color: #B8E7E7;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 4em;
	padding-top: 1em;
	margin-top: 28em;
	width: 80%;
	margin-left:auto;
	margin-right:auto;*/
	font-family: 'dyslexieRegular';
}
input {
	margin:0.25em;
}
form .col1 {
	width: 60%;
}
form .col5 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
}

.btn-info {
	color: #D9BDE1;
	background-color: #52295F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
	font-family: 'dyslexieRegular';
}
.btn-lg {
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
  margin:1em;
  border:none;
  display:inline;
}
.btn-info:hover,
.btn-info:focus {
	color: #B0FFFF;
	background-color:#009999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
}
hr {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background-color: #815E8C;
}
#xtrapad {
	margin-bottom:2em;
	padding-left:1em;
	padding-top:1em;
}
/* Responsive iFrame */
.responsive-iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* nav menu */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav {
	width: 100%;
}
 
nav ul {
    list-style: none;
    overflow: hidden;
	margin-top:10px;
}
nav li {
	position:relative;
}
nav li a {
	color: #339292;
	display: block;
	float: left;
	font: 400 13px/1.4;
	font-family: 'dyslexieRegular';
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 15%;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
nav a:hover:img {
	background:none;
}
nav li a:visited {
	color: #339292;
	display: block;
	float: left;
	font: 400 13px/1.4;
	font-family: 'dyslexieRegular';
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 15%;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
	background-color: #7C5988;
}
nav li a:hover:visited {
	color: #924D9A;
	text-decoration: none;
	border-right: 1px solid #fff;
	display: block;
	float: left;
	font: 400 13px/1.4;
	font-family: 'dyslexieRegular';
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 15%;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
} 
/*HOVER*/
nav li a:hover {
	background: #D7B9DB;
	color: #924D9A;
	text-decoration: none;
}
/*SMALL*/
nav small {
    color: #aaa;   
    font: 100 11px/1;
	font-family: 'dyslexieRegular';
    text-transform: none;
}
/* end SMALL */

/* end nav menu */
.colwrap {
	width: 90%;
	margin-top: 2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.formwrap {
	width: 90%;
	margin-top: 30em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
.colwrap-footer {
	width: 90%;
	margin-top: 2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
.col1 {
	width: 29%;
	float: left;
	padding: 1em;
}
.col2 {
	width: 28%;
	float: right;
	padding-right: 1em;
}
.col3 {
	width: 80%;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	float: left;
}
.col4 {
	width: 60%;
	margin-top: 4em;
}
/* typography */
h1 {
	font-family: 'dyslexieRegular';
	color: #009999;
	line-height: 1.5em;
	letter-spacing: 1%;
}
h2 {
	font-family: 'dyslexieRegular';
	color: #A484AE;
}
h3 {
	font-family: 'dyslexieRegular';
	color: #A484AE;
}
h4 {
	font-family: 'dyslexieRegular';
	color: #009999;
}
h5 {
	font-family: 'dyslexieRegular';
	color: #50C2C2;
}
h6 {
	font-family: 'dyslexieRegular';
	color: #009999;
}
p {
	font-family: 'dyslexieRegular';
	color: #502B55;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
.center {
	text-align:center;
}
a {
	font-family: 'dyslexieRegular';
	color:#815E8C;
}
.row .col-md-6 h4 a {
	color: #A484AE;
	font-family: 'dyslexieRegular';
}

a:link {
	font-family: 'dyslexieRegular';
	text-decoration:none;
}
a:hover {
	color: #523C59;
	text-decoration:underline;
}
a:visited {
	color: #815E8C;
}
a:visited a:hover {
	color: #523C59;
}
/* end typography */
/* FOOTER & FOOTER LINKS */
footer {
	width: 100%;
	margin-top:20px;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0;
	background-color: #E7F2F9;
	line-height: normal;
}
/*footer h6, footer h6 a:link, footer h6 a:visited {
	color:#73B3DC;
}
footer h6 a:link:hover {
	color: #4F9FD3;
}*/
footer img {
	display: inline !important;
}
/*footer a:link {
	font-family: 'dyslexieRegular';
	text-decoration: underline;
	color: #009999;
}
footer a:hover {
	color: #623A6B;
}*/
/* END FOOTER & FOOTER LINKS */
/* media queries */
/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
    nav li a {
	font-family: 'dyslexieRegular';
    }
     
    nav small {
        font: 100 10px/1 'dyslexieRegular';

    }
}
@media screen and (max-width:1060px) and (min-width:769px) {
	.dyslexie {
		margin-top:3em;
	}
	.colwrap {
		padding-bottom:15em;
	}
	.formwrap {
	width: 90%;
	margin-top: 10em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
	form {
		/*background-color: #B8E7E7;
		padding: 4em;
		margin-top: 20em;*/
	}
}
@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
    nav li a {
        width: 25%;
        border-bottom: 1px solid #fff;
        font: 400 11px/1.4;
		font-family: 'dyslexieRegular';
    }
     
    nav li:last-child a, nav li:nth-child(4) a {
        border-right: none;
    }
     
    nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
        border-bottom: none;
    }
}
@media screen and (max-width:768px) {
	body {
		text-size:90%;
	}
	header h1 {
		line-height:1.1em;
	}
	.colwrap {
		padding-bottom:2em;
		width:90%;
		marign-left:auto;
		margin-right:auto;
	}
	.col1 {
		width:80%;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.col2 {
		width:83%;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.dyslexie {
		width:95%;
		margin-right:auto;
		margin-left:auto;
		padding:2em;
		margin-top:3em;
		}
	form {
		/*background-color: #B8E7E7;
		padding: 4em;
		margin-top: 3em;*/
	}
}
@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
    nav {
		width:90%;
	}
	nav li a {
        width: 50%;
		font-family: 'dyslexieRegular';
        padding-top: 12px;
        padding-bottom: 12px;
    }
     
    nav li:nth-child(even) a {
        border-right: none;
    }
     
    nav li:nth-child(5) a, nav li:nth-child(6) a {
        border-bottom: 1px solid #fff;
    }
}
 
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
    nav {
		width:90%;
	}
	nav li a {
	font-family: 'dyslexieRegular';
	width:90%;
    }
}
@media screen and (max-width:480px) {
	.wrapper {
	margin-top: 8em;
	margin-bottom: 2em;
	width: 90%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 339px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tutor_and_student-sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	.wrapper .content h2{
	background-color: rgba(0,153,153,0.45);
	width: 37%;
	color: #7EFFFF;
	padding: 0.5em;
	padding-left: 1em;
	/* [disabled]margin-top: 12em; */
	}
	header {
		text-align:right;
		line-height:1em;
	}
	.colwrap {
		margin-top:1em;
		padding-bottom:2em;
		width:90%;
	}
	.col1 {
		width:90%;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.col2 {
		width:88%;
		margin-left:auto;
		margin-right:auto;
		float:none;
		padding-left:1.3em;
	}
	.dyslexie {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4B2958;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B2958;
	}
	h1 {
		font-size:100%;
		text-align:right;
	}
	footer {
	background-image: none;
	font-size: 100%;
	padding: 3em;
	width: 99%;
	margin-top: 0em;
	height: auto;
	}
}
/* end media queries*/
