body {
    height: 100vh;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
}

h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
	font-weight: 700;
	font-size: 18px;
    line-height: 18px;
}

.navbar-brand h1 {
    font-family: 'Merriweather';
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-toggle {
    margin-right: 12px;
    margin-top: 12px;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,0);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
    color: #fff;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li a:visited,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:visited {
    outline: 0;
    background-color: rgba(255,255,255,0.1);
}

.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,0);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* custom */

hr {
    margin-top: 10px;
}

/* margins */
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

/* sections */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display: block;
    position: relative;
    z-index: 120;
}

.section-heading h4 {
	font-size: 20px;
}

.section-heading i {
    font-size: 24px;
	margin-bottom: 20px;
}

.bg-gray {
	background: #f8f8f8;
}

/* home */

.home {
    height: 100vh;
	background: url(../images/toronto-2011.jpg) no-repeat top center;
    background-size: cover;
}

.home .welcome {
    padding: 10% 0 0 50%;
	text-align: left;
}

.home .welcome h2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.home .welcome h3 {
	color: #fff;
    font-size: 24px;
    line-height: 28px;
	text-shadow: -1px 1px 1px #000;
}

.home .page-scroll {
    padding: 5% 0 0 50%;
    text-align: left;
}


/* about */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

#about p {
    text-align: left;
    font-size: 18px;
}

address {
    font-size: 16px;
}

i.fa {
    padding: 8px;
}

footer {
	text-align: center;
	padding: 50px 0;
}

footer p, footer p a span {
	color: #f8f8f8;
}

.nowrap {
    white-space: nowrap;
}

/* bootstrap */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 12px 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle i {
    color: #fff;
}

.btn-circle-blue {
    border: 2px solid #67b0d1;
    color: #67b0d1;
}

.btn-circle-blue i {
    color: #67b0d1;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

#gotop {
    padding-top: 6px !important;
}

/* media queries */

@media (min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

@media (max-width:1280px) {
    .home .welcome h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .home .welcome h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 8px 8px;
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .home .welcome {
        padding: 15% 0 0 40%;
    }

    .home .page-scroll {
        padding: 5% 0 0 40%;
    }

	.boxed-grey {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

    .home .welcome {
        padding: 20% 0 0 40%;
    }

    .home .welcome h2 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
    }

    .home .welcome h3 {
        font-size: 18px;
        line-height: 22px;
        padding-right: 20px;
    }

    #about p {
        font-size: 16px;
    }

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border-radius: 50%;
		font-size: 20px;
	}
}

@media (max-width:410px) {
    .navbar-brand h1 {
        font-size: 14px;
    }

    .home .welcome h2 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

    .home .welcome h3 {
        font-size: 14px;
        line-height: 18px;
        padding-right: 20px;
    }
}


/* color */

a, a.btn:hover {
    color: #67b0d1;
}

.top-nav-collapse {
    background: #67b0d1;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    color: #67b0d1;
}

footer {
    background-color: #67b0d1;
}

/* logo */

.circle {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 0;
    padding: 17px 0;
    border-radius: 17px;
    margin: -16px 0 0 0;
    background: #38a9e4;
    color: white;
    font-family: 'Great Vibes', cursive;
    font-size: 20px;
    line-height: 1px;
    text-align: center;
}

.opener {
    font-family: 'Great Vibes', cursive;
    padding-right: 3px;
}
