
*{
	position: relative;
	font-family: 'Lora', 'Times New Roman', serif;
}

body, html{
	margin:0;
	padding:0;
	min-height: 100vh;
	font-size: 18px;
}

img{
	max-width: 100%;
}

nav{
	background: transparent;
	box-shadow: none;
}

a{
	text-decoration: none;
	color: #ff6a00;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bolder;
}

blockquote{
	border-left: 5px solid #5e2b0dd9;
}

a.btn{
	background: #ff6a00;
	border-radius: 50px;
	font-family: 'Open Sans Bold';
	margin: 5px;
	padding: 5px 15px;
	height: auto;
}

a.btn:hover{
	background: #ff5300;
}

a.btn.btn-primary{
	font-size: 24px;
}

a.btn.btn-secondary{
	font-size: 18px;
}

hr.light{
	margin: 20px 0 40px;
	opacity: 0.5;
}
.amec-icon{
	width: 24px;
	margin: 2px 5px 0 0;
	top:5px;
}
.page p{
	text-align: justify;
	line-height: 1.5;
}

table.striped>tbody>tr:nth-child(odd){
	background: rgb(255 121 26 / 10%);
}

body{

}

body.page > .container{
	margin-bottom: 150px;
}

body.home{

}

header{

}

footer{
	font-size: 14px;
}

/*#ff6a0045*/

.home header {
    z-index: 1;
    background: linear-gradient(180deg, #000000a1, transparent);
    padding: 15px;
}

.home header a {
    font-size: 20px;
}

.home footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #000000a1, transparent);
    color: #fff;
    padding: 35px 0 0 0;
}

.landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(#00000000, #0000008a);
}

.home .content {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.home .container {
    max-width: 90%;
    width: 90%;
}

.home .quote{
	color: white;
	margin-bottom: 100px;
	max-width: 600px;
	width: 60%;
	min-width: 300px;
}

.home .quote .text{
	border-left: 5px solid #ff5e10;
	padding-left: 15px;
	font-size: 32px;
	font-style: italic;
	margin-bottom: 25px;
	text-shadow: 0px 2px 5px #000;
}

.home .quote .text:before{
	content: "\"";
}

.home .quote .credit{
	font-size: 22px;
	font-weight: bolder;
	color: #ffaa21;
	text-shadow: 0px 3px 2px #000;
}


.home .ticker {
    width: 100%;
    background: #2b2b2bb8;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #ff5e1047;
}

.page{
	background: #fff5ed;
}

.page .heading{
	font-size: 48px;
}

.page header {
    background: #6b2700;
    margin-bottom: 100px;
}

.page header:after {
    content: " ";
    background: url(../img/border1.png);
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 24px;
}

.page footer{

}

aside{
	padding: 25px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	boder: 1px solid brown;
}

aside h4{
	font-size: 24px;
}

aside table td{
	padding: 5px 15px;
}

.page main ul > li{
	list-style: square;
}

.page main  ul > li li{
	list-style: disc;
}

.page main  ol > li{
	list-style: arabic;
}

.page main  ul, .page main  ol{
	padding-left: 40px;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

@media (max-wdith:1200px){
	.text-xl-right{
		text-align: right;
	}

	.text-xl-left{
		text-align: left;
	}

	.text-xl-center{
		text-align: center;
	}
}

@media (max-wdith:992px){
	.text-l-right{
		text-align: right;
	}

	.text-l-left{
		text-align: left;
	}

	.text-l-center{
		text-align: center;
	}
}

@media (max-wdith:600px){
	.text-m-right{
		text-align: right;
	}

	.text-m-left{
		text-align: left;
	}

	.text-m-center{
		text-align: center;
	}
}


@media (max-wdith:300px){
	.text-s-right{
		text-align: right;
	}

	.text-s-left{
		text-align: left;
	}

	.text-s-center{
		text-align: center;
	}
}

#html-editor{
	margin:5px 0;
}

.trumbowyg-editor-visible{
	margin-bottom: 15px;
}

#html-editor ul, #html-editor li{
	list-style: inherit;
}

.save-html {
    color: #fff;
    font-family: sans-serif;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid green;
    font-size: 14px;
    background: green;
    margin: 15px;
    height: auto;
}


.usamec img{
	width: 80%;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 1px 3px 0px #999;
    margin: 10px 10px 0 0;
}

.usamec td:first-child{
	text-align: center;
}

.header-logo {
    max-width: 42px;
    top: 6px;
    height: 42px;
}

.home .header-logo {
    top: 12px;
    margin: 0 15px 0 0;
}

.background-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: row;
    background-image: url(https://usamec.org/img/bg1.jpeg);
    background-position: center center;
    background-size: cover;
}

.branding h1 {
    font-size: 24px;
    display: inline-block;
    margin: 0;
}

@media (max-height: 900px){
	body.home {
	    height: calc(100vh + 120px);
	    display: block;
	}

	.home footer {
	    background: #212121;
	    border-top: 5px solid #e3732f;
	    padding-bottom: 25px;
	}

	.home main {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}

	.landing {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100vh;
	}

	.background-wrap {
	    position: absolute;
	}

	.landing .overlay {
	    position: absolute;
	}

	.home .content {
	    position: absolute;
	}

	  .home .ticker {
        min-height: 100px;
        width: 107%;
        margin-top: 0;
        margin-left: -0.75em;
        margin-bottom: 5px;
        border-radius: 20px;
    }

}

@media (min-width: 1500px){
	.full-name{
		display: inline-block;
	}

	.short-name{
		display: none;
	}
}

@media (max-width: 1500px){
	.full-name{
		display: none;
	}

	.short-name{
		display: inline-block;
	}
}

@media (max-width: 1167px) and (min-width: 991px){
	.pp-button{
		display: none;
	}

	#special-button{
		display: block!important;
	}
}

@media (max-height: 800px){
	body.home {
        height: calc(100vh + 200px);
        display: block;
    }

    .landing{
    	height:110vh;
    }
}

#menu-text{
    display: inline-block;
    transition: all 0.2s ease-in;
    font-size: 20px;
    overflow: hidden;
    padding: 0 0 0 10px;
}

@media (max-width: 1300px){
	.home .content {
	    height: 80vh;
	}

	.home .quote{
		width: 90%;
		max-width: none;
		margin-bottom: 400px;
	}
}

@media (max-width: 991px) and (min-width: 601px){
	.home .content {
	    height: 80vh;
	}

	.home .quote .text {
	    font-size: 1.4em;
	}

	.home .quote{
		width: 90%;
		max-width: none;
		margin-bottom: 350px;
	}

	nav .sidenav-trigger {
        /* width: 64px; */
        height: 64px;
        text-align: center;
        padding: 5px 25px;
        box-shadow: 0px 4px 8px #0003;
        display: flex;
    }
}

@media (max-width: 600px){

	.text-xs-center {
	    text-align: center;
	}

	.text-xs-left{
		text-align: left;
	}

	.landing .overlay{
		background: radial-gradient(#00000000, #000000b8);
	}


	nav .sidenav-trigger {
        position: fixed;
        bottom: 8%;
        right: 4%;
        background: white;
        color: #ff7225;
        border-radius: 50px;
        /* width: 64px; */
        height: 64px;
        text-align: center;
        padding: 5px 25px;
        box-shadow: 0px 4px 8px #0003;
        display: flex;
    }

    .home .sidenav-trigger{
    	bottom:8%;
    }

    .page header{
    	margin-bottom: 15px;
    }

	 .container {
	    width: 95%;
	    max-width: none;
	}

	nav .brand-logo {
	    width: 100%;
	}

	.sidenav{
		height: 100%;
	}

	.background-wrap{
		background-position: 54% center;
	}

	.home .content {
	    top: 10%;
	}

	.home .quote {
	    width: 100%;
	    margin-bottom: 200px;
	}

	.home .quote .text {
	    font-size: 20px;
	    line-height: 1.3;
	}

	.home .quote .credit {
	    color: #fff;
	    margin-top: 40%;
	    text-align: center;
	    text-shadow: 0px 3px 2px #000;
	}

	a.btn.btn-primary {
	    font-size: inherit;
	}

	.home .ticker {
	    min-height: 72px;
	    width: 107%;
	    margin-top: 0;
	    margin-left: -0.75em;
	    margin-bottom: 5px;
	}

	a.btn.btn-primary {
	    font-size: 80%;
	}

}

.sidenav-overlay{
	z-index: 0;
}

.sidenav li:last-child {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    width: 100%;
    height: 32px;
    left: 0;
    padding: 0 15px 15px;
    text-align: center;
    font-family: sans-serif;
    color: #aaa;
}

.sidenav{
	height: 100vh;
}