/**
 * Refresj Standard CSS
 * Copyright: Refresj
 * http://www.refresj.nl/
 */


/* Fonts */
@font-face {
    font-family: 'Avant Garde';
    src: url('fonts/AvantGarde-Book.woff2') format('woff2'), url('fonts/AvantGarde-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avant Garde';
    src: url('fonts/AvantGarde-BookOblique.woff2') format('woff2'), url('fonts/AvantGarde-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avant Garde';
    src: url('fonts/AvantGarde-Demi.woff2') format('woff2'), url('fonts/AvantGarde-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avant Garde';
    src: url('fonts/AvantGarde-DemiOblique.woff2') format('woff2'), url('fonts/AvantGarde-DemiOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Book.woff2') format('woff2'), url('fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-BookOblique.woff2') format('woff2'), url('fonts/Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Heavy.woff2') format('woff2'), url('fonts/Avenir-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('fonts/Avenir-HeavyOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, /*form, label, legend,*/ table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	font-family: 'Avenir', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #454545;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h2 a, h3, h3 a, h4, h5, h6 {
	font-family: 'Avant Garde', Arial, Helvetica, sans-serif;
	font-weight: bold;
}


img, fieldset {
  border: none;
}
/* Defining links */
a, a:visited, a:active {
  color: #429EDD;
  text-decoration: none;
}
a:hover {
  color: #429EDD;
  text-decoration: none;
}
/* No list-style */
ol, ul, ol li, ul li {
  list-style: none;
}
/* Headings */
h1, h2, h2 a, h3, h3 a, h4, h5, h6 {
	text-align: center;
}
h1 {
	font-size: 48px;
    line-height: 60px;
	margin-bottom: 12px;
}
h2, h2 a {
	font-size: 36px;
	margin-bottom: 8px;
}

.button {
    font-family: 'Avant Garde', Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    padding: 15px 20px 12px 20px!important;
    font-size: 20px!important;
    font-weight: bolder!important;
    line-height: 30px!important;
    text-transform: lowercase;
    color: #ffffff!important;
    border-radius: 30px;
    border: 2px solid #ffffff;
    transition: all 0.3s;
    z-index: 88;
}
.button::after {
    content: '';
    background-color: #ffffff!important;
    position: absolute!important;
    display: block!important;
    width: calc(100% + 2px)!important;
    height: 0%!important;
    top: 50%!important;
    left: -1px!important;
    border-radius: 30px!important;
    opacity: 0!important;
    transition: all 0.4s!important;
    z-index: -1!important;
}
.button:hover::after {
    height: calc(100% + 2px)!important;
    top: -1px!important;
    opacity: 1!important;
}
.button:hover {
    color: #454545!important;
}


html {
	width: 100%;
}
body {
	background-image: url('bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #efefef;
	width: 100%;
	display: flex;
	align-items: baseline;
	flex-direction: column;
}
p {
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}
p:last-child {
	margin-bottom: 0px;
	text-align: center;
}

#logo {
	width: 100%;
    padding: 0px 4% 0px 4%;
    text-align: center;
}
#logo img {
	width: 400px;
	height: auto;
    margin: 50px 0px 0px 0px;
}

.swirl {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 3;
    overflow: hidden;
    transition: all 0.3s;
}

#middle {
	width: 100%;
	height: 100%;
	margin: 60px 0px 60px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#box {
	background-color: #FFFFFF;
	width: 40%;
	border-radius: 30px;
	overflow: hidden;
}
#box .top {
	padding: 40px 4% 40px 4%;
}
#box .bottom {
	background-color: #429EDD;
	padding-top: 0px;
	padding-bottom: 40px;
}
#box .bottom .swirl {
	margin-bottom: 20px;
}
#box .bottom p {
	padding: 0px 4% 0px 4%;
	color: #ffffff;
}
#box .bottom h2, #box .bottom a {
	color: #ffffff;
}







@media screen and (max-width: 999px) {
	
	#box {
		width: 80%;
	}
	
}






@media screen and (max-width: 550px) {
	
    h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    h2, h2 a {
        font-size: 26px;
        margin-bottom: 8px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: justify!important;
    }
    
    #middle {
    	margin: 20px 0px 20px 0px;
    }
    
    #box {
		width: 92%;
	}
    #logo img {
        width: 90%;
        margin-top: 20px;
    }
	#box .top {
        padding: 40px 6% 40px 6%;
    }
    #box .top a {
        font-size: 16px;
    }
    #box .bottom p {
        padding: 0px 6% 0px 6%;
    }
    .button {
        display: block;
        text-align: center!important;
    }
}



.server {
    display: block;
    width: 100%;
    text-align: center;
}