@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;500;600;700&display=swap');

html,body {
	width: 100%;
	max-width: 740px;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}

#tinymce .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	text-decoration: none;
}

/*
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*/
.content img {
    height: auto;
}

.btn-outline-danger {
    color: #db0814;
    border-color: #db0814;
    
}
.btn-outline-primary{
    color:#033958!important;
    border-color:#033958!important;
}

.btn-danger {
    color: #fff!important;
    background-color: #db0814!important;
    border-color: #db0814!important;
}

.arrowright:after{
   content: '\f061';
   font-family: 'Font Awesome 5 Pro';
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
    
}
.font-weight-bold{
    font-weight:700!important;
}
.introtext {
	font-size: 1.5rem;
}
table {
	font-size: .8em;
}
table thead td {
	font-weight: 700;
}
table td {
	padding: .5rem;
	border: 1px solid rgb(228,229,230);
}
table tbody tr:nth-child(even) td {
	background-color: rgb(228,229,230,.5);
}
table tfoot td {
	font-style: italic;
}
h1, h2, h3, h4, h4, h5{
    font-weight:700;
}
/*
h3{
    font-size:30px;
}
*/
.text-danger{
    color:#db0814!important;;
}
.bg-sand{
    background-color:#af9f7b;
}
/** ################################################## MEDIA QUERIES ################################################## **/



html,body {	font-size: 14px; }

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
	html,body {	font-size: 17px; }
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
	html,body {	
	    font-size: 20px; 
	}
	
	h2{
    font-size:60px;
}
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}