@media screen and (min-width:240px) and (max-width:479px){


.header {margin:auto;width:300px;}
.header-left {width:160px;float:left;}

.header-right {width:140px;float:left;text-align:right;padding-top:5px;box-sizing:border-box;}

.header-right a {font-size:16px;color:#0F71B8;text-decoration:none;margin-left:20px;}

.content-area {width:300px;clear:both;margin:auto;}

.alignwide {width:300px;margin:auto;}

.alignfull {width: 100vw !important;  position: relative;  left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}

.alignfull .alignwide {width:300px;margin:auto;}

.has-colour-1-background-color {background-color:#0F71B8;}
.has-colour-1-color {color:#0F71B8 !important;}

.has-colour-2-background-color {background-color:#3f8cc6;}
.has-colour-2-color {color:#3f8cc6 !important;}

.has-colour-3-background-color {background-color:#0C2B40;}
.has-colour-3-color {color:#0C2B40 !important;}

.has-colour-4-background-color {background-color:#314b5d;}
.has-colour-4-color {color:#314b5d !important;}

.has-colour-grey-background-color {background-color:#5E5E5E;}
.has-colour-grey-color {color:#5E5E5E !important;}

.has-colour-white-background-color {background-color:#ffffff;}
.has-colour-white-color {color:#ffffff !important;}

.has-colour-black-background-color {background-color:#111111;}
.has-colour-black-color {color:#111111 !important;}

hr {
    background: rgb(213, 213, 213) !important;
    display: block;
    height: 1px !important;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 30px 0 !important;
}

hr.wp-block-separator {
    background: rgb(213, 213, 213) !important;
    display: block;
    height: 1px !important;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 30px 0 !important;
}


.garafont {
		font-family: 'EB Garamond', serif;
}

.wpcf7 input[type=text] {border:1px solid #b1b1b1;height:40px;border-radius:3px;box-sizing:border-box;line-height:40px;padding-left:10px;padding-right:10px;width:100%;}

.wpcf7 input[type=email] {border:1px solid #b1b1b1;height:40px;border-radius:3px;box-sizing:border-box;line-height:40px;padding-left:10px;padding-right:10px;width:100%;}

.wpcf7 textarea {border:1px solid #b1b1b1;height:100px;border-radius:3px;box-sizing:border-box;padding:10px;width:100%;font-family: 'Montserrat', sans-serif;font-size:18px;}


.wpcf7 input[type=submit] { display:block; padding:10px;margin: 0;border-radius:2px !important; border:none;font-size:18px;transition: 0.3s;color:#ffffff;background-color:#101010;padding-left:20px;padding-right:20px;}

.wpcf7 input[type=submit]:hover {background-color:#0F71B8}


.wpcf7-response-output {color:#868686;font-size:18px;text-align:center;padding:20px !important;box-sizing:content-box;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size:16px;
  opacity: 1; /* Firefox */
}

.home-video {clear:both;height:300px;width: 100vw !important;  position: relative;  left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}

h1 {
  color: #0f71b8;
  font-size: 32px;
}

h2 {
  color: #0f71b8;
  margin-top:30px;
  font-size: 22px;
  font-weight:400;
  margin-bottom:10px !important;
}

h3 {
margin-top:0px;
  font-size: 22px;
  font-weight:400;
  margin-bottom:10px !important;
}



p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size:16px;
  line-height:24px;
}
	

}