/* body */

body {
    /*
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #777;
    background: #130C3B;
}

* {
    box-sizing: border-box;
}
/* general */

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
}

.container-head {
    width: 100%; 
    overflow-x: auto; 
    display: flex;
}

.container-examples {
    padding-top: 100px;
}


h1,
h2,
h3,
p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

h1 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 49px;
    border-bottom: 3px solid #811FF7;
    font-family: 'Orbitron', sans-serif;font-family: 'Orbitron', sans-serif;
    color: #FFFFFF;
}

h2,
h3 {
    font-size: 22px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px;
    line-height: 25px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px;
    line-height: 14px;
}

hr {
    border-color: #811FF7;
    background-color: #811FF7;
}


/* header */

#masthead {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 85px;
    margin: 0 0 30px;
    overflow-x: clip;
    overflow-y: clip;
    color: #FFFFFF;
    background: #130C3B;
    border-bottom: 4px solid #811FF7;
    white-space: nowrap;
}

#masthead-ex {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0 0 5px;
    overflow-x: auto;
    overflow-y: clip;
    color: #FFFFFF;
    background: #130C3B;
    border-bottom: 4px solid #811FF7;
}

#logo {
    float: left;
    width: 90px;
    height: 90px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 90px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #130C3B;
}

#nav-logo {
    width: 10%;
}

.bttn_click {
    float: left;
    width: 250px;
    height: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #4aaaa5;
    margin: 5px;
}

.bttn_small_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 10px;
}


.bttn_click2 {
    float: left;
    width: 250px;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #4aaaa5;
    margin: 5px;
}

nav {
    float: right;
    margin-top: 25px;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: auto;
}

nav a {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 18px;
    color: #ffff;
    text-decoration: none;
    border-left: 2px solid #811FF7;
}

nav a:first-child {
    border-left: 0 none;
}

.navsel {
    color: #811FF7;
}


/* footer */

footer {
    padding: 30px 0;
    clear: both;
    font-size: 12px;
    color: #fff;
    color: #ccc;
    text-align: center;
    background: #130C3B;
    border-top: 8px solid #811FF7;
}
/* sidebar */

.sidebar {
    float: right;
    width: 100%;
    max-width: 270px;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #811FF7;
}

.ctosidebar {
    float: right;
    width: 100%;
    max-width: 175px;
    padding: 30px;
    margin-bottom: 20px;
    background: #130C3B;
    border: 1px solid #811FF7;
}

#quicklinks {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #777;
    background: #130C3B;    
}

#quicklinks h4{
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
    padding-bottom: 10px;
    color: #777;
    background: #130C3B;    
}

#quicklinks a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #708AF3;
}

h3,
.sidebar h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 22px;
    border-bottom: 2px solid #811FF7;
}

.social {
    width: 62px;
    height: 62px;
    margin-top: 8px;
    margin-right: 5px;
}

.social:last-child {
    margin-right: 0;
}
/* main */

#main-container {
    padding-top: 130px;
}

.main-section {
    float: left;
    width: 100%;
    max-width: 650px;
    padding: 30px;
    margin: 0 0 40px;
    background: #fff;
    border: 1px solid #811FF7;
}

.maincto-section {
    float: left;
    width: 100%;
    max-width: 650px;
    padding: 5px;
    margin: 0 0 40px;
    background: #130C3B;
    border: 1px solid #811FF7;
}

.fullcto-section {
    float: left;
    width: 100%;
    /*
    max-width: 800px;
    */
    padding: 5px;
    margin: 0 0 40px;
    background: #130C3B;
    /* turned off with @media */
    border: 1px solid #811FF7;
}

.fullcto-section h2, h4, h5 {
    color: #777;
}

.fullcto-section-nb {
    /*  fullcto-section with no border  */
    float: left;
    width: 100%;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0px;
    background: #130C3B;
    /*
    border: 1px solid #811FF7;
    */
}

.fullcto-section-nb h2, h5 {
    color: #777;
}

.fullcto-section-nb h3, h4, h5 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    /* line-height: 34px; */
    color: #708AF3;
    border-bottom: 0px solid #811FF7;
    margin-bottom: 5px;
    padding-bottom: 0px;;
}
.fullcto-section-nb h3 {
    font-size: 18px;
}

.fullcto-section-nb h4 {
    margin-top: 3px;
    font-size: 16px;
}


/* section for the menu items at teh top */
.fullcto-section-examples {
    /*  fullcto-section with no border  */
    float: left;
    width: 100%;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0px;
    margin-bottom: 30px;;
    background: #130C3B;
    /*
    border: 1px solid #811FF7;
    */
}

.fullcto-section-examples h2, h5 {
    color: #777;
}

.fullcto-section-examples h3, h4, h5 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    /* line-height: 34px; */
    color: #708AF3;
    border-bottom: 0px solid #811FF7;
    margin-bottom: 5px;
    padding-bottom: 0px;;
}
.fullcto-section-examples h3 {
    font-size: 18px;
}

.fullcto-section-examples h4 {
    margin-top: 3px;
    font-size: 16px;
}



#examplelinks {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #777;
    background: #130C3B;    
    display: flex;
}

#examplelinks h4{
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    /*
    padding-bottom: 10px;
    */
    color: #777;
    background: #130C3B;    
}

#examplelinks a {
    display: block;      /* Allows width/padding to apply */
    width: 100px;        /* Forces text wrap at this width */
    text-align: center;  /* Centers the lines of text */
    text-decoration: none;
    line-height: 1.0;    /* Tightens vertical space between lines */  
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #708AF3;
    border-left: 2px solid #811FF7;
}

.examplelinks-rt {
    border-right: 2px solid #811FF7;
}

/* section for the summary at the bottom */
.fullcto-section-sel {
    color:#0E456B;
    background-color: #0E456B;
}

.home-section {
    float: left;
    width: 100%;
    /*
    max-width: 650px;
    */
    padding: 30px;
    margin: 0 0 40px;
    background: url("../images/bkgnd_01b.png");
    border: 1px solid #811FF7;
}

/* portfolio page */

.work {
    position: relative;
    float: left;
    /* width was 274px */
    width: 100%;
    margin: 20px 0 25px;
    overflow: auto;
}

.work:nth-child(even) {
    margin-right: 40px;
}

.work img {
    width: 100%;
    border: 0 none;
    opacity: 0.8;
}

.work h3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #4aaaa5;
    border-bottom: 0;
}

.auth-image {
    float: left;
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-right: 25px;
}
/* contact page */

.banner-text {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 17px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 12px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #4aaaa5;
    border-bottom: 0;
}


#contact-form ul {
    margin-bottom: 20px;
}

#contact-form li {
    margin-bottom: 10px;
}

label,
input[type=text],
input[type=email],
textarea {
    display: block;
    width: 100%;
}

input[type=text],
input[type=email],
textarea {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}

textarea {
    height: 200px;
}

input[type=submit] {
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #4aaaa5;
    border: 0 none;
}


.thick {
    height: 3px;
    background-color: #811FF7;
    border: none;
}

.patent-heading {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

.soft-port-div {
    height: 299px;
}

/* the buttons for the portfolios  */
.bttn_port {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-bottom: 30px;*/
    padding-top: 17px;
    width: 180px;
    height: 100px;
    display: inline-block;
}

/* Slide summaries */
.slide-summary {
    display: block;
    flex: 1;
}

#warn-width {
    display: none;
}

.warning {
    margin-bottom: 5px;
}

.warning-content {
    max-width: 80%;
}

.warning-content strong {
    font-size: 1.0rem;
    color:greenyellow;
}

.warning-content p {
    display: inline;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 1.0rem;
    color:lightgreen;
}


/* media queries to add responsiveness without using Bootstrap  */

/* warning about the width */
@media screen and (max-width:870px) {
    #warn-width {
        display: block;
    }
}

/* slide summaries turn off when gets narrow */
@media screen and (max-width:780px) {
    .slide-summary {
        display: none;
    }
}


@media screen and (max-width:968px) {
    .container {
        max-width: 960px
    }
    .main-section {
        max-width: 650px;
    }
    .body {
        /* no changes for now */
    }
}

@media screen and (max-width:700px) {
    /* smaller screen size no border */
    #cto-summary {
        border: none;
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 760px
    }
    .main-section {
        max-width: 650px;
    }
    .body {
        /* no changes */
    }
}

@media screen and (max-width:200px) {
    .container {
        min-width: 760px;
        max-width: 760px;
    }
    .main-section {
        min-width: 650px;
        max-width: 650px;
    }
    .body {
        /* no changes */
    }
}

/* this seems too small. the slides over run the container
@media screen and (max-width:640px) {
    .container {
        max-width: 640px
    }
    .main-section {
        max-width: 400px;
    }
}
*/
