/*General Styling*/
body {
    font-family: 'Open Sans', Futura,     Helvetica, Arial, sans-serif;
    position:relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    color: #0c0c0c;
    background-color: #ffffff;
}

.container {
  display: block;
  margin-top: 10%;
}

h1 {
  font-size: 3em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.container>p {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}

[href] {
    color: #ffffff;
    text-decoration: none;
    font-size: inherit;
}


hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    width: 80px;
}

/*Burger-Menu*/

.menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;;
    float: right;
}
.menu span {
    margin: 0 auto;
    position: relative;
    top: 2vh;
}

.menu span:before, .menu span:after {
    position: absolute;
    content: '';
}
.menu span, .menu span:before, .menu span:after {
    width: 30px;
    height: 6px;
    background-color: #0c0c0c;
    display: block;
}
.menu span:before {
    margin-top: -12px;
}
.menu span:after {
    margin-top: 12px;
}

/*Fake-Trigger*/
#sized {
    width:2.5vh;
    height:2vh;
    color:transparent;
    background-color: transparent;
    border: transparent;
    padding-right: 2%;
    padding-top: 1vh;
}

/*Modal-Box*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding:0.5%;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 98vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-color: #4e5283;
}

.modal-header {
    padding: 2px 16px;
    background-color: #4e5283;
    border-bottom: none;
    height:20vh;
}

.modal-body {
    padding: 2px 16px;
    background-color: #4e5283;
    padding-left: 35%;
    max-width: 30%;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #4e5283;
    color: black;
    border-top: none;
    text-align: center;
}

.modal-footer hr {
    margin-top: 20vh;
}

.modal-footer>p {
  color: #ffffff
}

.modal-footer h3 {
    text-transform: none;
    font-size:4vh;

}

.close {
    color: #ffffff;
    float: left;
    font-size: 5em;
    font-weight: bold;
    opacity: 1;
    padding-left: 90%;
}

.close:hover,
.close:focus {
    color: #e8e100;
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*Navigation Inner Styling*/

.nav ul li a:hover{
    text-decoration: none;
    color: #e8e100;
}

.nav ul li a{
    padding:0em;
    text-transform: uppercase;
    font-weight: 700;
    font-size:3vw;
    letter-spacing: -0.05em;
}

.nav ul li{
    display: inline-block;
    font-size: 3em;
    text-align: left;
}

.nav ul{
    clear: both;
    width: 100%;
    text-align: center;
}

/*Mobile Optimization*/
/* Portrait Tablet to Landscape and Desktop */
@media (min-width:768px) and (max-width:979px) {

    .nav ul li{
        display: block;
        height: 45px;
    }

    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 6vw;
        letter-spacing: -0.05em;
    }
    .menu span {
        top: 1vh;
    }
}

/* Landscape-Phone to Portrait Tablet*/
@media (max-width:767px) {
    .menu span {
        top: 1vh;
    }
    .nav ul li{
        display: block;
        height:60px;
    }

    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 6vw;
        letter-spacing: -0.05em;
    }
    .modal-body {
        padding: 2px 16px;
        background-color: #4e5283;
        padding-left: 40%;
        max-width: 30%;
    }
}
  
  /*Landscape-Phone Downwards*/
  @media (max-width: 450px) {

    #sized {
        width:1.5vh;
        height:1vh;
        padding-top: 2vh;
    }
    .menu span {
        top: 0;
    }
    .menu{
        margin-right:10px;
    }
        .nav ul li{
            display: flexbox;
            line-height: 0.5;;
        }

        .nav ul {
            clear: both;
            width: 100%;
            text-align: center;
            padding: 0;
        }

        .nav ul li a {
            padding: 0;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 8vw;
            letter-spacing: -0.05em;
        }
        .modal-body {
            padding-left: 10%;
            max-width: 90%;
        }
  }


