/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: normal;
  src: local('Gidole'), url('fonts/Gidole-Regular.otf') format('opentype');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Gidole', serif;
}

html {
    
    width: 100%;
    min-height: 100%;
}

@media(max-width:767px) {
    .navbar {
        padding: 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;
        background-color:#0078D7;
        font-family:'Gidole', serif;
    }

    .top-nav-collapse {
        padding: 0;
    }
    
    .navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}
	.homeheading1 {
		font-family: 'Gibson', serif;
		font-size: 60px;
		font-weight: bold;
		color: #E8F7FC;
	}

	.homeheading2 {
		font-family: 'Gibson', serif;
		font-size: 25px;
		font-weight: bold;
		color: #E8F7FC;
	}
	
	.homeheading3 {
		font-family: 'Italianno', cursive;
		font-size: 35px;
		font-weight: bold;
		color: #E8F7FC;
	}
	
    .introimage {
        position: absolute; 
        right: -1% !important;
        padding-top: 65% !important;
    }
    
    .introheading {
        padding-top: 0px !important;
        padding-right: 0px !important;   
    }
	.hidecontact {
		top: 635px;
	}
}

@media(min-width:767px) {
    .navbar {
        padding: 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;
        height: 85px;
        background-color:#0078D7;
        font-family:'Gidole', serif;
    }
    
    .navbar-default {
    	border-color: #0078D7;
    }
    
    .navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}

    .top-nav-collapse {
        padding: 0;
    }
    .logo {
    	width:270px;
    }
    .homeheading1 {
		font-family: 'Gibson', serif;
		font-size: 105px;
		font-weight: bold;
		color: #E8F7FC;
	}

	.homeheading2 {
		font-family: 'Gibson', serif;
		font-size: 55px;
		font-weight: bold;
		color: #E8F7FC;
	}
	
	.homeheading3 {
		font-family: 'Italianno', cursive;
		font-size: 69px;
		font-weight: bold;
		color: #E8F7FC;
	}
	.aboutparagraph {
		font-family: 'Gidole', serif;
		font-size: 22px;
	}
	
}

@media(max-width:320px){
	
	.navbar-default {
    	border-color: #0078D7;
    	font-family:'Gidole', serif;
    }
    
    .navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
  		padding: 15px;
  		width: auto;
	}
	
	.hidecontact {
		top: 635px;
	}
	
}

@media(max-width:360px){
	
	.navbar-default {
    	border-color: #0078D7;
    	font-family:'Gidole', serif;
    }
	
	.navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
  		padding: 15px;
  		width: auto;
	}
	.intro-section {
		background-size: 40% auto;
		background-position: 100% 101%;
	}
	
	.media-middle>img {
		width: 25px;
	}
	.hidecontact {
		top: 635px;
	}
}


@media(max-width:375px){
	.navbar-default {
    	border-color: #0078D7;
    	font-family:'Gidole', serif;
    }
	
	.navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
  		padding: 15px;
  		width: auto;
	}
	
	.media-middle>img {
		width: 25px;
	}
	.hidecontact {
		top: 635px;
	}
	
}

@media(max-width:414px){
	.navbar-default {
    	border-color: #0078D7;
    	font-family:'Gidole', serif;
    }
	
	.navbar-default .navbar-nav > li > a {
		font-size: 22px;
		color: #fff;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
  		padding: 15px;
  		width: auto;
	}
	
	.media-middle>img {
		width: 25px;
	}
	.hidecontact {
		top: 635px;
	}
	
}



/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100% !important;
    padding-top: 150px;
    padding-bottom: 350px;
    text-align: center;
    background: #0078D7;
    /* background-image: url('../img/front.png');
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: 100% 101%; */
    
    
}

.about-section {
    height: 100% !important;
    padding-top: 130px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
	background-color: #0E2A36;
	background-repeat: no-repeat;
	background-position: 50% 98%;
	background-size: 275px;
}

.services-section {
    height: 100% !important;
    padding-top: 130px;
    padding-bottom: 100px;
    text-align: center;
    background: #0078D7;
}

.team-section {
    height: auto !important;
    padding-top: 75px;
    padding-bottom: 25px;
    text-align: center;
    background: #fff;
}

.associations-section {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 25px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100% !important;
    padding-top: 130px;
    padding-bottom: 100px;
    background: #0E2A36;
    background-color: #0E2A36;
}

.headingcontact {
	font-family: 'Gibson';
	color: white;
	font-size: 32px;
	font-weight: bold;
}

.contentcontact {
	font-family: 'Gidole';
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.headingall {
	font-family: 'Gibson';
	color: white;
	font-size: 3.5em;
	font-weight: bold;
    padding-bottom: 25px;
}

.headingteamasso {
	font-family: 'Gibson';
	color: #0078D7;
	font-size: 3.5em;
	font-weight: bold;
}

.custom-media-heading {
	font-weight: bold;
	text-align: left;
	color: white;
	font-size: 18px;
}

.btn-default {
	border-color: #0078D7;
}

.top-buffer { margin-top:20px; }
.footer {
	position: relative;
	clear:both;
	color:#fff;
	background-color: #0078D7;
    bottom: 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.introimage {
    position: absolute; 
    right: 0%;
    padding-top: 15%;
}

.introheading {
    padding-top: 100px;
    padding-right: 85px;   
}

.contactright {
	top: 45px;
	height: 90px;
}