@charset "utf-8";
/* CSS Document for Go-Jamaica Serices Page */
@font-face { 
font-family: new-font; 
src: url('');
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	background: #f1f1f1;
}

div {

}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

input {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	color: #fc2;
    font-weight: normal;
    font-family: none;
    font-size: 7.2em;
    margin: 0;
    letter-spacing: 15px;
	line-height: 0.8;
}

h2 {
	 margin: 0;
	 font-size: 3em;
}

a.button {
	color: #fff;
	padding: 15px 20px;
	border: none;
	font-size: 16px;
	background: #053;
	text-transform: capitalize;
	cursor: pointer;
	border-radius: 5px;
	transition: all, 0.5s;
}

a.button:hover {
	background: #154;
}


hr {}

p {
	line-height: 1.5;
}

div.row {
	width: 100%;
	max-width: 1440px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	margin: 20px auto;
}

.clear {clear: both;}

.full {
	max-width: 100% !important;
	padding: 0 !important;
}

.col-2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.col-3 {
    width: 33.3%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.col-4 {
    width: 25%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.first {
    padding-left: 0 !important;
}

.last {
    padding-right: 0 !important;
}

div.left {
	float: left;
	width: 50%;
}

div.right {
	float: right;
	width: 50%;
}


div.wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: px solid #000;
}
.mobile {
		display: none !important;
	}


/*media queries*/

/*DESKTOPS*/
@media screen and (min-width: 1024px), screen and (min-device-width: 1024px) {
    
    .mobile {
		display: none !important;
	}
}

/*TABLETS*/
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {

	div.left, div.right {
		width: 100% !important;
	}
	
	h1 {font-size: 5em !important;}
	h2 {font-size: 2em !important;}
	
}

/*TABLETS PROTRAIT 800*/
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {

	.desktop {
		display: none !important;
	}
	
	h1{margin-top: 20px; margin-bottom: 5px;}
	
	a.button {width: 100%;}
}

/*PHONES*/
@media screen and (max-width: 720px), screen and (max-device-width: 720px) {
	
	
	
}
