﻿@media only screen and (min-width: 600px)  {

    #overlay {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

    @media only screen and (min-width: 480px) {

        #header {
        }

        #headertop {
        }

        #logoholderbottom {
            /*width: 233px;
        background-image: url('/Images/Orchestrate-SmallLogo.png');
        width: 146px;
        height: 61px;
        background-image: url('/Images/OrchestrateLogo.png');*/
            float: left;
        }

        #logoholder {
            /*width: 233px;
        background-image: url('/Images/Orchestrate-SmallLogo.png');
        width: 146px;
        height: 61px;
        width: 161px;
        height: 80px;
        background-image: url('/Images/Orchestrate-Logo.png');
        float: left;*/
        }


            #logoholder img {
            }

        d-iv {
            border: 1px solid #000000;
        }

        #menuholder {
        }

        #menu {
        }

        #hamburger {
        }

        #littlemenu {
        }

        /* main content stuff*/

        .containerblock {
            margin-top: 60px;
            height: 320px;
        }

        /*Intro*/

        #cycler {
            height: 310px;
        }

            #cycler img {
            }

                #cycler img.active {
                }

        #introtext {
        }

        /* about us */

        #aboutusservices {
            display: none;
        }



        /*
        Contact
        */
        #addressicon {
            width: 50px;
            float: left;
            margin-left: 10px;
            margin-top: 30px;
            display: none;
        }

        #address {
            margin-bottom: 20px;
            margin-top: 0px;
        }

        #contact {
        }



        #social {
            padding: 36px;
            padding-top: 10px;
        }

        #soc-flickrholder {
        }

        #soc-linkedinholder {
        }
    }
