

/*TYPOGRAPHY===================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700|Lato:400,700,900|Oswald:400,700|Open+Sans+Condensed:300,700|Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Passion+One:400,700|Satisfy|Michroma|Khand:400,700,500,300|Rancho|Marcellus+SC|Merienda+One|Bowlby+One+SC);



.main-image h1{
font-family: "Oswald", helvetica, arial, sans-serif;
font-weight:900;
font-size:4.6rem;
padding:0;
margin:0;
line-height: 1.1;
color: #622a1e;
}

h2{
	font-size:2rem;
}

.main-image p{
	font-weight: bold;
	font-size: 1.5rem;
	color: #622a1e;
}

body{
font-family: "Lato", helvetica, arial, sans-serif;
font-weight:400;
padding: 0;
margin: 0;

}

header img{
	margin-right: 1rem;
}
footer{
	text-align: center;
	
	
}
a{
	text-decoration: none;
	color: black;
}


/*FONTS=========================*/

@font-face {
    font-family: 'icomoon';
    src:    url('icomoon/fonts/icomoon.eot?nfntk3');
    src:    url('icomoon/fonts/icomoon.eot?nfntk3#iefix') format('icomoon/embedded-opentype'),
        url('icomoon/fonts/icomoon.ttf?nfntk3') format('truetype'),
        url('icomoon/fonts/icomoon.woff?nfntk3') format('woff'),
        url('icomoon/fonts/icomoon.svg?nfntk3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e906";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-briefcase:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-earth2:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-office:before {
    content: "\e903";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-hour-glass:before {
    content: "\e979";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-tree:before {
    content: "\e9bc";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-earth:before {
    content: "\e9ca";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-google-plus2:before {
    content: "\ea8c";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-facebook2:before {
    content: "\ea91";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-tumblr2:before {
    content: "\eaba";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-linkedin:before {
    content: "\eac9";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-pinterest:before {
    content: "\ead1";
    font-family: "icomoon";
    font-size: 2rem;
}
.icon-suitcase:before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-graduate:before {
    content: "\e904";
    font-family: "icomoon";
    font-size: 4rem;
}
.icon-magnifier:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 4rem;
}





/*ELEMENTS====================*/

header{
	display: flex;
	justify-content:center;
	background-color: #67c0d7;
	/*color: white;*/
	padding: .5rem;
	z-index: 1;
	width: 100%;
	position: fixed;

}
img{
	max-width: 100%;
}
nav ul li{
	list-style-type: none;
	padding: 1rem;
	
}

nav ul li a{
	text-decoration: none;
	color: white;
	font-size: 1.2rem;
}



form div h3{

padding:0.5rem;
}

h3{
margin:0;
padding:3rem;
text-align:center;
}

.action form div{
	padding: 2rem;
}

.action p{
font-size: 1.7rem;
line-height: .85rem;
}

button{
width:200px;
height:60px;
background-color:#67c0d7;
margin:0.5rem;
border: #67c0d7;
color: white;
font-size: 1rem;
font-weight: bold;
padding: 5px;
}

/*CLASSES & IDs================*/

/*.site-logo{
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: space-between;
}

#logo{
	margin-right: 2rem;
	width: 100px;
	height: 100px;
	
}*/

.navigation{
	display: flex;
	justify-content: flex-end;

}
.cover{
background-image: url("images/AroundCanadaPlacePanorama-2-gradient.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	margin: 0;
	padding-bottom:2rem;
	min-height:100vh;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	
}

.main-image{
	display: flex;
	justify-content:flex-end;
	align-items:flex-start;
	color:white;
	padding-top: 1.5rem;
	padding-left:2rem;
	margin-bottom:3rem;
	margin-top:7rem;
	padding-right: 2rem;

}
.equation{
	color: #542c11;
 
}

.quotation{
	text-align: left;
	text-transform: uppercase;
}

.action{
	margin-top:0;
	padding: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	
}

.hidden{
	font-size: 0;
}

.job-search{
    padding-top:0;
	display: flex;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	width:65%;
	margin-left:15%;
	margin-bottom: 1rem;
}

#srch{
	display: flex;
	align-items: flex-end;

}
.color{
	color: white;
}


.search{
	padding: 2rem;
	display: flex;
	flex-direction:column;
	background-color: #ffffff;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	align-items: space-between;
}

.jobs{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	margin-top: 2.6rem;
}

.selection{
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.selection{
	transition: all .7s;
}

.selection:hover{
	color: #67c0d7 ;
}

.about{
	display: flex;
	justify-content:flex-start;	
	align-items: center;
	padding: 2rem;
	background-image: url("images/aboutus.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	
}

.detail{
	flex-basis: 38%;
	background-color: rgba(0,0,0,0.3);
	margin-left:10rem;
	padding: 2rem;
	color: white;
	
}

.contact{
	display: flex;
	margin-bottom:0;
	/*background-color: #BDBDBD;*/
	
}

.location{
	display: flex;
	flex-basis:30%;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
	padding: 2rem;
}

.information{
	display: flex;
	flex-basis:70%;
	flex-direction:column;
	justify-content:space-around;	
	padding: 2rem;
}

.social{
	display: flex;
	justify-content:flex-end;
	padding: 1rem;
}
.social i{
	padding-left: .5rem;
}

.full-details{
	display: flex;
	flex-direction:row;
	justify-content:space-around;
}

.inquire{
	display: flex;
	justify-content:flex-start;
}
.fill{
	display: flex;
	justify-content:flex-start;
}

.name input[type="text"]{
width: 250px;
height: 30px;
padding: 4px;
margin-bottom: .5rem;
margin-right: .5rem;
}
.message input[type="textarea"]{
	width: 250px;
	height: 130px;
	margin-bottom: .5rem;
	padding: 4px;
}


.job-search input[type="text"], .job-search select{
width: 400px;
height: 40px;
}



#srch input[type="submit"]{
background-color:#67c0d7;
color:white;
width: 140px;
height:40px;
border: #67c0d7;
font-size: 1.2rem;
font-weight: bold;
padding: 5px;
margin-bottom: .5rem;
}

.message input[type="submit"] {
background-color:#67c0d7;
color:white;
width:262px;
height:40px;
border: #67c0d7;
font-size: 1.2rem;
font-weight: bold;
}

.name{
	display: flex;
	flex-direction:column;
}

.message{
		display: flex;
	flex-direction:column;
}

#top{
margin-top:0;
background-color: #67c0d7;
margin: 0;
padding: 1.5rem;
}
#top h3{
	font-size: 1.5rem;
	margin: 0;
	padding-bottom: 0;
}

.top-link{
	text-decoration: none;
	color: white;
}
/*Sign In Page============================*/
.cover-sign{
	background-image: url("images/AroundCanadaPlacePanorama-2-gradient.jpg");
	/*-webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);*/
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	margin: 0;
	padding-bottom:2rem;
	height:100vh;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	
}
#login-form
{
 margin-top:10rem;
}

#post-form
{
 margin-top:10rem;
 width: 50%;
 background-color: white;
 color: black;
 margin-left: 25%;
 margin-bottom: 4rem;
}



.login{

	background-color: white;
}
table
{
 border:solid #dcdcdc 1px;
 padding:25px;
 box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
table tr,td
{
 padding:15px;
 //border:solid #e1e1e1 1px;
 color: black;
 text-align: center;
 font-size: 2rem;
}
table tr td input
{
 width:97%;
 height:45px;
 border:solid #e1e1e1 1px;
 border-radius:3px;
 padding-left:10px;
 font-family:Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f9f9f9;
 transition-duration:0.5s;
 box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}


table tr td button
{
 width:100%;
 height:45px;
 border:0px;
 background:rgba(12,45,78,11);
 background:-moz-linear-gradient(top, #595959 , #515151);
 border-radius:3px;
 box-shadow: 1px 1px 1px rgba(1,0,0,0.2);
 color:#f9f9f9;
 font-family:Verdana, Geneva, sans-serif;
 font-size:18px;
 font-weight:bolder;
 text-transform:uppercase;
}


table tr td button:active
{
 position:relative;
 top:1px;
}
table tr td a
{
 text-decoration:none;
 color:#00a2d1;
 font-family:Verdana, Geneva, sans-serif;
 font-size:18px;
}

.class input[type="submit"]{
	 background-color:#f9f9f9;
}


/*Find Jobs Page=============================*/

.wrapper{
	display: flex;
	/*flex-direction:row;*/
	/*flex-wrap:wrap;*/
	justify-content:center;
	
}
.fliter-job{
	margin-top: 10rem;
	flex-basis:20%;
}
.fliter-job h2{
 text-transform: uppercase;
 margin-left: 2rem;
}
.fliter-job ul li{
	list-style-type: none;
	font-size: 1.5rem;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: bold;
	padding-bottom: 1rem;
}
.fliter-job a{
	color: black;
	transition: all .5s ease-out;
}

.fliter-job a:hover{
	color: indianred;
}
.jobs-page{
	margin-top: 10rem;
	flex-basis:80%;
}

.individual-job{
	/*border: 2px solid black;*/
	width: 60%;
	margin-bottom: 2rem;
	padding: 2rem;
	background-color: #eee;
}

.individual-job h2{
	font-size: 2rem;
	color: indianred;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: bold;
}
.individual-job p{
	font-size: 1.2rem;
	color: black;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: bold;
}
.individual-job h4{
	font-size: 1rem;
	color: black;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: bold;
}
.individual-job a h4{
	font-size: 1rem;
	color: Blue;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: bold;
}

/*========== MEDIA QUERIES =================*/
@media screen and (max-width: 1700px){
	.job-search{
		width: 80%;
		margin-left: 10%;
	}
}

@media  screen and (max-width: 1500px) {

	.job-search input[type="text"], .job-search select{
width: 300px;
height: 40px;
}

}

@media  screen and (max-width: 1200px) {

	.job-search{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width:50%;
}

.cover{
	background-repeat:no-repeat;
	background-position:center;
	height: auto;
	align-items:center;
}

.action p{
font-size: 1.7rem;
line-height: 1.7rem;
}

.about{
	background-repeat:no-repeat;
	background-position:right;
	height: auto;
}

.detail{
	flex-basis: 80%;
	margin-left: 0;
	justify-content:center;
	
}

.contact{
	display: flex;
	flex-direction:column;
	align-items:center;

}

.information{
	display: flex;
	flex-basis:100%;
	flex-direction:column;
	justify-content:center;
	align-items:center;	
	padding: 2rem;
}


.full-details{
	display: flex;
	flex-direction:column;
	align-items: center;
}

}

@media  screen and (max-width: 860px) {

header{
	display: flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}

.main-image{
	margin-top: 18rem;
}

}

@media  screen and (max-width: 750px) {

	.job-search{

		width: 80%;
		margin-left: 10%;
	}

	.job-search input[type="text"], .job-search select{
width: 250px;
height: 40px;
}




}

@media  screen and (max-width: 600px) {

		.main-image h1{

		font-size:2.5rem;

			}
		.main-image p{

		font-size:1rem;

			}

	.job-search{

		width: 80%;
		margin-left: 10%;
	}

.job-search input[type="text"], .job-search select{
display: block;
width: auto;
height: 40px;
}
}