/* CSS Document */

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:100%}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	background-color: #1a1a1a;
	color: #b1b4ee;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
	overflow-x: hidden;
}
.container {
    background-image: url("images/bkgd.jpg");
    background-repeat: repeat-y;
    background-size: contain;
    margin:0px auto;
    width: 100%;
    max-width: 1600px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.wrap {
    width:100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 70px 24px;
}
header {
    padding-bottom: 60px;
}
section {
    clear: both;
    margin: 0px 0px 80px;
    overflow: hidden;
}

a {
    color: #bafbd2;
    text-decoration: none;
}

a:focus,
a:hover {
	color: #92d8ac;
	text-decoration: none;
    outline: none;
}
a:focus {
    outline: 1px solid #92d8ac;
}
h1 {
    color:#cccefe;
    font-size: 80px;
    font-size: 8.0rem;
    text-shadow: 0px 0px 10px #000000;
    margin: 4px 0px 20px;
    line-height: 1.1;
    font-weight: 600;
}
h2, h3 {
    color:#b1b4ee; 
    line-height: 1.2;
    text-shadow: 0px 0px 10px #000000;
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0px 0px 10px;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px 0px 16px;
}
h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0px 0px 20px;
    font-style: italic;
}
img {
    width: 100%;
    height: auto;
}
.clearfix {
    clear:both;
}
.phone {
    font-size: 40px;
    font-size: 4.0rem;
    position: relative;
    line-height: 1.3;
}
.email {
    font-size: 26px;
    font-size: 2.6rem;
    position: relative;
    line-height: 1.3;
}
.col60 {
    width: 60%;
    margin-left: 5%;
    float: left;
}
.col35 {
    width: 35%;
    margin-left: 5%;
    float: left;
}
.first {
    margin-left: 0;
}
.right {
    text-align: right;
}
.projects .col35 {
    padding-top: 30px;
}
.projects .col35 h3 {
    font-size: 40px;
    font-size:4.0rem;
}
footer p {
    font-size: 80%;
    text-align: center;
    margin: 20px 0px;
}
.projects p {
    margin-left: 6px;
}
@media only screen and (max-width: 1260px) {
h1 {
    font-size: 66px;
    font-size: 6.6rem;
}
}
@media only screen and (max-width: 1040px) {
.wrap {
        padding-top: 30px;
    }
    header .col60.first {
        margin-top: 20px;
    }

header h3 {
        line-height: 1.4;
    }
 header .col60, header .col35 {
    width: 100%;
    margin-left: 0;
    float: none;
}
.right {
    text-align: left;
    margin: 16px 0px 30px;
    }
.phone {
    font-size: 34px;
    font-size: 3.4rem;
}
.email {
    font-size: 22px;
    font-size: 2.2rem;
}
}

@media only screen and (max-width: 800px) {
 
header {
    padding-bottom: 20px;
}
h2{
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0px 0px 10px;
}
    .projects .col35 h3 {
 font-size: 28px;
    font-size: 2.8rem;
    margin: 0px 0px 10px;
        text-align: center;
    }
    .projects .col35 h4 {
        text-align: center;
        font-size: 24px;
         margin: 0px 0px 10px;
    }
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
    .projects .col35 p {
        margin-top: 0px;
    }
.col60, .col35 {
    width: 100%;
    margin-left: 0;
    float: none;
}

.col60.first {
          margin-top: 60px;  
    }

.first {
    margin-left: 0;
}
    .projects p {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
   h1 {
    font-size: 56px;
    font-size: 5.6rem;
} 
    .container {
        background-size: 600px;
    }
    .phone {
    font-size: 30px;
    font-size: 3.0rem;
}
.email {
    font-size: 18px;
    font-size: 1.8rem;
}
    .projects .col35 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    }
}
