﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'avalonbold','Open Sans',sans-serif;
}

#bootstrapoverride {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight:bold;
}

#ian a:hover {
    color:#337ab7;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/

.tiles {
    float:left; 
    min-width:350px; 
    margin-left:20px;
}

.tiles > div > img {
    width: 100px;
    height:100px;
    cursor:pointer;
}

#productsAndServices {
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

.tilesaddborder {
    border: 3px solid black;
}

#backgroundImage {
    background: url('../Images/backgroundOceanlowres.JPG') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    color:white;
    height:800px;
}

#bootstrapoverride navbar-default .navbar-nav > li > a {
    color: white;
}

#bootstrapoverride a {
    color:white;
}

#bootstrapoverride .navbar {
    margin-bottom:0px;
    border: none;
}

#bootstrapoverride .btn {
    background-color:red;
    padding:10px;
    margin-bottom:10px;
}

.content {
    margin: 0 auto;
    width:50%;
}

#bootstrapoverride h1 {
    font-family: 'avalonbold',sans-serif;
    font-size:3.0em;
    margin-top:0px;
    margin-bottom:0px;
    text-transform: uppercase;
    font-weight:bold;
}

#bootstrapoverride h3 {
    font-family: 'avalonbold',sans-serif;
    margin-top:10px;
    margin-bottom:30px;
    font-size:2.0em;
}

#references {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width:50%;

}

#referencesContainer {
    min-height:250px;
    background-color:#f0f0f0;
}

/*#referencesQuotes {
    display:block;
    margin-left:auto;
    margin-right:auto;
}*/

#experiencecontainer {
    background-color:#f0f0f0;
    min-height:250px;
}

#references img {
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

#experience {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

#bespokedevelopment {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

#globalReach {
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width:50%;
}

.centerImg {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#contactUsContent {
    margin-left: auto;
    margin-right: auto;
    width:50%;
    background-color:white;
    height:100vh;
}

#solar3Content {
    margin-left: auto;
    margin-right: auto;
    width:50%;
    background-color:white;
    height:100vh;
}

#trainingContent {
    margin-left: auto;
    margin-right: auto;
    width:50%;
    background-color:white;
    height:100vh;
}

#knowledgeBaseContent {
    margin-left: auto;
    margin-right: auto;
    width:50%;
    background-color:white;
    height:100vh;
}

.padding30 {
    padding:30px;
}

.backgroundGrey {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-color:#f0f0f0;
}

#map-canvas {
    height:500px;
    width:100%;
}


/* Large screens */
@media screen and (max-width: 1200px) {
    #map-canvas {
        height:500px;
        width:100%;
    }

    #bootstrapoverride h1 {
        font-family: 'avalonbold',sans-serif;
        font-size:3.0em;
        margin-top:0px;
        margin-bottom:0px;
        text-transform: uppercase;
        font-weight:bold;
    }

    #bootstrapoverride h3 {
        font-family: 'avalonbold',sans-serif;
        margin-top:10px;
        margin-bottom:30px;
        font-size:2.0em;
    }

    .tiles {
        float:left; 
        min-width:350px; 
        margin-left:20px;
    }

    .tiles > div > img {
        width: 100px;
        height:100px;
        cursor:pointer;
    }

    #productsAndServices {
        margin-top:20px;
        margin-left: initial;
        margin-right: initial;
        width:100%;
    }

    #references {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width:50%;
    }

    #experience {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width:50%;
    }
}

/* Tablets screens */
@media screen and (max-width: 800px) {
    #map-canvas {
        height:300px;
        width:100%;
    }


    #bootstrapoverride h1 {
        font-family: 'avalonbold',sans-serif;
        font-size:2.5em;
        margin-top:0px;
        margin-bottom:0px;
        text-transform: uppercase;
        font-weight:bold;
    }

    #bootstrapoverride h3 {
        font-family: 'avalonbold',sans-serif;
        margin-top:10px;
        margin-bottom:30px;
        font-size:1.5em;
    }
    
    .tiles {
        float:left; 
        min-width:350px; 
        margin-left:20px;
    }

    .tiles > div > img {
        width: 100px;
        height:100px;
        cursor:pointer;
    }

    #productsAndServices {
        margin-top:20px;
        margin-left: initial;
        margin-right: initial;
        width:100%;
    }

    #references {
        margin-top: 50px;
        margin-left: initial;
        margin-right: initial;
        width:100%;
    }

    .backgroundGrey {
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover;
        background-color:white;
    }
}

/* Phones */
@media screen and (max-width: 400px) {
    #map-canvas {
        height:150px;
        width:100%;
    }

    #bootstrapoverride h1 {
        font-family: 'avalonbold',sans-serif;
        font-size:1.75em;
        margin-top:0px;
        margin-bottom:0px;
        text-transform: uppercase;
        font-weight:bold;
    }

    #bootstrapoverride h3 {
        font-family: 'avalonbold',sans-serif;
        margin-top:10px;
        margin-bottom:30px;
        font-size:1.25em;
    }
    
    .tiles {
        float:left; 
        min-width:350px; 
        margin-left:20px;
    }

    .tiles > div > img {
        width: 100px;
        height:100px;
        cursor:pointer;
    }

    #productsAndServices {
        margin-top:20px;
        margin-left: initial;
        margin-right: initial;
    }

    #references {
        margin-top: 50px;
        margin-left: initial;
        margin-right: initial;
    }

    .backgroundGrey {
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover;
        background-color:#ffffff;
    }

    #contactUsContent {
        margin-left: initial;
        margin-right: initial;
        background-color:white;
        height:100vh;
    }

    #solar3Content {
        margin-left: initial;
        margin-right: initial;
        background-color:white;
        height:100vh;
    }   

    #trainingContent {
        margin-left: initial;
        margin-right: initial;
        background-color:white;
        height:100vh;
    }

    #knowledgeBaseContent {
        margin-left: initial;
        margin-right: initial;
        background-color:white;
        height:100vh;
    }

    .padding30 {
        padding:5px;
    }
}

.tableborder {
    border-collapse: collapse;
}

    .tableborder td {
        border: 1px solid gray;
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }

    .tableborder th {
        border: 1px solid black;
        font-weight: bold;
        background-color: #e1e1e1;
        padding: 5px;
    }


div.bigmenu {
}

div.smallmenu {
}

@media screen and (max-width: 800px) {
    div.bigmenu {
        display: none;
    }

    div.smallmenu {
        display: block;
    }
}



@media screen and (min-width: 800px) {
    div.smallmenu {
        display: none;
    }

    div.bigmenu {
        display: block;
    }
}

.sidebarSHMainMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 5px;
    right: 0;
    /*background-color: white;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}



.menuButtonA {
    background-color: whitesmoke;
    color: black;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: larger;
    height: 30px; 
    display:block;
    vertical-align:central;
}

    .menuButtonA:hover {
        background-color: red;
        color: white;
    }


.menuButtonH {
    background-color: whitesmoke;
    color: black;  
}

    .menuButtonH:hover {
        background-color: red;
        color: white;
    }