@charset "UTF-8";
/* CSS Document */
  
body, html {
    height: 100%;
    margin: 0 auto;
    font: 400 15px/1.8 "Arial", sans-serif;/* color: #777;*/
    /*max-width: 1200px;*/
    
}
.main {
     width: 100%;
    /*width:auto;*/
}
img {
    max-width: 100%;
    max-width: auto;
}
.logo {
    
    display: inline-block;
    padding: 15px 0px 0px 50px;
    
}

/* Request More Info Tab */
.rotate {
    background-color: rgba(223,72,37,1.00);
    position: fixed;
    top: 300px;
    right: -80px;
    z-index: 100;
    border: none;
    font-size: 16px;
    color: white;
    padding: 8px 32px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transform: rotate(90deg);
    float: right;
}
/* The navigation bar */
.navBar {
  background-color: #000000;
  position: fixed;
  min-width: 100%;
    z-index: 100;
    height: 60px;
   /* width: 1200px;*/
}

nav ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content:flex-start;
    list-style-type: none;
    width: 75%;
   
}
nav ul a {
    color: #ffffff;
    text-decoration: none;
    transition: all .5s ease;
    
}
nav ul a:hover {
    /*color: #903749;*/
    color:rgba(223,72,37,1.00);
}
nav li {
    display: inline-block;
    padding: 0px 50px 0px 0px;
}
nav #menu-toggle {
  display: none; 
}
nav .label-toggle {
  display: none; 
}
nav .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
/* Change background on mouse-over */
.navbar a:hover {
    /*background: #ddd;*/
    /*background:#EDA134;*/
    /*color: black;*/
    color: #EDA134;
}
.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%
}
.bgimg-0 {
    background-image: url("../images/img_parallax_0.jpg");
    /*min-height: 100%;*/
    min-height: 600px;
}
.bgimg-1 {
    background-image: url("../images/img_parallax_1.jpg");
    min-height: 600px;
}
.bgimg-2 {
    background-image: url("../images/img_parallax_2.jpg");
    min-height: 600px;
}
.bgimg-3 {
    background-image: url("../images/img_parallax_3.jpg");
    min-height: 600px;
}
.bgimg-4 {
    background-image: url("../images/img_parallax_4.jpg");
    min-height: 600px;
}
.bgimg-5 {
    background-image: url("../images/img_parallax_5.jpg");
    min-height: 600px;
}
.bgimg-6 {
    background-image: url("../images/img_parallax_6.jpg");
    min-height: 600px;
}
.bgimg-7 {
    background-image: url("../images/img_parallax_7.jpg");
    min-height: 600px;
}
.bgimg-8 {
    background-image: url("../images/img_parallax_8.jpg");
    min-height: 600px;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.caption span.border {
    background-color: #000;
    opacity: .55;
    color: #FFF;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}


h1 {
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    font: 40px "Arial", sans-serif;
    color: #fff;
    font-weight: 500;
}
h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Arial", sans-serif;
    color: #fff;
}
h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 18px "Arial", sans-serif;
    color: #fff;
}
h5 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font: 14px "Arial", sans-serif;
    color: #fff;
    margin: 0;
}
/* form element */
form {
    background-color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin: 0;
    width: 300px;
    /*text-align: center;*/
    display: inline-block;
    vertical-align: text-top;
}
form div + div {
    margin-top: .25em;
}
input, textarea {
    /* To make sure that all text fields have the same font settings By default, textareas have a monospace font */
    font: 1em sans-serif;
    /* To give the same size to all text fields */
    width: 300px;
    box-sizing: border-box; /* To harmonize the look & feel of text field border */
    border: 1px solid #999;
    height: 40px;
    text-indent: 12px;
}
input:focus, textarea:focus {
    /* To give a little highlight on active elements */
    border-color: #000;
}
textarea {
    /* To properly align multiline text fields with their labels */
    vertical-align: top;
    /* To give enough room to type some text */
    height: 5em;
}
.btn {
    background-color: rgba(223,72,37,1.00);
    border: none;
    font-size: 16px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
select {
    margin-top: 4px;
    font-size: 1em;
    width: 300px;
    color: #666;
    height: 40px;
    text-indent: 6px;
}
.connect {
    vertical-align: text-top;
    display: inline-block;
    width: 50%;
    padding: 0;
}
.legal {
    font-size: .65em;
    padding-bottom: 20px;
    color: #999;
    text-align: left;
    line-height: 1em;
}
/* Hyperlink Properties */
span a:link {
    color: #F6F4F4;
    text-decoration: none;
}
span a:visited {
    color: #F7F4F4;
    text-decoration: none;
}
span a {
    font-weight: normal;
    color: #F6F0F0;
}
span a:hover {
    font-weight: 500;
    text-decoration: none;
    color: #DEC065;
}
span a:active {
    text-decoration: none;
}

.started {
    vertical-align: text-top;
    display: inline-block;
    width: 20%;
    padding: 0 20px;
}
.started p {
    text-align: center;
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
}
.started h5 {
    letter-spacing: 0px;
    text-transform: none;
    font: 14px "Arial", sans-serif;
    color: #666;
    margin-top: 25px;
}
.instructors {
    vertical-align: text-top;
    display: inline-block;
    width: 20%;

    height: 300px;
    padding: 0 20px;
}
.instructors p {
    text-align: center;
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
}
.instructors h5 {
    letter-spacing: 0px;
    text-transform: none;
    font: 14px "Arial", sans-serif;
    color: #666;
    margin-top: 25px;
}
.education {
    vertical-align: text-top;
    display: inline-block;
    width: 20%;
    height: 300px;
    padding: 0 20px;
}
.education p {
    text-align: center;
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
}
.education h5 {
    letter-spacing: 0px;
    text-transform: none;
    font: 14px "Arial", sans-serif;
    color: #666;
    margin-top: 25px;
}
.training {
    vertical-align: text-top;
    display: inline-block;
    width: 20%;
    height: 300px;
    padding: 0 20px;
    
}
.training p {
    text-align: center;
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
}
.training h5 {
    letter-spacing: 0px;
    text-transform: none;
    font: 14px "Arial", sans-serif;
    color: #000;
    margin-top: 25px;
}
.container {
    margin: 0px auto 0px auto;
    text-align: center;
}
.row1, .row2 {
    text-align: center;
    padding: 0 10px;
}

.footer {
    padding: 50px;
    background-color: #000000;
    color: #686868;
    height: 100%;
    display: inline-block;
}

.footer-links {
    float: left;
    padding: 0px 50px 0px 0px;
    
}

.clearfix {
    overflow: auto;
}
.clearfix p {
    font-size: .4em;
}




@media screen and (max-width: 768px) {
    
.started, .instructors, .education, .training {
    vertical-align: text-top;
    display: inline-block;
    width: 300px;
    padding: 0 20px;
}    
    
    
    
.connect {
    vertical-align: text-top;
    width: 365px;
    padding: 0;
}   
    
nav ul a {
    color: #903749;
    text-decoration: none;
    transition: all .5s ease;
}
nav ul a:hover {
    color: #000000;
}    
    
nav ul {
    background-color: #ffffff;
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden; 
    }
  nav li {
    border-bottom: 2px solid #000000;
    color: #000000;
    display: block;
    font-size: 1em;
    padding: 1em 0;
    }
    nav+li+a {
        color: #000000;
    }
  nav #menu-toggle:checked ~ ul {
    opacity: 1;
    height: 100vh;
    visibility: visible;
    }
  nav .label-toggle {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%, #ffffff 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    margin-top: 1em;
    width: 35px;
      margin-right: 50px;
    }
  nav .wrapper {
    display: block;
    } 

.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-7 {
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.bgimg-0 {
    background-image: url("../images/img_parallax_small_0.jpg");
    min-height: 600px;
}
.bgimg-1 {
    background-image: url("../images/img_parallax_small_1.jpg");
}
.bgimg-2 {
    background-image: url("../images/img_parallax_small_2.jpg");
}
.bgimg-3 {
    background-image: url("../images/img_parallax_small_3.jpg");
}
.bgimg-4 {
    background-image: url("../images/img_parallax_small_4.jpg");
}
.bgimg-5 {
    background-image: url("../images/img_parallax_small_5.jpg");
}
.bgimg-6 {
    background-image: url("../images/img_parallax_small_6.jpg");
}
.bgimg-6 {
    background-image: url("../images/img_parallax_7.jpg");
}
.bgimg-6 {
    background-image: url("../images/img_parallax_8.jpg");
}



.footer {
    padding: 50px;
    background-color: #000000;
    color: #686868;
    /*height: 100%;*/
    /*display: block;*/
}
.footer-links {
    padding: 0px 50px 0px 0px;
    float: none;
}


.clearfix p {
    font-size: .4em;
}
    
    
}




















