* {
    box-sizing: border-box;
}

body {
    font: 1em/1 "Roboto", sans-serif;
    margin: 0;
    overflow: hidden;
    background-color: black;
}

::selection
{
    background: black;
}
::-moz-selection
{
    background: black;
}

a:hover{
    color: #999999;
    text-decoration: line-through;
}
.project-info_content {
    position: fixed;
    z-index: 1010;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-animation: fadeIn .2s ease-out both;
    animation: fadeIn .2s ease-out both;
    cursor: default;
}
.project-info_content.hidden{
    display: none;
}
.project-info_content p {
    z-index: 1011;
    width: 49%;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin:0 10% 0;
    left: 0;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 3em;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    color: white;
    -webkit-animation: fadeIn .2s ease-out both;
    animation: fadeIn .2s ease-out both;
    opacity: 1;
 }
.project-info_content strong {
    text-transform: none;
    font-family: 'Ropa Sans', sans-serif;
    font-size: .5em;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 1rem;
    -webkit-animation: fadeInRight .2s ease-out;
    animation: fadeInRight .2s ease-out;
    cursor: pointer;
}
.project-info_content a {
    font-size: .3em;
    line-height: 3rem;
}
.me {
    position: absolute;
    z-index: 1008;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1280px;
    height: 720px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: black;
    background: url('http://www.michgh.com/images/sprite.png') left center no-repeat;
    animation: play 9s steps(10) infinite;
    animation-direction: alternate;
    animation-delay:2s;
}
@keyframes play {
    0% { background-position: 0;}
    15% { background-position: -12800px;}
    26%, 100% { background-position: 0;}
}
.preloader {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}
.Loader {
    position: absolute;
    top: 0;
    background: black;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
}
#Loader {
    z-index:1020;
    position: fixed;
    display: block;
}
.close {
    transform: translateY(-100%);
    transition: all 0.5s;
}
@keyframes preloader {
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
.Random {
    display: flex;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    font-family: arial, sans-serif;
    background: black;
    font-size: 45px;
}
.Content {
    background-color: white;
    display: none;
}
.Content--active {
    display: block;
    opacity: 1;
    z-index: 100;
}
/* #myDIV{

@include transition(all .5s ease);} */
.heading {
    color: #fff;
    font-size: 85px;
    letter-spacing: 0.07em;
}
@media (max-width: 1000px){
    .heading {
        font-size: 45px;
        margin-top: -10%;
    }
}
.Nav {
    color: white;
    font-size: 1.06em;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
}

.Nav-wrapper{
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgb(0 0 0 / 78%);
    height: 100px;
}
.Nav-wrapper a{
    color: #fff;
    text-transform: uppercase;
}

.Nav-Logo {
    position: fixed;
    z-index: 1000;
    top: 2.5rem;
    left: 5rem;
    text-decoration:none;
    list-style:none;
    color: inherit;
    background-color: transparent;
}

.Nav-X {
    position: fixed;
    z-index: 1000;
    top:  2.7rem;
    left: 49.6%;
}
.Nav-Menu {
    position: fixed;
    z-index: 1000;
    top:  2.5rem;
    right: 5rem;
    cursor: pointer;
}
.Nav-Logo:hover {
    color: #999999;
}
.Nav-X:hover {
    color: #999999;
}
.Nav-Menu:hover {
    color: #999999;
}
.Nav-Prev {
    position: fixed;
    z-index: 1000;
    left: -1%;
    -webkit-transform: translate3d(50%,0,0) rotate(90deg);
    transform: translate3d(50%,0,0) rotate(270deg);
    margin-top:32%;
    float: left;
    transition:all .2s ease-in ;
}
.Nav-Prev:hover {
    color: #999999;
}
.Nav-Next:hover {
    color: #999999;
}
.Nav-Next {
    position: fixed;
    z-index: 1000;
    right: 3.4rem;
    -webkit-transform: translate3d(50%, 0, 0) rotate(90deg);
    transform: translate3d(50%, 0, 0) rotate(90deg);
    margin-top: 32%;
    float: right;
    transition: all .2s ease-in;
}
.Menu {
    animation-delay: 1s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.15em;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    opacity: 0;
    transition: opacity 700ms;
}
.Menu--active {
    position: fixed;
    opacity: 1;
    z-index: 10000;
    animation-delay: 1s;
}

.Menu-wrapper{
    display: flex;
    justify-content: space-between;
}

.Menu-list {
    animation-delay: 1s;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.Menu-list--right {
    left: 30%;
    margin:0 10% 0;
}
.Menu-item {
    width: 200px;
    margin: 35px 0 40px;
    position: relative;
}
.Menu-item:last-child {
    margin-bottom: 0;
}
.Menu-line {
    background: white;
    height: 1.2em;
    position: absolute;
    top: 0;
}
.Menu-line--active {
    animation-duration: 1.2s;
    animation-name: lineAnimation;
    animation-timing-function: cubic-beizier(0,1.04,1,-0.03);
    -webkit-animation-name: lineAnimation;
}
.Menu a{
    color:white;
    text-decoration:none;
    list-style:none;
    cursor: pointer;
}
.Menu a:hover{
    text-decoration: line-through;
    color:white;
}
.Menu-number {
    font-size: .75em;
    color:#666;
    opacity: 0;
    transition: top 500ms 1s, opacity 500ms 1s;
}

.Menu--active .Menu-number {
    color:#666;
    opacity: 1;
}

.Menu-close {
    top: 5px;
    margin: 20px auto;
    padding: 5px;
    line-height: 1;
    transition: border 1s;
    position: relative;
    height: 100%;
}

#Menul:hover {
    cursor: pointer;
    color: #666666;
}

.Menu .wip{
    cursor: progress;
    position: relative;
}

.Menu .wip::before{
    opacity: 0;
    content: "";
    position: absolute;
    min-width: 130px;
    transition: opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.Menu .wip:hover::before{
    content: "Work in Progress";
    position: absolute;
    top: -16px;
    min-width: 130px;
    background-color: black;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

@keyframes lineAnimation {
    0%   {left: 0; right: 100%;}
    40%  {left: 0; right: 0;}
    60%  {left: 0; right: 0;}
    100% {left: 100%; right: 0;}
}
@-webkit-keyframes lineAnimation {
    0%   {left: 0; right: 100%;}
    40%  {left: 0; right: 0;}
    60%  {left: 0; right: 0;}
    100% {left: 100%; right: 0;}
}

.Background h1 {
    position: absolute;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 4.3em;
    text-align: center;
    letter-spacing: -0.05em;
    color: white;
    margin: 20% 20% 0 20%;
    width: 60%;
}
.Background p {
    font-family: 'Maven Pro', sans-serif;
    position: absolute;
    margin: 30% 20% 0 20%;
    width: 60%;
    font-size: 1.5em;
    font-weight: 100;
    text-align: center;
    color: white;
}
.Background a {
    font-family: 'Maven Pro', sans-serif;
    position: absolute;
    margin: 41% 20% 0 20%;
    width: 60%;
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    color: white;
}
.Container{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
}
.Section-2{
    overflow: hidden;
}
.Section-Item1{
    font-size: 1.8em;
    letter-spacing: -0.02em;
    font-weight: 800;
    color:black;
    line-height: 70%;
    -webkit-transform: translate3d(50%,0,0) rotate(90deg);
    transform: translate3d(50%,0,0) rotate(270deg);
    float: left;
    margin-top: 6%;
    margin-left: 2.3%;
}
.Section-Item3{
    font-family: 'Ropa Sans', sans-serif;
    position: relative;
    font-size: 11.7em;
    letter-spacing: -0.05em;
    line-height: 70%;
    font-weight: 700;
    color:rgba(230,230,230,1);
    z-index: 10;
    left: 1.2rem;
    -webkit-transform: translate3d(50%,0,0) rotate(90deg);
    transform: translate3d(50%,0,0) rotate(270deg);
    float: right;
    margin-top: 15%;
    margin-right: 8%;
}
.Background{
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    margin:0;
    }
#Loran .Background{
    background-image: url("http://www.michgh.com/images/2.png");
    }
#Conmu .Background{
    background-image: url("http://www.michgh.com/images/build.JPG");
}
.Section-1{
    background-size: 93%;
    overflow: hidden;
    }
.Section-1 .Section-Item3{
    margin-top: -38%;
}

.Section-1 .Section-Item2{
    position: relative;
    display: flex;
    width: 50%;
    margin: 14% auto 0;
    height: 35%;
 }
#Color-1{
    background-color: #f2f2f2;
    width: 33.3%;
    padding-top: 29.8%;
}
#Color-2{
    background-color: #1f2223;
    width: 33.3%;
    margin-left: 5%;
    padding-top: 29.8%;
}
#Color-3{
    background-color: #ab162b;
    width: 33.3%;
    margin-left: 5%;
    padding-top: 29.8%;
}
.Section-Item2 p{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 500;
}
#Color-1 p{
    margin-left: 67%;
    color: #f2f2f2;
    text-shadow:1px 1px 7px rgba(153, 153, 153, 0.6);
}
#Color-2 p{
    margin-left: 60%;
    color: #1f2223;
    text-shadow:1px 1px 7px rgba(0, 0, 0, .4);
}
#Color-3 p{
    margin-left: 77%;
    color: #ab162b;
    text-shadow:1px 1px 7px rgba(31, 31, 35, .4);
}
.Section-Item2  h5{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 500;
}
#Color-1 h5{
    margin-top: -39px;
    margin-left: 77%;
    color: #f2f2f2;
 }
#Color-2 h5{
    margin-top: -39px;
    margin-left: 71%;
    color: #1f2223;
 }
#Color-3 h5{
    margin-top: -39px;
    margin-left: 77%;
    color: #ab162b;
 }
.Text {
    margin-top: 4%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: left;
  }

.Text > * {
    padding: 10px;
    flex: 1 100%;
}
.Osw {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    letter-spacing: 0.25em;
}
.Rock {
    font-family: 'Sanchez', serif;
    font-size: 1.3em;
    letter-spacing: 0.25em;
}
.Otra {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    letter-spacing: 0.25em;
}
.Robo {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    letter-spacing: 0.25em;
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1 auto;
    }

    .Tlo {
        flex: 1 auto;
    }
}
@media all and (min-width: 800px) {
    .Tlo {
        flex: 2 0px;
    }

    .Rock {
        flex: 2 0px;
    }

    .Osw {
        flex: 2 0px;
    }
    .Otra {
        flex: 2 0px;
    }

    .Robo {
        flex: 2 0px;
    }

    .aside-1 {
        order: 1;
    }

    .Osw {
        order: 2;
    }

    .Rock {
        order: 3;
    }

    .Otra {
        order: 4;
    }

    .Robo {
        order: 5;
    }

    .aside-2 {
        order: 6;
    }
}

.Section-1 .Section-Item2{
    position: relative;
    display: flex;
    width: 50%;
    margin: 14% auto 0;
    height: 35%;
}
#Color-4{
    background-color: #F05A28;
    width: 33.3%;
    padding-top: 29.8%;
}
#Color-5{
    background-color: #01283F;
    width: 33.3%;
    margin-left: 5%;
    padding-top: 29.8%;
}
#Color-6{
    background-color: #011420;
    width: 33.3%;
    margin-left: 5%;
    padding-top: 29.8%;
}
.Section-Item2 p{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 500;
}
#Color-4 p{
    margin-left: 51%;
    color: #F05A28;
    text-shadow:1px 1px 7px rgba(0, 0, 0, .4);
}
#Color-5 p{
    margin-left: 69%;
    color: #01283F;
    text-shadow:1px 1px 7px rgba(0, 0, 0, .4);
}
#Color-6 p{
    margin-left: 55%;
    color: #011420;
    text-shadow:1px 1px 7px rgba(0, 0, 0, .3);
}
.Section-Item2  h5{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 500;
}
#Color-4 h5{
    margin-top: -39px;
    margin-left: 66%;
    color: #F05A28;
}
#Color-5 h5{
    margin-top: -39px;
    margin-left: 65%;
    color: #01283F;
}
#Color-6 h5{
    margin-top: -39px;
    margin-left: 77%;
    color: #011420;;
}
#Conmu .Section-2{
    overflow: hidden;
}
#Conmu .lorantweb {
    position: relative;
    width: 1024px;
    border-radius: 3px;
    overflow: hidden;
}
video {
    margin: 0;
    width: inherit;
    background-size: cover;
    transition: 1s opacity;
    border-radius: 3px;
    z-index:13;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
#Conmu video {
    background: url("http://www.michgh.com/images/lorantweb.png") no-repeat;
    }
.Section-3{
    overflow: hidden;
}
#Loran video {
    background: url("http://www.michgh.com/images/lorantweb.png") no-repeat;
    }
#Loran .Section-3{
    background-image: url("http://www.michgh.com/images/6.png");
    }
#Conmu .Section-3{
    background-image: url("http://www.michgh.com/images/6back.png");
}
.Flex-Container {
    padding: 45px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    background-color: black;
}
.Flex-Item {
    background: black;
    padding: 5px;
    width: 200px;
    height: 150px;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: left    ;
}
h4{
    font: 1.2em/1 "Roboto", sans-serif;
    letter-spacing: .3em;
    line-height: 0;
    margin-top: 40px;

 }
.Icons ul {
    list-style-type: none;
    margin:17px 0 0 -40px;
    padding: 0;
    overflow: hidden;
  }
.Icons li{
    width: 16.6%;
    float: left;
}
.Icons li a {
    display: block;
    color: white;
    padding: 16px;
}
.Footer-Space2{
    width: 16.6%;
    margin-top: 45px;
    font-size: 14px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.08em;
    line-height: 0%;
}
i{
    font-size:24px;
    color:white;
    margin: 0 20px;
}
i:hover{
    font-size:24px;
    color:gray;
    transition:transform .2s;
 }
.Footer-Bottom{
    width: 100%;
    height: 60px;
    margin:0 auto;
    padding: 0 5%;
    top: auto;
    background-color: #000;
    bottom: 0;
}
.Footer-Bottom p{
    border-top:1px solid #212121;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 25px;
}
/*Landscape 768*/
@media only screen and (max-width: 768px) {
    .Container{
        height: auto;
    }
    .Background h1{
        margin: 21% 20% 0 20%;
        font-size: 3.3em;
    }
    .Background p{
        margin: 35% 20% 0 20%;
        font-size: 1.2em;
    }
    .Background a {
        margin: 51% 20% 0 20%;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .Nav-Logo {
        top: 2.7rem;
        left: 4%;
    }
    .Nav-X {
        display: none;
    }
    .Nav-Menu {
        color: transparent;
        background-image: url("http://michgh.com/images/menu.png");
        background-size: 17%;
        background-repeat: no-repeat;
        right: -4.3em;
    }
    .Nav-Menu:hover{
        color: transparent;
    }
    .Osw {
        font-size: .9em;
    }
    .Rock {
        font-size: .9em;
    }
    .Otra {
        font-size: .9em;
    }
    .Robo {
        font-size: .9em;
    }

    .Section-Item1 {
         margin-top: 30%;
         margin-left: -5%;
         font-size: 1.4em;
     }
    .Section-Item3 {
        letter-spacing: -0.05em;
        line-height: 60%;
        z-index: 10;
        left: 1.2rem;
        margin-top: 30%;
        margin-right: 11%;
    }#Color-1{
         width: 100%;
         padding-top: 42.8%;
     }
    #Color-2{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-3{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-1 p , #Color-2 p, #Color-3 p, #Color-4 p, #Color-5 p, #Color-6 p{
        display: none;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5, #Color-4 h5, #Color-5 h5, #Color-6 h5 {
        display: none;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Text{
        text-align: center;
        position: relative;
        z-index: 11;
    }
    .Flex-Item {
        height: 110px;
        text-align: center;
    }

}/*Landscape 1024*/
@media only screen and (max-width: 1024px) {
    .Container{
        height: auto;
    }
    .Background h1{
        margin: 21% 20% 0 20%;
        font-size: 3.3em;
    }
    .Background p{
        margin: 35% 20% 0 20%;
        font-size: 1.2em;
    }
    .Background a {
        margin: 51% 20% 0 20%;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .Nav-Logo {
        top: 2.7rem;
        left: 4%;
    }
    .Osw {
        font-size: .9em;
    }
    .Rock {
        font-size: .9em;
    }
    .Otra {
        font-size: .9em;
    }
    .Robo {
        font-size: .9em;
    }

    .Section-Item1 {
         margin-top: 30%;
         margin-left: -5%;
         font-size: 1.4em;
     }
    .Section-Item3 {
        letter-spacing: -0.05em;
        line-height: 60%;
        z-index: 10;
        left: 1.2rem;
        margin-top: 30%;
        margin-right: 11%;
    }#Color-1{
         width: 100%;
         padding-top: 42.8%;
     }
    #Color-2{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-3{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-1 p , #Color-2 p, #Color-3 p, #Color-4 p, #Color-5 p, #Color-6 p{
        display: none;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5, #Color-4 h5, #Color-5 h5, #Color-6 h5 {
        display: none;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Text{
        text-align: center;
        position: relative;
        z-index: 11;
    }.Icons ul {
    margin: auto;
         }
}
/*Landscape 320*/
@media only screen and (max-width: 420px) {
    .Container{
        height: auto;
    }
    .Background h1{
        margin: 25% 20% 0 20%;
        font-size: 3.3em;
    }
    .Background p{
        margin: 40% 20% 0 20%;
        font-size: 1.2em;
    }
    .Background a {
        margin: 68% 20% 0 20%;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Nav-Logo {
        top: 2.7rem;
        left: 4%;
    }
    .Nav-X {
        display: none;
    }
    .Nav-Menu {
        color: transparent;
        background-image: url("http://michgh.com/images/menu.png");
        background-size: 17%;
        background-repeat: no-repeat;
        right: -4.3em;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .Text{
        text-align: center;
        position: relative;
        z-index: 11;
    }
    .Icons ul {
        list-style-type: none;
        margin: 17px 0 0 24px;
    }
}
/* iPhone 2G/3G/3GS Resolution */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {
    .Nav-Prev, .Nav-Next{
    display: none;

}
}
/* iPhone 5 & 5S in portrait */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .Background h1 {
        font-size: 2.3em;
        margin: 50% 20% 0 20%;
    }
    .Background p {
        margin: 70% 20% 0 20%;
        font-size: 1.2em;
    }
    .Background a {
        bottom: 15%;
    }
    .Menu-list--right {
        margin: 0 10% 0;
    }
    .Menu-item {
        width: initial;
        margin: 35px auto 40px;
        position: relative;
    }
    .Menu-list {
        transform: initial;
        animation-delay: 1s;
        display: inline-block;
        top: 50%;
        left: 0;
        text-decoration: none;
        list-style: none;
        position: initial;
        padding: 0;
    }
    .Nav-Logo {
        top: 2.7rem;
        left: 4%;
    }
    .Nav-X {
        display: none;
    }
    .Nav-Menu {
        color: transparent;
        background-image: url("http://michgh.com/images/menu.png");
        background-size: 17%;
        background-repeat: no-repeat;
        right: -4.3em;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .me {
        margin-left: -102%;
        margin-top: -12%;
    }
    .Section-Item1 {
        margin-top: 30%;
        margin-left: -17%;
        font-size: 1.4em;
    }

    .Section-Item3 {
        letter-spacing: -0.05em;
        line-height: 60%;
        z-index: 10;
        left: 1.2rem;
        margin-top: 90%;
        margin-right: 27%;
    }
    .Section-1 .Section-Item2 {
        margin: 16% 71px 0;
        height: 23%;
    }
    #Color-1{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-2{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-3{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-1 p , #Color-2 p, #Color-3 p, #Color-4 p, #Color-5 p, #Color-6 p{
        display: none;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5, #Color-4 h5, #Color-5 h5, #Color-6 h5 {
        display: none;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Flex-Item {
        height: 110px;
        text-align: center;
    }
    .Osw {
        font-size: .9em;
    }
    .Rock {
        font-size: .9em;
    }
    .Otra {
        font-size: .9em;
    }
    .Robo {
        font-size: .9em;
    }
    .Text{
        text-align: center;
        position: relative;
        z-index: 11;
    }
    .Section-1 .Section-Item3 {
         margin-top: -74%;
     }
    .Section-Item3 {
        color: rgba(230,230,230,.4);
     }

    .Icons ul {
        list-style-type: none;
        margin: 17px 0 0 24px;
    }
}
/* iPhone 5 & 5S in landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .Container{
        height: auto;
    }
    .me {
        margin-top: -21%;
        margin-left: -13%;
    }
    .Nav-Logo {
        top: 1.3rem;
        left: 4%;
    }
    .Nav-X {
        display: none;
    }
    .Nav-Menu {
        color: transparent;
        background-image: url("http://michgh.com/images/menu.png");
        background-size: 17%;
        background-repeat: no-repeat;
        right: -4.3em;
        top: 1.3rem;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .Background h1 {
        margin: 15% 20% 0 20%;
        width: 60%;
        font-size: 3.3em;
     }
    .Background p {
        font-size: 1.2em;
    }
    .Background a {
        margin: 45% 20% 0 20%;
    }
    .Section-Item1 {
        margin-left: -11.7%;
    }
    .Section-1 .Section-Item2 {
        position: relative;
        display: flex;
        width: 50%;
        margin: 19% auto 0;
        height: 35%;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5 {
         margin-left: 0;
         margin-top: -29px;
     }
    #Color-1 p{
        margin-top: -165px;
        margin-left: 0;
    }
    #Color-2 p{
         margin-top: -165px;
         margin-left: 0;
     }
    #Color-3 p {
          margin-top: -165px;
          margin-left: 0;
    }
    .Text{
        text-align: center;
    }
    .Osw {
        font-size: .9em;
    }
    .Rock {
        font-size: .9em;
    }
    .Otra {
        font-size: .9em;
    }
    .Robo {
        font-size: .9em;
    }
    .Section-1 .Section-Item3 {
        margin-top: -74%;
     }
    .Section-Item3 {
        color: rgba(230,230,230,.4);
        margin-right: 17%;
    }

}
/* iPhone 6 portrait */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .Background h1 {
        position: absolute;
        font-family: 'Ropa Sans', sans-serif;
        font-size: 2.3em;
        text-align: center;
        letter-spacing: -0.05em;
        color: white;
        margin: 50% 20% 0 20%;
        width: 60%;
    }
    .Background p {
        font-family: 'Maven Pro', sans-serif;
        position: absolute;
        margin: 70% 20% 0 20%;
        width: 60%;
        font-size: 1.2em;
        font-weight: 100;
        text-align: center;
        color: white;
    }
    .Background a {
        font-family: 'Maven Pro', sans-serif;
        position: absolute;
        margin: 0 20%;
        width: 60%;
        font-size: 1em;
        font-weight: 100;
        text-align: center;
        color: white;
        bottom: 15%;
    }
    .Menu-list--right {
        margin: 0 10% 0;
    }
    .Menu-item {
        width: initial;
        margin: 35px auto 40px;
        position: relative;
    }
    .Menu-list {
        transform: initial;
        animation-delay: 1s;
        display: inline-block;
        top: 50%;
        left: 0;
        text-decoration: none;
        list-style: none;
        position: initial;
        padding: 0;
    }
    .Nav-Logo {
        position: fixed;
        z-index: 1000;
        top: 2.7rem;
        left: 4%;
    }
    .Nav-X {
        display: none;
    }
    .Nav-Menu {
        color: transparent !important;
        background-image: url("http://michgh.com/images/menu.png");
        background-size: 17%;
        background-repeat: no-repeat;
        right: -4.3em;
    }
    .Nav-Prev, .Nav-Next{
        display: none;
    }
    .me {
        margin-left: -72%;
    }
    .Section-Item1 {
        margin-top: 30%;
        margin-left: -15%;
        font-size: 1.4em;
    }
    .Section-Item3 {
        letter-spacing: -0.05em;
        line-height: 60%;
        z-index: 10;
        left: 1.2rem;
        margin-top: 90%;
        margin-right: 27%;
    }
    .Section-1 .Section-Item3 {
         margin-top: -44%;
     }
    .Section-1 .Section-Item2 {
        margin: 30% 71px 0;
    }
    #Color-1{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-2{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-3{
        width: 100%;
        padding-top: 42.8%;
    }
    #Color-1 p , #Color-2 p, #Color-3 p, #Color-4 p, #Color-5 p, #Color-6 p{
        display: none;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5, #Color-4 h5, #Color-5 h5, #Color-6 h5 {
        display: none;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    .Flex-Item {
        height: 110px;
    }
    .Osw {
        font-size: .9em;
    }
    .Rock {
        font-size: .9em;
    }
    .Otra {
        font-size: .9em;
    }
    .Robo {
        font-size: .9em;
    }
    .Text{
        text-align: center;
    }
    .Flex-Item {
        text-align: center;
    }
    .Icons ul {
        list-style-type: none;
        margin: 17px 0 0 24px;
    }
}
/* Landscape 6+ */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {
    .me {
        margin-left: -32%;
    }
}
/* Landscape 768*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .Section-1 .Section-Item3 {
        background-color: #01283F;
    }
    #Space1, #Space2, #Space3, #Space4{
        display: none;
    }
    #Color-1 p , #Color-2 p, #Color-3 p{
        margin-top: 120px;
        margin-left: 0;
    }
    #Color-1 h5, #Color-2 h5, #Color-3 h5{
        margin-left: 0;
    }
    .Text {
        margin-top: 9%;
    }
    .Nav-Prev, .Nav-Next{
    display: none;
}
}
.Section-3 .Section-Item2 {
    display: inline-block;
    width: 100%;
    margin: 0% auto 0;
}
.elements {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
}

.elements > * {
    padding: 10px;
    flex: 1 100%;
}

.image {
    text-align: left;
}

.line-1::before {
    content: '';
    position: absolute;
    top: 41%;
    width: 11%;
    height: .15em;
    margin: 0 -4.3%;
    background: #AD172B;
}

.line-2::before {
    content: '';
    position: absolute;
    top: 41%;
    width: 11%;
    height: .15em;
    margin: 0 -4.3%;
    background: #AD172B;
}

@media all and (min-width: 600px) {
    .line {
        flex: 1 auto;
    }
}

@media all and (max-width: 800px) {
    img {
        width: 100%;
    }
    .line-1, .line-2{
        display: none;
    }
    .espacio, .espacio2{
         display: none;
     }
}

@media all and (min-width: 800px) {
    .espacio {
        flex: 1 0px;
        order: 1;
    }

    .line-1 {
        flex: 2 0px;
        order: 2;
    }

    .image {
        flex: 3 0px;
        order: 3;
    }

    .line-2 {
        flex: 2 0px;
        order: 4;
    }

    .espacio2 {
        flex: 1 0px;
        order: 5;
    }
}

@media (max-width: 428px) {

    .Menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .Menu-list{
        width: 100% !important;
        margin: 10px auto;
    }

    .Menu-close{
        margin: 30% auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .Nav-wrapper .Nav-Menu{
        color: transparent;
    }
}