/* @override 
	https://www.orangeshiplog.com/wp-content/themes/orange/css/base.css?* 
*/
/* ------------------------------------------------------------------------ */
/*  BASE STYLES
/* ------------------------------------------------------------------------ */
@font-face {
    font-family: 'novastamp';
    src: url('fonts/novastamp-web.woff2') format('woff2'),
         url('fonts/novastamp-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body {
	font-size: 1rem;
	background-color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #394D58;
	font-family: 'Raleway', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 150%;
}

a {
    color: #FF7E00;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: #FF7E00;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}

strong {
    font-weight: 700;
}

address {
	font-style: normal;
}

* {  
	box-sizing: border-box;
}

/* ------------------------------------------------------------------------ */
/*  Typography
/* ------------------------------------------------------------------------ */
h1 {
	font-weight: 700;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	color: #182A35;
}

h2 {
	font-size: 32px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #0D2B3E;
	line-height: 126%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h2 em {
	font-style: normal;
	color: #FF7E00;
}

h3 {
	line-height: 120%;
	color: #0D2B3E;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h4,
.h4 {
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 14px;
	color: #0D2B3E;
	line-height: 130%;
	font-weight: 700;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	margin-bottom: 0.5em;
}

p {
	font-size: 17px;
	color: #394D58;
	line-height: 160%;
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}


@media (max-width: 992px) {
	h1 {
		font-size: 64px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 12px;
	}
	p,
	body {
		font-size: 16px;
	}
}

@media (max-width: 770px) {
	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 12px;
	}
	p,
	body {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 12px;
	}
	p,
	body {
		font-size: 15px;
	}
}


