
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.008);
}

body {
	margin: 0px !important;
	font-family: 'Roboto', sans-serif;
}

body p {
	font-size: 20px;
}


#title h1 {
	text-align: left;
	font-weight: 300;
	text-transform:	uppercase;
}


#bigger {
	font-size: 42px !important;
	font-weight: bold !important;
	margin-top: 15px;
}


a, a:active, a:visited, a:hover {
    color:#666;
}

#top {
	background-color: #fff;
	color: #1688b0 !important;
}

li {
	font-size: 18px;
}

.equal {
	  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#header {
	background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('./AdobeStock_209996982.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
		height: 100%;
  overflow: hidden;
}

#header .main, #header .img-responsive {
	margin-top: 25px;
}

#header .img-responsive {
	padding-bottom: 50px;
	margin: 0 auto;
}

#logo {  
    height: 110px;
    width: 200px;
    position: relative;
	margin: 0 auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#logo img {  
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.box {
	padding: 20px;
	height: 100%;
}

.main {
	color: #fff !important;
}

.main h1 {
	font-size: 54px;
}

.main h2 {
	font-size: 45px;
}

.main h3 {
	font-size: 36px;
}

.main p {
	font-size: 30px;
}

.white {
	margin-top: -50px;
	margin-bottom: 50px;
	background-color: #fff;
	color: #000;
	box-shadow: 0 10px 30px 0 rgba(49,52,57,.3);
	position: relative;
	border-radius: 100px;
	padding: 30px;
}

.white img {
	display: block;
	margin: 0 auto;
}

.white h3, .white h4 {
	color: #1688b0;
}

#gray {
	background-color: rgba(22,136,176,1);
	margin-bottom: 20px;
}

.line {
	border-style: solid;
	border-color: rgba(22,136,176,1);
	border-width: 2px;
}

.border {
	border: 1px solid #ccc;
}

.border h2, .line h2 {
	color: #1688b0;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.border h3 {
	color: rgba(22,136,176,0.75);
}

.btn-default {
	padding: 15px 25px;
	border-radius: 15px;
	width: 100px;
}

.white .btn-default {
	display: block;
	margin: 0 auto;
}

ul {
	list-style-type: none;
}

#gradient h2, #contact h3, .normal h2, .normal h3 {
	color: #1688b0;
}

#gradient {
	box-shadow: 0 10px 30px 0 rgba(49,52,57,.3);
}

.fa-4x, #flag {
	color: #1688b0;
}

.icon {
	position: relative;
}

.icon .fa-4x, .icon #flag {
	    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 767px), (max-width: 767px) body {
	background-color: transparent !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}

[class*=' col-'] {
	margin-bottom: 20px;
}

/* 4K */
@media (min-width: 2001px) {
	.row {
		margin-left: 10%;
		width: 80%;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 2000px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 989px) and (max-width: 1199px) { 
.white {
	margin-top: 10px;
}
 }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#title h1, #title #bigger {
		text-align: center;
		font-size: 30px !important;
	}
	
	.icon {
		padding-top: 15px;
	}
	.container-fluid {
    margin-right: -15px;
}
	
}