/*-----------------------------------
	KIMBERLY COOK DESIGN STYLES
-----------------------------------*/

body {
  font-family: 'Montserrat',sans serif;
  color: #2a474f;
  height: 100%;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
}

p {margin-bottom: 0}

img {max-width: 100%;}

hr {
	border-top: 1px solid #ddd;
	margin: 30px 0;
}

/*-----------------------------------
	HEADINGS
-----------------------------------*/

h1, h2, h3, h4 {font-family: 'Montserrat', sans serif;}

h1 {font-size: 48px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 18px; text-transform: uppercase;}
h5 {font-size: 16px; font-weight: 600;}
h6 {font-size: 14px; font-weight: 600;}

h1.title {text-align: center;}

hr.title {
	border-top:3px solid #1f272b;
	width: 100px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 40px;
}

p.lead {
	font-size: 17px;
	text-align: center;
	max-width: 800px;
	margin: auto;
    margin-top: 20px;
}

/*-----------------------------------
	GENERAL
-----------------------------------*/

a, a:visited {
	color: #2a474f;
    transition:0.2s ease all;
}

a:hover, a:focus, a:active {
	color:#333;
	text-decoration: none;
}

.white { color: #fff;}

.padding0 {padding:0;}

.margintop0 {margin-top: 0px;}
.margintop10 {margin-top: 10px;}
.margintop20 {margin-top: 20px;}
.margintop35 {margin-top: 35px;}
.margintop50 {margin-top: 50px;}
.margintop70 {margin-top: 70px;}
.margintop100 {margin-top: 100px;}

.marginbottom0 {margin-bottom: 0px;}
.marginbottom10 {margin-bottom: 10px;}
.marginbottom20 {margin-bottom: 20px;}
.marginbottom35 {margin-bottom: 35px;}
.marginbottom50 {margin-bottom: 50px;}
.marginbottom70 {margin-bottom: 70px;}
.marginbottom100 {margin-bottom: 100px;}

.marginright10 {margin-right: 10px;}

.display-none{display:none;}
.width100 {width:100%;}
.center {text-align: center}
.left {text-align: left}
p.left {text-align: left}
.right {text-align: right}
.pointer {cursor: pointer;}
.clear {clear: both;}

.maxwidth440 {max-width: 440px; margin: auto;}

.text-center-xs {text-align: center;}
.marginbottom40-xs {margin-bottom: 40px}
.marginbottom20-xs {margin-bottom: 20px}

.text-center-sm {text-align: center;}
.marginbottom40-sm {margin-bottom: 40px}
.marginbottom20-sm {margin-bottom: 20px}

@media (min-width: 768px) {
	.marginbottom20-xs {margin-bottom: 0px}
	.marginbottom40-xs {margin-bottom: 0px}
    .text-center-xs {text-align: left;}
}

@media (min-width: 992px) {
	.marginbottom20-sm {margin-bottom: 0px}
	.marginbottom40-sm {margin-bottom: 0px}
    .text-center-sm {text-align: left;}
}

/*-----------------------------------
    SECTIONS
-----------------------------------*/

section {
    min-height: 600px;
	padding-top: 70px;
	padding-bottom: 40px;
}

section.home {
    height: 100vh;
}

@media (min-width: 768px) and (max-height: 1000px)  {
    section.flex {
        min-height: 100vh;
        padding-top: 80px;
        padding-bottom: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section.contact {
        margin-bottom: -61px;
    }
}

@media (min-height: 1001px)  {
    section.home {
        height: 800px;
    }
}

/*------------- Tiles -------------*/
section.teal, section.grey {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.teal {
    background-color: #2a474f;
    background-image: url(images/bg-highres.jpg);
}

/*-----------------------------------
	BANNER
-----------------------------------*/



.logo {
    width: 300px;
    height: 50px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -150px;
}


/*
@media (min-width: 400px) {
    
    .logo {
        width: 300px;
        height: 49px;
        margin-left: -138px;
        margin-top: -17px;
    }

}

@media (min-width: 768px) and (min-height: 1001px)  {
    .logo {
        top: 370px;
        left: 50%;
        margin-left: -138px;
        margin-top: 0;
    }  
}
*/

.text-container {
    border-top: 1px solid #2a474f;
    border-bottom: 1px solid #2a474f;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 20px;
}
