@charset "UTF-8";
/* CSS Document */


body,
html {
    height: 100vh;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: sans-serif
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5)
}

.modal-content {
    position: relative;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0;
    border: 1px solid #000000;
    width: 80%;
    box-shadow: 4px 4px 0px #000000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.flex {
    display: flex
}


@media only screen and (min-width: 415px) {
   
	
	.lil-links {
		font-size: 13px;
		margin: 0 auto;
		padding: 0;
		line-height: 1.68em;
		font-family: 'Inconsolata', sans-serif;
		letter-spacing: .1em;
		text-align: center;
		color: #FFF;
	}
	.lil {
		border: 0;
        height: 1px;
        background: #918D8D;
		margin: 0px 20px 5px 20px;
	}
	
	.ill {
		border: 0;
        height: 1px;
        background: #000;
		margin: 12px 25px 0px 25px;
	}
	
	.lnx {
		text-decoration: none;
		color: #000;
		outline: none;
		cursor: pointer!important;
	}
	
	.lnx:hover, .lnx:focus {
        color: #666;
        text-decoration: none;
        cursor: pointer!important;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000000;
    float: right;
    font-size: 36px;
    font-weight: bold;
font-family: 'ziggazigahregular';  
    
}

.close:hover,
.close:focus {
    color: #FFF;
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    padding: 0px 16px;
    font-family: sans-serif;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #000;
    margin-bottom: 15px
}

h3 {
    font-family: sans-serif;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    text-align: center
}

.modal-body {
    margin: 0 auto;
    padding: 25px 30px;
    color: #000;
    background-color: #FFFFFF
}

.bbb {
        font-family: 'Inconsolata', monospace;
	font-weight: 400;
	font-style: normal;
        line-height: 1.7em;
        font-size: .98rem;
        color: #000;
        text-align: left;
	margin-bottom: 30px;
        text-rendering: optimizeLegibility;
       -moz-osx-font-smoothing: grayscale;
       -webkit-font-smoothing: antialiased;
}

.ccc {
	font-family: 'Inconsolata', monospace;
	  font-weight: normal;
	  font-style: normal;
	     line-height: 1.6em;
         font-size: .98rem;
         color: #000;
	     text-align: center;
	     text-rendering: optimizeLegibility;
         -moz-osx-font-smoothing: grayscale;
         -webkit-font-smoothing: antialiased;
}

a.uhhh:link {
    color: #00AFEC;
    text-decoration: none;
	transition: all .2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
	outline: none;
	cursor: pointer!important;
    
}

a.uhhh:visited {
    color: #00AFEC;
    text-decoration: none;
	outline: none;
	cursor: pointer!important;
    
}

a.uhhh:hover {
    color: #000;
    text-decoration: none;
	transition: all .2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
		outline: none;
	cursor: pointer!important;
    
}


a.site:link {
    color: #000;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
    transition: all .2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
	outline: none;
	cursor: pointer!important;
}

a.site:visited {
    color: #000;
    outline: none;
	cursor: pointer!important;
}

a.site:hover {
        color: #00AFEC;
        text-decoration: none;
        transition: all .2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
	outline: none;
	cursor: pointer!important;
}

.modal-footer {
    font-family: 'Inconsolata', monospace;
	font-weight: 400;
	font-style: normal;
    padding: 8px 16px;
    background-color: #FFFFFF;
    color: #000;
    font-size: 0.9rem
}

.btn {
    position: fixed;
    top: 10;
    margin: 0.5rem;
    -webkit-appearance: none;
    border: none;
    outline: none;
    padding: 5px 5px;
    cursor: pointer;
    background: none;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.10rem;
    font-size: 1.0rem;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0);
    font-weight: bold;
}

.outline {
    position: fixed;
    top: 10;
    margin: 0.7rem;
    -webkit-appearance: none;
    border: 0px solid #000;
    outline: none;
    padding: 0px 10px;
    cursor: pointer;
    background: none;
    color: #000;
    font-family: 'ziggazigahregular'; 
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 34px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
    font-weight: bold;
}


	.lil-text {
		font-size: 14px;
		margin: 13px auto 12px;
		padding: 0;
		line-height: 1.2em;
		font-family: 'Inconsolata', sans-serif;
		letter-spacing: .0em;
		text-align: center;
		color: #000;
		ttext-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
	.lil-nav a:link {
		text-decoration: none;
		color: #00AFEC;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		
	}
	.lil-nav a:visited {
		text-decoration: none;
		color: #00AFEC;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		
	}
	.lil-nav a:hover {
		text-decoration: none;
		color: #8CC9FF;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		
	}
	.lil-nav {
		text-align: center;
		font-family: 'Inconsolata', monospace;
		font-size: 14px;
		margin: 0 auto 12px;
		padding: 0;
		color: #00AFEC;
		font-weight: bold;
		letter-spacing: .02em;
		text-transform: none;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}


#questions {
    cursor: pointer;
    right: 0
}


#questions:hover {
    opacity: 0.5;
    cursor: pointer;
}

@media only screen and (min-width: 415px) {
    .btn {
        font-size: 6.4rem;
        padding: 5px 10px;
        margin: 1rem;
        letter-spacing: 0.15rem;
        font-weight: normal;
        text-shadow: 3px 3px 1px rgba(0, 0, 0, 0)
    }
	
	#questions {
        cursor: pointer;
        right: 10px;
        top: 10px;
    }
	
	
	
    .modal-content {
        position: relative;
        text-align: center;
        background-color: #FFFFFF;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #000;
        width: 50%;
		max-width: 580px;
        box-shadow: 4px 4px 0px #000;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
	
	.modal-body {
        margin: 0 auto;
        padding: 40px 80px;
        color: #000;
        background-color: #FFFFFF
    }

