@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-700';
	src: url('../fonts/Museo700-Regular_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo700-Regular_gdi.woff') format('woff'),
		url('../fonts/Museo700-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Museo700-Regular_gdi.otf') format('opentype'),
		url('../fonts/Museo700-Regular_gdi.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-300';
	src: url('../fonts/Museo-300_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-300_gdi.woff') format('woff'),
		url('../fonts/Museo-300_gdi.ttf') format('truetype'),
		url('../fonts/Museo-300_gdi.otf') format('opentype'),
		url('../fonts/Museo-300_gdi.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-500';
	src: url('../fonts/Museo-500_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-500_gdi.woff') format('woff'),
		url('../fonts/Museo-500_gdi.ttf') format('truetype'),
		url('../fonts/Museo-500_gdi.otf') format('opentype'),
		url('../fonts/Museo-500_gdi.svg') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

body{
    background: #215b84;
    margin-top:0px !important;
    margin-bottom:0px !important;
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage{
    max-width:1170px !important;
    width:100% !important;
    margin:0 auto;
    box-shadow: 0 5px 46px rgba(0, 0, 0, 0.4);
    margin-top:0px !important;
    padding:70px 30px;
}

p{
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

a{
    color: #b0dbfb !important;
}


form{
    font-family:'Museo-500';
    margin-bottom: 10px;
    padding: 10px;
}

.logo{
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    padding: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.logo img{
    width: 100%;
    vertical-align: middle;
}

.center{
    text-align:center;
}

h1{
    text-align: center;
    font-family:'Museo-700';
    font-size: 35px;
    margin-bottom: 5px;
}

h2{
    font-size: 30px;
    color: #dde224;
    text-align: center;
    font-family:'Museo-700';
    margin-top: 0px
}

h3{
    font-size: 28px;
    font-family:'Museo-700';
}

h4{
    font-size: 19px;
    font-family:'Museo-300';
    margin-bottom: 5px;
}

input[type="text"], input[type="email"], textarea{
    width: 100%;
    display: block;
    background: #2f83bf;
    border: 1px solid white;
    font-weight: normal;
    font-family: 'Museo-300';
    font-size: 23px;
    color: white;
}

textarea{
    height: 150px;
}

input#submitB {
    background: #277cbc;
    border-bottom: 5px solid #094775 !important;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 51%);
    font-family: 'Museo-500';
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    width: 300px;
    color: white !important;
    font-size: 24px !important;
}

form{
    padding-left: 0px;
}

.igr {
    margin-bottom: 15px;
}

input[type="radio"]{
    height: 25px;
    width: 25px;
}


label.circ {
    vertical-align: 5px;
}