        * {
            font-family: 'Raleway', sans-serif;
        }

        body {
            background-color:#efefef;
        }

        .jumbotron {
            position: relative;
            background: #222 url(../img/device.jpg) no-repeat bottom center fixed;
            width: 100%;
            height: 350px;
            background-size: cover;
            overflow: hidden;
            color: #fff;
            
        }

        .jumbotron h1 {
            font-weight: 900;
            font-size:6em;
        }
        .jumbotron div p {
            background-color:rgba(0,0,0,.6) ;
        }        

        .btn-primary {background-color:#111;}
        .btn-primary:hover {background-color:#efefef; color:#111;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
        }

        .btn-default-alt {background-color:#efefef; color:#111;}
        .btn-default-alt:hover {background-color:rgba(0,0,0,0); color:#efefef; border:1px solid #efefef;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
        }


        .bg-fix {background-color:#dedede;}

        .first {
            padding:0em 0em 6em 0em;
        }
        .second {
            background-color: #111;
            padding:6em 0em;
            color:#fff;
        }

        .third {
            background-color: #efefef;
            padding: 6em 0em;
            color: #111;
        }

        .morepad {padding:2em;}

        .opening {
            font-size: 4em;
            font-family: 'Shadows Into Light', cursive;
        }

        .huge-icon {font-size:8em;}

        .bigger {font-size:2em;}
        .navbar {margin:0;border-radius:0;}

        .main {border:1px solid #444; 
               padding:6em 0em; 
               /*width:50%;*/
               /*height:250px; */
               position:relative; 
               top:-100px; 
               background-color:#fff; 
               z-index:1000; 
               }
        footer {background-color:#111; color:#fff; padding:2em 0em;}

        @media screen and (max-width: 730px) {
            .main {
                top:0px;
                border:none;
                padding:0;
            }
        }